@charset "utf-8";
body {
	font-family: "MyriadPro-Regular";
	background-color: #fff;
}
a,
button,
input,
textarea {
	outline: 0 !important;
}
a {
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	text-decoration: none !important;
}
.pad-left {
	padding-left: 0;
}
.pad-right {
	padding-right: 0;
}
.pad-top {
	padding-top: 0;
}
.pad-bottom {
	padding-bottom: 0;
}
.padding {
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
	font-size: 16px;
	line-height: 20px;
}

.btn-white {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 14px 40px;
	background: transparent;
}

.btn-gold {
	color: #ae936c;
	border: 2px solid #ae936c;
}

.btn-white:hover {
	background: #ae936c;
	border-color: #ae936c;
	color: #fff;
}

/******** header start ********/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 80px 0;
	z-index: 999;
	transition: 0.2s ease-in-out;
}
.header.header-fix {
	padding-top: 20px;
	background: rgba(0,0,0,.8);
}
.header.header-fix .navbar-brand svg {
	width: 100px;
}
.navbar-brand svg {
	width: 125px;
	transition: 0.2s ease-in-out;
}
.navbar-brand svg path {
	fill: #ae936c;
}

.navbar {
	padding: 0;
	align-items: flex-start;
}
.navbar-nav {
	padding: 7px 0 0;
}
.navbar-nav .nav-item {
	padding: 0 25px;
}
.navbar-nav .nav-item:last-child {
	padding-right: 0;
}
.navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-nav .nav-link {
	padding: 0 !important;
	font-size: 16px;
	line-height: 16px;
	color: #ae936c;
	font-family: "MyriadPro-Regular";
	border-bottom: 1px solid transparent;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	border-bottom-color: #ae936c;
}
/******** header start ********/

/******** home slider start ********/

.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
	font-size: 60px;
	line-height: 72px;
	color: #ae936c;
	margin: 0;
	font-family: "LoraRegular";
}
.title-border {
	border-top: 2px solid #fff;
	width: 380px;
	position: relative;
	margin: 40px 0;
}
.title-border:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	content: "";
	display: block;
	margin: 0 auto;
}
.gold-border {
	border-top-color: #ae936c;
}

.gold-border:after {
	border-top-color: #ae936c;
}
.black-border {
	border-top-color: #000000;
}

.black-border:after {
	border-top-color: #000000;
}

.home-slide {
	position: relative;
}

.slider-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.slider-content .title-border {
	width: 325px;
}
.slider-content p {
	font-size: 16px;
	line-height: 20px;
	color: #ae936c;
	margin: 0;
}

.slider-content .details {
	max-width: 500px;
	margin-left: auto;
	margin-right: 220px;
}

.home-slider {
	opacity: 0;
}
.home-slider.slick-initialized  {
	opacity: 1;
}
.home-slider .slick-dots {
	position: absolute;
	left: 88px;
	top: auto;
	bottom: 30px;
}
.home-slider .slick-dots li {
	margin: 0px 4px;
	display: inline-block;
}
.home-slider .slick-dots button {
	width: 8px;
	height: 8px;
	cursor: pointer;
	border: 1px solid #ffffff;
	text-indent: -9999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	padding: 0px;
	background: transparent;
	transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-webkit-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-moz-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-ms-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	position: relative;
	background-color: transparent;
	margin: 0;

	border: 1px solid transparent;
	display: block;
	height: 16px;
	width: 16px;
}

.home-slider .slick-dots button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #fff;
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
}

.home-slider .slick-dots button:hover {
	background-color: transparent;
}
.home-slider .slick-dots li.slick-active button {
	border-color: #fff;
	transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-webkit-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-moz-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
	-ms-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
/******** home slider end ********/

/******** deliver sec start  ********/
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-size: 48px;
	line-height: 58px;
	color: #ae936c;
	margin: 0;
	font-family: "LoraRegular";
}
.deliver-content {
	padding: 95px 0 85px;
}
.deliver-top-sec {
	position: relative;
}

.deliver-sec .left-img {
	margin: 60px 0 0 50px;
	text-align: right;
	position: absolute;
	top: 50px;
	right: auto;
}
.deliver-sec .left-img img {
	width: 200px;
}
.deliver-sec .right-img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.deliver-sec .right-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.deliver-content p {
	font-size: 16px;
	line-height: 20px;
	color: #ae936c;
	margin: 0 0 30px;
	font-family: "MyriadPro-Regular";
}
.deliver-content p:last-child {
	margin: 0;
}

