@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*******TOP CSS*******/
.top-strip{
	float:left;
	width:100%;
	background:#151515;
	overflow:hidden;
	}
ul.tp-strp-lst{
	float:right;
}
ul.tp-strp-lst li, ul.tp-strp-lst li a{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:21px;
	font-weight:300;
	color:#bababa;
	letter-spacing:0.3px;
}
ul.tp-strp-lst li:first-child{margin-right:20px;}
.tp-strp-icn{
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	margin-top:-1px;
}

/*******TOP-FIXED-BAR*******/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 65px;
	}
.top-sec{
	float:left;
	width:100%;
	padding:8px 0;
	margin-top:-65px;
	top:65px;
	position:relative;
	background:#fff;
	z-index:10;
	}
.logo{
	float:left;
	}
.fixed-nav .top-sec{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	border-bottom:1px solid #effaff;
	}

.menu-btn{
	float:right;
	margin: 0 0 0 10px;
	width:190px;
	height:53px;
	line-height:53px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	border-radius:5px;
	background:#ff8f27;
	text-transform:uppercase;
	margin-top:3px;
	letter-spacing:0.3px;
	}
.menu-btn:hover{
	
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 10px;
}
ul.menu-list{
	float:right;
	margin-top:18px;
	}
ul.menu-list li{
	float:left;
	padding:0 15px;
	}
ul.menu-list li a{
	color:#000;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	}
ul.menu-list li a:hover, ul.menu-list li a.active{border-bottom:4px solid #ff8f27;}
ul.menu-list li:last-child{border-right:none;}

/*******SECTION-1 CSS*******/
.sec1{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background:url(../images/sec1.jpg) center top no-repeat;
	background-size:cover;
	}
.s1-inr{
	float:left;
	width:100%;
	position:relative;
	padding:100px 0;
	text-align:center;
	color:#fff;
	}
.s1-txt1{
	font-size:26px;
	line-height:30px;
	font-weight:600;
}
.s1-txt2{
	font-size:64px;
	line-height:76px;
	font-weight:700;
	margin-top:30px;
}
.s1-txt3{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
}
.comn-btn{
	width:240px;
	height:65px;
	background:#ff8f27;
	font-size:19px;
	line-height:65px;
	font-weight:700;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	letter-spacing:0.3px;
	text-transform:uppercase;
	margin-top:50px;
	text-align:center;
}

/*******BAR*******/
.bar{
	float:left;
	width:100%;
	padding:25px 0;
	border-bottom:1px solid #e1e1e1;
}
.bar-hd{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#000;
	display:inline-block;
	vertical-align:middle;
}
.bar-hd:before, .bar-hd:after{
	content:'';
	width:80px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	height:1px;
	background:#e2e4e6;
}
ul.bar-lst{
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
}
ul.bar-lst li{
	position:relative;
	padding-left:60px;
	text-align:left;
	padding-right:30px;
	border-right:1px solid #e1e1e1;
	margin-top:25px;
}
ul.bar-lst li:last-child{border-right:none; padding-right:0px;}
.bar-icn{
	position:absolute;
	left:0;
	top:-6px;
}
ul.bar-lst li h3{
	font-size:20px;
	line-height:30px;
}
ul.bar-lst li p{
	font-size:14px;
	line-height:18px;
}

/*******SECTION-2 CSS*******/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:left;
	background:url(../images/sec2.jpg) right bottom no-repeat;
}
.s2-lft{
	width:56%;
	float:left;
	background:url(../images/s2-img.png) left center no-repeat;
	padding:70px 0 100px;
	margin-left:-85px;
}
ul.s2-list{
	width:180px;
	float:right;
}
ul.s2-list li{
	padding:35px 0;
	background:#fff;
	text-align:center;
	box-shadow:inset 0px 0px 2px 0px rgba(0,0,0,0.1);
	margin:5px 0;
}
ul.s2-list li h3{
	font-size:30px;
	line-height:36px;
	font-weight:600;
	color:#ff9027;
}
ul.s2-list li p{
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#6d6d6d;
	margin-top:10px;
}
.s2-rgt{
	float:right;
	width:48.71%;
}
.comn-hdg{
	float:left;
	width:100%;
}
.comn-hdg p{
	font-size:20px;
	line-height:30px;
	color:#6d6d6d;
	border-bottom:2px solid #ff8f27;
	display:inline-block;
	vertical-align:top;
	padding-bottom:5px;
}
.comn-hdg h3{
	font-size:50px;
	line-height:60px;
	font-weight:700;
	color:#151515;
	margin-top:15px;
}
.comn-txt{
	font-size:16px;
	line-height:26px;
	margin-top:20px;
	float:left;
	width:100%;
}

/*******SECTION-3 CSS*******/
.sec3{
	float:left;
	width:100%;
	padding:60px 0;
	position:relative;
	overflow:hidden;
}
.sec3:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:367px;
	background:#f5f5f5;
}
.s3-inr{
	float:left;
	width:100%;
	position:relative;
}
.s3-inr-bx{
	display:inline-block;
	vertical-align:top;
	width:365px!important;
	border:1px solid #d8d8d8;
	box-shadow:3px 5px 20px 0px rgba(0,0,0,0.1);
	margin: 30px 10px;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	position:relative;
}

