@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* b-bagain font */

@font-face {
 font-family: 'b Bagian';
 src: url('../fonts/bBagian.woff2') format('woff2'),  url('../fonts/bBagian.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'b Bagian';
 src: url('../fonts/bBagian.woff2') format('woff2'),  url('../fonts/bBagian.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #474747;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
}
p {
}
a {
	display: inline-block;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* banner */

.banner-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-box img {
	width: 100%;
	height: 100%;
}
.banner-box-cont {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 153px 0;
}
.banner-boxcont-inner {
	padding: 0 30px;
	text-align: center;
}
.banner-boxcont-inner h1 {
	font-size: 81px;
	line-height: 85px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'b Bagian';
}
.banner-boxcont-inner p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	padding: 0 130px;
	margin-bottom: 44px;
}
.learn-more-btn {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 9px 18px;
	color: #ffffff;
	font-weight: 400;
	border-radius: 26px;
	background-color: rgba(75, 32, 21, 0);
	border: 1px solid #ffffff;
	text-align: center;
 transition: all .3s ease-in-out;
}
.learn-more-btn:hover {
	background-color: #fff;
	color: #162b21;
}
.banner-wrapper .owl-dots {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translate(-50%, 0px);
}
.banner-wrapper .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff !important;
	margin: 0 5px;
}
.banner-wrapper .owl-dots .owl-dot.active {
	background-color: #fff;
}
/* img cont sec */

.who-cont-box h2 {
	font-size: 48px;
	color: #172b22;
	font-weight: 500;
	padding-right: 150px;
	font-family: "Poppins", serif;
}
.who-cont-box h2 span {
	font-family: 'b Bagian';
}
.who-cont-box p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #474747;
	font-weight: 300;
}
.who-cont-box {
	margin-bottom: 30px;
}
.who-cont-box:last-child {
	margin: 0;
}
.who-sec {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 80px 0;
}
.who-round {
	position: absolute;
	left: -350px;
	top: 50%;
	transform: translate(0px, -50%);
}
.who-img {
	padding-right: 30px;
}
/* health sec */

.health-colection-heading h2 {
	font-size: 60px;
	color: #172b22;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	font-family: "Poppins", serif;
}
.health-colection-heading h2 span {
	font-weight: 400;
	font-family: 'b Bagian';
}
.health-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 20px;
}
.health-img img {
	width: 100%;
	height: 100%;
 transition: all .3s ease-in-out;
}
.health-box-cont h3 a {
	font-size: 25px;
	color: #172b22;
	font-weight: 700;
	font-family: "Poppins";
	margin-bottom: 10px;
 transition: all .3s ease-in-out;
}
.health-box-cont h3 a:hover {
	color: #b4a03d;
}
.health-box-cont p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #474747;
	font-weight: 300;
	margin-bottom: 10px;
}
.inquary-btn {
	border-radius: 26px;
	background-color: #ffffff;
	border: 1px solid #ca923f;
	font-size: 17px;
	letter-spacing: 1px;
	color: #172b22;
	font-weight: 300;
	padding: 5px 16px;
 transition: all .3s ease-in-out;
}
.inquary-btn:hover {
	background-color: #162b21;
	color: #fff;
}
.health-box-cont {
	padding-top: 10px;
}
.health-box {
 transition: all .3s ease-in-out;
	margin-bottom: 45px;
}
.health-box:hover .health-img img {
	transform: scale(1.1);
}
.view-all-btn-sec {
	text-align: center;
}
.view-all-btn {
	font-size: 17px;
	letter-spacing: 1px;
	padding: 7px 21px;
	color: #ffffff;
	font-weight: 300;
	border-radius: 26px;
	background-color: #172b22;
 transition: all .3s ease-in-out;
}
.view-all-btn:hover {
	background-color: #b4a03d;
}
.health-collection {
	padding-bottom: 80px;
}
/* testimonials sec */

.client-box {
    width: 100%;
    height: 252px;
	padding: 0 10px;
}
.client-box-inner {
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-radius: 31px;
	background-color: #ffffff;
	border: 1px solid #cecece;
	padding: 23px;
 transition: all .3s ease-in-out;
}
.client-box-inner:hover {
	filter: drop-shadow(0px 36px 20px rgba(202, 146, 63, 0.1));
	background-color: #ffffff;
	border: 1px solid #172b22;
}
.client-box-inner p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #474747;
	font-weight: 300;
	margin-bottom: 20px;
}
.client-info {
	width: 100%;
	display: flex;
	align-items: center;
}
.client-left {
	width: 20%;
}
.client-left img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.client-right {
	width: 80%;
	padding-left: 20px;
}
.client-right h3 {
	font-size: 23px;
	line-height: 27px;
	color: #172b22;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: "Lato", serif;
}
.client-right ul {
	display: flex;
	align-items: center;
}
.client-right ul li {
	margin-right: 5px;
}
.client-right ul li i {
	font-size: 15px;
	color: #c9923e;
}
/* .client-wrapper .center .client-box .client-box-inner {
    filter: drop-shadow(0px 36px 20px rgba(202, 146, 63, 0.1));
    background-color: #ffffff;
    border: 1px solid #172b22;
}  */

