@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;
	vertical-align: middle;
	border: none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	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;
}
.dsplay {
    width: 100%;
	float:left;
}
.bdhding {
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    color: #000;
    display: inline-block;
    width: 100%;
	text-transform: capitalize;
}
.bdhding span {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #4d2571;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 6px;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.bdfont{
	font-size:18px;
	line-height:28px;
}
.fl-right{ float:right !important;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1179px){
.container{ max-width:1004px; width:100%; }
}
@media only screen and (max-width: 1013px){
.container{ max-width:760px; width:100%; }
.bdhding{
	font-size:36px;
	line-height:40px;	
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;padding: 0 10px;}
.bdinpad{}
.bdhding{
	font-size:26px;
	line-height:34px;	
}
.bdfont{line-height:24px;}
}
@media only screen and (max-width: 359px){
.bdsubhding{
	font-size:30px;
	line-height:38px;
}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 80px;}
.header{
	height: 80px;
    margin-top: -80px;
    position: relative;
    top: 80px;
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.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;
	height:82px;
}
.logo {
	float: left;
    margin: 10px 0 0px 0;
    width: 300px;
}
ul.nav {display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 0px;
}
ul.nav li{
	float: left;
    padding: 0px 20px;
}
ul.nav li a{    color: #000000;
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.nav li.active, ul.nav li:hover{
	color: #4d2571;
    border-radius: 30px;
}
ul.nav li.active a, ul.nav li:hover a{color:#4d2571}
ul.nav li:last-child{margin-right:0;}
ul.nav li:last-child a:hover, ul.nav li:last-child a.active{
	background:none;
	color:#000;
	border-radius:0;
}
ul.hed-right {
    float: right;
	margin-top:10px;
}
ul.hed-right li{ display:inline-block; vertical-align:middle; margin-left:13px;}
#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:#1d1d1d;
    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:55px;	
	background:#BC9E53;
	border-top:1px solid #074b84;	
}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #074b84;	
}
#menu-container .menu-list  li a.active{background:#fff;color:#4d2571;}
@media only screen and (max-width: 1013px){
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:62px;}

.intop-fix-bar {margin-bottom: 87px;}
.logo{ margin: 5px 0 5px 0; width: 120px;}
ul.nav li{display:none;}
ul.hed-right{ display:none;}
.cart-link{position:absolute;right:55px;top:9px;}
}
@media only screen and (max-width: 767px){.logo{width: 210px;margin: 5px 0 0 0;} .cart-link{ top: 5px; max-width: 30px;} #menu-wrapper #hamburger-menu{margin: 10px 0 5px 0;}}
@media only screen and (max-width: 479px){
.topbar-txt{font-size:14px;	line-height:17px;}
}
@media only screen and (max-width: 359px){
.logo{width:180px;margin:8px 0 0 0;}
.topbar-txt {font-size: 12px; line-height: 17px;}
}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	padding:80px 0;
}
.bnr-box{
	float: left;
	width: 62%;
	text-align:left;
}
.bnr-p1 {
	    float: left;
    width: 100%;
    color: #ffeab8;
    font-size: 36px;
    line-height: 36px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.bnr-p2 {
	float: left;
    width: 100%;
    color: #fff;
    font-size: 75px;
    line-height: 70px;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 5px 0 5px;
}
.bnr-ylw-strp{
	float:left;
	width:100%;
	background: url(../images/bnr-ylw-strip.png) no-repeat left top;
	height:62px;
	padding: 15px 65px;
	margin: 20px 0 0 0;
	position: relative;
    z-index: 1;
}
.bnr-ylw-strp:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 2px;
    border-top: 52px solid #bc9d53;
    border-right: 60px solid transparent;
    z-index: -1;
}
.bnr-ylw-strp li{
	display:inline-block;
	color: #0a0b0d;
	font-size: 21px;
	line-height: 24px;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	padding:0 5px 0 10px;
}
.bnr-ylw-strp li img{
	vertical-align:middle;
	margin-right:5px;
}
.bnr-p3 {
	float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.bnr-p3 span{
	color:#f4a20e;
}
.bnr-p4 {
	float: left;
    width: 100%;
    color: #f5f5f5;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.btn-div{
	display: inline-block;
    vertical-align: middle;
    width: 320px;
    text-align: center;
    margin-top: 40px;
}
.shop-nw-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    background: #bc9d53;
    border-radius: 10px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.btn-p{
	float: left;
    width: 100%;
    color: #000;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 5px;
    margin-top: 5px;
    text-transform: uppercase;
}


/*-------------------------
CSS FOR WHITE SEC
--------------------------*/
.wht-strip {
	float: left;
    width: 100%;
    border-bottom: 10px solid #bc9d53;
    padding: 0 0 20px;
}
.wht-ul{
	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: 10px;
    margin-top: -40px;
    background: #ffff;
    padding: 20px 0px 0 20px;
    border-radius: 10px;
}
.wht-ul li{
	    float: left;
    width: 24.5%;
    padding: 0 0px 0 50px;
    position: relative;
    text-align: left;
}

.wht-p1{
	    float: left;
    width: 100%;
    color: #2a2d36;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.wht-p2{
	    float: left;
    width: 100%;
    color: #585858;
    font-size: 18px;
    line-height: 26px;
}
.wht-ic-1{
	    position: absolute;
    left: 0;
    top: 0;
}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	background: #fff;
}
.s1-p1 {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #bc9d53;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.s1-p2 {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #2d2d2d;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
}
.sec-line{
	display:inline-block;
	margin: 15px 0 0;
}
.s1-p3{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #585858;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
	}