.s3-inr-bx:hover{
	border-bottom:2px solid #ff8f27;
}
.s3-img{
	max-width:100%;
	float:left;
	position:relative;
}
.s3-img img{
	float:left;
	width:100%;
}
.s3-inr-bx:hover .s3-img:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #192437;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.2;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.s3-cont{
	padding:25px;
	text-align:left;
	position:relative;
	float:left;
	width:100%;
}
.s3-icn{
	background:#ff8f27;
	padding:20px 15px;
	position:absolute;
	right:25px;
	top:-50px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	z-index:9;
}
.s3-inr-bx:hover .s3-icn{
	top:-60px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.s3-cont h3{
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:#000;
	margin-top:20px;
}
.s3-cont p{
	font-size:16px;
	line-height:26px;
	margin-top:20px;
}

/*******SECTION-4 CSS*******/
.sec4{
	float:left;
	width:100%;
	padding:100px 0 70px;
	background:url(../images/sec4.jpg) center top no-repeat;
	text-align:left;
}
.s4-lft{
	width:48.71%;
	float:left;
}
.sec4 .comn-hdg p, .sec4 .comn-hdg h3{color:#fff;}
.sec4 .comn-hdg h3{font-size:44px;}

.s4-btm-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:center;
	margin-top:150px;
}
.s4-btm-img{
	margin-right:20px;
}
.s4-btm-tx{
	font-size:16px;
	line-height:26px;
}
.s4-rgt{
	width:48.71%;
	float:right;
}
.s4-icn{
	float:right;
	background:#ff8f27;
	padding:25px;
}
.news-sec{
	float:right;
	width:100%;
	background:#fff;
}
.news-bx{
	float:left;
	width:100%;
	padding:20px 25px 20px 70px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
.news-sec .news-bx:last-child{border-bottom:none;}
.num{
	font-size:24px;
	line-height:28px;
	font-weight:300;
	color:#ff8f27;
	position:absolute;
	left:25px;
	top:25px;
}
.news-hd{
	font-size:24px;
	line-height:28px;
}
.news-tx{
	font-size:16px;
	line-height:20px;
	background:#fff9f4;
	display:inline-block;
	vertical-align:top;
	padding:12px 25px;
	border:1px solid #f8e8da;
	margin-top:10px;
}

/*******SECTION-5 CSS*******/
.sec5{
	float:left;
	background:#f5f5f5;
	width:100%;
	padding:60px 0 80px;
}

.slide-testibx{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:18px 0 15px 78px;
	}
.slide-testibx img{
    position: absolute;
    top: 8px;
    left: 10px;
	border-radius:50%;
	}
.slide-testibx span{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:600;
	}
.slide-testibx p{
	float:left;
	width:100%;
	font-size:14px;
	color:#949494;
	margin-top:2px;
	}				
.slide-testImg{
	float:left;
	width:390px;
	position:relative;
	margin-top:5px;
	margin-bottom:26px;
	}
.slide-testImg:before{
	content: "";
	position: absolute;
    right: -25px;
    top: 25px;
    left: 25px;
    bottom: -25px;
    border: 1px solid #e5e5e5;
	z-index:-1;
	}	
.slide-testImg img{
	max-width:100%;
	margin:0 auto;
	display:block;
	position:relative;
	z-index:2;
	}
.slide-testCont{
	float:right;
	width:625px;
	text-align:left;
	}
.slide-testCont .s3-desgn-t1{ margin-bottom:0;}
.tsti-hd{
	font-size:40px;
	line-height:48px;
	font-weight:600;
	margin-bottom:5px;
	float:left;
	width:100%;
}
.tsti-sub-hd{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin-bottom:30px;
	float:left;
	width:100%;
}
.tsti-tx{
	font-size:18px;
	line-height:30px;
	float:left;
	width:100%;
}

/* BOTTOM LINKS */
.btm-links{
	float:left;
	width:100%;
	background:#151515;
	padding:40px 0 32px;
}
.btm-links-bx{
	float:left;
	text-align:left;
	padding-right:20px;
}
.btm-log{
	display:block;
	margin-bottom:20px;
}
.btm-log-tx{
	font-size:18px;
	line-height:24px;
	color:#7b7b7b;
}
.btm-links-bx1{
	width:31%;
}
.btm-links-bx2{
	width:17%;
	padding:0 20px;
}
.btm-links-bx4{
	width:35%;
	padding:0 30px;
}
.btm-lnks-hd{
	font-size:18px;
	line-height:22px;
	color:#fff;
	margin-bottom:10px;
}
ul.btm-lnks-lst{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
}
ul.btm-lnks-lst li{
	float:left;
	width:100%;	
	color:#7b7b7b;
	margin:8px 0;
}
ul.btm-lnks-lst li a{
	color:#7b7b7b;
}
.phn-num, .email-addr{
	font-size:18px;
	line-height:24px;
	color:#575757;
}
.email-addr{
	margin-top:40px;
}
.phn-num span, .email-addr span{
	color:#fff;
	font-weight:600;
	margin-top:10px;
	display:block;
}
.email-addr span a{color:#fff;}

/* FOOTER */
.footer{
	float:left;
	width:100%;
	background:#0b0b0b;
	padding:25px 0;
}
.ftr-tx{
	color:#888;
	font-size:16px;
	line-height:20px;
	text-align:left;
	float:left;
	margin-top:30px;
}
.ftr-scl-lnks{
	float:right;
	margin-top:5px;
}
.ftr-scl-lnks p{
	font-size:16px;
	line-height:20px;
	color:#848484;
	float:left;
	margin:5px 15px 0 0;
}
ul.scl-lnks{
	float:left;
}
ul.scl-lnks li{
	float:left;
	margin:0 10px;
}

.show-tab{display:none;}


/* MEDIA START */
@media only screen and (max-width:1180px){
.container{width:1000px;}

/*******SECTION-1 CSS*******/
.top-fix-bar{margin-bottom:54px;}
.top-sec{top:55px; margin-top:-55px;}
ul.menu-list li{padding:0 8px;}

ul.bar-lst li{margin-right:20px;}

.comn-hdg h3{font-size:40px; line-height:48px;}

.s4-btm-sec{margin-top:90px;}
.news-hd{font-size:22px;}

.slide-testibx{padding: 18px 0 15px 58px;}
.slide-testibx span{font-size:16px;}
.slide-testibx img{top:18px; width:40px;}
.slide-testCont{width:570px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}
.hide-tab{display:none;}
.show-tab{display:block;}

/*********TOP CSS**********/
.top-strip p{font-size:16px; line-height:20px;}

.top-fix-bar{margin-bottom:49px;}
.top-sec{margin-top: -50px; top: 50px;}

.menu-btn{margin-right:55px;}

.mobilemenu{top:87px;}
.mobilemenu.top{top:49px;}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 18px;
	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;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #3a3a3c;
	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(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background:#3a3a3c;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobilemenu.mobimenu-top{top:74px; border-top:1px solid #000;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

.s1-inr{padding:50px 0;}
.s1-txt1{font-size:22px; line-height:26px;}	
.s1-txt2{font-size:50px; line-height:58px; margin-top:20px;}
.s1-txt3{font-size:18px; line-height:26px; margin-top:20px;}

ul.bar-lst li{padding:0 10px 0 40px;}
ul.bar-lst li h3{font-size:18px; line-height:24px; margin-bottom:3px;}
.bar-icn{width:35px;}

.sec2{padding:40px 0;}
.s2-lft{background-size:cover; width:50%; padding: 160px 0 210px}
ul.s2-list{margin-right:-40px;}
.s2-rgt{width:52%;}

.comn-hdg h3{font-size:30px; line-height:38px;}
.comn-btn{margin-top:40px;}
.comn-txt{margin-top:15px;}

.sec3{padding:40px 0 30px;}

.sec4{padding:40px 0 50px; background-size:180%;}
.sec4 .comn-hdg h3{font-size:28px;}
.s4-lft, .s4-rgt{width:100%;}
.s4-btm-sec{background:#fff; margin-top:50px;}
.news-sec{background:#efefef;}

.sec5{padding:40px 0;}
.slide-testibx {padding: 8px 0 4px 48px;}
.slide-testibx img{width:35px; top:18px; left:5px;}
.slide-testibx p{font-size:12px;}
.slide-testImg{width:230px;}
.slide-testCont{width:470px;}
.tsti-hd{font-size:28px; line-height:34px;}
.tsti-sub-hd{margin-bottom:15px; font-size:16px; line-height:21px;}
.tsti-tx{font-size:16px; line-height:26px; margin-top:8px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.hide-mob{display:none;}
.hide-desk{display:block;}

/*********TOP CSS**********/
.top-strip p{font-size:14px;}
.tp-strp-lst{width:100%;}
.top-fix-bar{margin-bottom:48px;}
.top-sec{padding:5px 0; margin-top:-48px; top:48px; border-bottom: 1px solid #ccc;}
ul.tp-strp-lst li, ul.tp-strp-lst li a{font-size: 12px;line-height: 26px;}

.logo{width:132px;}
.mob-mnu-ic{top:15px;}
.mobilemenu{top:86px;}
.mobilemenu.mobimenu-top{top:56px;}

.s1-inr{padding:30px 0 35px;}
.s1-txt1{font-size:17px; line-height:22px;}
.s1-txt2{font-size:26px; line-height:36px; margin-top:15px;}
.s1-txt3{font-size:17px; line-height:24px; margin-top:15px;}
.comn-btn{margin-top:30px;}

.bar-hd:before, .bar-hd:after{display:none;}
ul.bar-lst{flex-wrap:wrap;}
ul.bar-lst li{padding: 0 10px; width:50%; margin-right:0px; text-align:center;}
ul.bar-lst li:nth-child(2n){border-right:none;}
.bar-icn{display:block; margin:0 auto 10px; position:static;}

.sec2{padding:30px 0;}
.s2-lft{margin-left:-10px; width:calc(100% + 20px); padding:30px 0; margin-top:20px;}
ul.s2-list{margin:0 auto; display:block; float:none; width:100%;}
ul.s2-list li{width:46%; margin:8px 2%; float:left;}
.s2-rgt{width:100%; margin-top:10;}

.sec3{padding:30px 0;}
.sec3:before{display:none;}
.s3-inr-bx{width:280px !important; margin:15px 8px; min-height:452px !important;}
.s3-cont h3{font-size:22px; line-height:24px;}
.s3-cont p{font-size:15px; line-height:22px; margin-top:12px;}

.sec4{background-size:300%; padding:30px 0 40px;}
.sec4 .comn-hdg h3{font-size:24px; line-height:34px;}
.s4-icn{float:left; padding:15px;}
.s4-btm-sec{flex-wrap:wrap;margin-top: 30px;}
.s4-btm-img{width:100%; margin-right:0px; display:none;}
.s4-btm-img img{width:100%;}
.s4-btm-tx{margin-top:10px; padding:5px 15px;}
.s4-rgt{margin-top:30px;}
.news-bx{padding: 15px 10px 15px 50px;}
.news-hd{font-size:18px; line-height:22px;}
.news-tx{padding:8px; font-size:14px; line-height:18px;}
.num{left:10px; top:15px;}

.sec5{padding:30px 0;}
ul.s5-testi-list{ float:left; width:100%;}
ul.s5-testi-list li{ float:left; width:100%; margin-top:30px; text-align:left;}
.slide-testImg{ width:345px; margin-bottom:30px;}
.slide-testImg:before{ right: -15px; top: 15px; left: 15px; bottom: -15px; z-index:1;}
.tsti-tx{margin-top:0;}

a.show_hide{ color:#009; text-decoration:underline; display:block;}

.btm-links{padding:15px 0 25px;}
.btm-links-bx{width:100%; margin-top:20px;}
ul.btm-lnks-lst li{margin:5px 0;}
.btm-links-bx2{padding:0;}
.btm-links-bx4{padding:0;}
.email-addr{margin-top:20px;}

.ftr-tx{text-align:center; width:100%;}
.ftr-scl-lnks{float:none; display:inline-block; vertical-align:top; text-align:center; margin-top:10px;}
.ftr-scl-lnks p{margin-right:8px;}
}