@charset "UTF-8";
@font-face {
    font-family: 'roobertlight';
    src: url('../fonts/roobert-light-webfont.eot');
    src: url('../fonts/roobert-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roobert-light-webfont.woff2') format('woff2'),
         url('../fonts/roobert-light-webfont.woff') format('woff'),
         url('../fonts/roobert-light-webfont.ttf') format('truetype'),
         url('../fonts/roobert-light-webfont.svg#roobertlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roobertsemibold';
    src: url('../fonts/roobert-semibold-webfont.eot');
    src: url('../fonts/roobert-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roobert-semibold-webfont.woff2') format('woff2'),
         url('../fonts/roobert-semibold-webfont.woff') format('woff'),
         url('../fonts/roobert-semibold-webfont.ttf') format('truetype'),
         url('../fonts/roobert-semibold-webfont.svg#roobertsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
	font-family: 'roobert'; 
	src: url("../fonts/Roobert-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal; 
	font-stretch: normal; 
}
@font-face { 
	font-family: 'roobert'; src: url("../fonts/Roobert-SemiBold.otf") format("opentype"); 
	font-weight: 600; 
	font-style: normal; 
	font-stretch: normal; 
}
* { 
	-moz-osx-font-smoothing: grayscale; 
	-webkit-font-smoothing: antialiased; 
	text-rendering: optimizeLegibility; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
*:focus {
	outline:none !important;
}
a {
	color:#407FF5;
}
body { 
	font-family: "roobert", sans-serif; 
	height: 100%; 
	margin: 0; 
	font-size: 22px;
	line-height: 26px;
	min-height: 100vh; 
	color: #fff;
	background-color: #000;
	padding-top: 63px;
}
@media screen and (min-width: 768px) {
	body{
		padding-top: 0;
	}
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1360px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.h1 {
  font-size: 33px;
  font-weight: 300;
  line-height: 39px;
}
.h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}
.h2-hv {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
.h2-light{
	font-size: 32px;
	line-height: 42px;
}
.h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.h3-light{
	font-size: 28px;
	line-height: 34px;
}
.h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.h6 {
  font-size: 18px;
  line-height: 22px;
}
.text-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}
.text-22 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.text-opacity-05{
	opacity: 0.5;
}
.text-opacity-07{
	opacity: 0.7;
}
.text-semibold{
	font-weight: 600;
}
p{
  font-size: 18px;
  line-height: 26px;
}
.p-18 p,.p-18 {
  font-size: 18px;
  line-height: 25px;
}
.p-16 p,.p-16 {
  font-size: 16px;
  line-height: 25px;
}
.p-large p,.p-large {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.p-24 p{
	font-size: 20px;
	line-height: 30px;
}
.text-blue{
	color: #407FF5!important;
}
.btn-text {
  min-width: 205px;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 40px;
  background-color: #407FF5;
  border: solid 2px #407FF5;
}
.btn-text:hover{
	background-color: transparent;
	color: #407FF5;
}
.btn-text-outline{
	background-color: transparent;
	color: #407FF5;
}
.btn-text-outline:hover{
	background-color: #407FF5;
	color: #FFFFFF;
}
.btn-xl{
	width: 313px;
	height: 77px;
}

a,a:hover { 
	text-decoration: none; 
}
a{
	transition: all 0.5s;
}
ul, ol{
	padding: 0;
	margin: 0;
	list-style : none;
}
.link-underline{
	position : relative;	
}
.link-underline:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 99%;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s;
}
.link-underline:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}
.object-fit-image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.mt-60{
	margin-top: 60px;
}
.max-540{
	max-width: 540px;
}
@media screen and (min-width: 768px) {
	.h1 {
	  font-size: 43px;
	  line-height: 49px;
	}	
	.h2 ,.h2-hv{
	  font-size: 38px;
	  font-weight: 300;
	  line-height: 49px;
	}
	.h3 {
	  font-size: 32px;
	  line-height: 42px;
	}
	.h5 {
	  font-size: 22px;
	  line-height: 26px;
	}
	.text-22 {
	  font-size: 22px;
	  line-height: 29px;
	}
	p {
	  font-size: 22px;
	  line-height: 29px;
	}
	.p-large p,.p-large {
	  font-size: 24px;
	  line-height: 40px;
	}
	.p-24 p{
		font-size: 24px;
		line-height: 39px;
	}
}
@media screen and (min-width: 992px) {
	.h1 {
	  font-size: 53px;
	  line-height: 59px;
	}
	.h2,.h2-hv {
	  font-size: 48px;
	  font-weight: 300;
	  line-height: 59px;
	}
	.h3 {
	  font-size: 40px;
	  line-height: 49px;
	}
	.p-large p,.p-large {
	  font-size: 28px;
	  line-height: 40px;
	}
	.h2-light{
		font-size: 35px;
		line-height: 50px;
	}
}
@media screen and (min-width: 1200px) {
	.h1 {
	  font-size: 63px;
	  line-height: 79px;
	}
	.h2 {
	  font-size: 58px;
	  line-height: 69px;
	}
	.h3 {
	  font-size: 50px;
	  line-height: 59px;
	}
	.p-large p,.p-large {
	  font-size: 35px;
	  line-height: 50px;
	}
	.page-title	{
		font-size: 68px;
		line-height: 79px;
	}
}
img{
	max-width: 100%;
}
/* Header Style */
.site-header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	transition: all 0.5s;
	background-color: #fff;
}
.headroom--not-top {
    background-color: #fff;
}
.headroom--not-top .menu-icon svg g{
	fill: #fff;
}
.menu-icon:hover svg g,
.headroom--not-top .menu-icon:hover svg g{
	fill: #407ff5;
}
@media screen and (max-width: 767.68px) {
	.headlight-ai-logo svg{
		width: 170px;
	}
	.headlight-ai-logo svg g{
		fill: #000;
	}
	.headroom--not-top .menu-icon svg g{
		fill: #000;
	}	
	.headroom--not-top #sub-page-burger g,#sub-page-burger g{
		fill: #000;
	}
	.menu-icon:hover svg g,
	.headroom--not-top .menu-icon:hover svg g{
		fill: #407ff5;
	}
}
@media screen and (min-width: 768px) {
	.site-header{
		background-color: transparent;
	}
	.headroom--not-top {
		background-color: #000;
	}
	.headroom--unpinned {
		transform: translateY(-100%);
	}	
}
.header-wrapper{
	margin: 0 auto;
	padding: 20px 25px;
}
@media screen and (max-width: 767.68px) {
	.header-wrapper{
		padding: 5px 20px 6px;
	}	
}
.header-titles a{
	display:  block;
	width: 150px;
}
.menu-icon{
	cursor: pointer;
}
.overlay-sidebar {
  position: fixed;
  z-index: 96;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.nav-is-toggled .overlay-sidebar{
  visibility: visible;
  opacity: 0.7;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.site-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	padding: 70px 55px 200px 25px;
	z-index: 999;
	overflow: auto;
	background-color: #000;
	-webkit-border-bottom-right-radius: 290px;
	-webkit-border-bottom-left-radius: 290px;
	-moz-border-radius-bottomright: 290px;
	-moz-border-radius-bottomleft: 290px;
	border-bottom-right-radius: 290px;
	border-bottom-left-radius: 290px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50px) translateY(-50px);
	transform: translateY(-50px) translateY(-50px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
}
.menu-hide {
    position: absolute;
    top: 32px;
    right: 26px;
	cursor: pointer;
}
.nav-is-toggled .site-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
.nav-menu ,.social-menu{
    opacity: 0;
    transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
}
.nav-is-toggled .nav-menu,.nav-is-toggled .social-menu {
  opacity: 1;
  transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 700ms;
}
.site-menu {
	text-align: right;
}
.site-menu .nav-menu ul li{
	margin: 0 0 10px;
}
.site-menu .nav-menu ul li a {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  text-align: right;
  position: relative;
}
.site-menu .nav-menu ul li a:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 99%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.site-menu .nav-menu ul li a:hover{
  color: #407FF5;
}
.site-menu .nav-menu ul li.current-menu-item a{
  color: #407FF5;
}
.site-menu .nav-menu ul li a:hover::before{
  transform: scaleX(1);
  transform-origin: left;
}
.site-menu .nav-menu ul li.current-menu-item a:before{
  transform: scaleX(1);
  transform-origin: left;
}
.social-menu ul li{
	margin-left: 20px;
}
.social-menu ul li a{
	display: block;
}
.social-menu ul li a:hover g{
	fill: #407FF5;
}
.icon-small-remove {
	position: absolute;
	top: 20px;
	right: 40px;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
	z-index: 9999;
}
@media screen and (min-width: 480px) {
	.site-menu{
		width: 390px;
	}
}
@media screen and (min-width: 576px) {
	.header-titles a{width: auto;}
}
@media screen and (min-width: 992px) {
	.header-wrapper{
		padding: 20px 20px;
	}
	.site-menu{
		width: 390px;
	}
	.site-menu .nav-menu ul li a {
	  font-size: 30px;
	  line-height: 40px;
	}	
}
@media screen and (min-width: 1200px) {
	.site-menu{
		width: 490px;
	}
	.site-menu .nav-menu ul li a {
	  font-size: 42px;
	  line-height: 60px;
	}	
}


/* Home Page */
.home-hero{
	background-color: #fff;
}
.home-hero-wrapper{
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	border-radius: 0 95px 95px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home-hero-wrapper:before{
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0.6;
	position : absolute;
	background-color: #000;
}
.hero-content{
	padding: 90px 0 45px;
}
@media(max-width:500px) {
	.hero-content {
		height: 75vh;
	}
}
.hero-content h1{
	max-width: 850px;
	margin: 0 auto 30px;
}
.hero-content p{
	max-width: 850px;
	margin: 0 auto 40px;
}
.btn-hero{
	width: 205px;
	height: 47px;
	margin: 0 auto;
}
.btn-hero:hover{
	background-color: #fff;
	color: #407FF5;
	border-color: #fff;
}
.slick-equal-height .slick-track {
	display: flex !important;
  }
  
.slick-equal-height .slick-slide {
   height: auto;
}
.client-logos{
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}
.client-logos .slick-slider .slick-track{
	display: flex;
	align-items: center;
}
.client-logos ul li div{
	height: 100%;
	padding: 0 15px;
}
.waste-water-tunnel{
	position: relative;
	padding: 0 30px 0 0;
}
#client-logos .slick-track{
	display: flex;
	align-items: center;
}
.bg-black{
	background-color: #000;
}
@media screen and (min-width: 576px) {
	.home-hero-wrapper{
		border-radius: 0 480px 480px 0;
	}	
}
@media screen and (min-width: 992px) {
	.home-hero-wrapper{
		border-radius: 0 480px 480px 0;
		padding: 150px 0 60px;
		background-position: center center;
	}
	.hero-content{
		background-color: transparent;
		padding: 0;
	}
	.waste-water-tunnel{
		display: none;
		margin: 0;
	}
	.client-logos{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 992px) {
	.home-hero-wrapper{
		padding: 150px 0 60px;
	}	
	.client-logos{
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.home-hero-wrapper{
		padding: 180px 0 40px;
	}
}
@media screen and (min-width: 1340px) {
	.client-logos{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 992px) {
	.hero-content h1{
		font-size: 28px;
		line-height:  34px;
		margin-bottom: 20px;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-content p{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-content .btn-hero{
		height: 60px;
	}
	.client-logos{
		margin-top: 0;
		padding: 40px 20px;
		background-color: #fff;
	}
	.client-logos .slick-dots {
		display: flex;
		justify-content: center;
		padding-top: 15px;
	}
}

.products-row{
	position: relative;
	min-height: 266px;
	overflow:  hidden;
	padding: 30px 0;
	margin: 0 auto;
}

.products-row:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: 7;
	border-radius: 190px 0 0 190px;
	background-color: #FFFFFF;
}
.product-sm-image {
	padding: 25px 0;
	position: relative;
	z-index: 1;
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 190px 0 0 190px;
	background: rgba(255,255,255,0.7);
}
.product-sm-image .circle-left {
	height: 100%;
	width: 140px;
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 10;
	opacity: 0.7;
	z-index: -1;
	border-bottom-right-radius: 190px;
	border-top-right-radius: 190px;
	background-color: #FFFFFF;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-sm-image .image-inside{
	max-width: 240px;
	margin: 0 auto;
}
.products-row .container{
	  position: relative;
	  z-index: 25;
}
.product-text-col{
	text-align: center;
	padding: 0 0 0 30px;
}
.products-row-sm .product-text-col{
	text-align: center;
	padding: 0 0 0 0px;
}
.product-text-col span {
	display: block;
	padding: 5px 20px;
	border-radius: 12px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 16px;
	text-align: center;
}
.product-text-col strong,
.products-row-sm strong {
	color: #407FF5;
	font-weight: 600;
	line-height: 26px;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.products-row-sm strong{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.product-text-col p {
	max-width: 437px;
	opacity: 0.5;
	color: #000000;
	font-size: 22px;
}
.product-text-col .btn-text{
	height: 60px; 
	width: 205px;
} 
.product-text-col a{
	 
}
.products-row-sm{
	padding: 60px 20px;
	overflow: hidden;
}
.products-row-sm p{
	max-width: 390px;
	opacity: 0.5;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 30px auto;
}
.products-row-sm .btn-text{
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.products-row{
		padding: 30px 0;
	}
	.products-row:before {
		left: -220px;
	}
	.circle-right{
		right: -220px;
	}
	.product-text-col{
		text-align: left;
		padding: 30px 0 20px 30px;
	}
	.product-text-col strong {
		margin-top: 15px;
	}
	.products-row:before {
		content: '';
		height: 306px;
		width: 306px;
		position: absolute;
		left: -100px;
		top: 50%;
		z-index: 4;
		border-radius: 50%;
		opacity: 0.5;
		background-color: #FFFFFF;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.circle-right {
		height: 100%;
		width: 306px;
		position: absolute;
		right: -152px;
		top: 50%;
		z-index: 10;
		border-radius: 50%;
		background-color: #FFFFFF;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.products-row:after {
		right: 0px;
		border-radius: 190px 0 0 190px;
	}
	.products-row:after {
		right: -10px;
	 } 
	 .product-text-col{
		 margin: 0;
	 }

}
@media screen and (min-width: 992px) {
	.products-row:after {
		right: -60px;
	  } 
}
@media screen and (min-width: 1200px) {
	.products-row:after {
		right: -130px;
	  }
	  .products-row:before {
		left: 0;
	  }
	.product-text-col p {
		margin-bottom: 0;;
	} 
}
.the-problem{
	margin: 0 auto;
	padding: 0px 0 0;
}
.inner-wrap{
	position: relative;
	overflow: hidden;
	min-height : 610px;
}
.image-position-right{
	position: relative;
	width: 95%;
	height: 300px;
	float: right;
	margin-top: 40px;
	border-radius: 480px 0  0 480px;
}
#circle {
	position: absolute;
	right: -220px;
	top: -15px;
	width: 310px;
	height: 330px;
	z-index: 2;
	opacity: 0.27;
	background-color: #99E0F2;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
}
@media screen and (max-width: 767.68px) {
	.the-problem .container{
		max-width: 100%;
	}
}
@media screen and (min-width: 576px) {
	.inner-wrap{
		min-height : 310px;
	}
	.image-position-right{
		position: absolute;
		right: 0;
		top: 50%;
		float: none;
		margin: 0;
		transform: translateY(-50%);
		height: 305px;
		width: 45%;
		border-radius: 480px 0  0 480px;
	}
	#circle {
		right: -240px;
		top: -26px;
		width: 310px;
		height: 354px;
	}
}
@media screen and (min-width: 768px) {
	.the-problem{
		padding: 100px 0 0px;
	}
}
@media screen and (min-width: 992px) {
	.the-problem{
		padding: 190px 0 0px;
	}
	.inner-wrap{
		min-height : 410px;
	}
	.image-position-right{
		height: 405px;
	}
	#circle {
		right: -300px;
		top: -26px;
		width: 410px;
		height: 454px;
	}
}
@media screen and (min-width: 1200px) {
	.inner-wrap{
		min-height : 610px;
	}
	.image-position-right{
		height: 605px;
	}
	#circle {
		right: -405px;
		top: -18px;
		width: 610px;
		height: 638px;
	}
}
.the-challenges{
	margin-top: 40px;
}
.box-item{
	height: 100%;
	padding: 30px 25px 20px;
	border-radius: 5px;
	background-color: #1C1C1C;
}
.box-item h4{
	margin: 0;
}
.box-item .icon{
	margin-right: 20px;
}
.box-paragraph{
	margin-top: 20px;
}
.mt-40{
	margin-top: 40px;
}
.mb-40{
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.the-challenges{
		margin-top: 0;
	}	
}
.the-solution{
	margin-top: 60px;
	margin-bottom: 60px;
}
.the-solution .text-widget{
	padding: 40px 0 40px;
}
.relative-div{
	position: relative;
}
.soloution-illustration{
	position: relative;
	padding: 70px 0 70px;
	border-radius: 0 430px 430px 0;
	background-color: #407FF5;
	overflow: hidden;
}
.product-image-right .soloution-illustration{
	position: relative;
	padding: 70px 0 70px;
	border-radius: 430px 0 0 430px;
	background-color: #407FF5;
	overflow: hidden;
}

.rectangle {
  height: 70px;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E9E9E9;
}
.pages-cta{
	margin-bottom: 60px;
}

@media screen and (max-width: 767.98px) {
	.soloution-illustration img{
		max-width: 75%;
		margin: 0 auto;
	}
	.product-page-product{
		padding-top: 0!important;
	}
}
@media screen and (min-width: 768px) {
	.the-solution{
		margin-top: 160px;
		margin-bottom: 150px;
	}
	.soloution-illustration{
		position: absolute;
		left: 0;
		top: 50%;
		width: 50%;
		height: 100%;		
		padding: 0;
		transform: translateY(-50%);
	}	
	.product-image-right .soloution-illustration{
		position: absolute;
		right: 0;
		left: auto;
		top: 50%;
		width: 50%;
		height: 100%;		
		padding: 0;
		transform: translateY(-50%);
	}
	.soloution-illustration img{
		margin-bottom: 123px;
	}
	.rectangle {
	  height: 123px;
	}
	.the-solution .text-widget{
		padding: 90px 0 70px;
	}
	.pages-cta{
		margin-bottom: 90px;
	}
}
@media screen and (min-width: 1200px) {
	.the-solution{
		margin-top: 260px;
	}
	.pages-cta{
		margin-bottom: 190px;
	}
}
.cta-icon{
	height: 50px;
	margin: 0 0 20px 0;
}
.cta-item p{
	max-width: 353px;
	margin: 30px auto 20px;
}

.bg-white-radius {
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 60px;
  background-color: #FFFFFF;
}
.bg-white-radius.more-padding {
  padding: 70px 0;
  border-radius: 60px;
}
.testimonial-wrapper{
	position: relative;
}
.testimonial-content{
	padding: 50px 15px 50px;
    border-radius: 10px;
	background: rgba(0,0,0,0.05);
}
@media(min-width:1200px) {
	.testimonial-slider {
		max-width: 500px;
	}
	.testimonial-header h2 {
		font-size: 48px;
		line-height: 59px;
	}
}
.testimonial-slider p {
  max-width: 582px;
  color: #000000;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 34px;
}
.testimonial-slider h5 {
  color: #000000;
}
.text-black{
	color: #000;
}

.testimonial-right-image{
	text-align: right;
	margin-top: 40px;
}
.the-solution .relative-div{
	margin: 0 auto;
}
.relative{
	position: relative;
}
.slide-arrow{
	position: absolute;
	top: 100%;
	right: 0;
	border: 0;
	outline: 0;
	margin-top: -15px;
	background-color: transparent;
}
.slide-arrow:focus{
	outline: 0;
}
.slide-arrow.prev-arrow{
	right: 49px;
}
.slide-arrow.prev-arrow svg{
	margin-top: 2px;
	transform: rotate(-180deg);
}
.testimonial-content .slick-disabled{
	opacity: 0.5;
}
.testimonial-slider .slick-dots{
	height: 20px;
}
.embed {
	margin-bottom: 200px;	
}
.embed iframe {
	width: 100%;
	max-height: 80vh;
}
.slick-carousel-item{
	padding: 0 10px;
}
.carousel-item-image{
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background-color: #000000;
}
.image-caption{
  position: absolute;
  bottom: 35px;
  left: 30px;	
}
.carousel-item-image h3{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}
.carousel-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:transform .3s;
}
.carousel-item-image img:hover {
	transform:scale(1.1);
}
.image-caption a{
	background: #fff;
	padding: 10px 20px;
	border-radius: 60px;
	font-weight: 600;
	margin : 20px 0 0;
	color: #407FF5;
	font-size: 18px;
	display: inline-block;
}
.image-caption a:hover{
	background : #407FF5;
	color: #fff;
}
.image-caption a:hover svg g{
	fill: #fff;
}

.slick-carousel{
	margin-left: -10px;
	margin-right: -10px;
}
.sl-arrow{
	border: 0;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 150px;
	border-radius: 50%;
	display: flex;
	z-index: 5;
	align-items: center;
	justify-content: center;
	background-color: #407FF5;
}
.sl-arrow:focus,
.sl-arrow:active{
	outline: 0;
}
.sl-prev svg{
	left: -10px;
	transform: rotate(-180deg);
}
.sl-next{
	right: -10px;
}
.text-slider .sl-arrow{
	top: 50%;
	margin-top: -30px;
	margin-right: -5px;
}
@media(max-width:992px) {
	.text-slider .sl-arrow {
		top:-50%;
	}
}
.image-slider .sl-arrow{
	top: 50%;
	margin-top: -30px;
	margin-left: -15px;
}
.text-slider .sl-prev{
	display: none!important;
}
.image-slider .sl-next{
	display: none!important;
}
.testimonial-image-slide {
	overflow: hidden;
	border-radius: 320px 0 0 320px;
}
.image-sm-block{
	width: 100%;
	display: none;
	height: 250px;
	margin-left: auto;
	margin-bottom: 30px;
	overflow: hidden;
	background-size:cover;
	background-position: center center;
	border-radius: 320px 0 0 320px;
}
.image-sm-block img{
	display: none;
}

@media screen and (max-width: 767.98px) {
	.testimonial-wrapper .container{
		max-width: 100%;
	}
	.testimonial-right-image{
		display: none;
	}
	.image-sm-block{
		display: block;
	}
	.slick-carousel .sl-arrow{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.slick-carousel .slick-dots{
		position: absolute;
		bottom: -50px;
		left: 10px;
		width: 100%;
		text-align: center;
	}
	.carousel-item-image{
		height: 380px;
	}
	.testimonial-content{
		background: transparent;
		padding-top: 0;
	}
	.sm-background-color .slick-list.draggable{
		background: rgba(0,0,0,0.05);
		padding: 50px 0;
		border-radius: 10px;
	}	
	.sm-background-color .slick-list.draggable .testimonial-slide{
		padding: 0px 25px;
	}
	.testimonial-slider p{
		max-width: 100%;
		font-size: 18px;
		line-height: 34px;
	}
	.slide-arrow.prev-arrow svg,
	.slide-arrow.next-arrow svg{
		width: 22px;
		height: 23px;
	}
	.testimonial-content h2{
		font-size: 36px;
		line-height: 49px;
		max-width: 320px;
	}
	.testimonial-header p{
		font-size: 18px;
		line-height: 30px;
	}
	.image-slider .sl-arrow{
		top: 90%;
		width: 50px;
		height: 50px;
		margin-top: 0px;
		margin-left: -10px;
	}	
	.text-slider .sl-arrow{
		top: -7%;
		width: 50px;
		height: 50px;
		margin-top: 0px;
		margin-left: -10px;
	}
	.sl-arrow{
		width: 50px;
		height: 50px;
	}
}
@media screen and (min-width: 767px) {
	.testimonial-image-slide {
		border-radius: 0%;
		margin-top: 0;
		padding: 50px;
	}
	.bg-white-radius.more-padding {
		padding-top:0;
	}
}
@media screen and (min-width: 992px) {
	.testimonial-right-image{
		position: absolute;
		width: 50%;
		right: 0;
		top: 0;
		margin: 0;
	}	
	.testimonial-content{
		padding: 50px 25px 50px;
	}
	.testimonial-image-slide {
		height: 275px;	
		border-radius: 320px 0 0 320px;
		background-size:cover;
		background-position: center center;
	}
	.testimonial-image-slide img{
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.bg-white-radius {
	  padding: 120px 0;
	  border-radius: 140px;
	}
	.bg-white-radius.more-padding {
	  padding: 120px 0;
	  border-radius: 121px;
	}
	.slick-carousel-item{
		padding: 0 20px;
	}
	.carousel-item-image{
		height: 366px;
	}
	.slick-carousel{
		margin-left: -20px;
		margin-right: -20px;
	}	
	.testimonial-image-slide {
		height: 355px;	
	}
}
@media screen and (min-width: 1200px) {
	.testimonial-content{
		padding: 80px 50px 70px;
	}	
	.testimonial-slider p {
		max-width: 100%;
		font-size: 18px;
		line-height: 28px;
	}
	.bg-white-radius {
	  padding: 110px 0;
	  border-radius: 181px;
	}	
	.bg-white-radius.more-padding {
	  padding: 180px 0;
	  border-radius: 181px;
	}
	.testimonial-image-slide {
		height: 605px;	
	}
}
@media screen and (min-width: 1340px) {
	.testimonial-content{
		padding: 80px 75px 70px;
	}	
}
/* pages */
.page-banner{
	min-height: 400px;
	position: relative;
}
.background-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.page-banner:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;	
	left: 0;
	z-index: 2;	
	opacity: 0.35;
	background: #000;
}
.page-banner .container{
	position: relative;
	z-index: 4;
}
@media(max-width:768px) {
	.page-banner {
		height: 90vh;
	}
}
@media(min-width:768px) {
	.page-banner {
		height: 100vh;
	}
}
.page-intro{
	padding: 60px 0 50px;
}
.slick-circle-slider{
	padding: 70px 0;
}
.slider-content-wrap{
	padding: 0 20px;
}
.slider-content{
	border-radius: 160px 10px 10px 160px;
	background: #fff;
	position: relative;
}
.inner-padding{
	width: 100%;
}
.text-slide{
	padding: 40px 20px;
}
.text-slide p{
	max-width: 520px;
}
.circle-image-slide{
	position: relative;
	z-index: 1;
}
.circle-image-slide:before{
	content : none;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #000;
}
.circle-image-slide div{
	height: 640px;
}
.image-slider-item{
    width: 100%;
    height: 100%;
	border-radius: 294px;
    background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width: 992px) {
	.page-banner{
		min-height: 400px;
	}
	.circle-image-slide .image-slider-item{
		height: 450px;
		border-radius: 0;
		background-color: #fff;
	}	
	.prototype-sm-slider-img{
		height: 300px;
		border-radius: 200px 0 0 200px;
		background-color: #fff;
	}
	.slider-content{
		border-radius: 150px 0px 10px 10px;
	}
}
@media screen and (min-width: 992px) {
	.circle-image-slide{
		padding-right: 20px!important;
	}
}
@media screen and (min-width: 992px) {
	.page-intro{
		padding: 90px 0 50px;
	}
	.slider-content{
		border-radius: 300px 10px 10px 300px;
	}
}
@media screen and (min-width: 1200px) {
	.page-intro{
		padding: 150px 0 70px;
	}
	.text-slide{
		padding: 110px 100px 20px 90px;
	}
	.page-banner{
		min-height: 100vh;
		position: relative;
	}
}
.award-logos .logo-item{
	padding: 0 15px;
}
.award-logos img{
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 1200px) {
	.awards-and-partners{
		margin-top: 40px;
	}
}
.about-us-content{
	margin-top: 90px;
	padding: 90px 0;
}
.about-center-content{
	margin: 0 auto;
}
.team {
  max-width: 310px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}
.team-image {
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #000000;
}
.team-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mailto-image img{
	width: auto;
	height: auto;
	object-fit: none;
}
.team a{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.team-popup {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.team-popup-inner {
  padding: 50px 0;
  max-width: 1130px;
  margin: 0 auto;
}
.team-member-image div{
	width: auto;
	margin-right: 0px;
}
.bio-header{
	margin: 0 0 30px;
}
.bio-header h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}
.bio-header h5 {
  opacity: 0.6;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}
.bio-header span {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
.team-bio p {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
}
.team-modal .modal-dialog {
    max-width: 1400px;
    margin: 0 auto;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}
.team-modal .modal-content {
    max-width: 1400px;
    margin: 0 auto;
	border-radius: 62px;
	border: 0;
	background-color: #fff
}
.btn-modal-close{
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 50px;
	top: 50px;
	background-color: transparent;
}


.work-for-us h3{
	max-width: 600px;
}
.div-align-right{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-bottom: 50px;
}
.bg-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position : center center;
}
.circle-image-fixed{
	width: 303px;
	height: 303px;
	background: #000;
	border-radius: 50%;
	overflow: hidden;
}
.div-align-left .ml-100{
	margin-left : auto;
}
.circle-image-fixed img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.circle-opacity-div {
  height: 303px;
  width: 303px;
  opacity: 0.44;
  position: absolute;
  top: 0;
  left: 95px;
  border-radius: 50%;
  background-color: #99E0F2;
}
.bg-light-blue{
	background: rgba(223,248,252,0.5);
}
.mb-15{
	margin-bottom: 15px;
}
.faqitem {
  padding: 15px 20px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #E6E5E5;
}
.mb-20{
	margin-bottom: 20px;
}
.faqitem .faq-header{
	cursor: pointer;
	position: relative;
}
.faq-header svg{
	position: absolute;
	right: 0px;
	top: 8px;
}
.faqitem .faq-header h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0;
}
.faqitem .faq-header h6 span,
.faqitem .faq-header .job-info span  {
  opacity: 0.5;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  margin-left: 10px;
}
.faqitem .faq-header .job-info span {
  margin: 0;
  padding: 0 40px 0 0;
  display: inline-block;
}
.faqitem .faq-header .job-info a {
  color: #407FF5;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
}
.faq-content{
	padding: 40px 0 0;
	display: none;
}
.faq-content p{
  opacity: 0.5;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
	.team h5{
		font-size: 22px;
		line-height: 30px;
	}
	.team span{
		font-size: 18px;
		line-height: 24px;
	}
	.team-modal .modal-dialog {
		max-width: 414px;
		margin: 0 auto;
		border-radius: 0;
		border: 0;
		background-color: transparent;
	}
	.team-modal .modal-content {
		max-width: 414px;
		margin: 0 auto;
		border-radius: 50px;
		border: 0;
		background-color: #fff
	}
	.team-popup{
		width: 100%;
		padding: 0;
	}
	.team-popup-inner{
		padding: 0;
	}
	.team-member-image img{
		border-radius: 50px 50px 0 0;
		width: 100%;
		object-fit: cover;
	}
	.team-bio{
		padding: 30px 30px 30px;
	}
	.team-bio p {
	  opacity: 0.5;
	  color: #000000;
	  font-size: 18px;
	  font-weight: 300;
	  line-height: 29px;
	}
	.bio-header h3{
		font-size: 32px;
		line-height: 39px;
	}
	.bio-header h5{
		font-size: 20px;
	}
	.bio-header span{
		font-size: 16px;
	}
	.btn-modal-close{
		top: 25px;
		right: 25px;
	}
	.btn-modal-close svg{
		width: 20px;
		height: 20px;
	}
	.btn-modal-close svg path{
		fill: #fff;
	}
	.circle-opacity-div {
	  left: auto;
	  right: -150px;
	}

	.div-align-right .circle-image-fixed{
		margin-left: auto;
		margin-right: 70px;
	}
}	
@media screen and (min-width: 576px) {	
	.max-width-4{
		max-width: 420px;
	}
	.team-image {
	  height: 320px;
	  border-radius: 5px;
	  overflow: hidden;
	  margin-bottom: 25px;
	  background-color: #000000;
	}
}
@media screen and (min-width: 768px) {
	.div-align-right{
		position: absolute;
		width: 50%;
		right: 0;
		top: 50%;
		margin: 0;
		transform: translateY(-50%);
	}
	.div-align-right{
		width: 50%;
	}
	.circle-image-fixed{
		width: 312px;
		height: 312px;
	}
	.circle-opacity-div {
	  height: 312px;
	  width: 312px;
	  left: 200px;
	}	
	.faqitem {
	  padding: 25px 40px 25px;
	}
	.faq-header svg	{
		display: none;
	}
	.team-popup-inner {
	  padding: 50px 0;;
	}
	.team-member-image div{
		width: 240px;
		margin-right: 30px;
	}
	.bio-header h3 {
	  font-size: 35px;
	  line-height: 42px;
	}
	.div-align-left .circle-image-fixed{
		margin-left: 0;
		margin-right: 0;
	}
	.div-align-left .ml-100{
		margin-left: auto;
	}
}
@media screen and (min-width: 992px) {
	.circle-image-fixed{
		width: 412px;
		height: 412px;
	}
	.circle-opacity-div {
	  height: 412px;
	  width: 412px;
	  left: 300px;
	}
	.min-height-circle{	
		min-height: 612px;
	}
	.team-popup-inner {
	  padding: 150px 0;;
	}
	.team-member-image div{
		width: 386px;
		margin-right: 60px;
	}	
	.team-image {
	  height: 366px;
	}
	.div-align-left .ml-100{
		margin-left : auto;
	}
}
@media screen and (min-width: 1200px) {
	.about-us-content{
		margin-top: 140px;
		padding: 130px 0;
	}
	.circle-image-fixed{
		width: 612px;
		height: 612px;
	}
	.circle-opacity-div {
	  height: 612px;
	  width: 612px;
	  left: 350px;
	}	
}
@media screen and (min-width: 1718px) {
	.circle-opacity-div {
		 left: 350px;
	}
}
.the-product{
	padding: 40px 0 40px;
}
.btn-sm {
	max-width: 205px;
}
.the-product .btn-text{
	min-width : 140px;
	padding: 15px 5px;
}
.in-development{
	padding: 0 0 0;
}
.pt-90{
	padding-top: 50px;
}
.development-featImage {
	padding: 30%;
	margin: 0 auto 40px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-color: #DFF8FC;
}

.awarded-amount {
	display: inline-block;
	border-radius: 5px;
	background-color: #1C1C1C;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	padding: 5px 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.the-developments{
	margin-bottom: 70px;
}
.product-gap{
	margin-top: 40px;
}
@media screen and (min-width: 576px) {
	.the-product .btn-text{
		min-width : 205px;
		padding: 20px 5px;
	}
}
@media screen and (min-width: 768px) {
	.the-product .btn-text{
		min-width : 170px;
	}
}
@media screen and (min-width: 992px) {
	.the-product .btn-text{
		min-width : 205px;
	}
	.in-development{
		padding: 70px 0 0;
	}
	.product-gap{
		margin-top: 50px;
	}	
}
@media screen and (min-width: 1200px) {
	.product-gap{
		margin-top: 100px;
	}
	.the-product{
		padding: 70px 0 70px;
	}
	.in-development{
		padding: 90px 0 0;
	}	
	.pt-90{
		padding-top: 90px;
	}
	.the-developments{
		margin-bottom: 110px;
	}
	.development-featImage {
		height: 390px;
		padding: 0;
		margin: 0 auto 60px;
	}
}
.box-width-5{
	max-width: 569px;
}
.product-hero{
	padding: 100px 0 0;
}
.product-overview{
	padding-top: 0px;
}
.overview-image-right{
	position: absolute;
	right: 0;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
}
.overview-image-left{
	position: absolute;
	left: 0;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
}
.center-wrapper{
	max-width: 1718px;
	margin: 0 auto;
}
.overview-images{
	max-width: 1920px;
	margin: 0 auto;
	padding: 70px 0;
}
.overview-image-info{
	max-width: 540px;
	padding: 0 25px;
}
.overview-image-info h5 span{
	display: inline-block;
	background: #000;
	z-index: 2;
	padding-right: 20px;
	position: relative;
}
.overview-image-info h5:after{
	content: none;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
}
.sm-cameras-image{
	max-width: 320px;
}
.overview-images .row{
	position: relative;
	overflow: hidden;
}
.overview-images.row-3 .col-margin-withimage,
.overview-images.row-2 .col-margin-withimage,
.overview-images.row-2 .image-column{
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.overview-images.row-2 .image-column div{
	background: #000;
}
.overview-images.row-1 .col-margin-withimage:after{
	content:none;
	width: calc(100% - 30px);
	height: 1px;
	background: #fff;
	position: absolute;
	left: 30px;
	top: 130px;
}	
.overview-images.row-1 .image-column:after{
	content:none;
	width: calc(100% - 470px);
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 130px;
	z-index: 10;
}
.overview-images.row-1 .image-column{
	background:#000;
	margin-left: auto;
}
.overview-images.row-3 .image-column{
	margin-left: auto;
	background: #000;
}
.overview-images.row-1 .image-column img{
	position: relative;
}
.overview-image-col{
	z-index: 56;
	position: relative;
	
}
@media screen and (max-width: 767.69px) {
	.overview-images .container{
		max-width: 100%;
	}
	.overview-image-info{
		max-width: 100%;
		width: 100%;
	}
	.sm-cameras-right{
		margin-top: 20px;
		margin-bottom: 40px;
		margin-right: -25px;
		margin-left: auto;
	}	
	.sm-cameras-left{
		margin-top: 20px;
		margin-left: -25px;
	}
}
@media screen and (min-width: 768px) {
	.overview-images.row-1 .image-column:after,
	.overview-images.row-1 .col-margin-withimage:after{
		content: '';
	}
	.overview-images.row-1 .overview-image-info{
		margin-top : 75px;
	}
	.overview-images.row-1 .image-column{
		width: 100%;
	}
	.overview-images.row-1 .image-column:after{
		width: calc(100% - 340px);
		top: 90px;
	}
	.overview-images.row-1 .col-margin-withimage:after{
		top : 90px;
	}
	.overview-images.row-3 .image-column img{
		max-width: 97%;
	}
	.overview-images.row-3 .image-column:before{
		content: '';
		width: 320px;
		height: 220px;
		border: solid 1px #fff;
		border-right: 0;
		border-bottom: 0;
		position: absolute;
		left: 0;
		top: 56px;
		z-index: 5;
	}	
	.overview-images.row-3 .image-column:after{
		content: '';
		width: 60px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 276px;
		z-index: 5;
	}	
	.line-div{
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.overview-images.row-3 .line-div:after{
		content: '';
		width: calc(150% - 50px);
		height: 1px;
		background: #fff;
		position: absolute;
		left: 50px;
		top: 15px;
		z-index: 5;
		z-index: -1
	}	
	.overview-images.row-2 h5:before{
		content: '';
		width: calc(250% - 50px);
		height: 1px;
		background: #fff;
		position: absolute;
		right: 100%;
		top: 15px;
		z-index: 5;
		z-index: -1
	}	
	.overview-images.row-4 h5:before{
		content: '';
		width: calc(250% - 50px);
		height: 1px;
		background: #fff;
		position: absolute;
		right: 100%;
		top: 15px;
		z-index: 5;
		z-index: -1
	}
	.overview-images.row-4 .image-column{
		display: flex;		
	}	
	.overview-images.row-4 .image-column div{
		position: relative;
		z-index: 1;
	}	
	.overview-images.row-4 .image-column div:before{
		content: '';
		width: 50%;
		height: 100%;
		left:0;
		top: 0;
		position: absolute;
		background: #000;
		z-index: -1;
	}
	.overview-images.row-4 .col-margin-withimage{
		padding-top: 50px;
	}
}
@media screen and (min-width: 992px) {
	.overview-images.row-1 .overview-image-info{
		margin-top : 75px;
	}
	.overview-images.row-1 .image-column{
		width: 400px;
	}
	.overview-images.row-1 .image-column:after{
		width: calc(100% - 340px);
		top: 90px;
	}
	.overview-images.row-1 .col-margin-withimage:after{
		top : 90px;
	}
	.overview-images.row-3 .image-column img{
		max-width: 97%;
	}
	.overview-images.row-3 .image-column:before{
		width: 340px;
		height: 250px;
		top: 56px;
	}	
	.overview-images.row-3 .image-column:after{
		width: 60px;
		top: 306px;
	}
	.overview-images.row-4 .col-margin-withimage{
		padding-top: 60px;
	}	
}
@media screen and (min-width: 1200px) {
	.overview-images.row-1 .overview-image-info{
		margin-top : 115px;
	}
	.overview-images.row-1 .image-column{
		width: 600px;
	}
	.overview-images.row-1 .image-column:after{
		width: calc(100% - 420px);
		top: 130px;
	}	
	.overview-images.row-1 .col-margin-withimage:after{
		top : 130px;
	}
	.overview-images.row-3 .image-column img{
		max-width: 97%;
	}
	.overview-images.row-3 .image-column:before{
		width: 406px;
		height: 300px;
		top: 56px;
	}	
	.overview-images.row-3 .image-column:after{
		width: 60px;
		top: 356px;
	}
	.overview-images.row-4 .col-margin-withimage{
		padding-top: 100px;
	}
}
@media screen and (min-width: 1280px) {
	.overview-images.row-1 .image-column:after{
		width: calc(100% - 440px);
	}
	.overview-images.row-3 .image-column:before{
		width: 425px;
		height: 349px;
		top: 56px;
	}	
	.overview-images.row-3 .image-column:after{
		width: 60px;
		top: 405px;
	}	
}
@media screen and (min-width: 1340px) {
	.overview-images.row-1 .image-column:after{
		width: calc(100% - 440px);
	}
	.overview-images.row-3 .image-column{
		width: 650px;
		position: relative;
	}	
	.overview-images.row-3 .image-column:before{
		width: 520px;
		height: 374px;
		top: 56px;
	}	
	.overview-images.row-3 .image-column:after{
		width: 60px;
		top: 430px;
	}	
}
@media screen and (min-width: 1500px) {
	.overview-images.row-1 .image-column:after{
		width: calc(100% - 500px);
	}	
}
.low-light-camera:after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	right: 70%;
	top: 100px;
	background: #fff;
}
.overview-image-wrap{
	margin-bottom: 20px;
	margin-top: 20px;
}
.overview-image-xs{
	margin-left: -20px;
	margin-right: -20px;
}
.overview-image-xs img{
	max-width: 70%;
}
.info-paragraph p span{
	opacity : 0.5;
}
.info-paragraph p strong{
	opacity: 1!important;
	font-weight: 600;
}
.telesto-Features{
	padding-top: 70px;
}
.features-item{
	margin-bottom: 60px;
}
.features-item p{
	max-width: 350px;
	margin: 0 auto 20px;
}
.discover-the-possibilities {
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 90px 0 90px;
}
.tab-slider a{
	padding: 0 15px;
	opacity: 0.5;
}
.tab-slider a.active{
	opacity: 1;
}
.tab-item{
	display: inline-block;
	vertical-align: top;
	margin: 15px 5px;
}
.icon-tab{
	margin: 0 auto 10px auto;
	width: 80%;
	display: bloxk;
}
.icon-tab svg{
	max-width: 100%;
	width: 50px;
}
.tab-item-text a{
	display: block;
}
.tab-item-text img{
	margin: 0 auto;
	width: 50px;
}
.tab-item-text h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.tab-slider .slick-track{
	width: 100%!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabber{
	min-height: 605px;
	overflow: hidden;
}
.discover-image-item{
	position: relative;
	width: 94%;
	right: 0;
	bottom: 0;
	height: 273px;
	overflow: hidden;
	border-radius: 350px 0 0 350px;
	transform: none;
	margin-top: 30px;
	margin-left: auto;
}
.discover-image-slide{
	height: 273px;
	width: 100%;
}
.discover-image-item:after{
	content: '';
	width: 273px;
	height: 273px;
	position: absolute;
	right: -154px;
	top: 0;
	border-radius: 50%;
	opacity: 0.27;
	background-color: #99E0F2;	
}
.dtp-image {
	width: 100%;
	height: 250px;
	position: relative;
	border-radius: 300px 0 0 300px;
}
.dtp-image:after{
	content: '';
	width: 250px;
	height: 250px;
	position: absolute;
	right: -140px;
	top: 0;
	border-radius: 50%;
	opacity: 0.27;
	z-index: 2;
	background-color: #99E0F2;	
}
.xs-icon-img {
	width: 50px;
}

.text-widget-slide{
	overflow: hidden;
}
.item-text-slider .sl-arrow{
	top: 30px;
	width: 30px;
	height: 30px;
}
.ml--20{
	margin-left: -20px;
}
.key-features{
	padding-top: 0;
}
.key-features p {
	margin-bottom: 120px;
}
.info-paragraph p {
	margin-bottom: 20px;
}
.key-features img {
	margin-bottom: 10px;
}
.image-before-after {
	max-width: 894px;
	margin: 0 auto;
	position: relative;
}
.image-before-after img{
	max-width: inherit;
}
.img-comp-container {
  position: relative;
  left: 50%;
  height: 200px;
  transform: translateX(-50%);
}
.img-comp-container{
	height: 350px;
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
  height: 200px;
  width: 280px;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  width: 50px;
  height: 50px;
  background-color: #407FF5;
  border-radius: 50%;
  background-image: url('../images/arrow-slider.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.top-gap{
	padding-top: 60px;
}
.slide-title .slick-arrow{
	position: absolute;
	bottom: 0;
	width: 50%;
	display: flex;
	align-items: center;
	min-height: 34px;
	color: #407FF5;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
}
.slide-title .slick-arrow:before{
	content: '';
	height: 34px;
	width: 34px;
	display: inline-block;
	z-index: 9999;
	opacity: 1;
	position: relative;
	z-index: 5;
	border-radius: 50%;
	background-color: #407FF5;
	background-image: url('../images/arrow-white.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.slide-title .slick-next:before{
	background-image: url('../images/arrow-white-next.png');
}
.slide-title .slick-prev{
	left: 0;
	text-align: left;
	justify-content: start;
}
.slide-title .slick-next{
	right: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.slide-title .slick-prev:before{
	margin-right: 10px;
}
.slide-title .slick-next:before{
	order: 2;
	margin-left: 10px;
}
.slider-sm-arrow{
	padding: 0 20px;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.product-hero h1{
		font-size: 28px;
		line-height: 40px;
	}	
	.product-hero .p-large p{
		font-size: 26px;
		line-height: 40px;
	}
	.slide-title .slick-next span {
		display: none;
	}
	.slide-title .slick-prev span {
		display: none;
	}
	.slider-sm-arrow  {
		position: absolute !important;
		top: 50%;
		width: 100%;
	}
	.slide-title .slick-prev {
		left:-17px;
	}
	.slide-title .slick-next {
		right: -17px;
	}

}
@media screen and (max-width: 576px) {
	.image-grad{
		height: auto!important;
	}
}
@media screen and (min-width: 414px) {
	.img-comp-container{
		height: 200px;
	}
	.img-comp-img img {
	  height: 200px;
	  width: 380px;
	}
}
@media screen and (min-width: 576px) {
	.img-comp-container{
		height: 300px;
	}
	.img-comp-img img {
	  height: 300px;
	  width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.discover-the-possibilities {
	  border-radius: 60px;
	  position: relative;
	}
	.item-text-slider{
		padding-top: 0px;
	}
	.text-widget-slide{
		padding-left: 20px;
		padding-right: 20px;
	}
	.overview-image-info.ml-auto{
		margin-left: 0!important;
	}	
	.overview-image-info{
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.overview-images{
		padding: 20px 0;
	}
	.font-sm-36{
		font-size: 36px;
		line-height: 49px;
	}
}
@media screen and (min-width: 768px) {
	.product-hero{
		padding: 150px 0 60px;
	}	
	.features-item{
		margin-bottom: 80px;
	}
	.telesto-Features{
		padding-top: 0;
	}
	.tab-item-text img{
		max-width: 80%;
	}
	.discover-image-item{
		height: 300px;
	}
	.discover-image-slide{
		height: 300px;
	}
	.discover-image-item:after{
		width: 310px;
		height: 310px;
		right: -194px;
		top: -5px;
	}
	.discover-image-slide{
		height: 305px;
	}
	.img-comp-container{
		height: 350px;
	}
	.img-comp-img img {
	  height: 367px;
	  width: 700px;
	}
	.discover-image-item{
		position: absolute;
		width: 50%;
		right: 0;
		top: 50%;
		margin-top: 0;
		overflow: hidden;
		border-radius: 350px 0 0 350px;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 992px) {
	.discover-image-item{
		height: 400px;
	}
	.discover-image-slide{
		height: 400px;
	}
	.discover-image-item:after{
		width: 410px;
		height: 410px;
		right: -254px;
		top: -5px;
	}
	.discover-image-slide{
		height: 405px;
	}	
	.img-comp-container{
		height: 567px;
	}
	.img-comp-img img {
	  height: 567px;
	  width: 894px;
	}
	.tab-item-text h6 {
		font-size: 18px;
	}
}
@media screen and (min-width: 1200px) {
	.product-hero{
		padding: 245px 0 100px;
	}	
	.product-overview{
		padding-top: 130px;
	}
	.overview-image-wrap{
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.features-item{
		margin-bottom: 120px;
	}
	.telesto-Features{
		padding-top: 100px;
	}
	.tab-slider a{
		padding: 0 15px;
	}
	.tab-item-text img{
		max-width: 100%;
	}
	.discover-image-item{
		height: 605px;
	}
	.discover-image-slide{
		height: 605px;
	}
	.discover-image-item:after{
		width: 610px;
		height: 610px;
		right: -354px;
	}
	.discover-image-slide{
		height: 605px;
	}
	.discover-the-possibilities {
	  padding: 150px 0 180px;
	}
	.top-gap{
		padding-top: 120px;
	}
	.overview-image-info{
		max-width: 540px;
		padding: 0 15px;
	}
}
.section-padding{
	padding: 0px 0 0;
}
.box-bg-light-black{
	background-color: #353434;
}
.max-470 p{
	max-width: 470px;
}
.div-align-left{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 50px;
}
.div-align-left .circle-opacity-div{
	right: 350px;
	left: auto;
	background-color: #407FF5;
}
.technology-flexible-content{
	padding: 50px 0;
}
.technology-repeater-content{
	padding: 20px;
	margin: auto;
}
.technology-flexible-content br{
	height: 1px;
	display: block;
}

@media screen and (max-width: 767px) {
	.page-title{
		font-size: 36px;
		line-height: 45px;
	}
	.div-align-left{
		width: 100%;
	}
	.div-align-left .circle-opacity-div{
		right: auto;
		left: -150px;
	}
	.div-align-left .ml-100 {
		margin-right: auto;
		margin-left: 70px;
	}
}
@media screen and (max-width: 370px) {
	.div-align-left .ml-100 {
		margin-right: auto;
		margin-left: 15px;
	}
}
@media screen and (min-width: 768px) {
	.div-align-left{
		position: absolute;
		left: 0;
		top: 50%;
		width: 40%;
		transform: translateY(-50%);
	}
	.div-align-left .circle-opacity-div{
		right: 200px;
	}
	.div-align-left{
		width: 45%;
	}
}
@media screen and (min-width: 992px) {
	.technology-flexible-content{
		padding: 70px 0;
	}
	.technology-repeater-content{
		padding: 70px 0;
		margin: auto;
	}
	.div-align-left .circle-opacity-div{
		right: 300px;
	}
	.div-align-left{
		width: 45%;
	}	
}
@media screen and (min-width: 1200px) {
	.section-padding{
		padding: 40px 0 0;
	}
	.technology-flexible-content{
		padding: 100px 0;
	}
	.technology-repeater-content{
		padding: 100px 0;
	}
	.work-for-us {
		padding:100px 0;
	}
	.div-align-left .circle-opacity-div{
		right: 350px;
	}
	.div-align-left{
		width: 50%;
	}	
}
@media screen and (min-width: 1718px) {
	.div-align-left .circle-opacity-div{
		right: 350px;
	}
	.div-align-left{
		width: 50%;
	}
}
/* Contact Page */
.contact-hero{
	padding: 0 0 50px;
}
.get-in-touch h3{
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 50px;
  margin: 20px 0 50px;
}
.get-in-touch a,.get-in-touch p,.get-in-touch span {
  opacity: 0.5;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 39px;
}
.get-in-touch a:hover{
	opacity: 1;
}
.get-in-touch span{
	margin-right: 10px;
}
.get-in-touch ul li{
	margin: 0 10px 0 0;
}
.map-wrapper {
  height: 400px;
  position: relative;
  background-color: #D8D8D8;
}
#map{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top :0;
}
.form-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 5px 0 10px!important;
	opacity: 0.5;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 39px;
	border: 0;
	border-bottom: 0.5px solid #000000;
}	
.form-content .gform_wrapper textarea{
	padding: 25px 30px 25px!important;
	opacity: 0.5;
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 39px;
	border: 0;
	margin-top: 20px;
	border: 0.5px solid #000000;
}
.form-content ::placeholder{
	opacity: 1;
}

.form-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.form-content .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 20px!important;
}
.form-content .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0;
	padding-left: 20px!important;
}
.form-content .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin: 0 0 0 0;
}
.form-content .gform_wrapper li.hidden_label input {
    margin-top: 0;
}
body .form-content .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
	margin-bottom: 40px;
}
.form-content .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin: 0 0 0 0!important;
}
body .form-content .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.form-content .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
}
.form-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
}
.form-content .gform_wrapper li.gfield.gfield_error,
.form-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 10px!important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.form-content .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border: 0;
	border-bottom: 1px solid #000000;
}
.form-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width:100%!important;
}
.form-content .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
     max-width:100%!important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0!important;
}
.gform_footer  button{
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.map-wrapper{
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media screen and (max-width: 640px) {
	.form-content .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 0px!important;
	}
	.form-content .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-right: 0;
		padding-left: 0px!important;
	}
	.form-content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		font-size: 18px;
		line-height: 24px;
	}	
	.form-content .gform_wrapper textarea{
		padding: 15px 20px 15px!important;
		opacity: 0.5;
		color: #000000;
		font-size: 18px;
		line-height: 24px;
	}	
	body .form-content .gform_wrapper ul li.gfield {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.contact-hero{
		padding: 100px 0 70px;
	}
	.map-wrapper {
	  height: 707px;
	  padding: 0;
	}	
}
@media screen and (min-width: 992px) {
	.contact-hero{
		padding: 100px 0 70px;
	}	
}
@media screen and (min-width: 1200px) {
	.contact-hero{
		padding: 200px 0 100px;
	}	
}
/* Blog page */
.category-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0px 0;
}
.category-list li a,.button-group-blog button {
  opacity: 0.5;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 39px;
  background-color: transparent;
  border: 0;
}
.category-list li a.active,.button-group-blog button.is-checked {
  color: #407FF5;
  opacity: 1;
}
.category-list li a:hover ,.button-group-blog button:hover{
  color: #407FF5;
  opacity: 1;
}
.button-group-blog button:focus,
.button-group-blog button.active{
	outline: 0;
}
.post-colmn{
	margin: 30px 0;
}
.featured-media{
	margin: 0;
	height: 490px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
}
.featured-media-inner{
	height: 100%;
	transition: all 0.5s;
}
.featured-media-inner img{
	width: 100%;
	height: 100%;
	 object-fit: cover;
	object-position: 50% 50%;
}
.featured-image:hover .featured-media-inner{
	transform: scale(1.2);
}
.entry-header{
	margin: 30px 0 0;
}
.entry-header ul{
	margin: 0 0 0px;
}
.entry-header ul li{
	display: inline-block;
	vertical-align: middle;
	display: none;
}
.entry-header ul li:first-child{
	display: block;
}
.entry-header ul li a {
  color: #407FF5;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  display: block;
}
.entry-header ul li a span,
.sticky-cat span i{
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px 0 0;
  border-radius: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.entry-header ul li a span img,
.sticky-cat span i img{
	font-size: 0;
	width: 20px;
	display: block;	
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.entry-header ul li a span:before,
.sticky-cat span i:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.28;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #407FF5;
}
.entry-title {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 42px;
  margin: 0;
}
.entry-title a{
	color: #FFFFFF;
}
.featured-image{
	position: relative;
}
.featured-image a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;	
}
.single-post-content{
	padding: 10px 0 20px;
}
.entry-content{
	padding-top: 50px;
}
.entry-meta span{
  color: #407FF5;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}
.entry-meta h1 {
  max-width: 660px;
  color: #FFFFFF;
  font-size: 53px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 69px;
  margin: 15px 0 25px;
}
.author-image img {
  height: 61px;
  width: 61px;
  object-fit: cover;
  object-position: center;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.author-name p,.author-name .post-date {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.author-name p strong{
	font-weight: 600;
}
.post-main-content{
	margin-top: 50px;
}
.post-main-content .intro-para {
  opacity: 0.5;
  color: #FFFFFF;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 39px;
}
.post-main-content p {
	color: lightgray;
  margin: 0 0 30px;
}
.link-arrow-left svg{
	transform: rotate(-180deg);
	margin-right: 5px;
}
.share li {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  margin-right: 10px;
  color: #fff;
}
.share li a{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.single-base{
	margin-top: 50px;
}
.single-featured-image img{
	border-radius: 10px;
}
.feat-img-sm{
	margin: 40px 0;
}
#showMore {
  height: 57px;
  width: 162px;
  border: 0;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  color: #407FF5;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 45px;
  position: relative;
  padding: 0;
  z-index: 1;
  background-color: transparent;
}
#showMore:before {
  content: '';
  height: 57px;
  width: 162px;
  border-radius: 10px;
  background-color: #407FF5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.5s;
}
#showMore:hover:before{
	opacity: 1;
}
#showMore:hover{
	color: #fff;
}
#showMore:focus{
	outline: 0;
}
.visible_item{
  /* display:none; */
}
.hidden {
	display: none;
}
.post-grid{
	overflow: hidden;
	margin-top: 70px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/telesto-icon-2.svg) center no-repeat #000;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.filters-select{
	font-size: 18px;
	border-radius: 10px;
	height: calc(1.5em + .75rem + 10px);
}
.error404-content{
	padding: 15% 0;
	text-align: center;
}
.search-form .search-field{
	border: 0;
	border-radius: 5px;
	padding: 10px 15px;
}
.search-submit{
	border: 0;
	border-radius: 5px;
	padding: 10px 15px;
}
@media screen and (max-width: 767px) {
	#blog-content{
		padding: 50px 0 0;
	}
	.entry-header ul li a,.entry-meta span{
		font-size: 20px;
		line-height: 24px;
	}
	.entry-title{
		font-size: 32px;
		line-height: 42px;
	}
	.single-featured-image img{
		max-height: 550px;
	}
	.entry-meta h1{
		font-size: 36px;
		line-height: 45px;
	}
	.post-main-content .intro-para{
		font-size: 22px;
		line-height: 37px;
	}
	.post-colmn{
		margin: 0 0 90px;
	}
	.blog-pull{
		margin-top: 70px;
	}
}
@media screen and (min-width: 768px) {
	.featured-media{
		height: 450px;
	}
	#blog-content{
		padding: 90px 0 0;
	}
	.single-post-content{
		padding: 120px 0 0;
	}
}
@media screen and (min-width: 992px) {
	.featured-media{
		height: 490px;
	}
	.post-colmn{
		margin: 0 0 60px;
	}
	.single-post-content{
		padding: 165px 0 0px;
	}
	.entry-content{
		padding-top: 80px;
	}
	.single-base{
		margin-top: 90px;
	}
	.single-post-content{
		padding: 90px 0 0;
	}
}
@media screen and (min-width: 1280px) {
	#blog-content{
		padding: 150px 0 0;
	}
	.single-post-content{
		padding: 150px 0 0;
	}
	.featured-media{
		height: 582px;
	}
	.post-colmn{
		margin: 0 0 90px;
	}
}
@media screen and (max-width: 767.98px) {
	.dots-image,#dpt-svg{
		width: 10px;
	}
}
.page-sections{
	padding: 25px 0;
	margin: 0;
}
.page-content{
	padding: 60px 0;
}
.wp-content h2{
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 25px;
}
.wp-content h3{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 25px;
}
.wp-content p{
	margin: 0 0 30px;
}
.wp-content ul {
	margin: 25px 0;
}
.wp-content ul li{
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px;
	position: relative;
	padding-left: 25px;
}
.wp-content ul li:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
	
}

