@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%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	-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;
}
.fl-l{float:left;}
.fl-r{float:right;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/*=========================
CSS FOR HEADER
===========================*/

.header {
    position: relative;
    background: #fff;
    padding: 0px 0;
    text-align: center;
    float: left;
    width: 100%;
    height: 80px;
    top: 80px;
    margin-top: -80px;

}
.top-fix-bar { float:left; width:100%;margin-bottom: 80px;}
.fixed-nav .header{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	background:#fff;
	border-bottom:1px solid #dedede;
}
.logo {
	margin: 15px 0px 0;
    float: left;
    max-width: 210px;
}
p.hdrlist {
	display: inline-block;
	padding: 23px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	vertical-align: top;
	}
p.hdrlist a {
	color: #22211c;
}
p.hdrlist img {
	position: absolute;
	top: 25px;
	left: 0;
}
ul.nav {
	    float: right;
    /* width: 100%; */
    text-align: center;
    padding: 25px 0;
    position: relative;
}

ul.nav li {
    padding: 0 30px;
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
ul.nav li:after{
	content: '';
	position: absolute;
	top: 9px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #22211c;
	}
ul.nav li:last-child {
	border: none;
}
ul.nav li:nth-child(6):after, ul.nav li:last-child:after{
	background:none;
	}
ul.nav li a {
	float: left;
    font-weight: 400;
    color: #2e333a;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
ul.nav li a.active {
	color: #c6af64;
	position:relative;
}
ul.nav li a.active:after{
	border-top: 2px solid #c6af64;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
	}
ul.nav li a.nav-btn{
	border: 1px solid #c6af64;
	padding: 8px 25px;
	border-radius: 30px;
	}

.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;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	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(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:60px;
	background:rgba(255,255,255,1);
	z-index:3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.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;
	text-transform:uppercase;
	}
.mobimenu-top{top: 55px;}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
    }
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    }
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    }
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #c6af64;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
    }
