@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Fakt Pro Normal';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	

.topStrip{
	background: #56a5dd;
	float:left;
	width:100%;
	padding:5px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:16px;
	color:#fff;
	letter-spacing:0.5px;
	}
.topStrip p span{ 
	color:#fff000;
	font-family: 'Fakt Pro';
	font-weight:600;
	}		
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	padding:9px 0;
	
	margin-top:-75px;
	top:75px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border-bottom:1px solid #ddd;
	}				
.logo{
	float:left;
	margin-top:3px;
	}
ul.topMenu{
	float:right;
	margin: 15px 10px 0 0;
	}
ul.topMenu li{
	float:left;
	padding:3px 18px;
	position:relative;
	}
ul.topMenu li a{
	color:#565656;
	font-size:16px;
	line-height:16px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#a7a7a7;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#d1a054;}
a.nav-btn{
    float: right;
	background:#ff7800;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 138px;
    height: 40px;
    line-height: 40px;
	font-family: 'Fakt Pro';
	border-radius:5px;
	font-weight:600;
	margin-top:9px;	
	}	

/*-----------------------
		BANNER
------------------------*/
.banner {
	background: #f2f7fb;
    float: left;
    width: 100%;
    height: 528px;
	overflow:hidden;
	}
.bnr-left{
    float: left;
    width: 56%;
    text-align: left;
    margin-top: 60px;
	}					
.bnr-head{
    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 58px;
    color: #272727;
	font-family: 'Fakt Pro';
	font-weight:bold;
	letter-spacing:0.5px;
    margin-top: 10px;
	}
.bnr-para{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #363636;
	letter-spacing:0.5px;	
    margin-top: 20px;
	}				
a.order-btn{
    display: inline-block;
    vertical-align: middle;	
    cursor: pointer;
  	width: 350px;
    background: #ff7800;
    text-align: center;
    height: 60px;
	line-height:60px;
    font-size: 20px;
	border-radius:5px;
    color: #fff;
	font-family: 'Fakt Pro';
    font-weight: 600;
	letter-spacing:0.5px;
    margin-top: 35px;
	}
	
.bnr-right{
	width:32%;
	float:right;
	position:relative;
	}
.bnr-right:before{
    content: '';
    position: absolute;
    left: 0;
    width: 771px;
    height: 528px;
    top: 0;
    bottom: 0;
    background: url(../../images/index/bnr-hero.jpg) no-repeat top left; 
    background-size: cover;
	}
.bnr-prod{
    position: absolute;
    top: 47px;
    right: 240px;
	}			

/*-----------------------
		STRIP BG
------------------------*/
.strip-bg{
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0 0;
	}
.ftur-hdng {
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 22px;
    color: #272727;
    background: url(../../images/index/futr-line.png) no-repeat center center;
	}
ul.strip-list{
	float:left;
	width:100%;
	border-bottom:1px solid #c8c8c8;
	margin-top:25px;
	padding-bottom:20px;
	}
ul.strip-list li{
	display:inline-block;
	vertical-align:top;
	padding:0 48px;
    position: relative;
	}
ul.strip-list li:before{
    content: '';
    border-right: 1px solid #ebebeb;
    top: 15px;
    bottom: 15px;
    right: 0;
    position: absolute;
	}
ul.strip-list li:last-child:before{ display:none;}			
ul.strip-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.strip-list span{
	float:left;
	width:100%;
	font-size:16px;
	color:#272727;
	font-family: 'Fakt Pro';
	font-weight:500;
	margin-top:10px;
	}	

/*-----------------------
		SECTION 1
------------------------*/	
.section1{
	background: #fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}		
.common-head{
	float:left;
	width:100%;
	font-size:42px;
	line-height:52px;
	color:#191919;
	font-family: 'Fakt Pro';
	font-weight:bold;
	}
.comon-bdr{
	display:inline-block;
	vertical-align:top;
	background:#56a5dd;
	width:75px;
	height:5px;
	border-radius:20px;
	margin-top:25px;
	}	
.common-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#191919;
	letter-spacing:0.5px;	
	margin-top:22px;
	}	
.vid-sec{
    display: inline-block;
    max-width: 778px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    position: relative;
    padding-bottom: 0;
	margin-top:40px;
	}
.vid-sec img{
	max-width:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	float:left;
	width:100%;
	height:100%;
	padding:3px;
	}	
ul.sec1-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
	padding:0 30px;
	}
