@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Josefin Sans", sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
	padding: 5px 0;
    float: left;
    width: 100%;
    background: #4d4d4f;
    z-index: 99;
    border-bottom: 1px solid #f2f9fd;
    position: relative;
    height: 70px;
    top: 70px;
    margin-top: -70px;
}
.fixed-nav .header{
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	border-bottom:1px solid #dedede;
}
.logo {
	float: left;
	margin-top: 6px;
	max-width: 150px;
}
ul.nav {
	float: left;
	margin: 19px 0 0 140px;
}
ul.nav li {
	float: left;
    padding: 0 30px;
    border-right: 1px solid #e1e1e1
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	float: left;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	line-height:24px;
	text-align: center;
	text-transform: uppercase;
}
ul.nav li a.active {
	color: #fff;
}
p.hdrlist {
	    float: right;
    padding: 14px 0 0 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    margin-top: 4px;
	}
p.hdrlist a {
	color: #fff;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
    background-color: #ffffff;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #5c5c5c;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 500;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}

/*================BANNER===================*/
.banner {
    float: left;
    width: 100%;
	height:670px;
    padding: 0px 0;
    position: relative;
    overflow: hidden;
	background: url(../images/banner.jpg) no-repeat center top;
    }
.bnr-rgt{
	    float: right;
    width: 27%;
    margin-top: 143px;
    text-align: left;
    position: relative;
    z-index: 1;
	}
.bnr-heading{
    float: left;
    width: 60%;
    margin-top: 100px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 40px 30px 40px 0px;
    background: linear-gradient(90deg, #535353, #858585, #a7a7a7, transparent);
	}
.bnr-heading h2{
	font-size: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
    line-height: 30px;
	}
.bnr-heading h2 span{ font-weight:300;}
.bnr-hdng{
	font-size: 59px;
    line-height: 70px;
    float: left;
    width: 100%;
    color: #333;
    text-transform: capitalize;
    font-family: "Didact Gothic", sans-serif;
    background: #fed15a;
    padding: 0px 0 10px 40px;
}
.bnr-hdng span{display:block;}
.lft-brd{ float:left; margin:10px 0;}
.bnr-centr-brd{ display:none;}
.bnr-txt{
        float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    padding: 0 0 0 30px;
}
.mob-bnr-prod{display:none;}
.bnrprd {
	    position: absolute;
    right: 2%;
    top: 392px;
    }
/*================BANNER STRIP===================*/
.bnrstrip {
	padding:50px 0 20px;
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
}
ul.bnrstrip-list {
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
    margin: 30px 0 0px;
}
ul.bnrstrip-list li {
    float: left;
    width: 24%;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #373737;
    text-transform: capitalize;
    border: 2px solid #fce8cd;
    border-radius: 10px;
}
ul.bnrstrip-list li span{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

ul.bnrstrip-list li img {
    display: block;
    margin: 10px auto;}
ul.bnrstrip-list li p {
	padding: 20px 0 20px;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    color: #2c2f2e;
}
ul.bnrstrip-list li p span {
	font-weight: 600;
    color: #151515;
    font-size: 20px;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}
/*================SECTION 1===================*/
.sec1 {
	padding:0px 0;
    text-align: center;
    float: left;
    width: 100%;
	background:#f8f8f8;
	position:relative;
}
.bdhding{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #373737;
    text-transform: capitalize;
    font-family: "Didact Gothic", sans-serif;
}
.bdhding span{
	display:block;
}
.sec1 .bdhding span{ display:inline-block;}
.s1hdimg {
	margin-top:15px;
	display: inline-block;
	vertical-align: top;
}
.s1txt {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    width: 100%;
}
.s1-img {
    position: absolute;
    right: 0;
    top: 22px;
    max-width: 100%;
}
.s1-sub-headng {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
}
.s1lhding {
	font-size: 26px;
	line-height: 32px;
	color: #000;
	text-align: left;
	padding: 23px 0 0 0px;
	font-weight:300;
}
.s1lhding span{ display:block;}
.s1ltxt {
	font-size: 16px;
	line-height: 21px;
	color: #898989;
	text-align: left;
	padding: 13px 0 0 0px;
	width: 53%;
	float: left;
	font-weight: 300;
}
.s1-btn{
	float:left;
	width:100%;
	}
.s1-btn .btn{
	display:inline-block;
	vertical-align:top;
	float:none;
	}
.s1-lft{
	float:left;
	width:500px;
	padding:80px 0 60px;
	text-align:left;
	}	
/*================SECTION 2===================*/
.sec2 {
	padding:60px 0;
	text-align: center;
	float:left;
	width:100%;
	overflow:hidden;
	background:#fff;
}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}
.prod-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s2lft, .s2rgt, .s2mid  {
	width: 39%;
	margin: 16px 7px 0 0;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.prd-detls{
	width:81%;
	float:left;
	}
.s2lft {
	background: #fff;
	padding: 36px 30px 63px;
}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 74.2%; float: none; display: inline-block; margin-top: 28px; position: static;}
.s2prd1, .s2prd_bndl {
	margin-top: 5px;
    max-width: 230px;
    position: absolute;
    top: 125px;
    right: 50px;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}

.s2prd-hding, .s2prd-hding2, .s2prd-sb-hding {
	        float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #272727;
    padding: 15px 0 0 0;
	text-align:left;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 19px;
	color: #000000;
	line-height: 19px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px 0 7px;
	margin-top: 10px;
	max-width: 100%;
	}
.fiv-star{
	display:block;
	float:left;
	margin-top:10px;
	}
.s2prd-hding2 {
}
.s2prd-hding2 span {
	display: block;
    font-size: 15px;
    font-weight: 400;
}
.s2prd-prc2 {
	    font-size: 30px;
    line-height: 40px;
    color: #383838;
    font-weight: 600;
    padding: 10px 0 0 0;
    width: 45%;
    float: left;
    text-align: left;
}
.s2prd-prc{
    font-size: 16px;
    line-height: 26px;
    color: #5d5d5d;
    padding: 7px 0;
    width: 55%;
    float: right;
    margin: 10px 0;
    text-align: right;
	}
.s2prd-prc2 {
}
ul.s2list {
	    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
}
ul.s2list li {
	float: left;
    width: 32%;
    padding: 20px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
ul.s2list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f8f9f9;
    height: 270px;
    z-index: -1;
}
	
.s2prd2 {
	display: inline-block;
    max-width: 240px;
    margin: 0 0 0;
}
/*FOR MOBILE*/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}
/*================SECTION 3===================*/
.sec3 {
	padding: 50px 0 15px;
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
}
.s3-innr {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.s3-img1{
	float: left;
}
.s3-rgt{
	float:right;
	width:47%;
}
ul.s3list {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.s3list li {
	width: 100%;
    background: #fff;
    position: relative;
    padding: 33px 0 20px 0;
    text-align: left;
    color: #303030;
    font-size: 18px;
    line-height: 28px;
    z-index: 9;
    border-bottom: 2px solid #ebebeb;
}
ul.s3list li:nth-child(3){
	border-bottom: none;
	padding-bottom: 0;
}
ul.s3list li span{
	display: block;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 40px;
    background: #ffff;
}
ul.s3list li img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;

}
.s3-li-inr{
	float:left;
	width:100%;
	padding:15px 50px 40px 40px;
	text-align:left;
	}
.p-ttxt{
	font-size:20px;
	line-height:30px;
    color: #2c2f2e;
    font-weight:400;
	}
.p-ttxt span{
	display:block;
	font-size:24px;
	line-height:42px;
	color:#2c2f2e;
	font-weight:bold;
	margin-bottom:10px;
	}	
/*================SECTION 4===================*/
.sec4 {
	padding: 30px 0;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
ul.strip-list {
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
    margin: 0 0 0;
}
ul.strip-list li {
    float: left;
    width: 25%;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #424242;
    text-transform: capitalize;
  }

ul.strip-list li img {
    display: block;
    margin: 20px auto;}
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 905px;
    width: 100%;
    margin: 40px 0 0px;
}
.up-slide-dwn {
        float: left;
    width: 100%;
    background: #fff;
    padding: 0 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 10px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d8d9d9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
	}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}

/*================SECTION 5===================*/
.sec5 {
	padding:60px 0;
	text-align: center;
	float:left;
	width:100%;
	background:#fce8cd;
	height:471px;
	 overflow: hidden;
}
.s5img{
	    position: absolute;
    top: 20px;
    right: 0px;
}
.s5-lft{
	 float: left;
    width: 55%;
	text-align:left;
	margin-top: 0px;
}
.s5-lft .bdhding{}
.s5-lft .s1txt{
	width: 100%;
}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.ftr-cont-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 0 25px;
	line-height: 28px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	display: inline-block;
    margin: -2px 3px 0 0;
	}
.ftr-cont-info li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(1):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #464646;
    padding: 8px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.disclmr{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	border:1px solid #e1e1e1;
	padding:15px;
	margin-bottom:20px;
	}
