@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: 'Avenir Next LT Pro';
	font-weight:400;
	}
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;
	}
.fl{ float:left;}
.fr{ float:right;}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('AvenirNextLTPro-It.woff2') format('woff2'),
        url('AvenirNextLTPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.poster
{ cursor:pointer;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}


/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.topStrip{
	background:#ff0000;
	float:left;
	width:100%;
	padding:6px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:500;
	}
.topStrip p span{color:#ffea00;}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:94px;
	}
.header{
	float:left;
	width:100%;
	height:94px;
	padding:9px 0;
	margin-top:-94px;
	top:94px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 99;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:#04265e;
	}				
.logo{
	float:left;
	margin-top:6px;
	}
ul.topMenu{
	float:left;
	margin:24px 0 0 217px;
	}
ul.topMenu li{
	float:left;
	padding:4px 15px;
	position:relative;
	}
ul.topMenu li:first-child{ padding-left:0;}
ul.topMenu li:last-child{ padding-right:0;}
ul.topMenu li a{
	color:#fff;
	font-size:17px;
	line-height:18px;
	letter-spacing:0.5px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d7d7d7;
	top:7px;
	bottom:7px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#ff6d00;}
.nav-btn{
	float:right;
	padding:7px 15px 8px;
	font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    background: #ff6d00;
    font-weight: 500;
    letter-spacing: 0.5px;
	margin-top:17px;
	display:none;
	}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 28px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:13;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*=============================
		BANNER CSS
===============================*/
.banner {
    float:left;
    width:100%;
	overflow:hidden;
	padding:0 0 53px;
	background: url(https://lsscameras-1d57f.kxcdn.com/intl/images/banner.jpg) no-repeat center top;
	background-size:cover;
	}
.banner-left{
	float: left;
    width: 60%;
    text-align: left;
    padding: 34px 0 0;
    position: relative;
	}
.bnr-rat-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#fff;
	padding-bottom:10px;
	letter-spacing:0.5px;
	}
.star{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 6px 0 0;
	}
.grn-tk{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 6px 0 0;
	}	
.banner-heading{
	float:left;
	width:100%;
	font-size:56px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	}
.banner-heading span{color:#16deb1;}
.banner-heading span b{ font-weight: 500;}
.banner-product{
	position: absolute;
    right: -261px;
    top: 21px;
    max-width: 100%;
    z-index: 10;
	}
.bnrStrip{
    width: 100%;
    float: left;
    margin-top:10px;
    padding: 16px 15px 16px 92px;
    position: relative;
    background: rgb(34,34,34);
	background: -moz-linear-gradient(270deg, rgba(18,58,123,0) 0%, rgba(18,58,123,0.7861519607843137) 39%, rgba(18,58,123,1) 99%);
	background: -webkit-linear-gradient(270deg, rgba(18,58,123,0) 0%, rgba(18,58,123,0.7861519607843137) 39%, rgba(18,58,123,1) 99%);
	background: linear-gradient(270deg, rgba(18,58,123,0) 0%, rgba(18,58,123,0.7861519607843137) 39%, rgba(18,58,123,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1);
	}	
.bnrStrip img{
   position: absolute;
    top: 35%;
    left: 7px;
    margin-top: -19.5px;
	}	
.bnrStrip p{
    float: left;
	width:100%;
    font-size:19px;
    line-height: 27px;
    color: #fff;
	font-style:italic;
	letter-spacing:0.5px;
	}
ul.banner-point{
	float:left;
	width:100%;
	margin-top:6px;
	}
ul.banner-point li{
	float:left;
	width:100%;
	margin-top:11px;
	padding-left:35px;
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:500;
	text-align:left;
	background:url(https://lsscameras-1d57f.kxcdn.com/intl/images/banner-chk.png) no-repeat left 2px;
	letter-spacing:1px;
	}
.bnr-mbg{
	position: absolute;
    right: -40px;
    top: 242px;
	z-index:11;
	}
.botton{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	max-width:464px;
	margin-top:30px;
	}
a.click-btn{
	float:left;
	width:100%;
	height:75px;
	font-size:30px;
	line-height:75px;
	color:#ffffff;
	text-align:center;
	border-radius:8px;
	background:#ff6d00;
	font-weight:700;
	letter-spacing:0.5px;
	box-shadow:0 2px 9px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 2px 9px 0 rgba(0,0,0,0.3);
	text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
	}
a.click-btn span{ color:#fff600;}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-12px 0 0 13px;
	}
.btn-pr{
	float:left;
	width:100%;
	margin-top:5px;
	font-size:17px;
	line-height:20px;
	color:#000;
	margin-top:8px;
	text-align:center;
	position:relative;
	letter-spacing:1px;
	}
.white{ color:#fff;}
.progress-line{
	float:left;
	width:100%;
	margin-top:8px;
	background:#ededed;
	border-radius:4px;
	height:6px;
	}
.progress-line > div{
	float:left;
	width:95%;
	background:#ff0000;
	height:100%;
	border-radius:4px;
	transition:all ease 1s;
	}
.progress-line.in-viewport-once > div{ width:60%; transition:all ease 0.5s; background:#ff0000;}
.progress-line.in-viewport-once > div.progress2 {width:30%; transition:all ease 1s; background:#ff0000;}
.btn-pr span{
	font-size:16px;
	line-height:18px;
	color:#fc2500;
	font-weight:500;
	}
.banner-right{
	float:right;
	width:40%;
	position:relative;
	min-height:796px;
	overflow:hidden;
	margin:-94px -130px -70px 0;
	}
.banner-right:before{
	position: absolute;
    display: block;
    width: 100%;
    height: 4219px;
    content: "";
    left: 0px;
    right:0;
    bottom:-94px;
    top:-94px;
    background:url(https://lsscameras-1d57f.kxcdn.com/intl/images/banner-image.png) center top repeat-y;
	/*transform: translate3d(0, 0, 0);
	transition: opacity 0.5s ease-out;*/
	/*animation: 35s linear 0s normal forwards 1  moveSlideshow infinite;*/
	animation: 10s linear infinite scrollBgGridLinks;
	}
	
@keyframes scrollBgGridLinks {
0%{transform: translateY(0px);}
100%{transform: translateY(-600px);}
}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:50px 0 70px;
	position:relative;
	text-align:center;
	}
.comnHdng1{
	float:left;
	width:100%;
	font-size:40px;
	line-height:49px;
	color:#000000;
	font-weight:700;
	}		
.comnHdng{
	float:left;
	width:100%;
	font-size:40px;
	line-height:49px;
    font-weight: 700;
	color:#04265e;
	padding-bottom:15px;
	text-transform:capitalize;
	background:url(https://lsscameras-1d57f.kxcdn.com/intl/images/hdng-line.png) no-repeat center bottom;
	}
.comnHdng span{color:#2677bc;}
.leftHdng{background:url(https://lsscameras-1d57f.kxcdn.com/intl/images/hdng-line-left.png) no-repeat left bottom;}
.comnPara{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:20px;
	}
.comnPara strong{ font-weight:500;}
.s1-vedio{
	background:#000000;
	display:block;
	margin:50px auto 0;
	max-width:670px;
	overflow:hidden;
	width:100%;
	border-radius:6px;
	border:10px solid #fff;
	position:relative;
	box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%); 
	}	
	
	.video-con {
    margin: 20px 20% 0;
    border: 5px solid #04265e;
}
	
	
.s1-vdo-img{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:1;
	}
.vimeo-player{
	float:left;
	width:100%;
	position:relative;
	padding-bottom: 59%;
	background:#000;
	}
.vimeo-player iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	}
.s1-txt2{
	margin-top:20px;
	font-weight:500;
	color:#04265e;
	font-size:22px;
	line-height:33px;
	}	
	
.s2-img-slider{
	float:left;
	width:100%;
	padding:60px 0 20px;
	text-align:center;
	}

.s1-slide-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-slider-col {
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
    width: 268px !important;
    margin: 10px;
    float: left;
    overflow: hidden;
	}	
.s2-slide-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

/* STRIP CSS */
.jctkr-wrapper{
	float:left;
	position: relative;
	width: 100%;
	height: 51px;
	overflow: hidden;
	background:#04265e;
	margin-top:10px;
	}
.jctkr-wrapper ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	}
.jctkr-wrapper.jctkr-initialized ul{
	opacity: 1;
	}
.jctkr-wrapper ul li{
	float:left;
	position:relative;
	padding:12px 40px 0;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.3px;
	font-weight:400;
	color:#fff;
	word-break:keep-all;
	white-space:nowrap;
	}
.jctkr-wrapper ul li:after{
	content: '';
    width: 1px;
    background: #fff;
    top: 15px;
    bottom: 4px;
    position: absolute;
    right: 0;
	}	
.jctkr-wrapper ul li:last-child:after{ display:none;}	
.strip-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 7px 0 0;
	}
/*==========sectiontwo============*/
.sectiontwo{
	float:left;
	width:100%;
	padding:66px 0 66px;
	position:relative;
	text-align:center;
	overflow:hidden;
	}
.s2-mid{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	margin:65px auto 0;
	}	
.s2-prd{
	position:absolute;
	top:-15px;
	left:50%;
	width:560px;
	margin-left:-280px;
	}
ul.s2-list1, ul.s2-list2{
	float:left;
	width:33%;
	}
ul.s2-list2{
	float:right;
	}	
ul.s2-list1 li, ul.s2-list2 li{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 16px 10px 16px 66px;
    margin: 0 0 61px -35px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    border-radius: 6px;
	min-height:141px;
	background: rgba(255,255,255,0.7);
	}
ul.s2-list2 li{
	text-align:right;
	padding: 16px 66px 16px 10px;
	margin: 0 0 61px 35px;
	}
ul.s2-list1 li:first-child, ul.s2-list1 li:last-child{
	margin-left:35px;
	}	
ul.s2-list2 li:first-child, ul.s2-list2 li:last-child{
	margin-left:-35px;
	}		
ul.s2-list1 li:last-child,ul.s2-list2 li:last-child{ margin-bottom:0;}		
ul.s2-list1 li h1, ul.s2-list2 li h1{
	font-size:21px;
	line-height:28px;
	color:#04265e;
	font-weight:600;
	float:left;
	width:100%;
	}
ul.s2-list1 li p, ul.s2-list2 li p{
	font-size:18px;
	line-height:25px;
	color:#000000;
	float:left;
	letter-spacing:0.5px;
	width:100%;
	margin-top:10px;
	}
ul.s2-list1 li img{
	position:absolute;
	top:10px;
	left:10px;
	}
ul.s2-list2 li img{
	position:absolute;
	top:10px;
	right:10px;
	}
.s2-hd2{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	line-height:32px;
	color:#000000;
	font-weight:700;
	position:relative;
	text-align:center;
	margin-top:96px;
	}
.s2-hd2:before, .s2-hd2:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 100px;
    height: 1px;
    background: #bdbdbd;
	margin: -2px 15px 0 0;
}
.s2-hd2:after {
    margin: -2px 0 0 15px;
}
ul.s2-list3{
	float:left;
	width:100%;
	margin:50px 0 0 0;
	}
ul.s2-list3 li{
	float:left;
	width:16.666%;
	text-align:center;
	}
ul.s2-list3 li img{
	display:block;
	margin:0 auto 10px;
	}
ul.s2-list3 li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	}							
.sectiontwo .botton{ margin-top:65px;}
/*==========sectionthree============*/
.sectionthree{
	float:left;
	width:100%;
	padding:55px 0 55px;
	position:relative;
	text-align:center;
	background:#f0f6ff;
	}
.s3-mid{
	float: left;
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}	
.s3-bx1 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    text-align: left;
}
.s3-img1{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px;
	}	
.s3-bx1-p1{
	float:left;
	width:100%;
	font-size:21px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	margin-top:10px;
	}
.s3-bx1-p2{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	letter-spacing: 0.3px;
	color:#000000;
	margin-top:10px;
	}

.sectionthree .botton{ margin-top:55px;}

/*==========sectionthree============*/
.sectionfour{
	float:left;
	width:100%;
	padding:0 0 0;
	position:relative;
	text-align:center;

	}
.sec4-mid {
   float:left;
	width:100%;
	margin:0 0 0 0;
	}	
.sectionfour-left {
    float: left;
    width: 50%;
    position: relative;
   
	}
.sticky{
	top:70px;
	position: -webkit-sticky;
    position: sticky;
	}
.sectionfour-left:before {
    position: absolute;
    content: "";
    left: -500px;
    right: 0px;
    top: 0;
    bottom: 0;
    height: auto;
    background: #04265e;
}
.s4-left-inner {
	padding: 40px 30px 50px 0;
	float: right;
    width: 100%;
	text-align:left;
    will-change: min-height;
}
.s4-left-inner .sidebar__inner{
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	}	
.s4-left-inner .comnHdng1 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
	font-weight:600;
	}
ul.s4-list1{
	float:left;
	width:100%;
	margin:10px 0 20px 0;
	}
ul.s4-list1 li{
	float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 69px;
    margin: 25px 0 0 0;
    position: relative;
	}	
ul.s4-list1 li img{
	position:absolute;
	top:8px;
	left:0;
	max-width:100%;
	}
.s4-list1-p1{
	float:left;
	width:100%;
	font-size:21px;
	line-height:28px;
	color:#ffffff;
	font-weight:500;
	}	
.s4-list1-p2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#ffffff;
	margin-top:5px;
	}	
.s4-list1-p2 strong{ font-weight:500;}
.s4-right {
    float: right;
    width: 50%;
    text-align: left;
    padding: 0 0 0 30px;
	}
.s4-right-col {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: left;
	}
.s4-right-hd1{
	float:left;
	width:100%;
	font-size:27px;
	line-height:33px;
	color:#000000;
	font-weight:500;
	}
ul.s4-list2{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	}
ul.s4-list2 li{
	float: left;
    width: 33.33%;
    text-align:center;
    padding: 0 10px;
    margin: 0 0 0 0;
    position: relative;
	}
ul.s4-list2 li:after {
    position: absolute;
    content: "";
    border-right: 1px solid #c7c7c7;
    top: 14px;
    right: 0;
    bottom: 17px;
}	
ul.s4-list2 li:last-child:after{ display:none;}	
ul.s4-list2 li img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}
ul.s4-list2 li p{
	float:left;
	width:100%;
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000;
	}
.s4-img{
	display:block;
	margin:30px auto 10px;
	max-width:100%;
	border-radius:8px;
	}
	
/*==========sectionfive============*/
.sectionfive{
	float:left;
	width:100%;
	padding:55px 0;
	position:relative;
	text-align:center;
	}
.s5-mid {
    float: left;
    width: 100%;
    margin: 23px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s5-col1, .s5-col2, .s5-col3 {
    display: inline-block;
    vertical-align: top;
    width: 32.30%;
    text-align:center;
	}
.s5-clo-bx{
	float:left;
	width:100%;
	background:#04265e;
	padding:15px 0;
	border-radius:8px;
	text-align:left;
	margin-top:20px;
	}
.s5-clo-bx-p1{
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 0 10px;
	}	
.s5-star{
	float:right;
	margin:8px 10px 0 0;
	}
.s5-img1{
	display: inline-block !important;
    vertical-align: middle;
    margin: 15px 0 0;
    width: 100%;
	}
.clum{
	margin: -17px 0 0 20px;
    max-width: 100%;
	}
			
.s5-clo-bx-p2{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	margin-top:10px;
	padding:0 20px 10px;
	}
.s5-btn{ margin-top:60px;}
/*==========sectionsix============*/
.sectionsix{
	float:left;
	width:100%;
	padding:55px 0;
	position:relative;
	text-align:center;
	background:#f0f6ff;
	}
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width:1004px;
    width: 100%;
    margin: 40px 0 20px;
	}
.up-slide-dwn {
    float: left;
    width: 100%;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(https://lsscameras-1d57f.kxcdn.com/intl/images/close-btn.png) no-repeat 97% center;
    padding: 25px 40px 25px 0;
    font-size: 21px;
    line-height: 28px;
    color: #000000;
	font-weight:500;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #d8d9d9;
	}

.acdn-heading.accordion-open {
    background: url(https://lsscameras-1d57f.kxcdn.com/intl/images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d8d9d9;
	}
	
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 30px 0 0;
	}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 28px;
	letter-spacing:0.3px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}
.acdn-para strong{ font-weight:500;}
.acdn-para a{
	color: #0692db;
	text-decoration:underline;
	word-break: break-all;
	}	
.accordion-body {
    border-radius: 15px;
    position: relative;
    padding: 0;
    margin: 0 0;
	float:left;
	width:100%;
	display:inline-block;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
	flax:none;
}
.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	float:left;
    width:40%;
    height: 400px;
    border: 0;
}	
.pare{float:right; width:55%;}
/*=====footer=====*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	}
.footer-logo{
	display:block;
	margin:0 auto 15px;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#333333;
	margin-top:7px;
	}
.footer-text a{ padding:0 7px;}												
									
/*-----------------------
		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);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


ul.topMenu{ margin:28px 0 0 118px;}

.banner-left{ width:70%;}
.banner-product { right: -165px;}
.bnr-mbg {right: 33px;top: 163px;}

.comnHdng1, .comnHdng {font-size: 34px; line-height: 46px;}
.s2-prd {width: 490px;margin-left: -245px;}

.s4-left-inner a.click-btn{ font-size:27px;}
ul.s4-list1 li{ margin-top:35px;}
.s4-left-inner { padding: 55px 30px 50px 0;}
.s4-right { padding: 17px 0 0 30px;}

ul.s2-list1 li, ul.s2-list2 li {margin: 0 0 30px 0;}
ul.s2-list1 li h1, ul.s2-list2 li h1 { font-size: 19px;line-height: 27px;}
ul.s2-list1 li p, ul.s2-list2 li p {font-size: 18px; line-height: 27px;}
ul.s2-list3 li p { font-size: 18px; line-height: 26px;}

.testi-img{ width:110px;}


}


@media only screen and (max-width:1024px){
.container{width:750px;}

.forDesk{ display:none;}
.forTab{ display:block;}
.hide-tab{ display:none;}

.nav-btn{padding: 5px 10px 6px;}
ul.topMenu{ margin:12px 0 0 30px;}
ul.topMenu li{ padding:4px 10px;}
ul.topMenu li a{ font-size:14px; line-height:15px;}

.banner{ padding-bottom:0;}
.banner-heading{ font-size:42px; line-height:48px;}
.bnrStrip{ padding:16px 40px 16px 55px;}
.bnrStrip img { width: 46px; left: 5px;margin-top: -6px;}
.bnr-mbg {right: -34px;top: 206px; width: 100px;}
.bnrStrip p{ font-size:17px; line-height:25px;}
ul.banner-point li{ font-size:20px; line-height:26px;}
.banner-product { width: 267px;right: -209px;top: 81px;}

.banner-right{ height:610px; margin:-70px -110px -50px 0;}
.banner-right:before{ background-size:100%;}

.comnHdng1, .comnHdng { font-size: 28px; line-height: 42px;}
.s1-vedio{max-width: 450px;}
.comnPara{font-size: 18px; line-height: 25px;}

.s2-mid {margin: 45px auto 0;}
.s2-prd {width: 267px;position: static; margin:0 auto;}
ul.s2-list1, ul.s2-list2{ width:47%; margin-top:40px;}
ul.s2-list3 li p {font-size: 15px;line-height: 20px;}
ul.s2-list3 li img { height: 51px;}
.s2-hd2 { font-size: 21px;line-height: 32px; margin-top: 61px;}
ul.s2-list2 li{ text-align:left;padding: 16px 10px 16px 61px;}
ul.s2-list1 li img {top: 21px;left: 10px;}
ul.s2-list2 li img{ right: auto;left: 10px;top: 21px;}
ul.s2-list2 li:first-child, ul.s2-list2 li:last-child { margin-left: 0;}
ul.s2-list1 li:first-child, ul.s2-list1 li:last-child {margin-left: 0;}
.s1-slider-col{ width:240px !important;}

.s3-bx1-p1 {font-size: 19px; line-height: 25px;}
.s3-bx1-p2{ font-size:17px; line-height:24px;}

.s4-right-col{ margin-top:30px;}
ul.s4-list2 li{ padding:0 8px;}
ul.s4-list2 li p { font-size: 13px;line-height: 20px;}
.s4-right-hd1{font-size: 25px; line-height: 30px;}
.s4-left-inner .comnHdng1{ font-size:26px; line-height:34px;}
.s4-left-inner { padding: 50px 25px 50px 0;}
.s4-right {padding: 0 0 0 25px;}
.s4-right a.click-btn{font-size: 26px;}
ul.s4-list1 { margin: 0 0 0 0;}
ul.s4-list1 li {margin: 26px 0 0 0;}

.s5-clo-bx-p1{ font-size:19px; line-height:24px;}
.s5-star{ width:100px;}

.testi-sec{ padding:0;}
.testi-para{font-size: 17px;line-height: 26px;}
.testi-img { width: 23%;margin: 25px 6px 0 0;}
.testi-paragraph {font-size: 17px; line-height: 25px;}

.footer {padding: 38px 0;}

}

@media only screen and (max-width:767px){
.video-con {
    margin: 20px 0 0;
}	
	
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.forMob{ display:block !important;}
.hide-mob{ display:none !important;}

.topStrip{ padding:6px 0 5px; overflow:hidden;}
.topStrip p{font-size:13px; line-height:15px;}


.logo {width: 94px; margin: 0 0 0 0;}
.top-fix-bar{ margin-bottom:55px;}

.header{ height:55px;border-bottom: 1px solid #364e74;}
.fixed-nav .header{ border:none;}

.mob-mnu-ic{ top:9px; right:15px;}
.mobilemenu{ top:81px;}
.mobimenu-top{ top:55px;}

.banner{ overflow:hidden; padding-bottom:30px;background: #04265e;}
.banner-left{ width:100%; text-align:center; padding-top:20px;}
.bnr-rat-text{ font-size:15px; line-height:16px;}
.star{ width:80px; margin:-9px 5px 0 0;}
.grn-tk{ width:13px; margin:-6px 3px 0;}

.banner-heading{ font-size:30px; line-height:34px; letter-spacing:0.5px;}
.bnrStrip {padding: 5px 10px; background: rgb(18,58,123); width:calc(100% + 20px); margin-left:-10px;}
.bnrStrip img{ display:none;}
.bnrStrip p{ font-size:16px; line-height:23px;}
ul.banner-point{ display:inline-block; vertical-align:middle; max-width:355px; float:none; margin-top:10px;}
ul.banner-point li{ font-size: 16px;line-height: 23px;background-size: 18px; margin-top: 8px;padding-left: 30px; letter-spacing:0.5px;}

.mob-prod{ display:inline-block; vertical-align:middle; position:relative;}
.banner-product-mob{display: inline-block;vertical-align: middle; margin: 15px 0 0 0;max-width: 100%;width:300px;}
.bnr-mbg{ position: absolute;right:-15px;top: 40px; width: 90px;}

.banner-right-mob{
	width:100%;
	margin:18px 0 0;
	height:220px;
	position:relative;
	overflow:hidden;
	transform: translate3d(0, 0, 0);
	}
.banner-right-mob:before{
	position: absolute;
    display: block;
    width: 1500px;
    height: 100%;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background:url(https://lsscameras-1d57f.kxcdn.com/intl/images/banner-image-m.png) center top repeat-X;
	background-size:750px;
	transform: translate3d(0, 0, 0);
	transition: opacity 0.5s ease-out;
	animation: moveSlideshow 15s linear infinite;
	}
	
	
@keyframes moveSlideshow {
100% { transform: translateX(-50%);  }
}

.banner-bottom{ padding:0;}
ul.promise-list li{ padding:0; width:32.33%; margin-top:25px;}
ul.promise-list li:after{ display:none;}
ul.promise-list li:nth-child(3):after{ display:none;}
.bnr-btm-text span{ font-size:14px; line-height:16px; padding:7px 20px 8px; letter-spacing:0.5px;}

.sectionOne { padding: 25px 0 30px;}
.hd-arw { margin: 0 auto 10px; height: 45px;}
.comnHdng1{font-size: 25px; line-height: 30px;}
.comnHdng { font-size: 27px; line-height: 32px;}
.comnPara { font-size: 17px;line-height: 24px; margin-top: 15px;}
.s1-vedio {margin: 20px auto 0;}
.vimeo-player{padding-bottom: 63%;}
.s1-vdo-img-mob{ margin:0 auto; max-width:100%;}
.s1-txt2 {margin-top: 25px;font-weight: 600; font-size:20px;}

.jctkr-wrapper{ height:40px;}
.jctkr-wrapper ul li {padding: 7px 30px 0; font-size: 16px;line-height: 26px;}
.jctkr-wrapper ul li:after { top: 10px; bottom: 2px;}

.sectiontwo{ padding:25px 0 35px;}
.s2-mid {margin: 30px auto 0;}
.s2-prd { max-width:100%;}
ul.s2-list1, ul.s2-list2{ width:100%;margin-top: 25px; padding:0 5px;}
ul.s2-list2{ margin-top:20px;}
ul.s2-list1 li, ul.s2-list2 li { margin: 0 0 20px 0;padding: 20px 15px 20px 60px; min-height: auto;}
ul.s2-list2 li{ text-align:left;}
ul.s2-list1 li img,ul.s2-list2 li img{ width:40px;}

ul.s2-list1 li p, ul.s2-list2 li p {font-size: 17px; line-height: 25px; margin-top:5px;}
.s2-hd2 {font-size: 20px; line-height: 26px;  margin-top: 25px;}
.s2-hd2:before, .s2-hd2:after{ display:none;}
ul.s2-list3 { margin: 10px 0 0 0;}
ul.s2-list3 li {width: 33.33%;text-align: center; margin: 20px 0 0 0;}
ul.s2-list3 li p {font-size: 16px;  line-height: 22px;}
ul.s2-list3 li img { height: 38px;}


.s1-slider-col{width: 230px !important; margin:0 5px 10px;}

.sectionthree{ padding:30px 0;}
.s3-mid {float: none;width: 330px; margin: 31px auto 0;}
.s3-bx1{ text-align:center; padding:0 15px;}

.sectionfour-left { height: auto;width: calc(100% + 20px); margin-left:-10px; background: #04265e; padding:0 10px;}
.sticky{ top:0;}
.s4-list1-p2{font-size: 17px;line-height: 25px;}
.s4-left-inner .comnHdng1 {font-size: 24px;line-height: 34px;}

.s4-left-inner{padding:30px 0;text-align:center;}
ul.s4-list1 {margin: 10px 0 0 0;}
ul.s4-list1 li {margin: 20px 0 0 0; padding: 0 0 0 65px;}
.s4-right {padding: 0 0 0 0; width: 100%;}
.s4-right-col { margin-top: 25px;text-align: center;}
.s4-img{margin: 20px auto 10px;}
ul.s4-list2 li img{ height:35px;}
ul.s4-list2 li p{font-size: 14px;}
.s4-right-hd1 {font-size: 20px; line-height:27px;}
.s4-right-col .comnPara{margin-top: 10px;}

.sticky{position:relative;}
ul.s4-list2 li {padding: 0 4px;}

.sectionfive{ padding:30px 0;}
.s5-mid{ margin:20px auto 0; padding:0 10px;}
.s5-col1, .s5-col2, .s5-col3{ width:100%;}
.s5-clo-bx{ margin-top:10px;}

.sectionsix{ padding:25px 0 30px;}
.faq-container{ margin:20px 0 0; padding:0 5px;}
.accordion{padding: 15px 25px 15px 0;font-size: 18px;line-height: 28px;}
.acdn-content{padding: 13px 0 0 0;}
.acdn-para{font-size: 17px;line-height: 26px;margin-bottom: 10px;}

.testi-paragraph{ font-size:16px;}

.footer{ padding:0 0 25px;}
.footer-logo{margin: 25px auto 13px; width: 90px;}
.footer-text{ font-size:14px; margin-top:10px; line-height:17px; letter-spacing:0;}
.footer-text a{ padding:0 3px;}
.mrg-top{ margin-top:20px;}

#ctabtn-mob{
	background:#04265e;
	padding:9px 10px 9px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	text-align:center;
	}
#ctabtn-mob a.click-btn{ margin: 0;font-size: 23px; width: 100%;height: 64px; line-height: 64px;}

}

@media only screen and (max-width:480px)
{
.video-con {
    margin: 20px 0 0;
}	
	
}