.no-btn {background: #5d5d5d;}

/*================BANNER===================*/
.banner {
	background: url(../images/banner.jpg)#f1efeb no-repeat center top;
	float: left;
	width: 100%;
	height:556px;
	padding: 88px 0;
	position: relative;
	overflow: hidden;
}
.bnr-heading{
	float: left;
    width:46%;
    text-align: left;
	}
img.bnr-prod {
        position: absolute;
    top: -90px;
    right: 80px;
    max-width: 410px;
}
.bnr-hd{
	    float: left;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-top: 13px;
}
.bnr-hd .bnr-hed-iocn{
	position:absolute;
	top:0;
	left:0;
	}
.bnr-heading h2{
	    font-size: 24px;
    font-weight: 400;
    float: left;
    width: 100%;
    line-height: 30px;
    color: #c6af64;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
	}
.bnr-heading h1{
	font-weight: 700;
	font-size: 50px;
	line-height:60px;
	float:left;
	width:100%;
	color:#fff;
}
.bnr-heading h1 span{ color:#c6af64;}
.bnr-txt{
	    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 26px;
    color: #fff;
}
/*================SECTION 1===================*/
.sec1 {
	padding: 89px 0 62px;
    text-align: left;
    float: left;
    width: 100%;
	position:relative;
	background:#efefef;
}
.sec1:before {
    height:680px;
    background: #22211c;
    border-bottom: 1px solid #c6af64;
    width: 100%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
}
.bdhding{
	float: left;
    width: 100%;
    font-size: 38px;
    line-height: 48px;
    color: #c6af64;
    font-weight: 700;
}
.bdhding span{
	font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    line-height: 40px;
    position: relative;
	margin-bottom:5px;
}

.s1txt,.s2txt {
	float: left;
    margin-top: 18px;
    line-height: 28px;
    width: 100%;
    font-size: 17px;
    color: #000;
}
.s1-rgt{
	float: right;
    width: 52%;
    text-align: left;
    padding: 40px 0px;
	}
.s1-rgt .s2txt{ color: #fff;}	
.s1-image{
	position: absolute;
    left: 0;
    top: 0;
    max-width: 520px;
	}	
ul.s1list {
	float: left;
    width: 100%;
    margin-top:60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-around;
}
ul.s1list li {
	    display: inline-block;
    width: 32%;
    /* margin: 0px 26px 0 0; */
    background: url(../images/s1l1img.png) no-repeat center top;
    height: 250px;
    padding-top: 145px;
}
ul.s1list li:nth-child(2) {
    background: url(../images/s1l2img.png) no-repeat center top;
}
ul.s1list li:nth-child(3) {
	margin-right: 0;
    background: url(../images/s1l3img.png) no-repeat center top;
}
ul.s1list li img{
	display:inline-block;
	vertical-align:top;
	}
.s1ltxt {
	font-size: 22px;
    line-height: 22px;
    color: #22211c;
    padding: 10px 0 0 0px;
    width: 100%;
    font-weight: 600;
}
/*================SECTION 2===================*/
.sec2 {
	padding: 0px 0 50px;
	text-align: center;
	float: left;
	width: 100%;
	background: #efefef;
}
.sec2 .bdhding{
	float: none;
	display: inline-block;
	width: auto;
	}
.sec2 .bdhding span.sub-hed{
	color:#22211c;
	padding-left:0;
	}
.sec2 .bdhding span.sub-hed:before{
	border-top: 1px solid #22211c;
	left: 80px;
	}
span.clr-blk{
	color:#22211c;
	}
.s2txt{
	float: left;
    width: 100%;
    margin-top: 20px;
    color: #2e333a;
	}
.prod-box{
	float: left;
	width: 100%;
	margin-top: 40px;
	}
.s2list  {
	float: left;
    width: 100%;
    margin: 0px 0px 0 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s2list-bx {
	width: 32%;
    border: 1px solid #e9e9e9;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px 40px;
    background: #fff;
    box-shadow: 0 0 8px 1px #dfdfdf;
    z-index: 9;
}
.s2prd2 {
	max-width: 238px;
	display: inline-block;
	vertical-align: top;
}
.s2prd-hding2 {
	font-size: 18px;
    width: 100%;
    line-height: 28px;
    color: #22211c;
    font-weight: 600;
    position: relative;
    vertical-align: bottom;
    display: inline-block;
    margin-top: 10px;
}
.s2prd-hding2:after{
	content: '';
	background: #c6af64;
	border-bottom: 3px solid #c6af64;
	width: 36px;
	left: 50%;
	margin-left: -18px;
	position: absolute;
	bottom: -15px;
	border-radius: 5px;
	}
p.s2prd-prc2 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #22211c;
    font-weight: 600;
    margin-top: 27px;
}

/*================SECTION 3===================*/
.sec3 {
	    padding: 80px 0px;
    text-align: left;
    float: left;
    width: 100%;
    background: #fff;
}
.sec3 .left_box{
	width: 52%;
	float: left;
	}
.sec3 .bdhding{
	margin-top:20px;
	width:100%;
	}
.sec3 .s2txt{
	line-height:28px;
	}
.sec3 a.btn{
	margin-top: 33px;
	}
img.s3-img {
    float: right;
	max-width: 500px;
}

/*================SECTION 4===================*/
.sec4 {
	padding: 80px 0;
	background: #22211c;
	float: left;
	width: 100%;
	text-align:center;
}
.sec4 .bdhding {
    float: none;
    display: inline-block;
    width: auto;
}
.sec4 .bdhding span.sub-hed {
    padding-left: 0;
}
.sec4 .bdhding span.sub-hed:before {
    border-top: 1px solid #c6af64;
    left: 130px;
}
.sec4 .s2txt{ color:#fff;}
.clr-white{
	color:#fff;
	}
ul.s4list{
	    margin-top: 60px;
    float: left;
    width: 100%;
    text-align: center;
    /* background: url(../images/sec4-list-bg.png) no-repeat center top; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
ul.s4list li {
	width: 32%;
	/* margin: 20px 70px 0px 0; */
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	padding: 20px 10px 20px 60px;
	text-align: left;
}
ul.s4list li img{
	position:absolute;
	top:15px;
	left:0;
	}
ul.s4list li .s4-pnt-hed{
	font-size:22px;
	float:left;
	width:100%;
	font-weight:700;
	color:#fff;
	}
ul.s4list li .s4-pnt-txt{
	    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
	}
ul.s4list li:nth-child(3), ul.s4list li:nth-child(6){
	margin-right:0;
	}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	 max-width: 180px;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
.ftr-cont-info li{
	display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
    position: relative;
    padding: 0px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	display:inline-block;
	margin:0 5px 0 0;
	}
.ftr-cont-info li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):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: 18px;
	line-height: 24px;
	color: #464646;
	padding: 8px 0 0 0;
}