.pad-1{
	padding:18px 110px 40px;
}
.s1-p4{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 22px;
	line-height: 26px;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}
.s1-ul{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-top: 40px;
}
.s1-ul li{
	float: left;
    width: 15%;
}
.s1-ic-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:20px;
}
.s1-p5{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 900;
	text-transform:uppercase;
}
/*-------------------------
CSS FOR CTA
--------------------------*/
.cta-1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background:url(../images/cta-bg-1.jpg) no-repeat center top;
	background-size: cover;
}
.cta-2{
	background:url(../images/cta-bg-2.jpg) no-repeat center top;
	padding:60px 0;
	background-size: cover;
}
.cta-2-rit {
    float: right;
    width: 63%;
}
.cta-1-rit{
	    float: right;
    width: 63%;
    text-align: left;
    padding-right: 50px;
}
.cta1-list {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.cta1-list li {
    float: left;
    width: 49%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 0 50px;
	position: relative;
}
.cta1-list li span{
	display: block;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.cta1-list li img {
    position: absolute;
    left: 0;
    top: 0;
	width: 40px;
}

.cta1-btl {
    position: absolute;
    left: -100px;
    top: 70px;
    width: 500px;
}
.cta-p1{
	float: left;
	width: 100%;
	color: #fff;
	font-size:40px;
	line-height:45px;
	font-family: "Oswald", sans-serif;
	font-weight: 900;
	text-transform:uppercase;
}
.cta-p1 span{
	font-size:30px;
	line-height:30px;
	text-transform:capitalize;
	}
.cta-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size:18px;
	line-height: 28px;
	letter-spacing:0.5px;
}
.pad-2{
	padding:12px 0 30px;
}
.cta-p3{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 30px;
}
.cta-p3 span{
	color:#ee891e;
}


/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	    padding: 60px 0;
    text-align: center;
	background: #fff;
}
.s2-ul{
	    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;
    margin-top: 40px;
}
.s2-ul li{
	float: left;
    width: 32%;
    position: relative;
}
.prod-inner {
    float: left;
    width: 100%;
    position: relative;
}
.s2-ul li .s2-col-prod {
    display: inline-block;
	margin-bottom: 20px;
}
.s2-img-1{
	border-radius: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 350px;
    object-fit: fill;
	width: 100%;
}
.s2-p1{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}
.s2-p2{
	float: left;
    width: 100%;
    color: #bc9d53;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.off-30{
	position:absolute;
	left:0;
	top:0;
}
.section-2 .pad-1 {
    padding-bottom:0;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.section-3a {
    background: #fff5dd;
}
.sec3-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding: 40px 30px;
    border: 1px solid #bc9d53;
	border-radius: 10px;
}
.s3-lft{
	float:right;
	width:36%;
	padding:0px 0px 0 0;
	text-align: left;
	}
