*{padding: 0; margin: 0; box-sizing: border-box;}
img{border: none; display: block; max-width: 100%; height: auto !important;}
a{outline: none !important; text-decoration: none; transition: all 0.3s ease-in-out;}
a:hover{text-decoration: underline;}
ul{list-style: none !important;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body{
	font-family: "Montserrat", serif !important;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000 !important;
	background-color: #fff !important;
}

body::before{width: 100% !important; box-shadow: none !important; position: relative !important;}

/*.container{max-width: 1240px;}*/

.fancybox__container{z-index: 9999999999 !important;}


/* Header */
header{position: relative;}
	header p:last-child{margin: 0 !important;}

	.header-top{background-color: #08376b;}
		.header-top .logo-cont{position: relative; padding: 35px 0 75px; background: url(../images/logo-cont-bg.png) 0 0 no-repeat;}
			.header-top .logo-cont:before{width: 500px; height: 100%; position: absolute; left: -500px; top: 0; background-color: #fff; content: "";}
			.header-top .logo-cont img{}
		.header-top .header-contact{padding: 40px 0 0;}
			.header-top .header-contact ul{padding: 0; margin: 0; font-size: 18px; line-height: 26px; float: right; width: 85%;}
				.header-top .header-contact ul li{float: left; margin: 0 0 0 55px; color: #fff;}
					.header-top .header-contact ul li:first-child{margin: 0;}
					.header-top .header-contact ul li:last-child{width: 56%;}
					.header-top .header-contact ul li img{margin: 5px 15px 0 0; float: left;}
					.header-top .header-contact ul li strong{font-weight: 600;}
					.header-top .header-contact ul li a{color: #fff;}
	

	.navbar{background-color: transparent !important; !important; position: relative; margin-top: -47px; margin-bottom: -49px; z-index: 99999;}
		.navbar .row{width: 100%;}
		.navbar .nav-inner{background-color: #2f81b7; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); padding: 15px 30px;}
		.navbar .navbar-brand{display: none;}
		.navbar .navbar-collapse{float: left;}
		.navbar .navbar-nav{padding: 10px 0 0 !important; margin: 0 !important; font-size: 18px; line-height: 26px; font-weight: 500; float: left !important; display: block;}
			.navbar .navbar-nav li{display: inline-block; margin: 0 35px 0 0; position: relative;}
				.navbar .navbar-nav li a{color: #fff;}
					.navbar .navbar-nav li a:hover{text-decoration: none; color: #fff !important; font-weight: 700;}
					.navbar .navbar-nav li.current-menu-item > a,
					.navbar .navbar-nav li.current-menu-parent > a{color: #fff !important; font-weight: 700;}
		.navbar .header-button{float: right;}
			.navbar .header-button a{display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; color: #040507; background-color: #fff; padding: 12px 40px; border: none;}
				.navbar .header-button a:hover{text-decoration: none; opacity: 0.7;}

	.banner{position: relative; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; padding: 270px 0 245px;}
		.banner .content{}
		.banner h1{font-size: 69px; line-height: 74px; font-weight: 700; color: #5bb2ec; margin: 0 0 60px;}
		.banner h4{font-size: 34px; line-height: 36px; font-weight: 700; color: #fff; margin: 0 0 25px; display: inline-block; padding: 0 125px 0 0; background: url(../images/three-lines.png) 100% 50% no-repeat;}
		.banner p{}
			.banner p strong{display: inline-block; font-size: 22px; line-height: 57px; color: #fff;}
			.banner p img{display: inline-block; margin: 0 15px 0 0;}
			.banner p a{display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; color: #040507; background-color: #fff; padding: 12px 40px; border: none; margin: 0 45px 0 0;}
				.banner p a:hover{text-decoration: none; opacity: 0.7;}

	.inner-banner{padding: 175px 0 135px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;}
		.inner-banner h1,
		.inner-banner h2{font-size: 69px; line-height: 74px; font-weight: 700; color: #5bb2ec; margin: 0 0 10px;}
		.inner-banner p{font-size: 20px; line-height: 24px; color: #fff; font-weight: 700;}
			.inner-banner p a{color: #fff;}
	

/* Body */
main{}
	main p:last-child{margin: 0 !important;}

	.home-main{padding: 110px 0 100px; background: url(../images/home-main-bg.jpg) 50% 50% no-repeat; background-size: cover;}
		.home-main.inner{background-image: none;}
		.home-main h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #000; margin: 0 0 25px;}
			.home-main.inner h2{font-size: 48px;}
			.home-main h2 strong{color: #08376b; font-weight: 700;}
		.home-main h4{font-size: 20px; line-height: 24px; font-weight: 700; color: #08376b; margin: 0 0 20px;}
		.home-main p{font-size: 18px; line-height: 30px; color: #000; margin: 0 0 30px;}
			.home-main.inner p{margin: 0 0 15px;}
			.home-main p a{display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; color: #fff; background-color: #08376b; padding: 12px 45px; border: none; margin: 5px 0 0;}
				.home-main p a:hover{text-decoration: none; opacity: 0.7;}
		.home-main .bottom-part{padding-top: 40px;}

	.home-cta{padding: 115px 0; background: url(../images/home-cta-bg.jpg) 50% 50% no-repeat; background-size: cover;}
		.home-cta h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #fff; margin: 0 0 25px;}
		.home-cta p{font-size: 18px; line-height: 30px; color: #fff; margin: 0 0 45px; padding: 0 9%;}
			.home-cta p a{display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; color: #fff; background-color: transparent; border: #fff 1px solid; padding: 12px 45px; margin: 5px 0 0;}
				.home-cta p a:hover{text-decoration: none; background-color: #fff; color: #08376b;}

	.products{padding: 110px 0;}
		.products.home{background: url(../images/home-product-bg.jpg) 50% 0 no-repeat;}
		.products .top-part{margin: 0 0 50px;}
		.products h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #000; margin: 0 0 5px;}
			.products h2 strong{color: #08376b; font-weight: 700;}
		.products .top-part p{font-size: 18px; line-height: 30px; color: #000; margin: 0 0 30px;}
		.products .product-block{margin: 0 0 35px; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); background-color: #fff; border: #e7e7e7 1px solid;}
			.products.group .product-block{border: #08376b 1px solid; box-shadow: none;}
			.products.iot .product-block{background-color: #f7f7f7; box-shadow: none; border: none;}
			.products .product-block img{width: 100%;}
			.products .product-block .info{padding: 45px 30px;}
				.products.app .product-block .info{padding: 0 30px 45px;}
			.products .product-block h3{font-size: 22px; line-height: 30px; font-weight: 700; color: #000; margin: 0 0 10px;}
				.products.industries .product-block h3{font-size: 20px; min-height: 60px;}
				.products .product-block h3 a{display: inline; font-size: 22px; line-height: 30px; font-weight: 700; color: #000; background-color: transparent; padding: 0;}
			.products .product-block p{font-size: 18px; line-height: 28px; color: #000; margin: 0 0 25px;}
				.products.industries .product-block p{min-height: 170px;}
				.products.iot .product-block p{min-height: 170px;}
			.products .product-block a{display: inline-block; font-size: 16px; line-height: 20px; font-weight: 600; color: #fff; background-color: #08376b; padding: 10px 40px;}
				.products .product-block a:hover{text-decoration: none; opacity: 0.7;}
		.products .button{display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; color: #fff; background-color: #08376b; padding: 12px 45px; border: none; margin: 35px 0 0;}
			.products .button:hover{text-decoration: none; opacity: 0.7;}
	
	.testimonials{padding: 85px 0 75px; position: relative; overflow: hidden;}
		.testimonials:before{position: absolute; left: 0; top: 0; width: 959px; height: 754px; content: ""; background: url(../images/testimonial-img.jpg) 0 0 no-repeat;}
		.testimonials .testimonial-inner{padding: 0 0 0 7%;}
		.testimonials .title{padding: 45px 0 0 15px; background: url(../images/quote.png) 0 0 no-repeat;}
		.testimonials h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #000; margin: 0 0 25px;}
		.testimonials h4{font-size: 20px; line-height: 24px; font-weight: 700; color: #08376b; margin: 0 0 5px;}
		.testimonials .testimonial-wrap{padding: 0 0 75px;}
		.testimonials p{font-size: 24px; line-height: 43px; color: #000; margin: 0 0 40px;}
		.testimonials h3{font-size: 24px; line-height: 30px; font-weight: 700; color: #08376b; margin: 0;}
			.testimonials h3 span{display: block; font-size: 18px; line-height: 24px; font-weight: 400; color: #000;}
		.testimonials .slick-arrow{width: 51px; height: 25px; font-size: 0; line-height: 0; text-indent: -5000px; top: 95%;}
			.testimonials .slick-arrow.slick-prev{background: url(../images/testimonial-prev.png) 0 0 no-repeat; left: 78%;}
			.testimonials .slick-arrow.slick-next{background: url(../images/testimonial-next.png) 0 0 no-repeat; right: 0;}
	
	.about-bottom{padding: 110px 0 100px; background-color: #f5f5f5;}
		.about-bottom img{float: right; margin-top: 10px;}
		.about-bottom h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #000; margin: 0 0 15px;}
			.about-bottom h2 strong{color: #08376b; font-weight: 700;}
		.about-bottom p{font-size: 18px; line-height: 30px; color: #000; margin: 0 0 30px;}
			
	.product-details{padding: 110px 0;}
		.product-details .top-part{padding-bottom: 40px;}
		.product-details h2{font-size: 24px; line-height: 36px; font-weight: 700; color: #000; margin: 15px 0 25px;}
		.product-details p{font-size: 18px; line-height: 28px; color: #000; margin: 0 0 30px;}
			.product-details p a{display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; color: #fff; background-color: #08376b; padding: 12px 45px; border: none; margin: 5px 0 0;}
				.product-details p a:hover{text-decoration: none; opacity: 0.7;}
		.product-details ul{font-size: 18px; line-height: 28px; color: #000; margin: 0 0 15px; padding: 0;}
			.product-details ul li{padding: 0 0 5px 20px; background: url(../images/bullet.png) 0 10px no-repeat;}
		.product-details .product-description{background-color: #f6f6f6;}
			.product-details .product-description .main-info{padding: 45px 40px;}
			.product-details .product-description h2{margin: 0; padding: 20px 35px; background-color: #08376b; color: #fff; font-size: 24px; line-height: 30px; font-weight: 700;}
			.product-details .product-description h3{font-size: 24px; line-height: 36px; font-weight: 700; color: #08376b; margin: 0 0 5px;}
			.product-details .product-description h4{font-size: 20px; line-height: 26px; font-weight: 700; color: #08376b; margin: 0 0 5px;}
			.product-details .product-description p{margin: 0 0 20px;}

	.contact-main{padding: 110px 0;}
		.contact-main .contact-info{padding: 40px 60px 70px 25px; background-color: #f6f6f6;}
		.contact-main h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #000; margin: 0 0 45px;}
			.contact-main h2 strong{color: #08376b; font-weight: 700;}
		.contact-main ul{font-size: 20px; line-height: 30px; color: #000; margin: 0; padding: 0;}
			.contact-main ul li{padding: 20px 0 20px 60px; border-bottom: #000 1px solid;}
				.contact-main ul li:first-child{padding-top: 0; background: url(../images/contact-1.png) 0 0 no-repeat;}
				.contact-main ul li:nth-child(2){background: url(../images/contact-2.png) 0 17px no-repeat;}
				.contact-main ul li:last-child{border: none; background: url(../images/contact-3.png) 0 17px no-repeat;}
				.contact-main ul li h3{font-size: 30px; line-height: 37px; color: #000; margin: 0 0 3px; font-weight: 700;}
				.contact-main ul li strong{color: #08376b;}
				.contact-main ul li a{color: #000;}
		.contact-main .contact-form{padding: 40px 35px 30px; background-color: #08376b;}
			.contact-main .contact-form h2{color: #fff;}
		.contact-main .form-cont input{width: 100%; height: 75px; border: none; font-family: "Montserrat", serif !important; font-size: 20px; line-height: 25px; font-weight: 400; color: #000; padding: 25px 20px; background-color: #fff; margin: 0 0 15px;}
		.contact-main .form-cont textarea{width: 100%; height: 215px; border: none; font-family: "Montserrat", serif !important; font-size: 20px; line-height: 25px; font-weight: 400; color: #000; padding: 25px 20px; background-color: #fff; margin: 0 0 15px; resize: none;}
			.contact-main .form-cont ::-webkit-input-placeholder{font-family: "Montserrat", serif !important; color: #9d9d9d; opacity: 1;}
			.contact-main .form-cont ::-moz-placeholder{font-family: "Montserrat", serif !important; color: #9d9d9d; opacity: 1;}
			.contact-main .form-cont :-ms-input-placeholder{font-family: "Montserrat", serif !important; color: #9d9d9d; opacity: 1;}
			.contact-main .form-cont :-moz-placeholder{font-family: "Montserrat", serif !important; color: #9d9d9d; opacity: 1;}
		.contact-main input[type="submit"]{font-family: "Montserrat", serif !important; font-size: 20px; line-height: 24px; display: block; color: #fff; padding: 15px 90px; background-color: #5bb2ec; font-weight: 700; border: none; cursor: pointer; width: 100%; text-transform: uppercase;}
			.contact-main input[type="submit"]:hover{text-decoration: none; opacity: 0.7; float: right;}

  	.inner-main{padding: 110px 0;}
  		.inner-main .top-part{margin: 0 0 50px;}
		.inner-main h2{font-size: 50px; line-height: 56px; font-weight: 700; color: #000; margin: 0 0 5px;}
			.inner-main h2 strong{color: #08376b; font-weight: 700;}
		.inner-main .main-wrap{background-color: #f6f6f6;}
			.inner-main .main-wrap .main-info{padding: 45px 40px;}
			.inner-main .main-wrap h2{margin: 0; padding: 20px 35px; background-color: #08376b; color: #fff; font-size: 24px; line-height: 30px; font-weight: 700; text-align: center;}
			.inner-main .main-wrap h4{font-size: 20px; line-height: 28px; font-weight: 700; color: #08376b; margin: 0 0 17px;}
			.inner-main .main-wrap p{font-size: 18px; line-height: 28px; color: #000; margin: 0 0 30px;}
			.inner-main .main-wrap ul{font-size: 18px; line-height: 28px; color: #000; margin: 0 0 30px; padding: 0;}
				.inner-main .main-wrap ul li{padding: 0 0 5px 20px; background: url(../images/bullet.png) 0 10px no-repeat;}
		

/* Footer */
footer{background-color: #dedce0;}
	footer p:last-child{margin: 0 !important;}

	.footer-top{padding: 85px 0 50px;}
		.footer-top h3{font-size: 20px; line-height: 30px; font-weight: 700; color: #08376b; margin: 0 0 15px;}
		.footer-top .footer-about{}
			.footer-top .footer-about p{margin: 0 0 60px;}
			.footer-top .footer-about ul{padding: 0; margin: 0; font-size: 20px; line-height: 40px;}
				.footer-top .footer-about ul li{float: left; margin: 0 10px 0 0;}
					.footer-top .footer-about ul li a{color: #fff; width: 40px; height: 40px; background-color: #08376b; color: #fff; border: #fff 1px solid; text-align: center; display: block;}
						.footer-top .footer-about ul li a strong{display: none;}
						.footer-top .footer-about ul li a:hover{text-decoration: none; opacity: 0.7;}
		.footer-top .footer-locations{}
			.footer-top .footer-locations p{font-size: 18px; line-height: 30px; color: #08376b; margin: 0 0 35px;}
				.footer-top .footer-locations p strong{font-size: 19px; font-weight: 700;}
		.footer-top .footer-contact{}
			.footer-top .footer-contact p{font-size: 18px; line-height: 28px; color: #08376b; margin: 0 0 20px; overflow: hidden; padding: 0 0 0 35px;}
				.footer-top .footer-contact p:first-child{background: url(../images/footer-contact-1.png) 0 5px no-repeat;}
				.footer-top .footer-contact p:nth-child(2){background: url(../images/footer-contact-2.png) 0 6px no-repeat;}
				.footer-top .footer-contact p:last-child{background: url(../images/footer-contact-3.png) 0 3px no-repeat;}
				.footer-top .footer-contact p strong{font-weight: 700;}
				.footer-top .footer-contact p a{color: #08376b;}
	
	.footer-bottom{padding: 20px 0; border-top: #9d9d9d 1px solid;}
		.footer-bottom p{font-size: 16px; line-height: 24px; color: #08376b; margin: 0; font-weight: 300;}
				
				


/* Media Query */
@media screen and (max-width: 1800px) {
.testimonials:before{width: 50%;}
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1400px) {
.header-top .header-contact ul{width: 100%; font-size: 15px; line-height: 26px;}
.header-top .header-contact ul li{margin: 0 0 0 25px;}
.header-top .header-contact ul li:last-child{width: 58%;}
.navbar .navbar-nav li{margin: 0 20px 0 0;}
.navbar .header-button a{padding: 12px 20px;}
.banner{padding: 170px 0 145px;}
.testimonials{padding: 70px 0 55px;}
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 900px) {
.navbar{padding: 20px 0 0; position: relative; z-index: 99999;}
.navbar .navbar-brand{display: none; color: #000;}
.navbar-light .navbar-toggler{background-color: #fff;}
.navbar .navbar-nav{text-align: right; padding: 20px 20px !important; background-color: #fff; z-index: 999999999 !important; position: absolute; right: 0; width: 200px;}
.navbar .navbar-nav li{display: block; margin: 0 0 10px !important;}
.navbar .navbar-nav li a{color: #000;}
}

@media screen and (max-width: 767px) {
.header-top{overflow: hidden;}
.header-top .logo-cont{background-color: #fff;}
.header-top .logo-cont img{/*max-width: 135px;*/ max-width: 100%;}
.header-top .logo-cont:after{width: 200px; height: 100%; position: absolute; top: 0; right: -200px; content: ""; background-color: #fff;}
.header-top .header-contact{display: none;}
.header-top .header-contact ul{}
.header-top .header-contact ul li{display: block; float: none; width: 100% !important; margin: 0 0 20px;}
.navbar{margin-top: -70px;}
.navbar .row{width: 120%;}
.navbar .header-button{float: left;}
.navbar-light .navbar-toggler{float: right; margin-top: 5px;}
.navbar .navbar-nav{right: 40px; top: 80px;} 
.banner{padding: 50px 0;}
.banner h1{font-size: 200%; line-height: 1; letter-spacing: 0; margin: 0 0 20px;}
.banner h4{font-size: 20px; line-height: 24px;}
.banner p{font-size: 16px; line-height: 26px;}
.banner p a{font-size: 18px; line-height: 24px;}
.navbar{float: left; padding: 20px 0; width: 100%;}
.home-main .content{padding-top: 40px;}
.home-main h2,
.home-main.inner h2{font-size: 35px; line-height: 42px;}
.home-main h2 br{display: none;}
.home-main h2 strong{font-size: 25px; line-height: 30px; display: block; padding-top: 10px;}
.home-cta h2{font-size: 35px; line-height: 42px;}
.home-cta p{padding: 0;}
.products h2{font-size: 35px; line-height: 42px;}
.testimonials::before{display: none;}
.testimonials .testimonial-inner{padding: 0;}
.testimonials .title{padding: 0;}
.testimonials h2{font-size: 35px; line-height: 42px;}
.testimonials p{font-size: 18px; line-height: 30px;}
.testimonials .slick-arrow.slick-prev{left: 0;}
.footer-top .footer-about{margin: 0 0 50px; overflow: hidden;}
.footer-top .footer-locations{margin: 0 0 50px;}
.inner-banner{padding: 80px 0;}
.inner-banner h1, 
.inner-banner h2{font-size: 45px; line-height: 52px;}
.about-bottom .content{padding-top: 50px;}
.about-bottom h2{font-size: 35px; line-height: 42px;}
.navbar .navbar-nav li.current-menu-item > a, 
.navbar .navbar-nav li.current-menu-parent > a{color: #000 !important;}
.inner-main h2{font-size: 35px; line-height: 42px;}
.contact-main h2{font-size: 35px; line-height: 42px;}
.contact-main ul li h3{font-size: 28px;}
}