.owl-next {
	width: 50px;
	height: 30px;
	position: absolute;
	right: -72px;
	top: 50%;
	transform: translate(0, -50%);
}
.owl-next:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.owl-next span {
	display: none;
}
.owl-prev {
	width: 50px;
	height: 30px;
	position: absolute;
	left: -72px;
	top: 50%;
	transform: translate(0, -50%);
}
.owl-prev:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.owl-prev span {
	display: none;
}
.owl-prev.disabled {
	opacity: 0.3;
	cursor: no-drop !important;
}
.owl-next.disabled {
	opacity: 0.3;
	cursor: no-drop !important;
}
.client-sec {
	width: 100%;
	padding-bottom: 158px;
	position: relative;
}
.certification-inner {
	width: 70%;
	margin: auto;
}
/* certification sec */

.certification-sec {
	width: 100%;
	padding-bottom: 80px;
	position: relative;
}
/* .certification-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.certification-box {
    width: 100%;
    height: auto;
	padding: 5px 15px;
}
.certification-box a {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.certification-box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.certification-box a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.client-inner {
	padding-bottom: 30px;
}
/* newletter sec */

.newsletter-sec {
	width: 100%;
	background-image: url(../images/newletter-bg-img.png);
	background-repeat: no-repeat;
	background-size: 109% 100%;
	background-position: -48px 0;
	padding: 121px 0 0 0;
}
.newsletter-box h2 {
	font-size: 60px;
	line-height: 73px;
	color: #172b22;
	font-weight: 600;
	margin-bottom: 25px;
	font-family: "Poppins", serif;
}
.newsletter-box h2 span {
	font-family: 'b Bagian';
	font-weight: 500;
}
.newsletter-input input {
	width: 100%;
	border: 0;
	outline: none;
	font-size: 18px;
	letter-spacing: 1px;
	color: #172b22;
	font-weight: 400;
	background: transparent;
	padding: 4px 5px;
	border-bottom: 2px solid #b4a03d;
}
 .newsletter-input input::placeholder {
 color: #9f8d78;
}
.newsletter-input input:focus {
	border-bottom: 2px solid #162b21;
}
.newsletter-input {
	margin-bottom: 20px;
}
.newsletter-btn {
	margin-top: 30px;
}
.submit-btn {
	border: 0;
}

.breadcrumb-area {
    padding: 170px 0 134px 0 !important;
}

.breadcrumb-links li a {
    font-size: 38px;
    font-family: 'b Bagian';
}

.breadcrumb-links li a:after {
    font-size: 17px !important;
    top: -4px !important;
    right: -18px !important;
}

.shop-sec {
    padding-top: 80px;
}

.inquary-btn:active,
.inquary-btn:focus {
    background-color: #162b21 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.inquary-body input,
.inquary-body textarea {
    border: 0;
    border-bottom: 2px solid #b4a03d;
    color: #172b22;
    border-radius: 0;
    padding: 6px 7px;
}

.inquary-body input::placeholder,
.inquary-body textarea:placeholder {
 color: #9f8d78;
}
.inquary-body input:focus,
.inquary-body textarea:focus {
	border-bottom: 2px solid #162b21;
	box-shadow: none;
}

.inquary-modal-btn-sec {
    text-align: center;
}

.icon-with-text-sec {
    background: #fcf6f0;
    border-top: 0 !important;
}

.breadcrumb-links li:last-child a:after {
    display: none;
}

.contact-info-wrap .single-contact-info .contact-icon i {
    border: 1px solid #172b22 !important;
    background-color: #172b22 !important;
}

.contact-form .contact-form-style button {
    background-color: #ffffff !important;
    border: 1px solid #ca923f !important;
    color: #172b22 !important;
}

.contact-form .contact-form-style button:hover {
    background-color: #162b21 !important;
    color: #fff !important;
    border: 1px solid #162b21 !important;
}

.contact-form .contact-form-style input, 
.contact-form .contact-form-style textarea {
    border: 1px solid #ca923f;
    border-radius: 5px;
}

.map-inner iframe {
    width: 100%;
    height: 250px;
}

.login-register-wrapper h4 {
    margin-bottom: 8px;
}

.login-register-wrapper p {
    margin-bottom: 10px;
}

.login-register-wrapper p:last-child {
    margin-bottom: 0;
}

.login-register-wrapper h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.green-Color {
    color: #172b22;
    font-weight: 600;
}

.green-Color:hover {
    color: #ca923f;
}

.product-details-inquary-btn {
    background-color: #172b22;
    border: 1px solid #172b22;
    border-radius: 26px;
    padding: 8px 37px;
}

.product-details-inquary-btn:hover,
.product-details-inquary-btn:active,
.product-details-inquary-btn:focus {
    background-color: #172b22;
    border: 1px solid #172b22;
}

.btn-primary.focus,
.btn-primary:focus {
     box-shadow: none;
}

.icon-text-box p {
    margin-bottom: 0;
}

strong,
b {
    font-weight: 600;
}

.galley-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.galley-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.gallery-overlay i {
    font-size: 23px;
    color: #fff;
}

.galley-box a {
    width: 100%;
    height: 100%;
}

.galley-box a img {
    transition: all .3s ease-in-out;
}

.galley-box a:hover img {
    transform: scale(1.1);
}

.galley-box a:hover .gallery-overlay {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.galley-box-outer {
    margin-bottom: 24px;
}