ul.sec1-list li{
    float: left;
    width: 23%;
	background:#fff;
    position: relative;
	padding:20px;
	margin-top:28px;
	border-radius:15px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}		
ul.sec1-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.sec1-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#191919;
	font-family: 'Fakt Pro';
	font-weight:600;
	margin-top:10px;
	}	
ul.sec1-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#494949;
	margin-top:12px;
	}
.s1-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#272727;
	font-family: 'Fakt Pro';
	font-weight:600;
	margin-top:35px;	
	}	
					
/*-----------------------
		SECTION 2
------------------------*/	
.section2{
	background: #f2f7fb;
    float: left;
    width: 100%;
	padding:60px 0 70px;
	}
ul.s2-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:50px 0 10px;
	}
ul.s2-list li{
    float: left;
    width: 23%;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	}		
.s2-bnr-imgs{
	width:100%;
	margin:0 auto 0;
	display:block;
	}	
.s2-bnr-icn{
    margin: -24px auto 2px;
    display: block;
	}	
ul.s2-list span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#191919;
	font-family: 'Fakt Pro';
	font-weight:500;
	}
ul.s2-list p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#191919;
	padding:10px;
	}	
				
/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s3-txt1{
	float:left;
	width:100%;
	font-size:20px;
	color:#191919;
	font-family: 'Fakt Pro';
	font-weight:600;
	margin-top:30px;
	}	
.application-box{
	float:left;
	width:100%;
	margin:30px 0 0;
	padding:0 130px;
	}
.application-left{
    float: left;
    width:32.8%;
    position: relative;
	margin-top:0.2%;
	}
.pl-hero{
    float: left;
    width: 100%;
    height: 402px;
    object-fit: cover;
	}	
    @media(max-width:1024px) and (min-width:768px)
    {
        .pl-hero{
    float: left;
    height: 332px;
    object-fit: cover;
	}
    }
    @media(max-width:767px) and (min-width:320px)
    {
        .pl-hero{
    float: left;
    width: 100%;
    height: 100%;
	}
    }
.application-left p{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	right:0;
	background: rgba(23,23,22,0.7);
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Fakt Pro';
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 5px;
	}
ul.application-rgt{
	float:right;
	width:67%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
ul.application-rgt li{
    width: 49.6%;
    position: relative;
    margin: 0.2%;
	}
ul.application-rgt li img{
	width: 100%;
    float: left;
	}
ul.application-rgt li p{
    color: #fff;
    width: 100%;
    text-align: center;
    background: rgba(23,23,22,0.7);
    font-size: 20px;
	font-family: 'Fakt Pro';
    font-weight: 600;
    position: absolute;
    top: 0;
	left:0;
	right:0;
    letter-spacing: 0.5px;
    padding: 5px;
	}		
	
ul.sec3-list{
	display:inline-block;
	vertical-align:middle;
	width:65%;
	margin-top:15px;
	}
ul.sec3-list li{
    float: left;
    width: 100%;
    position: relative;
	margin-top:30px;
	}		
ul.sec3-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.sec3-list li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#1e1e1e;
	font-family: 'Fakt Pro';
	font-weight:500;
	margin-top:15px;
	}	
ul.sec3-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#1e1e1e;
	margin-top:10px;
	}	
	
/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	background:#f2f7fb;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
ul.sec4-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:40px 0 10px;
	}
ul.sec4-list li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 45px;
	}
