@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'Galano Grotesque';
	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%;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.for-mob {
	display: none;
}

.for-tab {
	display: none;
}

.for-desk {}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.top-strip {
	float: left;
	width: 100%;
	background: #bac6d1;
	padding: 5px 0;
}

.top-strip p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/*HEADER CSS*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.header {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: -70px;
	position: relative;
	top: 70px;
}

.fixed-nav .header {
	position: fixed;
	z-index: 11;
	top: 0;
	background: #fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;

	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo {
	float: left;
	margin-top: 22px;
}

ul {
	padding-left: 0px;
}

p.pst_cat {
	float: left;
	font-size: 15px;
	line-height: 24px;
	color: #121212;
	text-align: left;
	font-weight: 500;
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
}

p.pst_cat span {
	color: #f3bd0d;
}

p.pst_cat a {
	color: #121212;
	text-decoration: none;
}

ul.mainMenu {
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
}

ul.mainMenu li {
	float: left;
	padding: 0 18px;
}

ul.mainMenu li a {
	float: left;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

ul.mainMenu li a.active,
ul.mainMenu li a:hover {
	color: #ffc100;
}

u.mobilemenu2 li a{
	color: #333;
}
u.mobilemenu2 li a:hover, u.mobilemenu2 li a.active{
	color: #ffc100;
}

ul.hdr-rgt {
	float: right;
	width: 275px;
	text-align: right;
}

ul.hdr-rgt li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	padding: 25px 10px;
}

ul.hdr-rgt li:nth-child(1) img {
	display: inline-block;
	vertical-align: middle;
	margin: -10px 5px 0 0;
}

ul.hdr-rgt li:nth-child(2) {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
	padding: 25px 15px;
}

ul.hdr-rgt li:nth-child(2) span {
	position: absolute;
	top: 15px;
	right: 8px;
	font-size: 15px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 175px;
	top: 26px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.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: #333;
	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(-7.5px, 5px);
	transform: rotate(-45deg) translate(-7.5px, 5px);
	background: #333;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -5px);
	transform: rotate(45deg) translate(-7px, -5px);
	background: #333;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 100px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}

.mobimenu-top {
	top: 70px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #000;
}

.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	font-family: 'Campton';
	margin: 10px 0;
	border-radius: 20px;
	background: #19c354;
	padding: 0;
	text-align: center;
}

/*-------------------------
     BANNER CSS
--------------------------*/

.banner-sec {
	float: left;
	width: 100%;
	height: 743px;
	background: url(../images/banner.jpg) no-repeat center top;
	position: relative;
	overflow: hidden;
}

.bnr-left {
	float: left;
	width: 64%;
	padding: 160px 0 80px;
	text-align: center;
}

.scroll-pic {
	display: inline-block;
	vertical-align: middle;
}

.bnr-heading {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 64px;
	font-family: 'Butler';
	color: #000000;
}

.bnr-para {
	float: left;
	width: 100%;
	padding-top: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sec-btn {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	margin: 40px 0 0 0;
	text-align: center;
}

.click-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	color: #ffffff;
	border-radius: 50px;
	background: #ffc200;
	font-weight: bold;
}

.bnr-prod {
	position: absolute;
	right: -120px;
	top: 90px;
}

.adv-strip {
	float: left;
	width: 100%;
	background: #f3f7fa;
	padding: 25px 0;
}

.adv-strip p {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Campton';
	line-height: 24px;
	letter-spacing: 1px;
}

/*-------------------------
     BANNER BOTTOM CSS
--------------------------*/
.bnr-btm-sec {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}

.top-para {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

.bnr-btm-list {
	float: left;
	width: 100%;
	padding: 20px 0 20px;
}

.bnr-btm-list li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 20px;
}

.bnr-btm-list li img {
	display: inline-block;
	vertical-align: middle;
}



/*-------------------------
     SECTION1 CSS
--------------------------*/
.section1 {
	float: left;
	width: 100%;
	padding: 90px 0;
}

.sec-heading {
	float: left;
	width: 100%;
	font-size: 44px;
	line-height: 58px;
	color: #000000;
	font-weight: 300;
}

.s1-para {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 38px;
	color: #000000;
	font-weight: 300;
	margin-top: 20px;
	letter-spacing: 0.3px;
}

.sec1-list {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.sec1-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
	padding: 0 40px;
}

.sec1-list li img {
	display: block;
	margin: 0 auto 20px;
}

.sec1-box {
	float: left;
	width: 100%;
	margin-top: 100px;
	position: relative;
	text-align: left;
}

