@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Poppins';
	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; max-width: 100%; height: auto;}
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;}

/*-----------------------
FONTS
------------------------*/
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/
.top{
	float:left;
	width:100%;
	background:#01b898;
	padding:10px 0;
	}
ul.stripList{
	float:right;
	}
ul.stripList li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	color: #fff;
	border-right:1px solid #fff;
	}
ul.stripList li:last-child{ border:none; padding-right:0;}	
ul.stripList li a{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
	}
ul.stripList li a img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}	
	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top:-80px;
	top:80px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom:1px solid #ddd;
	background:#fff;
	margin-top:0;
	top:0;
	}		
.logo{
	float: left;
    margin-top: 13px;
    max-width: 230px;
	}
ul.topMenu{
	float:right;
    margin-top:30px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#01b898;}
a.nav-btn{
    float:right;
	width:170px;
	height:50px;
    color:#fff;
    font-size:15px;
	line-height:48px;
    text-align:center;
	text-transform:uppercase;
	border-top:1px solid #00b641;
	font-weight:bold;
	border-radius:8px;
	background:#0cc34d;
	margin-top:15px;
	}
	
/*=====Banner-Section=======*/
.bnr-sec{
	float:left;
	width:100%;
	background:#fcf8f4;
	height:354px;
	padding:0 0 0;
	position:relative;
	overflow:hidden;
	}
.bnr-model{
    position: absolute;
    left: -279px;
    bottom:-385px;
	max-width:100%;
	}	
/*========Banner-Left=======*/	
.bnr-left{
	float:right;
	width:75%;
	text-align:center;
	margin-top:30px;
	}

.bnr-hdg{
	    color: #00024a;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.bnr-hdg span{
	color: #000951;
    display: block;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
}
.bnr-para{
	width: 90%;
	display:inline-block;
	vertical-align:middle;
	color:#000;
    font-size:18px;
	line-height:27px;
	font-weight:300;
	margin-top:20px;
	letter-spacing:0.5px;
	}
.bnr-sec .commn-btn{max-width:219px; margin-top:30px;}
.bnr-img{
	    position: absolute;
    top: -6px;
    right: 0;
    border-radius: 25px;
	}
	
/*=======Logos Section======*/	
.logos-sec{
	float:left;
	width:100%;
	padding:40px 0;
	border-bottom:1px solid #ddd;
	}	
.logos-hdg{
    font-size:15px;
	line-height:24px;	
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.4px;
	}
ul.logos-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
ul.logos-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px
	}
ul.logos-list li img{
	display:inline-block;
	vertical-align:middle;
	filter:grayscale(1);
	width:150px;
	}	
ul.logos-list li:nth-child(2) img{ width:100px;}
ul.logos-list li:nth-child(3) img{ width:120px;}	
ul.logos-list li:hover img{filter:grayscale(0);}
	
/*========Common-CSS========*/
.commn-hdg{
	    color: #000000;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
	}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color: #000000;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
	}
.commn-para.white-txt{color:#fff;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:219px;
	width:100%;
	margin-top:40px;
	}
.commn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	border-radius:8px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-align:center;
	background:#ef0000;
	padding:17px 0;
	}
.btn-txt{
	color:#000;
	font-size:11px;
	line-height:22px;
	margin-top:8px;
	letter-spacing:0.5px;
	}
.btn-txt.white-txt{color:#fff;}
.btn-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
	
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:65px 0 0;
	}
.s1-contnt{
	float:left;
	width:100%;
	}
.s1-right{
	float:right;
	width:46%;
	}
.s1-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-left{
	float:left;
	width:52%;
	text-align:left;
	padding:0 0 0;
	}

ul.s1-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	margin-top:20px;
	}
ul.s1-list li{
	width:100%;
	position:relative;
	padding:0 0 15px 80px;
	border-bottom:1px solid #d6d6d6;
	margin-top:15px;
	text-align:left;
	}
ul.s1-list li:last-child{
	border:none;
	padding-bottom:0;
	}	
.s1-num{
	background:#000000;
	width:50px;
	height:50px;
	color:#fff;
	border-radius:50%;
	font-size:29px;
	line-height:50px;
	font-weight:700;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	}	
	
.s1-list-txt1{
	    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
	}   
.s1-list-txt2{
	color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    font-weight: 400;
	}
.s1-bx2{
	background:#01b898;
	float:left;
	width:100%;
	padding:5px 20px;
	margin-top:50px;
	}	
ul.strp-lst{
	float: left;
    width: 100%;
    margin: 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}	
ul.strp-lst li{
        width: 24%;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 25px 0px 25px 61px;
	}

