@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

/* Typography */

p {
	font-size: 18px;
	line-height: 1.5;
	color: #8a8e91;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}



header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
	/*padding: 30% 0;*/
}

header .typed {
	display: inline-block;
	margin: 0;
	font-size: 50px;
	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1;
  	letter-spacing: normal;
	text-transform:uppercase;
}

header .typed-cursor {
	font-size: 40px;
	display: inline-block;
	margin: 0 10px;
	color: #ff3fc1;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
p.heroline {
    border-style: solid solid none;
    border-color: #ff3fc1;
	margin-left:47%;
	width:36%;
}
p.herobutton {
	text-align:right;
}
.btn.btn-hero {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #fff;
	color:#000;
	padding:10px 40px;
	margin-right:14%;
	margin-top:1%;
	font-size:18.7px;
}
.btn.btn-hero:hover, .btn.btn-hero:focus, .btn.btn-hero:active {
    background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
}
a {
	text-decoration: none;
	color: #00a8ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Navigation Bar ( Navbar ) */

nav.navbar {
	background-image: linear-gradient(139deg, #6a68e9, #221637);
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #00a8ff !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding: 10px 0;
	opacity: 0;
	background-image: linear-gradient(139deg, #6a68e9, #221637);
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;

}
.navbar-nav > li > a {
	padding: 13px;
}
.btn.btn-top {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius:25px;
}
.btn.btn-top:hover {
    background-image: linear-gradient(139deg, #6a68e9, #221637);
	border: 1px solid #fff;
	border-radius:25px;
}
.icon-bar {
	background: #bbb;
}
/* Buttons */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #00a8ff;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
	top: 0;
}

.container {
	position: relative;
	z-index: 1;
}
/* Sections */
section {
	position: relative;
}

.section {
	padding: 40px 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}
.section-padded-cs {
	padding: 40px 0 40px;
}
.customsolutions-top-left-img {
	margin-left:10%;
}
.customsolutions-top-left-h3 {
    color: #6b6b6b;
    font-family: Roboto;
    font-size: 45px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.8px;
    line-height: 0.7;
}
.customsolutions-top-left-h2 {
    color: #6b6b6b;
    font-family: Roboto;
    font-size: 60px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -2.4px;
    line-height: 0.9;
}
.customsolutions-top-right {
	margin-top:2%;
}
.customsolutions-top-right > p {
	font-size: 19px;
 	font-weight: normal;
 	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.28;
  	letter-spacing: -0.7px;
  	text-align: right;
  	color: #6b6b6b;
	margin-right:1%;
}
.customsolutions-top-right-img-float {
	float:right;
}
.customsolutions-top-right-img {
	margin-right:60%;
}
.cs-icons-for-position {
	margin-top:10%;
}
.cs-icon-img-style {
	height: 100px;
}
.cs-icon-img-style > img {
	padding: 10px;
}
.cs-icon-text {
	font-size: 22px;
  	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.05;
  	letter-spacing: normal;
  	text-align: center;
  	color: #303030;
}
.slideanim {visibility:hidden;}
.slideanimafter {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slideanimafter {
    0% {
      opacity: 0;
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
@-webkit-keyframes slideanimafter {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
}
.customsolutions-top-right-line-float {
	float:right;
	margin-top:3%;
}
.svg-float {
	width:95%;
}
.section-padded-wo {
	padding: 10px 0;
}
.customsolutions-top-left-wo {
	margin-top:0;
}
.customsolutions-top-left-h3-wo {
	color: #6b6b6b;
    font-family: Roboto;
    font-size: 45px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.8px;
    line-height: 0.7;
    margin-right: 25%;
    text-align: right;
}
.customsolutions-top-left-h3-wo2 {
	color: #6b6b6b;
    font-family: Roboto;
    font-size: 45px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.8px;
    line-height: 0.7;
    text-align: right;
}
.customsolutions-top-left-h2-wo {
	color: #6b6b6b;
    font-family: Roboto;
    font-size: 60px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -2.4px;
    line-height: 0.9;
	margin-right: 25%;
    text-align: right;
}
.customsolutions-top-left-h2-wo2 {
	color: #6b6b6b;
    font-family: Roboto;
    font-size: 60px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2.4px;
    line-height: 0.9;
    text-align: right;
}
.section-padded-ebook {
	padding: 100px 0 40px;
}
.section-padded-fsls {
	padding: 20px 0 40px;
}
.container-ebook {
	position: relative;
	width: 100%;
	color: white;
	height: 494px;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/ebook-background.png');
	background-size: cover;
}
.ebook-cont-div-css {
	width:100%;
	margin: 5% auto;
}
.ebook-content {
	font-size: 38px;
  	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.26;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
}
.intro-tables-ebook {
	position:relative;
	top:-275px;
	margin: 0 auto;
}
.intro-table-ebook-internal {
	text-align: center;
}
.ebook-cnt {
	height: 10px;
}
.ebook-btn-div {
	text-align: center;
	position:relative;
	top:-240px;
	margin: 0 auto;
}
.btn.btn-ebook {
	font-size: 34px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.41;
  	letter-spacing: -0.7px;
  	text-align: center;
  	color: #ffffff;
	padding: 5px 80px;
	background-color: #da5fd9;
}
.btn.btn-ebook:hover {
	border: 2px solid #da5fd9;
  	color: #da5fd9;
	background-color: #ffffff;
}
.ebook-cnt-dnd {
	height: 100px;
}
.section-padded-only-dot {
	padding: 0;
	top:-200px;
	background: transparent;
}
.section-padded-next-sec {
	padding: 0;
	background: transparent;
	top:-160px;
}
.colab-logo-align-css {
	text-align: center;
	margin-top:3%;
}
.colab-logo-align-css > img {
	padding:10px;
}
.section-padded-testi {
	padding: 60px 0 40px;
}
.section-padded-testi-below-line {
	padding: 40px 0 20px;
}
.customsolutions-top-left-h3-wo3 {
	font-size: 60px;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.88;
  	letter-spacing: normal;
  	text-align: center;
  	color: #6b6b6b;
}
.customsolutions-top-left-h2-wo3 {
	font-size: 60px;
  	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.88;
  	letter-spacing: normal;
  	text-align: right;
  	color: #6b6b6b;
}
.fslg-row2 {
	margin-top: 5%;
}
.fs-floating1-css > img {
	padding-top: 100%;
}
.fs-floating2-css {
	text-align:right;
}
.cta-bannersec {
	background: url('../img/cta-bannerimg-hero.png') no-repeat center center;
	height: 204px;
}
.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid white;
}
.wo-icon-img-align {
	text-align: center;
}
.wo-icon-content-title {
	font-family: Roboto;
  	font-size: 24px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0;
  	letter-spacing: -1px;
  	text-align: left;
  	color: #3b3b3b;
	margin:0 0 5% 0;
}
.wo-icon-content-desc {
	font-family: Roboto;
  	font-size: 18px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.2;
  	letter-spacing: normal;
  	text-align: left;
  	color: #989898;
}
.wo-row-set-css {
	margin-top:5%;
}
.btn.wo-btn {
	color:#3b3b3b;
	border:2px solid #6a68e9;
	border-radius:25px;
	padding:5px 25px;
	margin-left:5%;
}
.btn.wo-btn:hover {
	color:#fff;
	background: #6a68e9;
	border:2px solid #fff;
	border-radius:25px;
	padding:5px 25px;
	margin-left:5%;
}
p.line-testiup {
	border-style: solid;
	border-width: 1px;
	border-color: #d1cfcf;
}
.testi-top-line-pad {
	padding-left: 0;
}
.section-padded-testiline {
	padding: 0;
}
.testi-below-line-pad {
	padding-right: 0;
}
.mytestides {
	color:#363636;
	font-size: 20px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.55;
  	letter-spacing: normal;
	text-align: right;
}
.mytestiname {
	font-size: 22px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	letter-spacing: normal;
  	text-align: right;
  	color: #363636;
}
.mytestipost {
	font-size: 20px;
  	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	letter-spacing: normal;
  	text-align: right;
  	color: #548bff;
	margin: 0;
}
.btn.btn-talk-cta {
    background-image: linear-gradient(307deg, #da5fd9, #8909eb);
	font-size: 36px;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	letter-spacing: normal;
  	color: #ffffff;
	padding: 10px 50px;
	border: 2px solid #da5fd9;
}
.btn.btn-talk-cta:hover {
  	color: #221637;
	border: 2px solid #221637;
}
.cta-btn-div {
	align-items: center;
    display: flex;
	height: 180px;
	justify-content: center;
}
.cta-btn-desc-sec {
	align-items: center;
    display: flex;
	height: 200px;
	justify-content: center;
}
.cta-tagline {
	font-size: 35px;
    font-style: normal;
  	font-stretch: normal;
	font-weight: 100;
  	line-height: 1.02;
  	letter-spacing: -2px;
  	text-align: right;
  	color: #ffffff;
}
.cta-tagline > span {
	font-weight: 500;
}
.sub-footer-sec-title {
	font-size: 22px;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.82;
  	letter-spacing: -1.1px;
   	color: #3e3e3e;
}
.sub-footer-ul-class {
	list-style: none;
	padding: 0;
}
.sub-footer-ul-class > li > a {
	font-size: 20px;
	padding: 3px 0;
	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.86;
  	letter-spacing: -0.8px;
  	text-align: left;
  	color: #3e3e3e;
}
.sub-footer-ul-class > li > a:hover {
	text-decoration: underline;
}
.sub-footer-sec-des > p {
	font-size: 20px;
	padding: 3px 0;
	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.86;
  	letter-spacing: -0.8px;
  	text-align: left;
  	color: #3e3e3e;
	margin-top: 10px;
}
.section-padded-mainfooter {
	padding: 10px 0 20px;
}
.main-footer-copy-text {
	font-size: 22px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	letter-spacing: normal;
  	text-align: left;
  	color: rgba(75, 75, 75, 0.43);
}
.footer-social-media-icn {
	float: right;
}
.footer-social-media-icn > a {
	padding: 10px;
	color: rgba(75, 75, 75, 0.43);
	font-size: 20px;
}
.footer-social-media-icn > a:hover {
	color: #603fbc;
}
.sub-footer-sec1 {
	padding: 0 16%;
}
.sub-footer-sec2 {
	padding: 0 16%;
}
.sub-footer-sec3 {
	padding: 0 16%;
}
.sub-footer-sec4 {
	padding: 0 16%;
}
.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid white;
}

.intro-tables {
	top: -355px;
	position: relative;
}

.intro-table {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.intro-table-first {
	background-image: url('../img/table-1.jpg');
}

.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	/*background-image: url('../img/hero-floating.png');*/
}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover:hover {
	/*background-image: url('../img/table-2-hover.jpg');*/
	background-position: 50% 50%;
}

.intro-table-third {
	background-image: url('../img/table-3.jpg');
}

.intro-table-hover .expand {
	margin: 30px;
	margin-top: 120px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.intro-table-hover:hover h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-table-hover:hover .expand {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intro-table-hover .hide-hover {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
	opacity: 0;
}

.intro-tables .intro-table {
	position: relative;
	width: 100%;
	margin: 10px 0;
	text-align:center;
	height:10px;
}

.intro-tables .intro-table .heading {
	margin: 0;
	padding: 30px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.services {
	margin: 40px 0;
}

.service {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon {
	width: 40px;
}

.service:hover {
	border-color: #00a8ff;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team {
	margin: 80px 0;
	padding-bottom: 60px;
	background: white;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(0, 168, 255, 0.9);
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
	opacity: 1;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.team .title {
	margin: 50px 0;
}
/* Pricing */

#pricing {
	background: #00a8ff url('../img/pricing1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background-image 0.6s linear 0.3s;
	transition: background-image 0.6s linear 0.3s;
}

.owl-pricing img {
	width: 100%;
}

.owl-pricing,
.pricings {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pricing {
	position: relative;
	width: 100%;
}

.pricings .pricing .box-main,
.pricings .pricing .box-second {
	position: relative;
	left: 25%;
	display: inline-block;
	width: 50%;
	height: 300px;
	padding: 50px 40px;
	background: #bbb;
	-webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s;
	transition: transform 0.3s, background-image 0.3s, opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricings .pricing .box-main {
	z-index: 10;
	padding-top: 40px;
}

.pricings .pricing .box-main:not(.active) {
	cursor: pointer;
}

.pricings .pricing .box-main .info-icon {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pricings .pricing .box-main:not(.active) .info-icon {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pricings .pricing .box-main:not(.active):hover {
	background: #afafaf;
}

.pricings .pricing .box-main.active {
	background: #00a8ff;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);
}

.pricings .pricing .box-second {
	position: absolute;
	top: 0;
	right: 0% !important;
	left: auto;
	opacity: 0;
	background: #afafaf;
}

.pricings .pricing .box-second.active {
	opacity: 1;
	background: #00a8ff;
}

.pricings .pricing.active .box-main,
.pricings .pricing .box-second {
	background: #00a8ff;
}

.pricings .pricing .box-main a.btn {
	margin-top: 50px;
}

.owl-twitter i.icon {
	font-size: 36px;
	margin-bottom: 60px;
	color: white;
}
/* Footer */

footer {

}
.section-padded-pf {
	padding: 60px 0 40px;
}
footer .trial-button {
	overflow: hidden !important;
	margin: 40px 0;
}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

footer .opening-hours {
	margin-top: 60px;
}

footer .bottom-footer {
	margin-top: 150px;
}

footer .social-footer {
	padding: 0;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 10px;
}

footer .social-footer li a {
	font-size: 24px;
	color: #fff;
}

footer .social-footer li:hover a {
	color: #00a8ff;
}
/* Form Control */

.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	color: #fff;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255,255,255,0.2);
}

/* Popup */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg');
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

.popup-form .form-control.dropdown {
	text-align: left;
}

.popup-form .form-control.dropdown:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	color: white;
}

.popup-form .dropdown .dropdown-menu {
	top: 65px;
	width: 100%;
	padding: 0;
	border: 2px solid white;
	border-top: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
	font-size: 16px;
	width: 100%;
	background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
	width: 100%;
	padding: 15px 30px;
	color: #00a8ff;
}

.popup-form .dropdown .dropdown-menu li:hover a {
	color: #fff;
	background: #00a8ff;
}

/* Checkbox */

.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
	background: rgba(255,255,255,0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #00a8ff;
	border: 2px solid #fff;
	background: #fff;
}

.btn.btn-submit:focus {
	font-weight: bold;
}

.btn.btn-submit:hover {
	color: #00a8ff;
	background: #fff;
}

/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #aaa;
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #00a8ff;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margin-top {
	margin-top: 150px;
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}

/* Media Queries */

@media(max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}
}

@media(max-width: 768px) {
	.pricing {
		margin-bottom: 30px;
	}
	.pricings .pricing .info-icon {
		display: none;
	}
	.pricings .pricing .box-main,
	.pricings .pricing .box-second {
		left: 0;
		width: 100%;
		padding: 50px 50px 0;
		text-align: left;
		background: #00a8ff;
	}
	.pricings .pricing .box-main.active {
		background: #00a8ff;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pricings .pricing .box-second {
		position: relative;
		opacity: 1;
	}
	.popup-form {
		width: 100%;
		margin: 60px auto;
	}
	.modal {
		padding: 0 10px !important;
	}
	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
}

.navbar-nav > li > a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 661px) and (max-width: 760px) {

	.hero-floating-image-mobile {
		width: 100%;
		padding: 0 10%;
	}
	.row.hero-section-for-tab {
		margin: 0;
	}
	p.heroline {
		display: none;
	}
	p.herobutton {
		text-align: center;
	}
	.btn.btn-hero {
		margin-right: 0;
		margin-top: 5%;
	}
	.intro-tables .intro-table {
		margin: 0;
	}
	.intro-tables {
		top: -500px;
	}
	.section-padded-cs {
		padding: 0;
	}
	.customsolutions-top-left-img {
		margin: 0;
	}
	.customsolutions-top-left {
		margin: 0;
	}
	.customsolutions-top-left-h3 {
		text-align: center;
	}
	.customsolutions-top-left-h2 {
		text-align: center;
	}
	.customsolutions-top-right {
		margin-right: 0;
		margin-top: 2%;
	}
	.customsolutions-top-right > p {
		text-align: center;
		margin: 0;
	}
	.cs-icons-for-position {
		margin: 0;
	}
	.col-md-3.position-sec-col3-style-mobile {
		padding: 5% 0 2%;
	}
	.customsolutions-top-right-img {
		margin: 0;
	}
	.customsolutions-top-right-line-float {
		display: none;
	}
	.customsolutions-top-left-h3-wo {
		margin: 0;
		text-align: center;
	}
	.customsolutions-top-left-h2-wo {
		margin: 0;
		text-align: center;
	}
	.col-sm-offset-1.col-md-2.man-holding-mobile-responsive {
		padding: 5% 0;
		text-align: center;
		width: 100%;
	}
	.wo-icon-img-align {
		padding: 2% 0;
	}
	.wo-icon-content-title {
		letter-spacing: 0;
		text-align: center;
		margin: 2% 0 4%;
	}
	.wo-icon-content-desc {
		text-align: center;
	}
	.col-md-5.more-btn-align-mobile {
		margin-top: 5%;
		text-align: center;
	}
	.btn.wo-btn {
		margin: 0;
	}
	.ebook-content {
		font-size: 34px;
	}
	.intro-table-ebook-internal > img {
		padding: 0 10%;
		width: 100%;
	}
	.intro-tables-ebook {
		top:-230px;
	}
	.ebook-btn-div {
		top:-230px;
	}
	.section-padded-only-dot {
		top:0;
	}
	.section-padded-next-sec {
		top:-30px;
	}
	.testi-top-line-pad {
		padding: 0 2%;
	}
	.customsolutions-top-left-h3-wo2 {
		margin-top: 5%;
		text-align: center;
	}
	.customsolutions-top-left-h2-wo2 {
		text-align: center;
	}
	.mytestides {
		text-align: center;
	}
	.mytestiname {
		text-align: center;
	}
	.mytestipost {
		text-align: center;
	}
	.customsolutions-top-left-h3-wo3 {
		margin: 0;
		text-align: center;
	}
	.customsolutions-top-left-h2-wo3 {
		text-align: center;
	}
	.fs-img-class-mobile1 {
		padding: 5% 0;
	}
	.fs-img-class-mobile2 {
		padding: 5% 0;
	}
	.fs-floating1-css > img {
		padding: 0;
	}
	.fslg-row2 {
		margin: 0;
	}
	.fs-img-class-mobile3 {
		padding: 0 20%;
	}
	.cta-btn-desc-sec {
		height: auto;
	}
	.cta-btn-div {
		height: auto;
		margin: 10px 0;
	}
	.btn.btn-talk-cta {
		font-size: 32px;
		padding: 2px 30px;
	}
	.cta-tagline {
		text-align: center;
		font-size: 40px;
		letter-spacing: -1px;
		margin: 10px 0;
	}
	.section.section-padded-pf {
		padding: 0;
	}
	.sub-footer-sec1 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec2 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec3 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec-des > p {
		text-align: center;
	}
	.sub-footer-sec4 {
		padding: 0;
		text-align: center;
	}
	.main-footer-copy-text {
		text-align: center;
	}
	.footer-social-media-icn {
		float: none;
		text-align: center;
	}
}

@media only screen and (min-width: 421px) and (max-width: 660px) {

	p.heroline {
		display: none;
	}
	p.herobutton {
		text-align: center;
	}
	.btn.btn-hero {
		margin-right: 0;
		margin-top: 5%;
	}
	.hero-floating-image-mobile {
		padding: 0 10%;
		width: 100%;
	}
	.intro-tables {
		top: -500px;
	}
	.intro-tables .intro-table {
		margin: 0;
	}
	.customsolutions-top-left-img {
		margin: 0;
	}
	.customsolutions-top-left {
		margin: 0;
	}
	.section.section-padded-cs {
		padding: 0;
	}
	.customsolutions-top-left-h3 {
		text-align: center;
	}
	.customsolutions-top-left-h2 {
		text-align: center;
	}
	.customsolutions-top-right {
		margin: 0;
	}
	.customsolutions-top-right > p {
		margin: 0;
		text-align: center;
	}
	.cs-icons-for-position {
		margin: 0;
	}
	.col-md-3.position-sec-col3-style-mobile {
		padding: 2%;
	}
	.customsolutions-top-right-img {
		margin: 0;
	}
	.customsolutions-top-left-h3-wo {
		margin: 0;
		text-align: center;
	}
	.customsolutions-top-left-h2-wo {
		margin: 0;
		text-align: center;
	}
	.col-sm-offset-1.col-md-2.man-holding-mobile-responsive {
		text-align: center;
	}
	.col-sm-offset-1.col-md-2.man-holding-mobile-responsive > img {
		width: 60%;
		padding: 5% 10%;
	}
	.wo-row-set-css {
		margin: 0;
	}
	.col-md-3.wo-icon-img-align > img {
		padding: 3%;
	}
	.wo-icon-content-title {
		text-align: center;
	}
	.wo-icon-content-desc {
		text-align: center;
	}
	.col-md-5.more-btn-align-mobile {
		text-align: center;
	}
	.btn.wo-btn {
		margin: 5% 0 0;
	}
	.btn.wo-btn:hover {
		margin: 5% 0 0;
	}
	.ebook-cont-div-css {
		width: 100%;
	}
	.intro-table-ebook-internal > img {
		width: 100%;
		padding: 0 10%;
	}
	.intro-tables-ebook {
		top: -230px;
	}
	.ebook-btn-div {
		top: -180px;
	}
	.btn.btn-ebook {
		padding: 5px 60px;
	}
	.section-padded-only-dot {
		top: 0;
	}
	.section-padded-next-sec {
		top: -60px;
	}
	.section.section-padded-testiline {
		padding: 0;
	}
	.testi-top-line-pad {
		padding: 0 10px;
	}
	.customsolutions-top-left-h3-wo2 {
		text-align: center;
	}
	.customsolutions-top-left-h2-wo2 {
		text-align: center;
	}
	.mytestides {
		text-align: center;
	}
	.mytestiname {
		text-align: center;
	}
	.mytestipost {
		text-align: center;
	}
	.section.section-padded-testi-below-line {
		padding: 0;
	}
	.testi-below-line-pad {
		padding: 0 5%;
	}
	.section.section-padded-fsls {
		padding: 0;
	}
	.customsolutions-top-left-h3-wo3 {
		margin: 0;
		text-align: center;
	}
	.customsolutions-top-left-h2-wo3 {
		text-align: center;
	}
	.fs-img-class-mobile1 {
		padding: 5% 0;
	}
	.fs-img-class-mobile2 {
		padding: 5% 0;
	}
	.fs-floating1-css > img {
		padding: 0;
	}
	.fs-img-class-mobile3 {
		padding: 0 22%;
		width: 100%;
	}
	.cta-btn-div {
		height: auto;
		padding: 2% 0;
	}
	.cta-btn-desc-sec {
		height: auto;
	}
	.cta-tagline {
		text-align: center;
		font-size: 30px;
	}
	.sub-footer-sec1 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec2 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec3 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec-des > p {
		text-align: center;
	}
	.sub-footer-sec4 {
		padding: 0;
		text-align: center;
	}
	.main-footer-copy-text {
		text-align: center;
	}
	.footer-social-media-icn {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
	header .typed {
		font-size: 42px;
	}
	.btn.btn-hero {
		margin-right: 0;
		margin-top: 5%;
	}
	p.herobutton {
		text-align: center;
	}
	p.heroline {
		display: none;
	}
	.hero-floating-image-mobile {
		width: 100%;
	}
	.section-padded-cs {
		padding: 0;
	}
	.customsolutions-top-left-img {
		margin: 0;
	}
	.customsolutions-top-left {
		margin: 0;
	}
	.customsolutions-top-left-h3 {
		text-align: center;
		font-size: 40px;
	}
	.customsolutions-top-left-h2 {
		text-align: center;
		font-size: 50px;
	}
	.customsolutions-top-right {
		margin: 4% auto;
	}
	.customsolutions-top-right > p {
		margin: 0;
		text-align: center;
	}
	.position-sec-col3-style-mobile {
		margin: 15% 0;
	}
	.cs-icons-for-position {
		margin: 0;
	}
	.customsolutions-top-left-h3-wo {
		margin: 0;
		text-align: center;
		line-height: 1.2;
		font-size: 40px;
	}
	.customsolutions-top-left-h2-wo {
		margin: 0;
		text-align: center;
		font-size: 50px;
	}
	.man-holding-mobile-responsive {
		margin: 10% 0;
		text-align: center;
	}
	.wo-icon-img-align {
		margin: 10% 0;
	}
	.wo-icon-content-title {
		text-align: center;
	}
	.wo-icon-content-desc {
		padding: 2%;
		text-align: center;
	}
	.more-btn-align-mobile {
		margin-top: 5%;
		text-align: center;
	}
	.ebook-content {
		font-size: 25px;
		margin-top: 20%;
	}
	.intro-tables-ebook {
		top:-200px;
	}
	.ebook-btn-div {
		top:-140px;
	}
	.intro-table-ebook-internal > img {
		width: 100%;
	}
	.section-padded-only-dot {
		top: 0;
	}
	.section-padded-next-sec {
		top:-50px;
	}
	.section.section-padded-testiline {
		padding: 0;
	}
	.customsolutions-top-left-h3-wo2 {
		text-align: center;
		font-size: 40px;
	}
	.customsolutions-top-left-h2-wo2 {
		text-align: center;
		font-size: 50px;
	}
	.mytestides {
		margin: 5% 2%;
		text-align: center;
	}
	.mytestiname {
		text-align: center;
	}
	.mytestipost {
		text-align: center;
	}
	.customsolutions-top-left-h3-wo3 {
		margin: 0;
		text-align: center;
		font-size: 50px;
	}
	.customsolutions-top-left-h2-wo3 {
		text-align: center;
		margin-bottom: 10%;
		font-size: 50px;
	}
	.fs-img-class-mobile1 {
		padding: 0 0 10%;
	}
	.fs-img-class-mobile2 {
		padding: 0 0 10%;
	}
	.fs-floating1-css > img {
		padding: 0;
	}
	.fslg-row2 {
		margin: 0;
	}
	.cta-bannersec {
	background: url('../img/cta-mobile-bg-img.png') no-repeat center center;
	height: 310px;
	}
	.fs-img-class-mobile3 {
		width: 100%;
		margin: 0 5%;
	}
	.cta-tagline {
		font-size: 16px;
		letter-spacing: 0;
	}
	.cta-btn-desc-sec {
		height: auto;
	}
	.btn.btn-talk-cta {
		font-size: 32px;
		padding: 5px 20px;
	}
	.sub-footer-sec1 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec2 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec3 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec4 {
		padding: 0;
		text-align: center;
	}
	.sub-footer-sec-des > p {
		text-align: center;
	}
	.main-footer-copy-text {
		text-align: center;
	}
	.footer-social-media-icn {
		float: none;
		text-align: center;
	}
	.testi-below-line-pad {
		padding: 0 10%;
	}
	.testi-top-line-pad {
		padding: 0 10%;
	}
	.customsolutions-top-right-line-float {
		display: none;
	}
	.container > .navbar-header {
		margin: 0;
	}
	.container > .navbar-collapse {
		margin: 0;
	}
	.customsolutions-top-right-img {
		margin: 0;
	}
}

@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}
	.pricings .pricing .box-second {
		padding-top: 0;
	}
}
@media only screen and (max-width: 380px) {
	.btn.btn-ebook {
		padding: 5px 50px;
	}
}





/* GeoAnalytics Page Start */

header.geo-header-hero-img {
	background: rgba(0, 0, 0, 0) url("../img/geo-analytics-page-hero-img.png") repeat scroll 0 0 / cover ;
    color: white;
    position: relative;
    width: 100%;
}
header.root-header-hero-img {
	background: rgba(0, 0, 0, 0) url("../img/geo-analytics-page-hero-img.png") repeat scroll 0 0 / cover ;
    color: white;
    position: relative;
    width: 100%;
}
.geo-hero-description {
	font-size: 18px;
  	font-weight: normal;
  	font-style: italic;
  	font-stretch: normal;
  	line-height: 1.61;
  	letter-spacing: normal;
  	text-align: center;
  	color: #dedede;
	margin-top: 1%;
	padding: 0 10%;
}
.root-hero-description {
	font-size: 18px;
  	font-weight: normal;
  	font-style: italic;
  	font-stretch: normal;
  	line-height: 1.61;
  	letter-spacing: normal;
  	text-align: center;
  	color: #dedede;
	margin-top: 1%;
	padding: 0 25%;
}
.geo-hero-top-tagline {
	font-size: 40.7px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.96;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
}
.root-hero-top-tagline {
	font-size: 40.7px;
  	font-weight: 100;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.96;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
}
.geo-hero-tagline-keyword.typed {
	font-size: 69.9px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.56;
  	letter-spacing: normal;
  	text-align: center;
  	color: #00f3e9;
	text-transform: none;
	padding: 2% 0;
}
.root-hero-tagline-keyword.typed {
	font-size: 69.9px;
  	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.9;
  	letter-spacing: normal;
  	text-align: center;
  	color: #3cb6f6;
	text-transform: none;
	padding: 2% 0;
}
.geo-herobutton {
	text-align: center;
}
.btn.btn-geo-hero {
	margin-top: 2%;
	font-size: 24px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.21;
  	letter-spacing: normal;
  	text-align: center;
  	color: #221637;
	border-radius: 4px;
  	background-color: #ffffff;
  	border: solid 1px #ffffff;
	padding: 15px 60px;
	box-shadow: 0 0 4px #00f3e9;
}
.btn.btn-geo-hero:hover {
	background-color: transparent;
	color: #ffffff;
  	border: solid 1px #221637;
}


.what-is-geo-h1 {
	font-size: 56px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.88;
  	letter-spacing: 1px;
  	text-align: center;
  	color: #241c3a;
}
.what-is-geo-h2 {
	font-size: 56px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.08;
  	letter-spacing: 1px;
  	text-align: center;
  	color: #241c3a;
	margin-top: 2%;
}
.what-is-geo-p {
	font-size: 20px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.6;
  	letter-spacing: -0.2px;
  	text-align: center;
  	color: #a4a4a4;
	padding: 3% 10%;
}
/*
.col-md-12.dynamic-pricing-top {
	padding: 0 10%;
}
*/
.dynamic-pricing-top-h2 {
	color: #22193b;
    font-size: 56px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.98;
    text-align: left;
}
.dynamic-pricing-top-h2 > span {
    font-weight: bold;
}
.dynamic-pricing-top-h1 {
	color: #939393;
    font-size: 56px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.98;
    text-align: left;
}
/*
.dynamic-pricing-bottom {
	padding: 4% 8%;
}
*/
.dynamic-pricing-left-content-top-text-h2 {
	color: #3e3e3e;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0.8;
    text-align: right;
}
.col-md-11.dynamic-pricing-left-content-top-text {
	padding: 0;
}
.col-md-1.dynamic-pricing-left-content-top-number {
	padding: 0;
}
.dynamic-pricing-left-content-top-number-h2 {
	color: rgba(62, 62, 62, 0.13);
    font-size: 205px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 0.08;
    text-align: left;
}
.dynamic-pricing-left-content-bottom-desc {
	color: #828282;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.44;
    text-align: right;
	padding: 15% 0;
}
.dynamic-pricing-left-img-style {
	width: 80%;
}
.col-md-4.dynamic-pricing-left-content {
	padding: 5% 5% 0 2%;
}
/*
.supply-demand-bottom {
	padding: 0 8%;
}
*/
.supply-demand-left-img-style {
	width: 80%;
}
.col-md-4.supply-demand-left-content {
	padding: 5% 5% 0 2%;
}
.col-md-11.supply-demand-left-content-top-text {
	padding: 0;
}
.supply-demand-left-content-top-text-h2 {
	color: #3e3e3e;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0.8;
    text-align: left;
}
.col-md-1.supply-demand-left-content-top-number {
	padding: 0;
}
.supply-demand-left-content-top-number-h2 {
	color: rgba(62, 62, 62, 0.13);
    font-size: 205px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 0.08;
    text-align: left;
}
.supply-demand-left-content-bottom-desc {
	color: #828282;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.44;
    text-align: left;
	padding: 15% 0 5% 0;
}
.col-md-8.dynamic-pricing-left-image {
	text-align: center;
}
.col-md-8.supply-demand-left-image {
	text-align: center;
}
.col-md-6.red-box > span {
	font-size: 17.8px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	letter-spacing: 0;
  	text-align: left;
  	color: #3e3e3e;
	margin-left: 5%;
}
.col-md-6.green-box > span {
	font-size: 17.8px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	letter-spacing: 0;
  	text-align: left;
  	color: #3e3e3e;
	margin-left: 5%;
}
.col-md-12.instant-mark-top {
	padding: 0 10%;
}
.instant-mark-top-h2 {
	color: #22193b;
    font-size: 48px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.98;
    text-align: left;
}
.instant-mark-top-h2 > span {
    font-weight: bold;
}
.instant-mark-top-h1 {
	color: #939393;
    font-size: 48px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.98;
    text-align: left;
}
/*
.instant-mark-bottom {
	padding: 4% 8%;
}
*/
.instant-mark-left-content-top-text-h2 {
	color: #3e3e3e;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0.8;
    text-align: right;
}
.col-md-11.instant-mark-left-content-top-text {
	padding: 0;
}
.col-md-1.instant-mark-left-content-top-number {
	padding: 0;
}
.instant-mark-left-content-top-number-h2 {
	color: rgba(62, 62, 62, 0.13);
    font-size: 205px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 0.08;
    text-align: left;
}
.instant-mark-left-content-bottom-desc {
	color: #828282;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.44;
    text-align: right;
	padding: 15% 0;
}
.instant-mark-left-img-style {
	width: 80%;
}
.col-md-4.instant-mark-left-content {
	padding: 5% 0% 0 2%;
}
/*
.re-targ-bottom {
	padding: 0 8%;
}
*/
.re-targ-left-img-style {
	width: 80%;
}
.col-md-4.re-targ-left-content {
	padding: 5% 5% 0 2%;
}
.col-md-11.re-targ-left-content-top-text {
	padding: 0;
}
.re-targ-left-content-top-text-h2 {
	color: #3e3e3e;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0.8;
    text-align: left;
}
.col-md-1.re-targ-left-content-top-number {
	padding: 0;
}
.re-targ-left-content-top-number-h2 {
	color: rgba(62, 62, 62, 0.13);
    font-size: 205px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 0.08;
    text-align: left;
}
.re-targ-left-content-bottom-desc {
	color: #828282;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.44;
    text-align: left;
	padding: 15% 0 5% 0;
}
.col-md-8.instant-mark-left-image {
	text-align: center;
}
.col-md-8.re-targ-left-image {
	text-align: center;
}
.dashboard-h1 {
	font-size: 56px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 0.88;
  	letter-spacing: 1px;
  	text-align: center;
  	color: #241c3a;
}
.dashboard-p {
	font-size: 20px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.6;
  	letter-spacing: -0.2px;
  	text-align: center;
  	color: #a4a4a4;
	padding: 2% 10%;
}
.section.dashboard {
	margin: 2% 0 0 0;
	padding: 40px 0 0 0;
}
.section.client-logo {
	padding: 60px 0 30px;
}
.col-md-3.client-logo-internal-div {
	text-align: center;
}
.client-logo-img {
	padding: 2%;
}
.single-line-cta-left-desc {
	font-size: 24px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
    color: #686868;
	margin-top: 6px;
}
.single-line-cta-right {
	text-align: center;
}
.single-line-cta-button:hover {
	border: 10px solid #0b84ab;
    border-radius: 25px;
}
.end-cta-sec-div.pullMefullwidth{
	color: white;
	background-image: linear-gradient(139deg, #6a68e9, #221637);
	background-size: cover;
	height: 380px;
	text-align: center;
}
.root-end-cta-sec-div {
	color: white;
	background-image: linear-gradient(342deg, #0e0d20, #221637);
	background-size: cover;
	height: 380px;
	text-align: center;
}
.end-cta-sec-h1 {
	font-size: 55px;
	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.02;
  	letter-spacing: -1.1px;
  	text-align: center;
  	color: #ffffff;
	margin-top: 5%;
	margin-bottom: 0;
}
.end-cta-sec-h2 {
	font-size: 55px;
	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.02;
  	letter-spacing: -1.1px;
  	text-align: center;
  	color: #ffffff;
	margin: 0;
}
.end-cta-sec-p {
	font-size: 20px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 2.8;
  	letter-spacing: -0.4px;
  	text-align: center;
  	color: #ffffff;
	margin-top: 5px;
}
.end-cta-sec-btn {
	background: #00f3e9;
	font-size: 28px;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 3;
  	letter-spacing: -0.6px;
  	text-align: center;
  	color: #2d2d2d;
	padding: 18px 40px;
}
/*
.end-cta-sec-btn:hover {
	background: #0b84ab;
}
*/
.root-end-cta-sec-btn {
	background: #3cb6f6;
	font-size: 28px;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 3;
  	letter-spacing: -0.6px;
  	text-align: center;
  	color: #2d2d2d;
	padding: 18px 40px;
}
.root-end-cta-sec-btn:hover {
	background: #00f3e9;
}
.section.end-cta-sec {
	padding: 0;
}
@media(max-width:1455px) {
/*
.supply-demand-left-content-top-text-h2 {
	font-size: 36px;
}
.dynamic-pricing-left-content-top-text-h2 {
	font-size: 36px;
}
.instant-mark-left-content-top-text-h2 {
	font-size: 36px;
}
.re-targ-left-content-top-text-h2 {
	font-size: 36px;
}
*/
}
@media(max-width:1320px) {
.supply-demand-left-content-top-number-h2 {
	font-size: 170px;
	line-height: 0.2;
}
.dynamic-pricing-left-content-top-number-h2 {
	font-size: 170px;
	line-height: 0.1;
}
.instant-mark-left-content-top-number-h2 {
	font-size: 170px;
	line-height: 0.1;
}
.re-targ-left-content-top-number-h2 {
	font-size: 170px;
	line-height: 0.1;
}
.supply-demand-left-content-top-text-h2 {
	font-size: 32px;
}
.dynamic-pricing-left-content-top-text-h2 {
	font-size: 32px;
}
.instant-mark-left-content-top-text-h2 {
	font-size: 32px;
}
.re-targ-left-content-top-text-h2 {
	font-size: 32px;
}
}
@media(max-width:1199px) {
.navbar-nav > li {
	margin-left: 10px;
}
.supply-demand-left-content-top-text-h2 {
	font-size: 28px;
}
.dynamic-pricing-left-content-top-text-h2 {
	font-size: 28px;
}
.instant-mark-left-content-top-text-h2 {
	font-size: 28px;
}
.re-targ-left-content-top-text-h2 {
	font-size: 28px;
}
}
@media(max-width:1048px) {
.supply-demand-left-content-top-text-h2 {
	font-size: 24px;
}
.dynamic-pricing-left-content-top-text-h2 {
	font-size: 24px;
}
.instant-mark-left-content-top-text-h2 {
	font-size: 24px;
}
.re-targ-left-content-top-text-h2 {
	font-size: 24px;
}
.dynamic-pricing-left-content-top-number-h2 {
	font-size: 120px;
}
.supply-demand-left-content-top-number-h2 {
	font-size: 120px;
}
.instant-mark-left-content-top-number-h2 {
	font-size: 120px;
}
.re-targ-left-content-top-number-h2 {
	font-size: 120px;
}
.client-logo-img {
	width: 95%;
}
ul.nav li a {
	padding: 0.44em 0.9em;
}

.col-md-9.single-line-cta-left.pullMefullwidth {
    padding: 0 0 0 35px;
}

}
@media(min-width:768px) and (max-width:990px) {
.dynamic-pricing-left-content-top-number-h2 {
	display: none;
}
.dynamic-pricing-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.dynamic-pricing-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.supply-demand-left-content-top-number-h2 {
	display: none;
}
.supply-demand-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.supply-demand-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.instant-mark-left-content-top-number-h2 {
	display: none;
}
.instant-mark-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.instant-mark-left-content-bottom-desc {
	padding: 5% 0;
	text-align: center;
}
.re-targ-left-content-top-number-h2 {
	display: none;
}
.re-targ-left-content-top-text-h2 {
	font-size: 32px;
	text-align: center;
}
.re-targ-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.client-logo-img {
	width: 90%;
	padding: 5% 15%;
}
.single-line-cta-left-desc {
	margin: 0;
	padding: 0 5%;
	text-align: center;
}

.col-md-9.single-line-cta-left.pullMefullwidth {
    padding: 0 0 0 35px;
}

}
@media(min-width:650px) and (max-width:767px) {
.dynamic-pricing-left-content-top-number-h2 {
	display: none;
}
.dynamic-pricing-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.dynamic-pricing-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.supply-demand-left-content-top-number-h2 {
	display: none;
}
.supply-demand-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.supply-demand-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.instant-mark-left-content-top-number-h2 {
	display: none;
}
.instant-mark-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.instant-mark-left-content-bottom-desc {
	padding: 5% 0;
	text-align: center;
}
.re-targ-left-content-top-number-h2 {
	display: none;
}
.re-targ-left-content-top-text-h2 {
	font-size: 32px;
	text-align: center;
}
.re-targ-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.client-logo-img {
	width: 90%;
	padding: 5% 15%;
}
.single-line-cta-left-desc {
	margin: 0;
	padding: 0 5%;
	text-align: center;
}
.dynamic-pricing-top-h2 {
	text-align: center;
}
.dynamic-pricing-top-h1 {
	text-align: center;
	font-size: 36px;
}
}
@media(min-width:431px) and (max-width:649px) {
.dynamic-pricing-left-content-top-number-h2 {
	display: none;
}
.dynamic-pricing-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.dynamic-pricing-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.supply-demand-left-content-top-number-h2 {
	display: none;
}
.supply-demand-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.supply-demand-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.instant-mark-left-content-top-number-h2 {
	display: none;
}
.instant-mark-left-content-top-text-h2 {
	text-align: center;
	font-size: 32px;
}
.instant-mark-left-content-bottom-desc {
	padding: 5% 0;
	text-align: center;
}
.re-targ-left-content-top-number-h2 {
	display: none;
}
.re-targ-left-content-top-text-h2 {
	font-size: 32px;
	text-align: center;
}
.re-targ-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0;
}
.client-logo-img {
	width: 90%;
	padding: 5% 15%;
}
.single-line-cta-left-desc {
	margin: 0;
	padding: 0 5%;
	text-align: center;
}
.dynamic-pricing-top-h2 {
	text-align: center;
}
.dynamic-pricing-top-h1 {
	text-align: center;
	font-size: 36px;
}
}
@media(max-width:430px) {
.geo-hero-top-tagline {
	font-size: 34px;
}
.root-hero-top-tagline {
	font-size: 34px;
}
.geo-hero-tagline-keyword.typed {
	font-size: 50px;
}
.root-hero-tagline-keyword.typed {
	font-size: 50px;
}
.geo-hero-description {
	font-size: 16px;
}
.root-hero-description {
	font-size: 16px;
}
.btn.btn-geo-hero {
	font-size: 22px;
	padding: 10px 45px;
}
.what-is-geo-h2 {
	font-size: 40px;
}
.what-is-geo-h1 {
	font-size: 44px;
}
.dynamic-pricing-top-h2 {
	font-size: 32px;
	text-align: center;
}
.dynamic-pricing-top-h1 {
	font-size: 26px;
	text-align: center;
}
.dynamic-pricing-left-content-top-number-h2 {
	display: none;
}
.dynamic-pricing-left-content-top-text-h2 {
	text-align: center;
	font-size: 30px;
}
.dynamic-pricing-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0 1%;
}
.supply-demand-left-content-top-number-h2 {
	display: none;
}
.supply-demand-left-content-top-text-h2 {
	text-align: center;
	font-size: 30px;
}
.supply-demand-left-content-bottom-desc {
	text-align: center;
}
.instant-mark-left-content-top-number-h2 {
	display: none;
}
.instant-mark-left-content-top-text-h2 {
	font-size: 30px;
	text-align: center;
}
.instant-mark-left-content-bottom-desc {
	text-align: center;
	padding: 5% 0 1%;
}
.re-targ-left-content-top-number-h2 {
	display: none;
}
.re-targ-left-content-top-text-h2 {
	font-size: 30px;
	text-align: center;
}
.re-targ-left-content-bottom-desc {
	text-align: center;
}
.dashboard-h1 {
	font-size: 46px;
}
.dashboard-p {
	font-size: 18px;
	padding: 5% 2%;
	line-height: 1.5;
}
.client-logo-img {
	padding: 10% 2%;
}
.single-line-cta-left-desc {
	font-size: 22px;
	text-align: center;
}
.col-md-9.single-line-cta-left.pullMefullwidth {
    padding: 0 12px;
}

}
/* GeoAnalytics Page End */























.mega-menu-wrap {
	padding-left:47% !important;
}

@media(max-width:768px) {

	.testi-img-for-mobile {
		margin-top: 15%;
	}

}
@media(max-width:736px) {

.mega-menu-item.mega-menu-item-type-post_type {
	padding-left: 5% !important;
}

nav.navbar {
	background: transparent;
}
}

@media(max-width:420px) {
.navbar-brand > img {
	margin-top: 10%;
	width: 80%;
}
}
@media(max-width:380px) {
.navbar-brand > img {
	margin-top: 10%;
	width: 80%;
}
}
@media(max-width:330px) {
.navbar-brand > img {
	margin-top: 5%;
	width: 80%;
}
}
#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.05);
	text-shadow:none;
	display: none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#ddd;
}
.list-group-item {
	border: none;
}
.list-group-item:hover {
	background-color:#ddd;
}
.list-group-item.active > p {
	color: #000;
}
.list-group-item > h4 {
	color: #8a8e91;
}
.list-group-item.active > h4 {
	color: #000;
}
@media (min-width: 992px) {
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;}
}
@media (max-width: 991px) {
	.carousel-caption p,
	#myCarousel .list-group {display:none;}
}
.slide-p-data {
	font-size: 16px;
}
@media (min-width: 1024px) and (max-width: 1025px) {

/*
.col-md-3.wo-icon-img-align > img {
	width:48px !important;
}
*/
.slide-p-data {
	font-size: 12px;
}
.sub-footer-sec-des > p {
	font-size: 15px;
}
.sub-footer-sec-title {
	font-size: 18px;
}
}
@media (max-width: 1023px) {
.slide-p-data {
	display: none;
}
}
@media (max-width: 1024px) {
.end-cta-sec-h1 {
	margin-top: 7%;
}
}
@media (max-width: 1024px) {
.end-cta-sec-h1 {
	font-size: 45px;
	margin-top: 10%;
}
.end-cta-sec-h2 {
	font-size: 45px;
	margin-top: 1%;
}
}
@media (max-width: 1024px) {
.end-cta-sec-h1 {
	margin: 0;
	padding-top: 10%;
}
}
@media (max-width: 568px) {
.end-cta-sec-h1 {
	font-size: 34px;
	padding-top: 15%;
}
.end-cta-sec-h2 {
	font-size: 34px;
	margin-top: 2%;
}
.end-cta-sec-p {
	line-height: 1.2;
	margin-top: 15px;
}
.end-cta-sec-btn {
	padding: 10px 30px;
}
.root-end-cta-sec-btn {
	padding: 10px 30px;
}
}
.single-line-cta-left {
	padding: 0;
}
.footer-mobile-menu-p {
	display: none;
}
@media (max-width: 420px) {
.sub-footer-ul-class {
	display: none;
}
.footer-mobile-menu-p {
	display: block;
}
.footer-mobile-menu-p > a {
	color: #444;
}
.what-is-geo-p {
	font-size: 16px;
	padding: 3% 5%;
}
}
.carousel-caption a {
	color: #221637;
}
.carousel-caption > p {
	color: #000000;
	font-size: 15px;
	text-align: center;
}
.container-fluid.nav-menu-style-here {
	padding: 0 15%;
}
@media (min-width: 1025px) {
.what-is-geo-p {
	padding: 2% 15%;
}
.container-fluid.dynamic-style-here-goes {
	padding: 0 8%;
}
.container-fluid.supply-style-here-goes {
	padding: 0 8%;
}
.container-fluid.instant-style-here-goes {
	padding: 0 8%;
}
.container-fluid.re-style-here-goes {
	padding: 0 8%;
}
.dashboard-p {
	padding: 2% 15%;
}
.container-fluid.footer-style-here-goes {
	padding: 0 14%;
}
.sub-footer-sec-des > p {
	font-size: 18px;
}
.sub-footer-ul-class > li > a {
	font-size: 18px;
}
.container-fluid.end-footer-style-here-goes {
	padding: 0 5%;
}
.single-line-cta-right {
	text-align: right;
}
}
@media (max-width: 420px) {
.carousel-caption > h4 {
	margin-top: -1%;
}
.carousel-caption > p {
	margin: 50% 0 0;
}
#myCarousel .carousel-caption {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	top:0;
}
}
@media (max-width: 768px) {
#myCarousel .carousel-caption {
	display:block;
}
.carousel-caption > p {
	display: block;
}
}
@media (max-width: 736px) {
.carousel-caption > p {
	display: block;
	font-size: 9px;
}
}
@media (max-width: 1864px) {
.mega-menu-wrap {
	padding-left:45% !important;
}
}
@media (max-width: 1798px) {
.mega-menu-wrap {
	padding-left:43% !important;
}
}
@media (max-width: 1736px) {
.mega-menu-wrap {
	padding-left:41% !important;
}
}
@media (max-width: 1679px) {
.mega-menu-wrap {
	padding-left:39% !important;
}
}
@media (max-width: 1625px) {
.mega-menu-wrap {
	padding-left:37% !important;
}
}
@media (max-width: 1575px) {
.mega-menu-wrap {
	padding-left:35% !important;
}
}
@media (max-width: 1528px) {
.mega-menu-wrap {
	padding-left:33% !important;
}
}
@media (max-width: 1484px) {
.mega-menu-wrap {
	padding-left:31% !important;
}
}
@media (max-width: 1442px) {
.mega-menu-wrap {
	padding-left:29% !important;
}
}
@media (max-width: 1403px) {
.mega-menu-wrap {
	padding-left:27% !important;
}
}
@media (max-width: 1365px) {
.mega-menu-wrap {
	padding-left:25% !important;
}
}
@media (max-width: 1330px) {
.mega-menu-wrap {
	padding-left:23% !important;
}
}
@media (max-width: 1297px) {
.mega-menu-wrap {
	padding-left:21% !important;
}
}
@media (max-width: 1265px) {
.mega-menu-wrap {
	padding-left:19% !important;
}
}
@media (max-width: 1235px) {
.mega-menu-wrap {
	padding-left:17% !important;
}
}
@media (max-width: 1206px) {
.mega-menu-wrap {
	padding-left:15% !important;
}
}
@media (max-width: 1179px) {
.mega-menu-wrap {
	padding-left:13% !important;
}
}
@media (max-width: 1153px) {
.mega-menu-wrap {
	padding-left:11% !important;
}
}
@media (max-width: 1128px) {
.mega-menu-wrap {
	padding-left:9% !important;
}
}
@media (max-width: 1104px) {
.mega-menu-wrap {
	padding-left:7% !important;
}
}
@media (max-width: 1086px) {
.mega-menu-wrap {
	padding-left:5% !important;
}
.container-fluid.nav-menu-style-here {
	padding: 0 13%;
}
}
@media (max-width: 1027px) {
.container-fluid.nav-menu-style-here {
	padding: 0 12%;
}
}
@media (max-width: 1024px) {
.container-fluid.nav-menu-style-here {
	padding: 0 11%;
}
.mega-menu-wrap {
	padding-top: 1% !important;
}
.col-md-6.red-box > span {
	font-size: 15px;
}
.col-md-6.green-box > span {
	font-size: 15px;
}
}
@media (max-width: 991px) {
.mega-menu-wrap {
	padding-left: 18% !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 11px;
}
.jg_H_fixed_nav #mega-menu-primary-menu .mega-jg_nav_cta_btn .mega-menu-link {
	font-size: 11px !important;
}
}
@media (max-width: 913px) {
.container-fluid.nav-menu-style-here {
	padding: 0 7%;
}
}
@media (max-width: 829px) {
.container-fluid.nav-menu-style-here {
	padding: 0 5%;
}
}
@media (max-width: 792px) {
.container-fluid.nav-menu-style-here {
	padding: 0 3%;
}
}



.container-fluid.faq-page-style-here {
	padding: 5% 16% 2% 16%;
}
.faq-page-top-h1 {
	font-size: 56px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #241c3a;
}
.faq-page-top-h2 {
	font-size: 56px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #241c3a;
	margin-top: 1%;
}
.row.faq-questions-section-here {
	padding-top: 4%;
}
@media (max-width: 1024px) {
.container-fluid.faq-page-style-here {
	padding: 5% 16% 2% 12%;
}
}
@media (max-width: 768px) {
.container-fluid.faq-page-style-here {
	padding: 5% 5% 2%;
}
}
@media (max-width: 420px) {
.container-fluid.faq-page-style-here {
	padding: 10% 5% 2%;
}
.faq-page-top-h2 {
	font-size: 40px;
}
.faq-page-top-h1 {
	font-size: 40px;
}
}
@media (max-width: 350px) {
.faq-page-top-h2 {
	font-size: 28px;
}
.faq-page-top-h1 {
	font-size: 28px;
}
}
/*
.container-fluid.custom-solutions-style-goes-here {
	padding: 0 16%;
}
*/
.container-fluid.section-padded-wo-style-goes-here {
	padding: 0 11%;
}
.col-md-4.man-holding-mobile-responsive {
	text-align: center;
}
.container-fluid.section-padded-next-sec-style-goes-here {
	padding: 0 16%;
}
.container-fluid.section-padded-next-sec-style-goes-here-2 {
	padding: 0 11.5%;
}
.slide-text.ontspan.owncwith {
	font-size: 46px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 21%;
    text-align: right;
    text-transform: uppercase;
}
.work-title-style {
	color: #6b6b6b;
    font-family: Roboto;
    font-size: 45px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.8px;
    line-height: 0.7;
    margin-left: 1.2%;
    text-align: left;
}
.work-title-style-p {
	margin-left: 1.5%;
}
.container-fluid.testi-container-style-goes-here {
	padding: 0 16%;
}
.col-sm-3.testi-end-for-mobile-2 {
	text-align: left;
	padding-left: 0;
}
.testi-img-for-mobile-2 {
	width: 80%;
	margin-top: -20%;
	margin-left: -5%;
}
.testi-img-for-mobile {
	width: 100%;
}
.col-sm-4.col-sm-push-8.testi-end-for-mobile {
	text-align: right;
	padding-right: 0;
}
/*
.fs-img-class-mobile-own {
	padding: 5%;
}
*/
.container-fluid.fsls-style-goes-here {
	padding: 0 14%;
}
.row.lower-row-logo-awards {
	padding: 0 20%;
}
@media(max-width:1600px) {
.col-md-3.wo-icon-img-align > img {
	width: 100%;
}
.container-fluid.fsls-style-goes-here {
	padding: 0 16%;
}
.btn.btn-talk-cta {
	padding: 10px 30px;
}
}
@media(max-width:1550px) {
.wo-icon-content-title {
	line-height: 0.5;
}
}
@media(max-width:1500px) {
.container-fluid.section-padded-wo-style-goes-here {
	padding: 0 13%;
}
.customsolutions-top-left-h3-wo {
	font-size: 42px;
}
.customsolutions-top-left-h2-wo {
	font-size: 52px;
}
.customsolutions-top-left-h3 {
	font-size: 42px;
}
.customsolutions-top-left-h2 {
	font-size: 52px;
}
.customsolutions-top-left-h3-wo2 {
	font-size: 42px;
}
.customsolutions-top-left-h2-wo2 {
	font-size: 52px;
}
.customsolutions-top-left-h3-wo3 {
	font-size: 52px;
}
.customsolutions-top-left-h2-wo3 {
	font-size: 52px;
}
.fs-img-class-mobile-own {
	width: 90%;
}
.container-fluid.section-padded-next-sec-style-goes-here {
	padding: 0 17%;
}
.col-md-4.man-holding-mobile-responsive > img {
	width: 75%;
	margin-top: 25%;
}
.hero-floating-image-mobile {
	width: 35%;
}
.wo-icon-content-desc {
	font-size: 17px;
}
.mytestides {
	font-size: 18px;
}
.btn.btn-talk-cta {
	font-size: 32px;
}
.sub-footer-sec-title {
	font-size: 20px;
}
.sub-footer-sec-des > p {
	font-size: 17px;
}
}
@media(max-width:1400px) {
.row.cs-icons-for-position {
	padding: 0 10%;
}
.wo-row-set-css {
	margin-top: 3%;
}
.cta-tagline {
	font-size: 35px;
	letter-spacing: -1px;
}
}
@media(max-width:1350px) {
header .typed {
	font-size: 42px;
}
p.heroline {
	margin-left: 40%;
}
.slide-text.ontspan.owncwith {
	font-size: 40px;
	padding-right: 25%;
}
.btn.btn-hero {
	margin-right: 26%;
}
.hero-floating-image-mobile {
	width: 30%;
	margin-top: 5%;
}
.customsolutions-top-right > p {
	font-size: 17px;
}
.wo-icon-content-desc {
	font-size: 16px;
}
.wo-icon-content-title {
	font-size: 22px;
}
.wid72 {
	width: 80%;
}
.btn.btn-talk-cta {
	font-size: 26px;
}
.sub-footer-sec-des > p {
	font-size: 16px;
}
.sub-footer-sec-title {
	font-size: 18px;
}
.main-footer-copy-text {
	font-size: 20px;
}
}
@media (min-height: 700px) and (max-height: 770px) {
.section.section-padded-cs.red-area {
	padding: 0;
}
.section-padded-cs {
	padding: 10px 0 40px;
}
}
@media (min-height: 780px) and (max-height: 820px) {
.section.section-padded-cs.red-area {
	padding:0;
}
.hero-floating-image-mobile {
	width: 40%;
	margin-top: 8%;
}
.customsolutions-top-right-img {
	margin-right: 75%;
}
}
@media(max-width:1024px) {
.section.section-padded-cs.red-area {
	margin-top: -15%;
}
.section.section-padded-cs {
	margin-top: -3%;
}
.customsolutions-top-left-h3 {
	font-size: 38px;
}
.customsolutions-top-left-h2 {
	font-size: 42px;
}
.customsolutions-top-left-h3-wo {
	font-size: 38px;
}
.customsolutions-top-left-h2-wo {
	font-size: 42px;
}
.wo-icon-content-title {
	font-size: 19px;
}
.wo-icon-content-desc {
	font-size: 14px;
}
.btn.wo-btn {
	font-size: 15px;
}
.col-md-4.man-holding-mobile-responsive > img {
	margin-top: 30%;
}
.ebook-content {
	font-size: 28px;
}
.intro-table-ebook-internal > img {
	width: 70%;
}
.wid72 {
	width: 100%;
}
.work_l_page .work-list1 li {
	width: 49%;
}
.customsolutions-top-left-h3-wo2 {
	font-size: 38px;
}
.customsolutions-top-left-h2-wo2 {
	font-size: 42px;
}
.mytestides {
	font-size: 12px;
}
.mytestiname {
	font-size: 16px;
}
.mytestipost {
	font-size: 15px;
}
.customsolutions-top-left-h3-wo3 {
	font-size: 42px;
}
.customsolutions-top-left-h2-wo3 {
	font-size: 42px;
}
}
@media(min-width:1000px)and(max-width:1028px) {
.cta-bannersec {
	background: rgba(0, 0, 0, 0) linear-gradient(139deg, #6a68e9, #221637) repeat scroll 0 0;
}
.btn.btn-talk-cta {
	padding: 10px 12px;
	font-size: 20px;
}
.cta-tagline {
	font-size: 32px;
	letter-spacing: 0;
}
}
@media(min-width:920px)and(max-width:1030px) {
.section.section-padded-cs.red-area {
	display: none;
}
}
@media(min-width:767px)and(max-width:1030px) {
.wo-icon-content-desc {
	font-size: 17px;
}
.work-title-style {
	font-weight: 500;
	letter-spacing: 0;
}
}
@media(max-width:768px) {
header .typed {
	font-size: 32px;
}
.wo-icon-content-title {
	margin-top: 2%;
	text-align: center;
	margin-bottom: 2%;
}
.wo-icon-content-desc {
	text-align: center;
}
p.heroline {
	margin-left: 45%;
}
.slide-text.ontspan.owncwith {
	font-size: 30px;
	padding-right: 21%;
}
.hero-floating-image-mobile {
	margin-top: 0;
	width: 45%;
}
.btn.btn-hero {
	margin-right: 21%;
}
.section.section-padded-cs.red-area {
	margin-top: -25%;
}
.customsolutions-top-left-h3 {
	font-size: 30px;
}
.customsolutions-top-left-h2 {
	font-size: 35px;
}
.customsolutions-top-right > p {
	font-size: 15px;
}
.cs-icon-text {
	font-size: 18px;
	padding: 0 0 20px 0;
}
.cs-icon-img-style > img {
	padding: 10px 10px 0px 10px;
}
.customsolutions-top-left-h3-wo {
	font-size: 30px;
}
.customsolutions-top-left-h2-wo {
	font-size: 35px;
}
.col-md-4.man-holding-mobile-responsive > img {
	margin-top: 5%;
	width: 40%;
}
.col-md-3.wo-icon-img-align > img {
	width: 12%;
	margin-top: 5%;
}
.col-md-5.more-btn-align-mobile {
	text-align: center;
	margin-top: 5%;
}
.btn.wo-btn {
	margin-left: 0;
}
.ebook-cont-div-css {
	margin: 8% auto;
}
.intro-table-ebook-internal > img {
	margin-top: 6%;
}
.container-fluid.section-padded-next-sec-style-goes-here {
	padding: 10% 17% 0 17%;
}
.work-title-style {
	font-size: 38px;
}
.section.section-padded-testiline {
	padding: 0;
}
.customsolutions-top-left-h3-wo2 {
	font-size: 35px;
}
.customsolutions-top-left-h2-wo2 {
	font-size: 38px;
}
.mytestides {
	font-size: 14px;
}
.testi-img-for-mobile-2 {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
.customsolutions-top-left-h3-wo3 {
	font-size: 35px;
}
.customsolutions-top-left-h2-wo3 {
	font-size: 35px;
}
.cta-bannersec {
	height: 280px;
}
.cta-btn-desc-sec {
	height: 1px;
}
.cta-tagline {
	font-size: 28px;
	text-align: center;
}
}
@media (min-width:567px) and (max-width:736px) {

.testi-img-for-mobile {
	width: 45%;
	margin-top: 1%;
}
.col-sm-6.col-sm-push-6 {
	text-align: center;
}
.slide-text.ontspan.owncwith {
	font-size: 26px;
	padding-right: 18%;
}
.btn.btn-hero {
	margin-top: 1%;
	margin-right: -35%;
}
.intro-table {
	text-align: left;
}
.hero-floating-image-mobile {
	margin-top: -5%;
	width: 55%;
}
.section.section-padded-cs.red-area {
	margin-top: 0%;
}
.customsolutions-top-left-img {
	display: none;
}
.section.section-padded-cs {
	margin-top: 10%;
}
.customsolutions-top-left-h3 {
	font-size: 34px;
}
.customsolutions-top-left-h2 {
	font-size: 38px;
}
.customsolutions-top-right > p {
	font-size: 17px;
}
.row.customsolutions-top-right-img-float {
	display: none;
}
.customsolutions-top-left-h3-wo {
	font-size: 34px;
	line-height: 1;
}
.customsolutions-top-left-h2-wo {
	font-size: 38px;
	line-height: 1.5;
}
.col-md-4.man-holding-mobile-responsive > img {
	width: 25%;
}
.ebook-cont-div-css {
	margin: 8% auto 0;
}
.intro-table-ebook-internal > img {
	width: 80%;
	margin-top: -7%;
}
.ebook-btn-div {
	top: -200px;
}
.btn.btn-ebook {
	font-size: 26px;
	padding: 5px 55px;
}
.container-fluid.section-padded-next-sec-style-goes-here {
	padding: 0 17%;
}
.col-sm-4.col-sm-push-8.testi-end-for-mobile {
	text-align: center;
}
.testi-img-for-mobile-2 {
	display: none;
}
.cta-bannersec {
	height: 200px;
}
.cta-btn-desc-sec {
	height: 80px;
}
.cta-btn-div {
	margin: 15px 0;
}
}
@media (max-width:420px) {

.testi-img-for-mobile {
	width: 80%;
	margin-top: 1%;
	margin-bottom: 4%;
}
.col-sm-6.col-sm-push-6 {
	text-align: center;
}
header .typed {
	font-size: 25px;
}
.slide-text.ontspan.owncwith {
	font-size: 22px;
	padding-right: 7%;
}
.btn.btn-hero {
	margin-right: 0;
}
.hero-floating-image-mobile {
	width: 60%;
}
.section.section-padded-cs.red-area {
	display: none;
}
.section.section-padded-cs {
	margin-top: 0;
}
.customsolutions-top-left-h3 {
	font-size: 36px;
}
.customsolutions-top-left-h2 {
	font-size: 42px;
}
.customsolutions-top-right > p {
	font-size: 18px;
}
.position-sec-col3-style-mobile {
	margin: 5% 0;
}
.row.customsolutions-top-right-img-float {
	display: none;
}
.customsolutions-top-left-h3-wo {
	font-size: 36px;
}
.customsolutions-top-left-h2-wo {
	font-size: 42px;
}
.man-holding-mobile-responsive {
	margin: 5% 0;
}
.col-md-3.wo-icon-img-align > img {
	margin-top: 1%;
	width: 20%;
}
.ebook-content {
	font-size: 22px;
}
.intro-table-ebook-internal > img {
	margin-top: -15%;
	width: 80%;
}
.ebook-btn-div {
	top: -170px;
}
.section-padded-only-dot {
	display: none;
}
.work-title-style {
	font-size: 42px;
}
.wid72.work-title-style-p {
	font-size: 15px;
}
.col-sm-4.col-sm-push-8.testi-end-for-mobile {
	text-align: center;
}
.mytestides {
	font-size: 16px;
}
.testi-img-for-mobile-2 {
	display: none;
}
.fs-img-class-mobile-own {
	width: 100%;
	padding: 0;
	margin-top: 30%;
}
.cta-tagline {
	font-size: 18px;
	letter-spacing: 0px;
}
.cta-bannersec {
	background: linear-gradient(139deg, #6a68e9, #221637);
	height: 200px;
}
.cta-btn-div {
	height: 150px;
}
.container-fluid.section-padded-next-sec-style-goes-here {
	padding: 10% 5% 0;
}
.work-title-style {
	padding: 0 3%;
}
.wid72.work-title-style-p {
	padding: 0 3%;
}
}
@media (max-width:380px) {
.row.cs-icons-for-position {
	padding: 0 5%;
}
}
@media (max-width:330px) {
header .typed {
	font-size: 20px;
}
.slide-text.ontspan.owncwith {
	font-size: 18px;
	padding-right: 4%;
}
.row.cs-icons-for-position {
	padding: 0;
}
.container-fluid.custom-solutions-style-goes-here {
	padding: 0 5%;
}
}
.sub-footer-sec-des a {
	color: #3e3e3e;
}
@media (min-width:1600px) {
.col-md-3.wo-icon-img-align > img {
	width: 100%;
}
}
@media(min-width:769px) {
.navbar-brand {
	margin-left: -35px !important;
	padding: 0;
}
}
.container-fluid.glnb-empty-sec-for-back-only-container {
	text-align: center;
	padding: 0;
}
.container-fluid.glnb-empty-sec-for-back-only-container > img {
	width: 100%;
}
.section.empty-sec-for-back-only {
	padding: 0;
}

.data-4-img-style {
	padding: 10% 0;
}
.data-4-sec-title {
	font-size: 42.1px;
  	font-weight: 500;
 	line-height: 1.02;
  	letter-spacing: -0.8px;
  	text-align: left;
  	color: #ffffff;
}
.data-4-sec-desc {
	font-size: 16.8px;
  	line-height: 1.25;
  	letter-spacing: -0.3px;
  	text-align: left;
  	color: #ffffff;
}
.data-4-c-sec {
	padding: 0 15%;
	text-align: left;
}
.col-md-3.data-4-col-sec.for-b {
	border-right: 4px solid #fff;
	border-radius: 200px;
}
.row.data-4-sec-for-back-only {
	margin-top: -1%;
	margin-left: 1.5%;
}
.container-fluid.left-right-root-sec-cotainer {
	padding: 0 15%;
}
.col-md-6.right-root-1 {
	text-align: center;
}
.right-root-1-img {
	width: 100%;
	padding: 0 10%;
}
.left-root-1-h1 {
	font-size: 67px;
  	line-height: 0.99;
  	text-align: right;
  	color: #616161;
	font-weight: 400;
	margin-top: 20%;
}
.left-root-1-h2 {
	font-size: 67px;
  	line-height: 0.99;
  	text-align: right;
  	color: #616161;
	font-weight: bold;
}
.left-root-1-p {
	font-size: 24px;
  	line-height: 1.42;
  	text-align: right;
  	color: #484848;
	padding: 0 0 0 5%;
}

.container-fluid.right-left-root-sec-cotainer {
	padding: 0 15%;
}
.col-md-6.right-root-2 {
	text-align: center;
}
.right-root-2-img {
	width: 100%;
	padding: 0 1%;
}
.left-root-2-h1 {
	font-size: 67px;
  	line-height: 0.99;
  	text-align: left;
  	color: #616161;
	font-weight: 400;
	margin-top: 7%;
}
.left-root-2-h2 {
	font-size: 67px;
  	line-height: 0.99;
  	text-align: left;
  	color: #616161;
	font-weight: bold;
}
.left-root-2-p {
	font-size: 24px;
  	line-height: 1.42;
  	text-align: left;
  	color: #484848;
	padding: 0 5% 0 0;
}
.right-root-3-img {
	width: 65%;
	padding: 0 10%;
}
@media (max-width:1888px) {
.data-4-sec-title {
	font-size: 41px;
}
.what-is-geo-p {
	padding: 2% 16%;
}
}
@media (max-width:1840px) {
.data-4-sec-title {
	font-size: 40px;
}
.data-4-sec-desc {
	font-size: 16px;
}
}
@media (max-width:1796px) {
.data-4-sec-title {
	font-size: 39px;
}
}
@media (max-width:1753px) {
.data-4-sec-title {
	font-size: 38px;
}
.data-4-sec-desc {
	font-size: 15px;
}
}
@media (max-width:1709px) {
.data-4-sec-title {
	font-size: 37px;
}
}
@media (max-width:1665px) {
.data-4-sec-title {
	font-size: 36px;
}
.data-4-sec-desc {
	font-size: 17px;
}
}
@media (max-width:1621px) {
.data-4-sec-title {
	font-size: 35px;
}

}
@media (max-width:1577px) {
.data-4-sec-title {
	font-size: 34px;
}
.data-4-sec-desc {
	font-size: 16px;
}
.left-root-1-h1 {
	font-size: 62px;
}
.left-root-1-h2 {
	font-size: 62px;
}
.left-root-1-p {
	font-size: 23px;
}
.left-root-2-h1 {
	font-size: 62px;
}
.left-root-2-h2 {
	font-size: 62px;
}
.left-root-2-p {
	font-size: 23px;
}
}
@media (max-width:1534px) {
.data-4-sec-title {
	font-size: 33px;
}
}
@media (max-width:1490px) {
.data-4-sec-title {
	font-size: 32px;
}
}
@media (max-width:1446px) {
.data-4-sec-title {
	font-size: 31px;
}
.left-root-1-h1 {
	font-size: 56px;
}
.left-root-1-h2 {
	font-size: 56px;
}
.left-root-1-p {
	font-size: 22px;
}
.left-root-2-h1 {
	font-size: 56px;
}
.left-root-2-h2 {
	font-size: 56px;
}
.left-root-2-p {
	font-size: 22px;
}
}
@media (max-width:1403px) {
.data-4-sec-title {
	font-size: 30px;
}
}
@media (max-width:1359px) {
.data-4-sec-title {
	font-size: 29px;
}

}
@media (max-width:1315px) {
.data-4-sec-title {
	font-size: 28.5px;
}
.data-4-sec-desc {
	font-size: 15px;
}
.left-root-1-h2 {
	font-size: 50px;
}
.left-root-1-h1 {
	font-size: 50px;
}
.left-root-1-p {
	font-size: 20px;
}
.left-root-2-h1 {
	font-size: 50px;
}
.left-root-2-h2 {
	font-size: 50px;
}
.left-root-2-p {
	font-size: 20px;
}
}
@media (max-width:1315px) {
.root-hero-top-tagline {
	font-size: 38px;
}
.root-hero-tagline-keyword.typed {
	font-size: 65px;
	padding: 1% 0;
}
.data-4-sec-title {
	font-size: 28px;
}
}
@media (max-width:1272px) {
.data-4-sec-title {
	font-size: 27.5px;
}
}
@media (max-width:1250px) {
.data-4-sec-title {
	font-size: 27px;
}
}
@media (max-width:1228px) {
.data-4-sec-title {
	font-size: 26.5px;
}
.col-md-3.data-4-col-sec.for-b {
	border-radius: 100px;
}
.left-root-1-h1 {
	font-size: 46px;
}
.left-root-1-h2 {
	font-size: 46px;
}
.left-root-1-p {
	font-size: 18px;
}
.left-root-2-h1 {
	font-size: 46px;
}
.left-root-2-h2 {
	font-size: 46px;
}
.left-root-2-p {
	font-size: 18px;
}
}
@media (max-width:1206px) {
.data-4-sec-title {
	font-size: 26px;
}
}
@media (min-width:1010px) and (max-width:1040px) {
.data-4-sec-title {
	font-size: 22px;
}
}
.col-md-6.left-root-2-trick {
	display: none;
}
@media (min-width:740px) and (max-width:780px) {

.col-md-3.data-4-col-sec.for-b {
	border-right: none;
}
.col-md-3.col-sm-6.data-4-col-sec {
	border-top: 2px solid #fff;
	border-radius: 15px;
	margin-top: 3%;
}
.row.data-4-sec-for-back-only {
	margin-left: 0;
	margin-right: 0;
}
.data-4-c-sec {
	padding: 0 10%;
}
.what-is-geo-p {
	padding: 2% 5%;
}
.left-root-1-h1 {
	margin-top: 1%;
	text-align: center;
}
.left-root-1-h2 {
	text-align: center;
}
.left-root-1-p {
	text-align: center;
	padding: 0;
}
.col-md-6.left-root-2-trick {
	display: block;
}
.col-md-6.left-root-2 {
	display: none;
}
.left-root-2-h1 {
	text-align: center;
}
.left-root-2-h2 {
	text-align: center;
}
.left-root-2-p {
	padding: 0;
	text-align: center;
}
}
@media (min-width:541px) and (max-width:739px) {

.row.data-4-sec-for-back-only {
	margin-left: 0;
	margin-right: 0;
}
.root-hero-top-tagline {
	font-size: 32px;
	margin-top: 5%;
}
.root-hero-tagline-keyword.typed {
	font-size: 50px;
}
.data-4-c-sec {
	text-align: center;
	padding: 0 10%;
}
.col-md-3.data-4-col-sec.for-b {
	border-right: none;
}
.data-4-img-style {
	padding: 5% 0;
}
.data-4-sec-title {
	text-align: center;
}
.data-4-sec-desc {
	text-align: center;
}
.col-md-3.col-sm-6.data-4-col-sec {
	border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.row.data-4-sec-for-back-only {
	margin-top: 2%;
}

.col-md-3.col-sm-6.data-4-col-sec {
	border-radius: 200px;
}
.what-is-geo-p {
	padding: 2% 5%;
}
.left-root-1-h1 {
	margin-top: 1%;
	text-align: center;
}
.left-root-1-h2 {
	text-align: center;
}
.left-root-1-p {
	text-align: center;
	padding: 0;
}
.col-md-6.left-root-2-trick {
	display: block;
}
.col-md-6.left-root-2 {
	display: none;
}
.left-root-2-h1 {
	text-align: center;
}
.left-root-2-h2 {
	text-align: center;
}
.left-root-2-p {
	text-align: center;
	padding: 0;
}
.container-fluid.right-left-root-sec-cotainer {
	padding: 0 10%;
}
.container-fluid.left-right-root-sec-cotainer {
	padding: 0 10%;
}
}

@media (min-width:361px) and (max-width:540px) {

.row.data-4-sec-for-back-only {
	margin-left: 0;
	margin-right: 0;
}
.root-hero-top-tagline {
	font-size: 32px;
	margin-top: 10%;
	line-height: 1.1;
}
.root-hero-tagline-keyword.typed {
	font-size: 50px;
	padding: 3% 0;
}
.data-4-c-sec {
	text-align: center;
	padding: 0 10%;
}
.col-md-3.data-4-col-sec.for-b {
	border-right: none;
}
.data-4-img-style {
	padding: 5% 0;
}
.data-4-sec-title {
	text-align: center;
}
.data-4-sec-desc {
	text-align: center;
}
.col-md-3.col-sm-6.data-4-col-sec {
	border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.row.data-4-sec-for-back-only {
	margin-top: 2%;
}

.col-md-3.col-sm-6.data-4-col-sec {
	border-radius: 200px;
}
.what-is-geo-p {
	padding: 2% 5%;
}
.left-root-1-h1 {
	margin-top: 1%;
	text-align: center;
}
.left-root-1-h2 {
	text-align: center;
}
.left-root-1-p {
	text-align: center;
	padding: 0;
}
.col-md-6.left-root-2-trick {
	display: block;
}
.col-md-6.left-root-2 {
	display: none;
}
.left-root-2-h1 {
	text-align: center;
}
.left-root-2-h2 {
	text-align: center;
}
.left-root-2-p {
	text-align: center;
	padding: 0;
}
.container-fluid.right-left-root-sec-cotainer {
	padding: 0 10%;
}
.container-fluid.left-right-root-sec-cotainer {
	padding: 0 10%;
}
}


@media (min-width:300px) and (max-width:360px) {

.row.data-4-sec-for-back-only {
	margin-left: 0;
	margin-right: 0;
}
.root-hero-top-tagline {
	font-size: 26px;
	margin-top: 5%;
	line-height: 1.1;
}
.root-hero-tagline-keyword.typed {
	font-size: 28px;
	padding: 2% 0;
}
.data-4-c-sec {
	text-align: center;
	padding: 0 12%;
}
.col-md-3.data-4-col-sec.for-b {
	border-right: none;
}
.data-4-img-style {
	padding: 5% 0;
}
.data-4-sec-title {
	text-align: center;
}
.data-4-sec-desc {
	text-align: center;
}
.col-md-3.col-sm-6.data-4-col-sec {
	border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.row.data-4-sec-for-back-only {
	margin-top: 2%;
}

.col-md-3.col-sm-6.data-4-col-sec {
	border-radius: 200px;
}
.what-is-geo-p {
	padding: 2% 5%;
}
.left-root-1-h1 {
	margin-top: 1%;
	text-align: center;
}
.left-root-1-h2 {
	text-align: center;
}
.left-root-1-p {
	text-align: center;
	padding: 0;
}
.col-md-6.left-root-2-trick {
	display: block;
}
.col-md-6.left-root-2 {
	display: none;
}
.left-root-2-h1 {
	text-align: center;
}
.left-root-2-h2 {
	text-align: center;
}
.left-root-2-p {
	text-align: center;
	padding: 0;
}
.container-fluid.right-left-root-sec-cotainer {
	padding: 0 10%;
}
.container-fluid.left-right-root-sec-cotainer {
	padding: 0 10%;
}
}









/* Overriding css for new home Page as well Root Page */

#whtWeofferBlock .col-md-3.wo-icon-img-align > img {  width: auto; }

@media (min-width: 1200px)
{


	.container-fluid,.container {
		    margin: 0 auto;
		    padding:0px!important;
		    width:100%;
		    max-width: 1180px!important;
		}
}


@media (min-width: 1100px)
{

	#whtWeofferBlock .wo-row-set-css { margin-top: 0%; }
	#whtWeofferBlock .whtWeofferBlockBox-l,
	#whtWeofferBlock .whtWeofferBlockBox-r { float: left; width: 100%; padding-top: 5%;}
	#whtWeofferBlock .whtWeofferBlockBox-l {  padding-right: 50%;}
	#whtWeofferBlock .whtWeofferBlockBox-r {  padding-left: 50%;}
	#whtWeofferBlock {padding-left: 80px;}


}

@media (min-width: 992px)
{

	#whtWeofferBlock .whtWeofferBlockBox-l,
	#whtWeofferBlock .whtWeofferBlockBox-r { float: left; width: 100%; padding-top: 10%;  margin-top: 0px;}
	#whtWeofferBlock .whtWeofferBlockBox-l {  padding-right: 40%;}
	#whtWeofferBlock .whtWeofferBlockBox-r {  padding-left: 40%;}
	#whtWeofferBlock {padding-left: 50px;}

	#whtWeofferBlock .whtWeofferBlockBox-l .col-md-3,
	#whtWeofferBlock .whtWeofferBlockBox-r .col-md-3{
		padding-left: 5px; padding-right: 5px;
	}


}



@media (max-width: 768px){
	.home header .typed {  font-size: 32px!important;}
}