ul.sec4-list li:before{
    content: '';
    border-right: 1px solid #c2d0db;
    top: 90px;
    bottom: 15px;
    right: 0;
    position: absolute;
	}
ul.sec4-list li:last-child:before{ display:none;}			
ul.sec4-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	}	
ul.sec4-list li span{
	float:left;
	width:100%;
	font-size:22px;
	color:#56a5dd;
	font-family: 'Fakt Pro';
	font-weight:600;
	margin-top:25px;
	}	
ul.sec4-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#1b1b1b;
	margin-top:10px;
	}		
	
/*-----------------------
		SECTION 5
------------------------*/	
.section5{
	background: url(../../images/index/sec5-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	height:821px;
	padding:40px 0;
	}
.sec5Cont{
	float:left;
	width:60%;
	text-align:left;
	}
.white{ color:#fff;}
.bdr-bg{ background:#add2ec;}
ul.s5-list{
	float:left;
	width:100%;
	margin-top:35px;
	}
ul.s5-list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:75px;
	margin-bottom:20px;
	}
ul.s5-list li:last-child{ margin-bottom:0;}	
.s5-list li img{
	position:absolute;
	left:0;
	top:0px;
	}
.s5-list li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	color:#fff;
	font-family: 'Fakt Pro';
	font-weight:bold;
	}
.s5-list li p{	
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	margin-top:8px;
	}
.s5-prod{
	max-width:100%;
    position: absolute;
    right: 0px;
    top: 55px;
	}		

/*-----------------------
		SECTION 6
------------------------*/	
.section6{
	background: #fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.reviewblk{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width:800px;
	background:#f9f9f9;
	border:1px solid #e6e6e6;
	border-radius:10px;
	padding:25px;
    margin-top: 50px;
    text-align: center;
	}
.ratingBox{
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    background: #56a5dd;
    color: #fff;
	}
.ratingBox p {
    float: left;
    width: 100%;
    font-size: 40px;
	font-family: 'Fakt Pro';
	font-weight:bold;
    line-height: 70px;
	}
.ratingBox span{
	float:left;
	width:100%;
	font-size:16px;
	background:#2b73a7;
	padding:3px 0;
	}
.ratingImg{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	}
.overall-rating{
	display:inline-block;
	vertical-align:middle;
	width:17%;
	color:#393737;
	font-size:22px;
	line-height:26px;
	font-family: 'Fakt Pro';
	font-weight:500;
	margin:0 13px;	
	}
.overall-rating img{
	width:100px;
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.cs-percent{
	display:inline-block;
	vertical-align:middle;
	width:21%;
	margin:0px 12px;
	color:#393737;
	font-size:12px;
	line-height:16px;
	}
.cs-percent span{
	font-size:24px;
	font-family: 'Fakt Pro';
	font-weight:bold; 
	margin-bottom:12px; 
	float:left; 
	width:100%;
	}	

.testiBox{
	float:left;
	width:100%;
	padding:0 70px;
	margin-top:40px;
	}	
.testi-row{
	display:inline-block;
	vertical-align:middle;
    width: 100%;
    padding-left: 105px;
    position: relative;
    text-align: left;
	margin-bottom:45px;
	}
.testi-row:last-child{ margin-bottom:0;}	
.testi-imgs{
    position: absolute;
    left: 0;
    top: 10px;
	}		
.testi-star{
	display:inline-block;
	vertical-align:middle;
	}	
.testi-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px; 
	color:#000;
	font-style:italic; 
	margin-top:15px;
	}		
.usr-name{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-top: 20px
	}
.usr-name span{ 
	display: inline-block;
    vertical-align: top;
    color: #404040;
    font-weight: normal;
    border-left: 1px solid #404040;
    padding-left: 10px;
    margin-left: 8px;	
	}												
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;

	}
.ftr-logo{
	margin:0 auto 10px;
	display:block;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height:25px;
    color: #545454;
	margin-top:10px;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #545454;
	}	
	
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	