ul.strp-lst li:after {
    position: absolute;
    right: 10px;
    content: "";
    top: 0;
    bottom: 0;
    border-right: 1px solid #fff;
}	
ul.strp-lst li img{
	position:absolute;
	top:22px;
	left:0;
	}
ul.strp-lst li:last-child:after{  display:none;}			
ul.strp-lst li span{
	display:block;
	font-size:17px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:500;
	}
.s1-bar{
	background: url(../images/s1-bar.jpg)no-repeat center top;
	height:335px;
	width:100%;
	float:left;
	margin-top:40px;
	}
.s1-bar-bx{
	    background: #fff;
    float: right;
    width: 56%;
    padding: 40px 30px;
    margin: 35px 40px 0 0;
    box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
    text-align: left;
	}
.s1-bar-bx-txt1{
	font-size:19px;
	line-height:25px;
	color:#000000;
	font-weight:300;
	font-style:italic;
	}		
.s1-bar-bx-txt2{
	font-size:60px;
	line-height:65px;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	}
.s1-bar-bx-txt3{
	font-size:16px;
	line-height:25px;
	color:#000000;
	margin-top:5px;
	}
a.shop-btn2{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:26px;
	text-decoration:underline;
	color:#ef0000;
	font-weight:700;
	margin-top:15px;
	}		
				
	
/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s2-para{padding:0 40px;}
.s2-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	margin-top:20px;
	}
.s2-col{
	width:31%;
	margin-top:30px;
	position:relative;
	}
.s2-col .commn-btn{ margin-top:20px;}	
.prd-bx{
	border:1px solid #d6d6d6;
	width:100%;
	margin:0 auto 0;
	padding:10px;
	}	
.prd-bx2{
	    border: 1px solid #d6d6d6;
    width: 100%;
    margin: 0 auto 0;
    background: #e0d8db;
	}	
.prd-bx2 img {
    width: 100%;
}
.s2-bx-img{
	display: block;
    margin: 0 auto;
    max-width: 160px;
	}
.s2-bx{
	float:left;
	width:100%;
	text-align:left;
	padding: 20px 10px 0;
	}
.s2-bx-txt1{
	color: #000000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    min-height: 65px;
	}
.s2-bx-txt2{
	    color: #000;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-weight: 500;
	}
.s2-bx-txt3{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding:18px 20px 20px;
	position:absolute;
	left:0;
	bottom:0;
	}
.s2-bx-txt3 span{
	float: left;
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
	}
.s2-bx-txt3 span:hover{text-decoration:underline;}
.s2-bx-arw{
	float:right;
	margin:4px;
	}
	
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:30px 0 65px;
	}
ul.s3-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    margin-top: 60px;
    float: left;
	}
ul.s3-list li{
	width:29%;
	position:relative;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#000000;
	}
ul.s3-list li span{
	display:block;
	font-size:22px;
	font-weight:700;
	line-height:30px;
	margin-bottom:10px;
	}	
.s3-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-line{
	display:block;
	margin:-40px auto 15px;
	max-width:100%;
	}		

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0 40px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt{
	color:#000;
	font-size:17px;
	line-height:28px;
	}
.ftr-txt.margin-top{margin-top:8px;}
.ftr-txt a{ padding:0 3px;}				   