.s1-bx-pr {
	float: right;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #ffc200;
	margin-top: 30px;
	padding-right: 45px;
	position: relative;
}

.s1-bx-pr:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background: #ffc200;
	top: 11px;
	bottom: 0;
	right: 0;
}

.com-heading {
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	color: #000000;
	font-family: 'Butler';
	font-weight: normal;
}

.com-para {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-top: 15px;
}

.s1-para2 {
	width: 50%;
}

.shop-box {
	float: left;
	width: 100%;
	margin-top: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop-colm-list {
	width: 24.33%;
	padding: 0 25px 30px;
	border-radius: 10px;
	background: #fff8db url(../images/sp-bg.png) no-repeat center top;
	text-align: center;
}

.sp-img {
	display: inline-block;
	vertical-align: middle;
	margin-left: -22px;
}

.shop-prod {
	float: left;
	width: 100%;
	height: 300px;
	margin-top: -30px;
	margin-bottom: 40px;
	background: url(../images/prd-bg.png) no-repeat center top;
}

.prod-picc {
	display: inline-block;
	vertical-align: middle;
	margin-top: 45px;
}

.sp-bx-pr {
	float: left;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	line-height: 38px;
	font-family: 'Butler';
}

.sp-bx-pr2 {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
}

.sp-bx-pr2 img {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 93px;
}

a.click-btn2 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 215px;
	height: 52px;
	font-size: 20px;
	line-height: 46px;
	color: #ffc200;
	border-radius: 50px;
	border: 2px solid #ffc200;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

a.click-btn2:hover {
	color: #ffffff;
	background: #ffc200;
}

/*-------------------------
     SECTION2 CSS
--------------------------*/
.section2 {
	float: left;
	width: 100%;
	background: #fcfbf0;
	padding: 90px 0;
	background-size: cover;
}

.sec2-pic {
	float: left;
}

.se2-cont {
	float: left;
	width: 44%;
	padding-left: 120px;
	text-align: left;
}

.s2-para1 {
	font-size: 92px;
	font-weight: bold;
	color: #ffc200;
	font-family: 'Butler';
}

.s2-cont2 {
	float: right;
	width: 23%;
	padding: 40px 0 0 0;
	text-align: left;
}

.s2-cnt-pr1 {
	font-size: 42px;
	line-height: 42px;
	color: #ffc200;
	margin-bottom: 10px;
	font-family: 'Butler';
	font-weight: bold;
}

.s2-cnt-pr2 {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f0ebdb;
}

.s2-cnt-pr2:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3 {
	float: left;
	width: 100%;
	padding: 140px 0;
	border-bottom: 1px solid #ccc;
}

.s3-lft {
	float: left;
	width: 36%;
	text-align: left;
	padding-top: 55px;
}

.s3-lft ul {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.s3-lft ul li {
	float: left;
	width: 100%;
	background: url(../images/chk.png) no-repeat left 8px;
	padding-left: 30px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #212121;
	text-align: left;
}

.s3-prod {
	position: absolute;
	right: 60px;
	top: -80px;
}

.sec3-bottom {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.sec3-bottom ul {
	float: left;
	width: 100%;
}

.sec3-bottom ul li {
	display: inline-block;
	vertical-align: middle;
	width: 19%;
	position: relative;
	padding-left: 55px;
	text-align: left;
}

.sec3-bottom ul li img {
	position: absolute;
	left: 0;
	top: 8px;
}

.sec3-bottom ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}

.sec3-bottom ul li p span {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	display: block;
	font-family: 'Butler';
}

/*-------------------------
     SECTION4 CSS
--------------------------*/
.section4 {
	float: left;
	width: 100%;
	padding: 90px 0;
	background: #fcfbf0;
	text-align: center;
}

.ornge {
	color: #ffc11d;
}

.sec4-slider {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding: 0 20px;
}

.sec4-colm {
	float: left;
	width: 400px !important;
	text-align: left;
	margin: 0 60px;
}

.sec-testi-box {
	float: left;
	width: 100%;
	padding: 10px;
}

.t-star {
	display: block;
}

.t-txt1 {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-family: 'Butler';
	font-weight: normal;
	margin-top: 6px;
}

.t-name {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

.t-name p {
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	font-weight: 600;
	padding: 20px 0 20px 80px;
}

.t-name span {
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #efebdd;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
	color: #000000;
}

.t-txt2 {
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}

.t-txt3 {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	margin-top: 15px;
}

a.click-btn3 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 256px;
	height: 54px;
	font-size: 20px;
	line-height: 54px;
	color: #ffffff;
	border-radius: 50px;
	background: #ffc200;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

/*-------------------------
     SECTION5 CSS
--------------------------*/
.section5 {
	float: left;
	width: 100%;
	padding: 100px 0 0;
}

.section5 ul {
	float: left;
	width: 100%;
	margin: 50px 0;
	padding: 0 100px;
}

.section5 ul li {
	float: left;
	width: 33.33%;
	padding: 0 40px;
	text-align: center;
}

.section5 ul li img {
	display: block;
	margin: 0 auto 5px;
}

.section5 ul li span {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	font-family: 'Butler';
	margin-bottom: 15px;
}

.section5 ul li p {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

.s5-advt {
	float: left;
	width: 100%;
	padding: 20px 0 25px;
}

.s5-advt-hdng {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Butler';
	margin-bottom: 30px;
}

.s5-adv-row {
	float: left;
	width: 100%;
}

.s5-advt-box {
	float: left;
	width: 31%;
	height: 280px;
	text-align: left;
	background: url(../images/s5-bx-bg1.jpg) no-repeat center center;
	border-radius: 10px;
	padding: 50px 0 40px 30px;
}

.s5-advt-box:nth-child(2) {
	background: url(../images/s5-bx-bg2.jpg) no-repeat center center;
	margin: 0 3.50%;
}

.s5-advt-box:nth-child(3) {
	background: url(../images/s5-bx-bg3.jpg) no-repeat center center;
}

.s5-txt1 {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 34px;
	color: #000000;
	font-weight: 500;
	font-family: 'Butler';
}

.s5-txt1 span {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	font-weight: 600;
	font-family: 'Galano Grotesque';
	text-transform: uppercase;
	margin-bottom: 10px;
}

a.s5read-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 120px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	border-radius: 50px;
	background: #ffc200;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
}

/*-------------------------
     SECTION6 CSS
--------------------------*/
.section6 {
	float: left;
	width: 100%;
	background: url(../images/s6-bgr.jpg) no-repeat center top;
	padding: 185px 0 92px 0;
	margin-top: -125px;
}

.s6-lft {
	float: left;
	width: 33.66%;
	text-align: left;
	padding-top: 100px;
}

.cm-pad {
	padding: 10px 0 20px;
}

.s6-pic1 {
	position: absolute;
	left: 37%;
	top: -40px;
}

.s6-right {
	float: right;
	width: 365px;
	text-align: left;
}

.s6-pic2 {
	display: block;
	margin: 0 auto 20px;
}

.qt-pic {
	display: block;
	margin: 10px 0 15px 20px;
}

.s6-rgt-txt1 {
	float: left;
	width: 78%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}

.s6-rgt-txt2 {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: 300;
	margin-top: 15px;
}

.s6-rgt-txt2 span {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	color: #000000;
	display: block;
}

/*-------------------------
     SECTION 7 CSS
--------------------------*/
.section7 {
	float: left;
	width: 100%;
	padding: 20px 0 100px;
}

.s7-list {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.s7-list-col {
	width: 9.50%;
	border: 1px solid #f3e9c8;
	border-radius: 10px;
	text-align: center;
	padding: 20px 5px;
}

.s7-ic {
	display: block;
	margin: 0 auto 15px;
}

.s7-list-col p {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 0.5px;
}

.s7-blog-bx {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 30px;
}

.s7-blog-col {
	width: 24%;
	text-align: left;
}

.blg-img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	border-radius: 8px;
}

.blg-date {
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	letter-spacing: 0.5px;
}

.blog-hdng {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0.5px;
	margin-top: 10px;
	font-family: 'Butler';
}

.blog-abt {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

a.read-more {
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #ffc200;
	margin-top: 20px;
}

a.read-more:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 30px;
	height: 3px;
	background: #ffc200;
	margin: -3px 0 0 10px;
}

a.see-blg-btn {
	color: #ffffff;
	background: #ffc200;
}

/*-------------------------
     SECTION 8 CSS
--------------------------*/
.section8 {
	float: left;
	width: 100%;
	background: url(../images/sec8-bg.jpg) no-repeat center top;
	padding: 160px 0;
}

.s8-hdng {
	float: left;
	width: 100%;
	font-size: 72px;
	line-height: 70px;
	color: #ffffff;
	font-family: 'Butler';
	font-weight: normal;
}

.s8-para {
	color: #fff;
	margin-top: 35px;
}

/*-------------------------
     SECTION9 CSS
--------------------------*/
.section9 {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.s9-instaHdng {
	float: left;
	width: 100%;
	font-size: 72px;
	line-height: 72px;
	color: #000000;
	font-family: 'Butler';
	font-weight: normal;
}

.insta-img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin-top: 45px;
}

.mail-strip {
	float: left;
	width: 100%;
	margin-top: 80px;
}

.mail-field {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 590px;
	border: 1px solid #ffc11d;
	border-radius: 50px;
	height: 65px;
	margin-top: 25px;
	overflow: hidden;
	padding: 4px;
}

.mail-field input {
	float: left;
	width: 65%;
	border: none;
	outline: none;
	color: #000;
	font-size: 18px;
	height: 100%;
	font-family: 'Galano Grotesque';
	padding: 0 20px;
	background: #fff;
}

a.signUp {
	float: right;
	width: 35%;
	text-align: center;
	background: #ffc11d;
	height: 100%;
	font-size: 24px;
	line-height: 53px;
	font-family: 'Galano Grotesque';
	font-weight: 600;
	color: #fff;
	border-radius: 50px;
}


/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/
.ftr-links-sec {
	float: left;
	width: 100%;
	background: #eeeeee;
	padding: 50px 0 40px;
}

.ftr-links-inr {
	float: left;
	width: 100%;
	text-align: left;
}

.ftr-links-col {
	float: left;
	width: 25%;
}

.ftr-links-col-1 {}

.ftr-links-col-2 {}

.ftr-links-col-3 {
	width: 20%;
}

.ftr-links-col-4 {
	width: 20%;
}

.ftr-log {
	max-width: 100%;
	width: 220px;
}

.address-ftr {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #7d7d7d;
}

.ftr-links-hd {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.ftr-links-list {
	float: left;
	width: 100%;
}

.ftr-links-list li {
	float: left;
	width: 100%;
	margin: 8px 0 0;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	letter-spacing: 0.3px;
}

.ftr-links-list li a {
	color: #000000;
}

ul.scl-list {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

ul.scl-list li {
	float: left;
	margin: 0 5px;
}

.disclmr-txt {
	float: left;
	width: 100%;
	margin: 35px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #747474;
	text-align: left;
}

.cards {
	position: absolute;
	right: 0;
	top: -46px;
}

.footer {
	float: left;
	width: 100%;
	background: #dddddd;
	padding: 30px 0 25px;
}

.ftr-txt {
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-right: 30px;
}

.ftr-txt a {
	color: #000000;
	margin: 0 6px;
}

img.blog-slid-pic {
	max-height: 180px !important;
	object-fit: cover;
	width: 100%;
}
/* a:visited {
    color: #ffc100 !important;
}
a:visited:hover {
    color: #fff !important;
} */
/*----------------
MEDIA
-----------------*/


@media only screen and (max-width:1517px) {
	.container {
		width: 1300px;
	}

	.bnr-left {
		width: 53%;
	}

	.bnr-prod {
		width: 800px;
	}

	.se2-cont {
		width: 40%;
		padding-left: 80px;
	}

	.s2-cont2 {
		width: 22%;
		padding: 0 0 0 0;
	}

	.s3-prod {
		right: 0;
	}

	.s3-lft {
		padding: 0;
	}

	.sec4-colm {
		width: 370px !important;
		margin: 0 30px;
	}

	.section5 ul li {
		padding: 0 20px;
	}

	.s5-advt-box {
		width: 32%;
	}

	.s5-advt-box:nth-child(2) {
		margin: 0 2%;
	}

	.s6-pic1 {
		left: 30%;
		top: -38px;
	}

}

@media only screen and (max-width:1317px) {
	.container {
		width: 1170px;
	}

	.banner-sec {
		background-size: cover;
		height: 620px;
	}

	.bnr-prod {
		width: 650px;
	}

	.bnr-left {
		padding: 100px 0 80px;
		width: 65%;
	}


	.sp-bx-pr {
		font-size: 26px;
		line-height: 32px;
	}

	.s2-para1 {
		font-size: 80px;
		line-height: 80px;
	}

	.se2-cont {
		padding-left: 55px;
		width: 35%;
	}

	.s2-cont2 {
		width: 25%;
	}

	.section3 {
		padding: 70px 0;
		overflow: hidden;
	}

	.s3-prod {
		width: 620px;
		top: -21px;
	}

	.s3-lft {
		padding-top: 0;
	}

	.com-heading {
		font-size: 36px;
		line-height: 46px;
	}

	.section5 {
		padding: 50px 0 0;
	}

	.section5 ul {
		margin: 0 0 45px;
		padding: 0 50px;
	}

	.s5-txt1 {}


	.section6 {
		padding: 140px 0 80px;
	}

	.s6-pic1 {
		width: 430px;
		left: 35%;
		top: 25px;
	}

	.s6-lft {
		padding-top: 30px;
		width: 37.66%;
	}

	.s6-right {
		width: 324px;
	}

	.s6-pic2 {
		width: 250px;
		margin: 0 0 20px;
	}

	.s6-rgt-txt1 {
		font-size: 17px;
		line-height: 24px;
	}

	.s7-list-col p {
		font-size: 17px;
	}
}



@media only screen and (max-width:1187px) {
	.container {
		width: 1004px;
	}

	ul.mainMenu li {
		padding: 0 12px;
	}

	ul.hdr-rgt {
		width: 220px;
	}

	.banner-sec {
		height: 605px;
	}

	.bnr-left {
		width: 57%;
		padding: 95px 0 63px;
	}

	.bnr-heading {
		font-size: 46px;
		line-height: 58px;
	}

	.bnr-prod {
		width: 600px;
	}

	.s1-para2 {
		width: 75%;
	}

	.section1 {
		padding: 50px 0 70px;
	}

	.sec1-box {
		margin-top: 65px;
	}

	.sp-img {
		margin-left: 0;
	}

	.shop-prod {
		height: auto;
		margin-bottom: 20px;
	}

	.shop-colm-list {
		padding: 0 15px 30px;
	}

	.sp-bx-pr {
		font-size: 23px;
		line-height: 28px;
	}

	.sp-bx-pr2 img {
		width: 85px;
	}



	.sec2-pic {
		width: 360px;
	}

	.s2-para1 {
		font-size: 65px;
		line-height: 70px;
	}

	.se2-cont {
		padding-left: 40px;
	}

	.s2-cnt-pr2 {
		font-size: 17px;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

	.com-para {
		font-size: 17px;
	}

	.s3-lft {
		width: 44%;
	}

	.s3-prod {
		width: 600px;
		right: 0;
		top: 0;
	}

	.s3-lft ul {
		margin-top: 0;
	}

	.sec3-bottom ul li img {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}

	.sec3-bottom ul li {
		text-align: center;
		width: 19%;
		padding-left: 0;
	}

	.sec4-slider {
		padding: 0 75px;
	}

	.section5 ul li span {
		font-size: 22px;
	}

	.section5 ul li p {
		font-size: 17px;
	}

	.section5 ul {
		padding: 0;
	}

	.section5 ul li {
		padding: 0 14px;
	}

	.s5-advt-box {
		height: 240px;
		padding: 50px 0 40px 20px;
	}

	.s5-txt1 {
		font-size: 22px;
	}

	.s5-txt1 span {
		font-size: 15px;
		line-height: 24px;
	}

	.com-heading {
		font-size: 34px;
		line-height: 44px;
	}

	.cm-pad {
		padding: 10px 0;
	}

	.s6-right {
		width: 276px;
	}

	.s6-rgt-txt1 {
		width: 100%;
	}

	.s6-pic1 {
		width: 360px;
		top: 42px;
	}

	.section6 {
		padding: 140px 0 35px;
	}

	.s7-list {
		margin-bottom: 50px;
	}

	.s7-list-col {
		width: 19.5%;
		margin-top: 10px;
	}

	.ftr-links-col-2 {
		width: 30%;
	}
}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.for-desk {
		display: none;
	}

	.for-tab {
		display: block;
	}

	ul.mainMenu {
		display: none;
	}

	.mob-mnu-ic {
		right: 225px;
	}


	.banner-sec {
		height: 565px;
	}

	.bnr-left {
		width: 50%;
		padding: 70px 0 61px;
	}

	.bnr-prod {
		width: 500px;
		top: 120px;
	}

	.bnr-heading {
		font-size: 37px;
		line-height: 47px;
	}

	.bnr-para {
		font-size: 19px;
		line-height: 24px;
		padding-top: 15px;
	}

	.bnr-btm-list li img {
		max-width: 90%;
	}

	.bnr-btm-list li {
		padding: 0;
	}

	.sec1-list li {
		padding: 0 27px;
	}

	.s1-para {
		font-size: 22px;
		line-height: 30px;
	}

	.section2 {
		padding: 65px 0;
	}

	.sec2-pic {
		width: 265px;
		margin-top: 20px;
	}

	.se2-cont {
		padding-left: 30px;
		width: 39%;
	}

	.com-para {
		line-height: 24px;
	}

	.com-heading {
		font-size: 28px;
		line-height: 36px;
	}

	.s2-para1 {
		font-size: 55px;
		line-height: 65px;
	}

	.s2-cont2 {
		width: 24%;
		padding: 15px 0 0 0;
	}

	.s2-cnt-pr1 {
		font-size: 38px;
		line-height: 38px;
	}

	.s2-cnt-pr2 {
		margin-bottom: 17px;
		padding-bottom: 17px;
		line-height: 24px;
	}

	.sp-bx-pr2 img {
		display: block;
		margin: 0 auto 5px;
	}

	.shop-colm-list {
		padding: 0px 10px 20px;
	}

	.sp-bx-pr {
		font-size: 18px;
		line-height: 24px;
	}

	.s3-lft {
		width: 48%;
	}

	.s3-prod {
		width: 425px;
		right: -30px;
	}

	.s3-lft ul li {
		padding-left: 25px;
		font-size: 16px;
		line-height: 24px;
	}

	.sec3-bottom ul li {
		width: 19.5%;
	}

	.sec3-bottom ul li p span {
		font-size: 16px;
		line-height: 24px;
	}

	.sec3-bottom ul li p {
		font-size: 14px;
		line-height: 22px;
	}

	.sec4-slider {
		padding: 0 40px;
	}

	.section5 ul li span {
		line-height: 26px;
		font-size: 20px;
	}

	.s6-lft {
		width: 35.66%;
	}

	.s6-pic2 {
		max-width: 100%;
	}

	.s6-right {
		width: 230px;
	}

	.s6-pic1 {
		width: 270px;
		top: 141px;
		left: 34%;
	}

	.qt-pic {
		width: 30px;
	}

	.s7-blog-col {
		margin: 0 15px;
		width: 330px !important;
	}

	.blog-hdng {
		font-size: 22px;
		line-height: 26px;
	}

	.blog-abt {
		font-size: 16px;
		line-height: 24px;
	}

	.section8 {
		padding: 90px 0;
	}

	.s8-hdng {
		font-size: 55px;
		line-height: 55px;
	}

	.s8-para {
		margin-top: 25px;
	}

	.ftr-log {
		width: 170px;
	}

	.ftr-links-col-1 {
		width: 30%;
	}

	.ftr-links-col-2 {
		width: 31%;
	}

	.ftr-links-list li {
		font-size: 16px;
		line-height: 22px;
	}

	.ftr-links-col-3 {
		width: 17%;
	}

	.cards {
		position: static;
		display: block;
		margin: -50px auto 20px;
	}

	.ftr-txt {
		width: 100%;
		margin-right: 0;
		line-height: 24px;
	}
}



@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		max-width: 600px;
		padding: 0 10px;
	}

	.for-mob {
		display: block;
	}

	.for-desk {
		display: none;
	}

	.hide-mob {
		display: none;
	}

	.top-strip p {
		font-size: 14px;
		line-height: 18px;
	}


	ul.mainMenu {
		display: none;
	}

	.top-fix-bar {
		margin-bottom: 50px;
	}

	.header {
		height: 50px;
		margin-top: -50px;
		top: 50px;
	}

	.logo {
		margin-top: 16px;
		width: 180px;
	}

	.mob-mnu-ic {
		right: 50px;
		top: 15px;
	}

	.mobilemenu {
		top: 78px;
	}

	.mobimenu-top {
		top: 50px;
	}

	ul.hdr-rgt {
		width: 100px;
	}

	ul.hdr-rgt li:nth-child(1) {
		display: none;
	}

	ul.hdr-rgt li:nth-child(2) {
		border-left: none;
		border-right: none;
		padding: 16px 10px;
	}

	ul.hdr-rgt li:nth-child(2) span {
		top: 12px;
		right: 3px;
	}



	.banner-sec {
		height: auto;
		background-size: cover;
		background-position: 46% top;
	}

	.bnr-left {
		width: 100%;
		padding: 30px 0;
	}

	.bnr-heading {
		font-size: 32px;
		line-height: 40px;
		margin-top: 15px;
	}

	.bnr-para {
		font-size: 18px;
		line-height: 24px;
		padding-top: 12px;
	}

	.bnr-prod {
		position: static;
		width: 500px;
		top: 120px;
		display: block;
		max-width: 100%;
	}

	.sec-btn {
		margin: 10px 0 0;
	}

	.bnr-btm-sec {
		padding: 20px 0 10px 0;
	}

	.bnr-btm-list {
		padding: 0;
	}

	.bnr-btm-list li {
		width: 32%;
		margin-top: 15px;
	}

	.section1 {
		padding: 30px 0;
	}

	.sec-heading {
		font-size: 26px;
		line-height: 26px;
	}

	.s1-para {
		font-size: 19px;
		line-height: 25px;
		letter-spacing: 0.5px;
	}

	.sec1-list {
		margin-top: 0;
	}

	.sec1-list li {
		width: 48%;
		margin-top: 25px;
		padding: 0;
		font-size: 17px;
		line-height: 24px;
	}

	.sec1-list li img {
		width: 80px;
		margin: 0 auto 10px;
	}

	.sec1-box {
		text-align: center;
		margin-top: 35px;
	}

	.s1-para2 {
		width: 100%;
	}

	.shop-colm-list {
		width: 100%;
	}

	.sp-bx-pr {
		font-size: 26px;
		line-height: 34px;
	}

	.prod-picc {
		margin: 40px auto 0;
	}

	.shop-box {
		margin-top: 20px;
	}

	.section2 {
		padding: 30px 0;
	}

	.sec2-pic {
		width: 100%;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.se2-cont {
		width: 100%;
		padding-left: 0;
	}

	.s2-cont2 {
		width: 100%;
	}

	.s2-para1 {
		font-size: 38px;
		line-height: 55px;
	}

	.s2-cnt-pr1 {
		margin-top: 15px;
	}

	.com-heading {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: 0.5px;
	}

	.com-para {
		letter-spacing: 0.5px;
	}


	.section3 {
		padding: 35px 0;
	}

	.s3-lft {
		width: 100%;
		text-align: center;
	}

	.s3-prod {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 20px auto 0;
	}

	.sec3-bottom ul li {
		width: 32.5%;
	}

	.sec3-bottom ul li p span {
		font-size: 18px;
		line-height: 22px;
	}

	.sec3-bottom ul li:nth-child(4),
	.sec3-bottom ul li:nth-child(5) {
		width: 49%;
		margin-top: 15px;
	}

	.sec3-bottom ul li p {
		font-size: 13px;
	}

	.section4 {
		padding: 35px 0;
	}

	.sec4-slider {
		padding: 0 20px;
		margin-top: 25px;
	}

	.t-star {
		width: 120px;
	}

	.t-txt1 {
		font-size: 24px;
		line-height: 28px;
		margin-top: 8px;
	}

	.t-name span {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.t-name p {
		font-size: 18px;
		line-height: 26px;
		padding: 10px 0 10px 55px;
	}

	.section5 {
		padding: 35px 0 0;
	}

	.section5 ul {
		margin: 0 0 20px;
	}

	.section5 ul li {
		width: 100%;
	}

	.section5 ul li img {
		margin: 0 auto;
	}

	.section5 ul li span {
		line-height: 26px;
		font-size: 22px;
		letter-spacing: 0.5px;
		margin-bottom: 10px;
		margin-top: -15px;
	}

	.s5-advt-hdng {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.s5-advt-box,
	.s5-advt-box:nth-child(2),
	.s5-advt-box:nth-child(3) {
		width: 100%;
		margin: 20px 0 0;
		background-size: cover;
	}

	.s5-txt1 {
		letter-spacing: 0.5px;
		font-size: 24px;
	}

	.section6 {
		padding: 140px 0 0;
		background: #fdfaf1;
	}

	.s6-lft {
		width: 100%;
		padding: 0;
	}

	.cm-pad {
		padding: 0;
	}

	.s6-right {
		width: 100%;
		margin-top: 20px;
	}

	.s6-pic1 {
		position: static;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.s6-rgt-txt2 {
		margin-bottom: 15px;
	}

	.s6-rgt-txt2 span {
		font-size: 16px;
		line-height: 28px;
	}

	.s7-list {
		margin-bottom: 30px;
	}

	.s7-list-col {
		width: 160px !important;
		height: 151px;
		margin: 0 10px;
	}

	.section7 {
		padding: 30px 0;
	}

	.s7-blog-bx {
		margin: 30px 0 0;
	}

	.section8 {
		padding: 40px 0;
		background-size: cover;
	}

	.s8-hdng {
		font-size: 30px;
		line-height: 30px;
	}

	.s8-para {
		margin-top: 20px;
	}

	.section9 {
		padding: 30px 0;
	}

	.s9-instaHdng {
		font-size: 40px;
		line-height: 50px;
	}

	.insta-img {
		margin-top: 20px;
	}

	.mail-strip {
		margin-top: 30px;
	}

	.mail-field {
		height: 58px;
		margin-top: 20px;
	}

	.mail-field input {
		font-size: 17px;
		padding: 0 15px;
		width: 60%;
	}

	a.signUp {
		width: 40%;
		font-size: 18px;
		line-height: 48px;
	}


	.ftr-links-sec {
		padding: 30px 0 50px;
	}

	.ftr-links-col,
	.ftr-links-col-1 {
		width: 100%;
	}

	ul.scl-list {
		margin: 20px 0 0;
	}

	.ftr-links-col-2 {
		margin-top: 20px;
	}

	.ftr-links-hd {
		margin-bottom: 0;
	}

	.ftr-links-col-3,
	.ftr-links-col-4 {
		width: 50%;
		margin-top: 20px;
	}

	.disclmr-txt {
		margin: 30px 0 0;
		font-size: 14px;
		line-height: 22px;
	}

	.ftr-txt {
		font-size: 13px;
	}

	.ftr-txt a {
		margin: 0 3px;
	}


}

.form-group-wrap .form-control {
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;
	height: 45px;
	padding: 0px 15px;
	font-family: 'Galano Grotesque';
	border: 1px solid #ffe382;
	border-radius: 5px;
}

.form-group-wrap textarea.form-control {
	height: 120px;
}

.form-group-wrap {
	text-align: left;
	margin-bottom: 20px;
}



/* Contact Form Submit Button Start */
.submit_btn_wrapper {
	position: relative;
	max-width: 200px;
	height: 40px;
}

.submit_btn_wrapper .wpcf7-submit,
.rgt-blog-sec .tnp-subscription .tnp-field .tnp-submit {
	height: 40px;
	line-height: normal;
	padding: 0px;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	position: relative;
	background: #ffc100;
	font-size: 16px;
}

.submit_btn_wrapper .wpcf7-submit:hover,
.rgt-blog-sec .tnp-subscription .tnp-field .tnp-submit:hover {
	background: #ebb408;
}

.submit_btn_wrapper .papper-fly {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background: #ffffff;
	right: 8px;
	top: 5px;
	border-radius: 50%;
	z-index: 9;
}

.submit_btn_wrapper .papper-fly #Layer_1 {
	width: 20px;
	height: 20px;
	color: #ffd452;
	position: relative;
	top: -2px;
	left: -1px;
}

.sidebar-form-wrapper .wpcf7-response-output {
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

/* Contact Form Submit Button End */

.rgt-blog-sec .tnp-subscription input[type=email] {
	border: 1px solid #ffe382;
	background-color: transparent;
	padding: 0.4rem 0.66rem;
	font-size: 18px;
	border-radius: 3px;
}

.rgt-blog-sec .tnp-subscription input[type=email]:focus {
	border: 1px solid #0073aa;
}

.rgt-blog-sec .tnp-subscription .tnp-field label {
	text-align: left;
	font-size: 16px;
	display: none;
}

.rtd-blg-cont a {
	font-size: 16px;
	font-weight: 600;
	color: #ffc252 !important;
}

.rtd-blg-cont a:focus,
.rtd-blg-cont a:hover{
	text-decoration: none;
	outline: none;
	border: 0;
}

.rtd-blg-cont h4 {
	margin-bottom: 0px !important;
}


.sidebar-form-wrapper {
	margin-bottom: 25px;
}

.recentBlogWrapper {
	margin-bottom: 25px;
}

.newsletter-Wapper {
	margin-bottom: 25px;
}

.form-group-wrap input#submitbtn {
	height: 40px;
	line-height: normal;
	padding: 0px;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	position: relative;
	background: #ffc100;
}

.form-group-wrap input#submit {
	height: 40px;
	line-height: normal;
	padding: 0px;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	position: relative;
	background: #ffc100;
}
.rtd-blg-cont a {
	font-size: 18px;
	font-weight: 600;
	color: #ffc100;
}

svg#Layer_1 {
    max-width: 20px;
    height: 20px;
    color: #ffc100;
}

span.papper-fly {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: #ffffff;
    right: 8px;
    top: 5px;
    border-radius: 50%;
    text-align: center;
        z-index: 9;
    cursor: pointer;
}

.submit_btn_wrapper {
    position: relative;
    max-width: 200px;
    height: 50px;
}

/*.submit_btn_wrapper {
    position: relative;
    max-width: 200px;
    height: 50px;
}*/

@media(max-width: 991px) {
	#blog-details-new {
	    flex-direction: column;
	}
	.lft-blog-sec {
	    width: 100%;
	    margin-bottom: 50px;
	}
	.rgt-blog-sec {
	    width: 100%;
	}
}