ul.s3_list{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
ul.s3_list li{
	float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 60px;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    position: relative;
}
ul.s3_list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}
ul.s3_list li span{
	display: block;
    font-size: 24px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    line-height: 28px;
    margin-bottom: 5px;
    color: #bc9d53;
    text-transform: uppercase;
}

.s3-rgt {
	float: left;
    width: 62%;
    padding: 0px 340px 0px 0;
    text-align: left;
    position: relative;
}
.s3-btls{ display: block; vertical-align: middle; margin: 8px auto 0;}
.s3-pic1{ position: absolute; top: 0px; right: 0;}
.s3-pic2{ position: absolute; top: 200px; right: 0;}
/*************************/
.s3-p1{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 22px;
	line-height: 31px;
	font-weight:600;
	margin:5px 0;
}
.s3-star, .s3-vari{
	display:inline-block;
	max-width:100%;
	margin:25px auto 8px;
}
.s3-vari{
	margin:5px auto 0px;
}
.s3-p2{
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 20px;
	line-height: 30px;
	font-weight:600;
}
.sec3-p3 {
    float: left;
    width: 100%;
    color: #585858;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.5px;
	margin-bottom:10px;
	}


@media only screen and (max-width: 1179px){
.banner{height:540px;}
.bnrhding {
    font-size: 45px;
    line-height: 55px;
	padding:42px 0 0 0;
}
.bnrrgt{background-size:100%;height:540px;}
}
@media only screen and (max-width: 1013px){
.banner{height:450px;}
.bnrlft, .bnrrgt{width:50%;}
.bnrrgt{height:450px;}
.bnrprd{margin: 210px 0 0 0; max-width: 470px;}
.bnrhding {
    font-size: 36px;
    line-height: 44px;
	padding:25px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.banner{height:auto;padding:15px 0 90px 0;}	
.bnrlft, .bnrrgt{width:100%; text-align:center;}
.bnrhding, .bnrtxt{text-align:center;padding:0;}
.bnrtxt{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
.mobprdbx{
	background-size:100%;
	width:100%;
	margin:0 auto;
	display:block;
}
.mobprdbx img{margin:20px auto 20px;display:block;}
}
@media only screen and (max-width: 479px){
.bnrhding {
	font-size: 28px;
	line-height: 34px;
}
}
@media only screen and (max-width: 359px){
.mobprdbx{width:290px;}
.bnrhding {
    font-size: 28px;
    line-height: 35px;
}
}
/*================BANNER STRIP===================*/
.bnrstrip{margin:0 0 0 0;}
.bnrstrip-bx{
	height:110px;
	background:#fff;
	border-radius:8px;
	-moz-box-shadow: 0 0 10px #eae4e4;
	-webkit-box-shadow: 0 0 10px #eae4e4;
	box-shadow: 0 0 10px #eae4e4;
	margin-top:-55px;
	padding:2px;
}
ul.bnrstrip-list{padding:0;}
ul.bnrstrip-list li{
	float:left;
	display:inline-block;
	width:25%;
	height:110px;
	border-right:1px solid #ebebeb;
	font-size:16px;
	line-height:22px;
	color:#000;
	text-align:left;
	padding:32px 30px 0 30px;
}
ul.bnrstrip-list li:last-child{border-right:none;}
ul.bnrstrip-list li img{
	float:left;
	margin:3px 10px 0 0;
}
@media only screen and (max-width: 1179px){
ul.bnrstrip-list li{padding:32px 10px 0 10px;}
}
@media only screen and (max-width: 1013px){
.bnrstrip-bx{padding:2px 2px 10px 2px;}
ul.bnrstrip-list li{
	width:25%;
	height:auto;
	padding:0 6px 0 6px;
	font-size:15px;
	text-align:center;
	margin:10px 0 0 0;
}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 767px){
.bnrstrip-bx{height:auto;margin-top:-65px;padding-bottom:15px;}
ul.bnrstrip-list li{
	width:50%;
	height:auto;
	padding:0 6px 0 6px;
	font-size:15px;
	text-align:center;
	margin:10px 0 0 0;
}
ul.bnrstrip-list li:nth-child(2){border-right:none;}
ul.bnrstrip-list li:nth-child(3), ul.bnrstrip-list li:nth-child(4){
	background:url(../images/bnrstrip-line.jpg) top center no-repeat;
	padding:14px 6px 0 6px;
}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 479px){
ul.bnrstrip-list li{text-align:center;font-size:14px;line-height:19px;}
ul.bnrstrip-list li img{
	float:none;
	margin:0 auto 5px auto;
	display:block;
}
}
@media only screen and (max-width: 359px){
ul.bnrstrip-list li {
    font-size: 12px;
    line-height: 15px;
}
ul.bnrstrip-list li img{width:35px;}
}
/*================SECTION 1===================*/
.sec1{    
	padding: 60px 0 48px 0;
    text-align: center;
}
.s1txt{text-align:center;padding:17px 0 0 0;}
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	display: inline-block;
	width: 30%;
	margin: 32px 1.25% 0 1.25%;
	height: auto;
	border-radius: 10px;
	background: #f6f1fb;
	padding: 20px 20px;
}
/*.s1prdbx2{background:#f6eaff;}
.s1prdbx3{background:#eaf9f2;}
.s1prdbx4{background:#f2e6fb;}*/
.s1prd{
	    margin: 30px auto 20px auto;
    display: block;
    max-width: 260px;
}
.s1prdbx-hding, .s1prdbx-prc{
	font-weight:500;
	font-size:24px;
	line-height:26px;
	color:#000;
}
.s1prdbx-prc{margin:18px 0 0 0; font-weight:700;}
.s1prdbx-txt{
	font-size:12px;
	line-height:14px;
	color:#646464;
	margin:7px 0 0 0;
}
.s1prdbx-txt img{margin:0 5px -3px 0;}
.s1prdbx-txt2{
    padding: 10px 0 0 0;
    line-height: 26px;
    /* height: 110px; */
    color: #000;
}
@media only screen and (max-width: 1179px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	margin:32px 0.5% 0 0.5%;
}
.s1prdbx-hding, .s1prdbx-prc{font-size:23px;}
}
@media only screen and (max-width: 1013px){
.sec1{padding:40px 0;}
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{	
	padding:0 10px 16px 10px;
}
.s1prdbx-hding{
	font-size:19px;
	line-height:22px;
}
.s1prd {margin: 15px auto 12px auto; max-width: 200px;}
.s1prdbx-txt2{
	font-size:16px;
	line-height:23px;
}
}
@media only screen and (max-width: 767px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width:47%;
	margin:30px 1% 0 1%;
}
.s1prdbx3, .s1prdbx4{margin:20px 1% 0 1%;}
.s1prdbx-hding{height:auto;text-align:center;}
.s1prdbx-prc, .s1prdbx-txt, .s1prdbx-txt2{text-align:center;}
.s1prdbx-prc{margin:10px 0 0 0;}
.s1prdbx-txt2{padding:6px 0 0 0;}
.s1prdbx-txt2 {
    font-size: 18px;
    line-height: 24px;
}
.s1prdbx-txt {
    font-size: 14px;
    line-height: 16px;
}
}
@media only screen and (max-width: 479px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width: 100%;
    margin: 20px 0% 0 0%;
    float: none;
    display: block;
	padding:10px 20px 20px;
}
.s1prdbx-txt2{height:auto;}
}
@media only screen and (max-width: 359px){
.s1prdbx1, .s1prdbx2, .s1prdbx3, .s1prdbx4{
	width:100%;
	margin:20px 0 0 0;
	float:none;
	display:block;
}
}
/*================SECTION 2===================*/
.sec2{
	padding:0 0 60px 0;
	background:url(../images/sec2.jpg) center 170px no-repeat;
	text-align:center;
}
.s2box1{
	background: url(../images/s2bx1.jpg) center top no-repeat;
    height: 470px;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    padding: 48px 0 40px 60px;
	text-align:left;
}
.s2bx-rgt {
	text-align: left;
    width: 48%;
    margin-top: 0px;
}
img.s2-prod {
	position: absolute;
	right: 26px;
	top: 37px;
}
.prd-s2box1{
	margin:40px auto 0 auto;
	width:98%;
	background-size:cover;
}
.s2bxhding{
	font-size:36px;
	line-height:44px;
	font-weight:300;
}
.s2bxtxt{
	padding:16px 0 0 0;
	width:480px;
}
ul.s2bxlist{padding: 15px 0 0 0; display: inline-block;}
ul.s2bxlist li{
	background:url(../images/bullet.png) left 8px no-repeat;
	padding:0 0 0 30px;
	margin:4px 0 0 0;
	text-align:left;
}
.s2hding{padding:72px 0 0 0;}
ul.s2list{padding:20px 20px 0 20px;}
ul.s2list li{
	float:left;
	display:inline-block;
	width:30.08%;
	margin:20px 4.88% 0 0;
}
ul.s2list li:last-child{margin:20px 0 0 0;}
ul.s2list li img{margin:0 auto;display:block;}
ul.s2list li img.s2-icon { margin: 20px auto 0; display: block;}
.s2lhding{
	font-size: 22px;
	line-height: 28px;
	color: #4d2571;
	text-align: center;
	padding: 20px 0 0 0;
	font-weight: 700;
}
.s2ltxt{
	text-align:center;
	padding:12px 0 0 0;
}
@media only screen and (max-width: 1179px){
.s2box1{
	width:100%;
	padding: 25px 0 0 30px;
	height:422px;
	background-size:100%;
}
img.s2-prod{right: -14px; top: 19px; max-width: 470px;}
.s2bxhding{ font-size:32px;}
}
@media only screen and (max-width: 1013px){
.sec2{padding:0 0 30px 0;}
.s2box1{
	background: #f2f0f3 url(../images/s2bx1.jpg) center center no-repeat;
    background-size: 100%;
    height: auto;
    padding: 25px 0 40px 20px;
}
.s2bxtxt{width:370px;}
.s2hding {padding: 50px 0 0 0;}
.bdfont {font-size: 16px; line-height: 24px;}
img.s2-prod { right: 0; top: 50px; max-width: 410px;}
.s2bxhding {font-size: 30px;}
}
@media only screen and (max-width: 767px){
.sec2{padding:0 0 20px 0;background:#fff; text-align:center;}
.s2box1{
	background:#fdfbff;
	padding:25px 0 30px 0;
}
.s2bxhding{
	text-align:center;
	padding:0 15px;
	font-size:26px;
	line-height:38px;
}
.s2bx-rgt{ width:100%;}
.s2bxtxt{width:auto;text-align:center;padding:10px 10px 0 10px;}
.s2img-mob{ margin: 15px auto; width: calc(100% + 30px); max-width: unset; margin-left: -15px;}
ul.s2bxlist{width:400px;margin:0 auto;display:block;padding:3px 0 0 0;}
.s2hding{padding:20px 0 0 0;}
.s1txt {padding: 14px 0 0 0;}
ul.s2list li, ul.s2list li:last-child{
	width:100%;
	margin:20px 0 0 0;
}
ul.s2list li:first-child{margin:10px 0 0 0;}
.s2ltxt{padding:8px 0 0 0;}
}
@media only screen and (max-width: 430px){
ul.s2bxlist{width:100%;padding:0 10px;}
}
/*================SECTION 2===================*/

/*================SECTION 3===================*/
.sec3{
	padding: 60px 0;
	background: #f6f1fb;
	border-top: 1px solid #eafde6;
	text-align: center;
}
.s3arw{
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	margin:0 auto;
	display:block;
}
.s3bx1, .s3bx2{    
	width: 100%;
    margin: 15px auto 0 auto;
    display: flex;    
	flex-wrap: wrap;
    align-items: center;
}
.s3bx1-lft, .s3bx1-rgt{
	float:left;
	display:inline-block;
	width:49%;
	text-align:left;
}
.s3bx1-lft{margin:0 2% 0 0;}
.s3bximg{margin:0 auto;display:block;}
.s3bxhding, .s3hding2{
	font-weight:300;
	font-size:26px;
	line-height:34px;
	color:#4d2571;
	text-align:left;
	padding:58px 0 0 0;
}
.s3hding2{padding:58px 0 0 18px;}
.s3bxtxt{
	text-align:left;
	padding:110px 0 0 0;
}
ul.s3list{padding:0px 0 0 0px;}
ul.s3list li{
	position:relative;
	padding:0 0 0 62px;
	margin:22px 0 0 0;
}
ul.s3list li img{
	position:absolute;
	left:0;
	top:0;
}
.s3lhding{	
	font-size:24px;
	line-height:28px;
	text-align:left;
}
.s3ltxt{padding:8px 0 0 0;text-align:left;}
@media only screen and (max-width: 1179px){
.s3bxhding{padding:50px 0 0 0;}
.s3hding2{padding:48px 0 0 18px;}
ul.s3list {padding: 0 0 0 10px;}
.s3bx1, .s3bx2{width:100%; text-align:center;}
}
@media only screen and (max-width: 1013px){
.sec3{padding:50px 0;}
.s3bx2{margin:25px auto 0 auto;}
.s3bx1-lft, .s3bx1-rgt{width:100%;margin:10px 0 0 0; text-align:center;}
.s3bx1-rgt{padding:0 80px;}
.s3bxhding, .s3bxtxt{text-align:center;}
.s3bxhding, .s3hding2{padding:20px 0 0 0;}
.s3bxtxt{padding:12px 0 0 0;}
ul.s3list {padding: 0 0 0 0;}
ul.s3list li {padding: 0 0 0 52px;}
.s3lhding {
    font-size: 22px;
    line-height: 26px;   
}
}
@media only screen and (max-width: 767px){
.sec3{padding:35px 0;}
.s3bximg{max-width:400px;}
.s3bx1-rgt{padding:0 0;}
}
@media only screen and (max-width: 479px){
ul.s3list {padding: 0 0 0 0;}
ul.s3list li {
    padding: 0 0 0 46px;
    margin: 22px 0 0 0;
}
.s3bximg{max-width:320px;}
}
@media only screen and (max-width: 359px){
.s3bximg{max-width:100%;}
}
/*================SECTION 4===================*/
.sec4 {
	padding: 80px 0;
	background: #ffffff;
	float: left;
	width: 100%;
	text-align: center;
}
ul.s4list{
	padding: 14px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
	}
ul.s4list li {
	width: 22%;
    margin: 20px 30px 0px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
ul.s4list li .s4-pnt-txt{
	font-size: 18px;
	line-height: 28px;
	float: left;
	width: 100%;
	font-weight: normal;
	padding: 0 20px;
	}
/*================SECTION 6===================*/
.sec6{padding:0 0 60px 0;background:#756033;}
.s6bx{width:90%;margin:50px auto 0 auto;display:block;}
.s6bx1, .s6bx2, .s6bx3{
	float: left;
	display: inline-block;
	width: 48%;
	border-right: 1px solid #ffffff;
	padding: 0 20px;
}
.s6bx2{border-right:none;}
.s6bxhding{
	font-weight:500;
	font-size:26px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
.s6bxtxt, .s6bxtxt2{
	    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
}
.s6bxtxt a{ color:#fff;}
.s6bxtxt2{
	font-size:18px;
	padding:40px 0 0 0;
}
.s6bxtxt2 span{font-size:26px;}
a.readfaqbtn{
	height:48px;
	width:200px;
	border:2px solid #fff;
	margin:24px auto 0 auto;
	display:block;
	font-size:18px;
	line-height:48px;
	color:#fff;
	text-align:center;
	border-radius:30px;
}
ul.slinklist{padding:7px 0 0 0;text-align:center;}
ul.slinklist li{
	display: inline-block;
	margin: 7px 0;
	width: 100%;
}
ul.slinklist li a{ color:#fff;}
/*================SECTION 7===================*/
.sec7{    
	padding: 20px 0;
    background: #333;}
.ftrlogo{margin:0 auto;display:block;}
ul.ftrlist{padding:0px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #c8c8c8;
	padding:0 20px;
	font-weight:300;
	font-size:18px;
	line-height:18px;
	color:#c8c8c8;
	text-align:center;
}
ul.ftrlist li a{color:#c8c8c8;}
ul.ftrlist li:last-child{border-right:none;}

/*================FOOTER===================*/
footer{padding:20px 0;background:#fff;}
.ftrtxt1{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#313131;
}
.ftrtxt1 a{color:#313131;}
.ftrtxt2{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#313131;
	padding:12px 0 0 0;
}
@media only screen and (max-width: 1013px){
.sec5{padding:30px 0 155px 0;}
.sec6{padding:0 0 46px 0;}
.s6bx{width:100%;margin: 30px auto 0 auto;}
.s6bx1, .s6bx2, .s6bx3{padding:0 10px;}
}
@media only screen and (max-width: 767px){
.sec6 {padding: 0 0 24px 0;}
.s6bx{margin:0 auto;}
.s6bx1, .s6bx2, .s6bx3{
	width:100%;
	border-right:none;
	border-bottom:1px solid #fff;
	padding:0 0 26px 0;
	margin:20px 0 0 0;
}
.s6bx3{border-bottom:none;padding:0;}
.s6bxtxt2{padding:25px 0 0 0;}
.sec7 {padding: 20px 0 15px 0;}
ul.slinklist {padding: 5px 0 0 0;}
ul.ftrlist li{padding:0 10px 0 6px; font-size: 16px;}
.ftrtxt1, .ftrtxt2{font-size:17px; padding:0;}
ul.ftrlist {padding: 0px 0 0 0;}

.s6bxhding{ font-size:20px; line-height:26px;}
.s6bxtxt, .s6bxtxt2{ font-size:14px; line-height:22px;}
ul.slinklist li{ width:auto; margin: 5px; font-size:14px;}
}
@media only screen and (max-width: 479px){
.ftrtxt1, .ftrtxt2{line-height:20px;}
}
@media only screen and (max-width: 359px){
.sec5 {padding: 20px 0 100px 0;}
.s5sldr{margin:-78px 0 0 0;}
}

@media only screen and (max-width: 1013px){
.sec5{padding:30px 0 155px 0;}

.s6bx{width:100%;margin: 0px auto 0 auto;}
.s6bx1, .s6bx2, .s6bx3{padding:0 10px 10px;}
}
/*MOBILE MENU*/
#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: #4d2571;
	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 {
	
}
#menu-container .menu-list li a {
	font-weight: 400;
    font-size: 16px;
    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;
}


.age-pop-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0
}

.age-pop {
    width: 500px;
    height: auto;
    background: #f2f2f2;
    margin: 12rem auto;
    text-align: center;
    border-radius: 3px;
    padding: 1.5rem 1rem .2rem;
}

.agepop-txt {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.agepop-btns button {
        width: auto;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0;
    font-size: 1rem;
    outline: none;
    border: none;
}

.agepop-btns button.yes-btn {
    background: #4d2571;
    color: #fff;
}

.agepop-btns button.no-btn {
    background: #eb0000;
	color:#fff;
}



@media screen and (max-width:760px) and (orientation:landscape) {
    .age-pop {
        margin: 5rem auto;
    }

}