/******** deliver sec end ********/

/******** certified sec start ********/
.certified {
	text-align: center;
	padding: 70px 0 85px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.certified h2 {
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	margin: 0 0 10px;
	font-family: "LoraRegular";
}
.certified p {
	font-size: 25px;
	line-height: 25px;
	color: #ffffff;
	font-family: "LoraRegular";
	font-style: italic;
	margin: 0;
}
/******** certified sec end ********/

/******** our taste sec start ********/

.taste-content {
	padding: 110px 0 75px;
	max-width: 460px;
}

.taste-content p {
	color: #000000;
	font-family: "MyriadPro-Regular";
	margin: 0;
}

.black-title h1,
.black-title h2,
.black-title h3,
.black-title h4,
.black-title h5,
.black-title h6 {
	color: #000000;
}

.white-title h1,
.white-title h2,
.white-title h3,
.white-title h4,
.white-title h5,
.white-title h6 {
	color: #ffffff;
}
.gold-title h1,
.gold-title h2,
.gold-title h3,
.gold-title h4,
.gold-title h5,
.gold-title h6 {
	color: #ae936c;
}

.our-taste {
	margin: 15px 0 0;
	background-size: cover !important;
}

.our-taste .taste-img {
	position: absolute;
	top: -50px;
	z-index: 9;
}
/******** our taste sec end ********/

/******** our benefit sec start ********/

.our-benefits {
	padding: 150px 0 140px;
	position: relative;
	background-size: cover !important;
	background-position: right !important;
}

.our-benefits .benefit-img {
	width: 400px;
	position: absolute;
	left: -100px;
	bottom: -200px;
	z-index: 9;
}

.benefit-content {
	padding-left: 60px;
}

.benefit-content p {
	color: #ae936c;
}
.benefit-list {
	padding: 140px 0;
	background-size: cover !important;
	border: 15px solid #ffffff;
	position: relative;
	border-top: none;
}
.benefit-list:after {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #fff;
	content: "";
	display: block;
	margin: 0 auto;
	bottom: -36px;
}
.benefit-list .row {
	margin: 0 -25px;
}
.benefit-list [class*="col-"] {
	padding: 0 25px 40px;
}

.benefit-block {
	position: relative;
	border: 1px solid #ae936c;
	padding: 10px;
	height: 100%;
	/* margin: 0 0 40px; */
}
.benefit-block:after {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ae936c;
	content: "";
	display: block;
	margin: 0 auto;
	bottom: 100%;
}
.benefit-block .block-data {
	padding: 20px 15px 15px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.bg-1 {
	background: rgba(211, 197, 180, 0.65);
}
.bg-2 {
	background: rgba(206, 184, 155, 0.65);
}
.bg-3 {
	background: rgba(174, 147, 108, 0.65);
}
.bg-4 {
	background: rgba(124, 99, 71, 0.65);
}
.bg-5 {
	background: rgba(81, 57, 37, 0.65);
}
.bg-6 {
	background: rgba(53, 35, 21, 0.65);
}
.benefit-block:after {
	position: absolute;
	left: 0;
	right: 0;
}
.benefit-block p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-family: "LoraRegular";
}
.benefit-block span {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	font-family: "LoraRegular";
	margin-top: auto;
	text-align: right;
	display: block;
}

/******** our benefit sec end ********/

/******** our faq sec start ********/
.faq-sec {
	background-size: cover !important;
	/* float: left;
    width: 100%; */
	clear: both;
	padding: 155px 0 125px;
}

.faq-sec h3 {
	font-size: 16px;
	line-height: 16px;
	color: #ae936c;
	font-family: "MyriadPro-Regular";
	margin: 0 0 30px;
}
.faq-sec .faq-top {
	padding: 0 45px;
}
.faq-accordion .card-header {
	background: transparent;
	padding: 0;
	border: none;
	margin: 0 !important;
}

.faq-accordion .card {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #cccccc;
	padding: 25px 45px;
	padding-right: 20px;
}

.faq-accordion .card:last-child {
	border: none;
}

.faq-accordion .card-header .btn {
	font-size: 16px;
	line-height: 16px;
	color: #ae936c;
	display: block;
	width: 100%;
	text-align: left;
	box-shadow: none !important;
	padding: 0;
	border: none;
	font-family: "Myriad-Bold";
	text-decoration: none;
}

.faq-accordion .card-header .btn .icon {
	margin-right: 20px;
	float: left;
}
.faq-accordion .card-header .btn .icon svg {
	width: 22px;
}
.faq-accordion .card-header .btn .icon svg path {
	fill: #ae936c;
}
.faq-accordion .card-header .btn .icon svg path.cls-plus {
	display: none;
}
.faq-accordion .card-header .btn.collapsed .icon svg path.cls-plus {
	display: block;
}

.faq-accordion .card .card-body {
	padding: 30px 0 0 80px;
}
.faq-accordion .card .card-body .faq-detail {
	border-left: 2px solid #ae936c;
	padding: 5px 15px 9px;
	font-size: 14px;
	line-height: 16px;
	color: #ae936c;
	font-family: "MyriadPro-Regular";
}
/******** our faq sec end ********/

.distributer {
	padding-top: 15px;
}
.dis-right {
	background: url("../images/discover.jpg") no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.dis-right:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.55);
	display: block;
}