/*-----------------------
		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);}
}		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-sec{padding:20px 0;}
.bnr-left {margin-top: 8px;}
.bnr-hdg { font-size: 34px; line-height: 47px;}
.bnr-img{right: 0; width: 570px; top: 36px;}
ul.logos-list li{ padding:0 13px;}
.s1-rgt{width:55%; padding:0 0;}
.commn-hdg {
    font-size: 38px;
    line-height: 50px;
}
.s1-bx{ padding: 55px 15px; margin-top: 25px; background-size: cover;}
.s2-col{width:32%;}
.s5-col{width:32%;}
ul.strp-lst li:after {right: 13px;}
ul.strp-lst li { font-size: 13px;}
.s1-bar-bx-txt2 {
    font-size: 49px;
    line-height: 62px;}
.s1-bar-bx {
    width: 39%;}
.s2-bx-img {
    max-width: 135px;
}
	
}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 24px;
	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:#000;
	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: #000;
	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:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
	
/*=====Common-CSS====*/
.commn-hdg{font-size:32px; line-height:40px;}
.commn-para{margin-top:20px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{ width: 170px; margin-top: 15px;}
.mobimenu-top{top:69px;}
ul.topMenu{margin-top: 25px;}
ul.topMenu li{padding: 0 10px;}
a.nav-btn{ margin-top: 10px;}

/*=====Banner-Section======*/
.bnr-sec{padding:30px 0;}
.bnr-hdg {font-size: 30px; line-height: 40px;
    margin-top: 10px;}
.bnr-left {width: 80%;	}
.bnr-model { left: -354px;}
.bnr-para{padding-top:15px; margin-top:15px;}
.bnr-sec .commn-btn{margin-top:25px;}

.logos-sec{ padding:30px 0;}
ul.logos-list{ margin-top:0;}
ul.logos-list li{ padding:0 15px; margin-top:20px;}

/*====Section-1=====*/
.sec1{padding:35px 0 0;}
.s1-left {width: 100%; text-align:center;}
.s1-right { width: 100%;}
.s1-img { margin: 20px auto;  width: 400px;}
.s1-bx2 {padding: 5px 0; margin-top: 40px;}
ul.strp-lst li img { position: static;}
ul.strp-lst li {text-align: center; font-size: 13px;line-height: 26px; padding: 20px 0 20px 0; font-weight: 300;}
ul.strp-lst li:after {right: 0;}
.s1-bar-bx {width: 39%; margin: 37px 30px 0 0;}
.s1-bar-bx-txt2 {
    font-size: 41px;
    line-height: 53px;
}

/*====Section-2=====*/
.sec2{padding:35px 0;}
.s2-para{padding:0;}
.s2-col{ width: 48%;}
.s2-bx-txt3{padding:16px 15px 20px;}
.prd-bx2 {
    padding: 48px 32px;
}
/*====Section-3=====*/
.sec3{padding:35px 0;}

ul.s3-list li {width: 32%;}
/*====Footer=====*/
.footer{padding:40px 0 30px;}
.ftr-logo{margin:0 auto 20px;}
.ftr-txt{font-size:14px; line-height:22px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

/*=====Common-CSS====*/
.commn-hdg{font-size:26px; line-height:38px;}
.commn-para{font-size:17px;line-height: 27px; margin-top: 15px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px;     border-bottom:1px solid #ddd;}
.logo{width:130px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:59px;}
.mobimenu-top{top:59px;}
.top{display:none}
ul.stripList li{ border:none; width:100%;}
/*=====Banner-Section======*/
.bnr-sec {
    padding: 30px 0;
    height: auto;
}
.bnr-left{width:100%; margin-top:0; text-align:center;}
.bnr-rating-txt{font-size:18px;}
.bnr-hdg{font-size: 23px;  line-height: 32px;  letter-spacing: 0;  margin: 0;}
.bnr-hdg span{font-size: 28px;   line-height: 34px;}
.mob-bnr-img{display:inline-block; vertical-align:middle; margin: -20px auto -55px;  max-width: 300px;}
.bnr-para{padding-top: 0px; margin-top: 15px; border: none; width: 100%;}
.bnr-sec .commn-btn{margin-top:25px;}
.bnr-model{ display:none;}
	
/*====Section-1=====*/
.sec1{padding:30px 0;}
.s1-rgt{width:100%; text-align:center;}
.mob-s1-img{width:250px; display:block; margin:20px auto 0;}
.s1-bx{padding:0 15px 28px; margin-top:25px; background-size:cover;}
ul.s1-list li{width:100%; margin-top:25px;padding: 0 0 15px 57px}
.s1-list-txt2{font-size: 17px; line-height: 27px; margin-top: 10px;}
.s1-bx2 {padding: 0 8px; margin-top: 30px;}
ul.strp-lst li, ul.strp-lst li:nth-child(3), ul.strp-lst li:last-child {
    width: 49%;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    padding: 20px 0 20px 0;
    font-weight: 300;
}
ul.strp-lst li:after{ display:none;}
.s1-bar{ background-size:cover;margin-top: 25px; height:auto}
.s1-bar-bx {    width: 100%;  margin: 0px auto 0;   text-align: center; padding: 20px;}
.s1-bar-bx-txt2 {  font-size: 27px;   line-height: 38px;}
.s1-num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
.s1-bar-mob {  display: inline-block; max-width: inherit;  width: calc(100% + 40px);  margin: 5px auto 0 -20px;}
/*====Section-2=====*/
.sec2{padding:30px 0; text-align:center;}
.s2-row{justify-content:center; padding:0 10px; margin-top:10px;}
.s2-col{max-width:367px; width:100%; margin-top:30px;}
.s2-bx-txt2{}
.s2-bx-txt3{padding:16px 15px 20px;}
.s2-bx-txt1{ min-height:auto;}
.prd-bx2 {
    padding: 0;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.prd-bx2 img{margin: -150px auto;   display: inline-block;}
/*====Section-3=====*/
.sec3{padding:30px 0;}
ul.s3-list{ margin: 0 auto;}
ul.s3-list li {
    width: 100%; margin-top:40px;
}

/*====Footer=====*/
.footer{ padding:0 0 30px 0;}
.ftr-logo{ width:140px; margin:30px auto 15px;}
}