@media screen and (min-width: 768px) {
	.page-sections{
		padding: 40px 0;
	}
	.page-content{
		padding: 70px 0;
	}	
}
@media screen and (min-width: 992px) {
	.page-sections{
		padding: 50px 0;
	}	
	.page-content{
		padding: 90px 0;
	}
	.wp-content ul li{
		font-size: 22px;
		line-height: 36px;
	}
	.wp-content ul li:before{
		top: 15px;
	}
}
@media screen and (min-width: 1280px) {
	.page-sections{
		padding: 70px 0;
	}
	.page-content{
		padding: 190px 0 0;
	}	
}
.relative{
	position: relative
}
/* .scrollDown{
	display: none;
} */
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media screen and (min-width: 0) {
	.scrollDown{
		position: absolute;
		left: 50%;
		bottom: 20px;
		z-index: 65;
		font-size: 20px;
		color: #fff;
		display: block;
		transform: translateY(-50%);
	}
}
.category-select .btn-dropdown{
	width: 100%;
	height: 50px;
	font-size: 18px;
	background: #fff;
	padding-left: 25px;
}
.category-select .dropdown-menu{
	width: 100%;
}
.category-select .dropdown-toggle::after{
	margin-left: auto;
	font-size: 20px;
}
.featured-cat{
	color: #fff;
	font-size: 16px;
	padding: 3px 15px;
	border-radius: 5px;
	background: rgba(255,255,255,0.3);
}
/* Footer */
.site-footer{	
	padding: 0 0 40px;
	margin-top: 70px;	
}
.site-footer.footer-background-white{
	padding-top: 90px;
}
.ftr-div{
	margin-top: 30px;
}
.arrow-up{
  height: 79px;
  width: 79px;
  margin-left: 20px;
  border-radius: 50%;
  border: 2px solid #407FF5;
}
.arrow-up:hover{
	background-color: #407FF5;;
}
.arrow-up:hover svg g{
	fill: #fff;
}
.center-row{
	margin-top: 60px;
}
.site-info a{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
}
.site-info ul li{
   margin: 0 12px 0 0;
}
.site-info ul li a{
   display: block;
}
.site-info ul li a:hover,.site-info a:hover{
	color: #407FF5;
}
.backed-by ul li,.accreditation ul li{
   margin-right: 0px;
}
.backed-by ul li:last-child,
.accreditation ul li:last-child{
	margin-right: 0px;
}
.site-footer h6{
  margin-bottom: 20px;
}
.footer-base{
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
}
.footer-base:before{
  position: absolute;
  left: 20px;
  top: 0;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
}
.footer-background-white .footer-base:before{
	background: rgba(0,0,0,0.5);
 }