.discover-detail {
	max-width: 475px;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	margin-left: 200px;
}

.discover-detail p {
	color: #fff;
	margin: 0 0 60px;
}

.dis-left {
	height: 100%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.dis-left img {
	height: 100%;
	object-fit: cover;
}


/* contact start */
.contact-us {
	padding: 110px 0 90px;
	position: relative;
	background-size: cover !important;
	margin: 15px;
	margin-bottom: 0;
}

.contact-us:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.55);
	display: block;
}

.contact-us .section-title p {
	color: #fff;
	margin: 0 0 60px;
	font-size: 16px;
	line-height: 24px;
}

.contact-us .inner-contact {
	position: relative;
	z-index: 9;
}

.form-control {
	border: none;
	border-radius: 0;
	box-shadow: none !important;
	padding: 11px 15px;
	height: 35px;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.form-control:focus {
	background: transparent;
	border-bottom-color: #ae936c;
	color: #fff;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.form-gold .form-control {
	border-bottom: 1px solid #ae936c;
	color: #ae936c;
}
.form-gold  .form-control:focus {
	background: transparent;
	border-bottom-color: #ae936c;
	color: #ae936c;
}

.form-gold  .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ae936c;
}
.form-gold  .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #ae936c;
}
.form-gold  .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #ae936c;
}
.form-gold  .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #ae936c;
}

.form-group {
	margin: 0 0 40px;
}

.submit-btn .btn {
	margin-top: 30px;
	padding: 15px 70px 13px;
}
/* contact end */

/******* distributer-form start ******/
.distributer-form {
	background-size: cover !important;
	padding: 150px 0 90px;
}
.distributer-form .section-title p {
	color: #ae936c;
	margin: 0  0 60px;
}
/******* distributer-form end ******/


/********** footer start ******/
.footer {
	background: #999999;
	padding: 40px 80px;
	position: relative;
}

.f-left ul {
	padding: 0 10px 18px 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}

.f-left ul li {
	padding: 0 22px;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	float: left;
}
.f-left ul li:last-child {
	padding-right: 0;
}
.f-left ul li:first-child {
	padding-left: 0;
}

.f-left ul li a {
	font-size: 16px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: "Myriad-Bold";
}
.f-left ul li a:hover {
	color: #352315;
}
.f-left p {
	font-size: 12px;
	line-height: 12px;
	display: block;
	color: #fff;
	margin: 10px 0 0;
	font-family: "MyriadPro-Regular";
}
.f-right h6 {
	font-size: 16px;
	line-height: 16px;
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	text-decoration: none;
	font-family: "Myriad-Bold";
	padding: 0 0 15px 6px;
	margin: 0 0 15px;
}

.f-right {
	display: inline-block;
	float: right;
}

.f-right ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
}
.f-right ul li {
	padding: 0 12px;
	margin: 0;
	display: block;
	list-style-type: none;
	float: left;
}
.f-right ul li:first-child {
	padding-left: 6px;
}
.f-right ul li:last-child {
	padding-right: 0;
}
.f-right ul li a svg {
	width: 24px;
}
.f-right ul li a:hover svg path {
	fill: #352315;
	/* stroke: red; */
}
.f-right ul li a:hover svg path.instagram {
	stroke: #352315;
}

.back-to-top {
	/* position: fixed; */
	right: 80px;
	bottom: 100%;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	z-index: 99;
	position: absolute;
}
.back-to-top a {
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-to-top a svg {
	width: 22px;
}
.back-to-top a:hover {
	background-color: #ae936c;
}
/********** footer end ******/