.footer-base p, .footer-base ul li a,.site-by-6rs a {
	opacity: 0.5;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	margin: 0;	
}
.footer-base ul{
  margin: 5px 0 20px;
}
.footer-base ul li{
  margin: 0 0 0 10px;
  position: relative;
  line-height: 1;
  padding: 0 0 0 10px;
}
.footer-base ul li a{
	display: block;
	position: relative;
}
.footer-base ul li a:hover,.site-by-6rs a:hover{
  color: #407FF5;
  opacity: 1;
}
.footer-base ul li:before{
  content: '';
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.5;
  background-color: #fff;
}
.footer-base ul li:first-child:before{
	content: none;
	margin: 0;
}
.footer-base ul li:first-child{
	margin-left: 0px;
	padding-left: 0;
}
.footer-background-white{
	border-radius: 100px 100px 0 0;
	background-color: #FFFFFF;
}
.footer-background-white h3 ,
.footer-background-white h6,
.footer-background-white .site-info a,
.footer-background-white p{
	color: #000;
}
.footer-background-white .footer-base p, 
.footer-background-white .footer-base ul li a, 
.footer-background-white .site-by-6rs a{
	color: #000;
}
.footer-background-white .site-info a:hover,
.footer-background-white .site-by-6rs a:hover,
.footer-background-white .footer-base ul li a:hover{
	color: #407FF5;
}
.arrow-up span {
  color: #407FF5;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
}
.arrow-up:hover span{
	color: #fff;
}
@media screen and (min-width: 576px) {
	.ftr-div{
		margin-top: 0;
	}
	.footer-base p, .footer-base ul li a,.site-by-6rs a {
		font-size: 18px;
		line-height: 25px;
	}
	.footer-base ul li:before{
		top: 7px;
	}
}
@media screen and (max-width: 767.69px) {
	.site-footer h6{
	  margin-bottom: 15px;
	  font-size: 22px;
	}
	.sm-mb-50{
		margin-bottom: 50px;
	}
	.footer-title{
		margin-bottom: 40px;
	}
	.footer-background-white{
		border-radius: 60px 60px 0 0;
		background-color: #FFFFFF;
	}
	.site-footer.footer-background-white {
		padding-top: 60px;
	}
}
@media screen and (min-width: 768px) {
	.center-row{
		margin-top: 120px;
	}
	.arrow-up span{
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.footer-base ul{
		margin: 0;
	}
	.footer-base ul li:first-child:before{
		content: '';
	}
	.footer-base ul li:first-child{
		margin-left: 10px;
		padding-left: 10px;
	}
}
@media screen and (min-width: 1200px) {
	.site-footer{	
		padding: 0 0 40px;
		margin-top: 140px;	
	}
	.site-footer.footer-background-white{
		padding-top: 140px;
		border-radius: 181px 181px 0 0;
	}
}

@media screen and (max-width: 767.69px) {
	.site-footer .btn-xl {
		width: 100%;
		height: 70px;
		font-size: 18px;
		line-height: 25px;
	}		
	.arrow-up{
		height: 70px;
		width: 100%;
		margin-left: 0px;
		border-radius : 70px;
		margin-top: 15px;
	}
	.arrow-up svg{
		width: 20px;
	}
}
@media screen and (max-width: 390.69px) {
	.footer-base p span{
		display: block;
		text-decoration:none;
	}
}


@media(min-width:768px) {
	.key-features-col {
		margin-bottom: 100px;
	}
}
.gform_confirmation_message {
	color:black;
	margin:10px 0;
	text-align:center;
}