* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}


html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;

}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.8;


}

p:last-child {
	margin-bottom: 0;
}


img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFCF7;
	font-family: "Albert Sans", sans-serif;
	font-family: '2NF'"Anton", sans-serif;
	;
	overflow-x: hidden;
}


.custom-container {
	padding: 0px 80px;
}

.cumn-butn-body {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1%;
	padding: 12px 35px;
	border-radius: 100px;
	transition: all 0.3s ease;
	display: inline-flex;
}


.org-butn {
	color: #fff;
	background: #DB8005;
	transition: all 0.3s ease;
}


.org-butn:hover {
	background: #000;

	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}


.black-butn {
	color: #fff;
	border: 1px solid #000;
	background: #000;
	transition: all 0.3s ease;
}


.black-butn:hover {

	background: #DB8005;
	color: #000;
	border: 1px solid #000;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}


/*=============header-top-logo-section========================= */


.header-section {
	background: #FBF6F0;
	padding: 0px;
	position: relative;
}


.header-section.scroll {
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: #FBF6F0;
	background-size: cover;
	background-repeat: no-repeat;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.logo {
	width: 195px;
	margin: 0px;
	padding: 10px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 148px;
	margin: 13px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	position: absolute;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px;
}

.stellarnav>ul>li>a {
	font-family: Albert Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.2px;
	color: #131313;
	padding: 0px 40px !important;
	border-bottom: none;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 6px;
	background: #000;
	margin: 0 0 5px;
}

.stellarnav>ul>li>a:hover {
	color: #DB8005;
}

.stellarnav>ul>li>a.active {
	color: #DB8005;
}

.stellarnav.mobile ul {
	background: #DB8005;
	z-index: 99;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;

}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
	max-width: 600px;
}


.nav-butn-row {
	display: flex;
	margin: 50px 50px;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, .15);
}

.stellarnav .icon-close {
	width: 25px;
	height: 25px;
}

.stellarnav .icon-close::before {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	border-bottom: solid 3px #fff;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}


.stellarnav .icon-close::after {
	content: '';
	display: block;
	width: 25px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #fff;
	position: absolute;
	transform: rotate(-45deg);
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: end;
	margin-top: 25px;
}


.usercard {
	position: relative;
}


.caunt {
	position: absolute;
	top: -11px;
	right: -18px;
	background: #DB8005;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
}


/* ================================================================== */
/* header - top */

/* ==================================================================  */


/* ================================================================== */
/* banner section */
/* ==================================================================  */


.banner-section {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	height: auto;
	background: #FBF6F0;
	overflow: hidden;
	position: relative;
}

.banner-carousel .item {
	border-radius: 20px;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.banner-carousel .item img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 20px;
	background: linear-gradient(289.97deg, rgba(0, 0, 0, 0) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}

.banner-text {
	position: absolute;
	top: 150px;
	width: 33%;
	padding: 0px 0px;
	left: 80px;
}

.banner-text h1 {
	font-family: Anton;
	font-weight: 400;
	font-size: 60px;
	line-height: 108%;
	letter-spacing: 0%;
	text-align: left;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.banner-text h1 span {
	color: #FFDB6E;
}

.banner-text p {
	font-family: Albert Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	max-width: 95%;
}


.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #CECECE;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #DB8005;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}


/* ==================================================================*/
/* banner section */
/* ==================================================================*/


/* ==================================================================*/
/* Prefer section */
/* ==================================================================*/


.prefer-section {
	background: #FFFCF7;
	padding: 80px 0px 120px;
}


.prefer-section-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
}


.prefer-section-header-text {
	width: 61%;
	padding: 0px;
	margin: 0px;
}

.prefer-section-header-text h2 {
	font-family: Anton;
	font-weight: 400;

	font-size: 48px;

	line-height: 120%;
	letter-spacing: -0.16px;
	color: #4E2E13;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.prefer-section-header-text h2 span {
	margin-left: 30px;
	color: #DB8005;
}


.prefer-section-header-text p {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.16px;
	color: #4E2E13;
	margin: 0px;
	padding: 0px;
}


.prefer-section-body {
	margin: 80px 0px 0px 0px;
	padding: 0px;
}


.product-box {
	background: #FCEEE0;
	border-radius: 20px;
	padding: 0px;
	margin: 0px;
	transition: transform 0.3s ease;
	/* smooth animation */
}

/* .product-box:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2); 
} */

.product-box-img {
	text-align: center;
	margin: 0px auto;
}


.product-box-img img {
	max-width: 120px;
	height: auto;
	object-fit: contain;
	margin: 0px auto;
	transition: transform 0.3s ease;
}

.product-box:hover .product-box-img img {
	transform: scale(1.1);
	/* zoom image only */
}


.product-box-text {
	padding: 20px 20px;
	margin: 0px;
	text-align: center;
}

.product-box-text h5 {
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #4E2E13;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.product-box-text h6 {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #4E2E13;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.shop-box-hoverShow {
	/* display: none; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	padding: 0px;
	z-index: 8;
	transform: translateY(100%);
	transition: all 300ms ease-in-out;
	opacity: 0;
	height: 100%;
	background: #db800599;
	border-radius: 20px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-box:hover .shop-box-hoverShow {
	/* display: block;  */
	transform: translateY(0);
	transition: all 300ms ease-in-out;
	opacity: 1;
}


.bestsellers-carousel .owl-nav {
	top: 30px;
	position: relative;
}


.bestsellers-carousel .owl-nav .owl-prev {
	left: 0px;
	position: absolute;
}

.bestsellers-carousel .owl-nav .owl-next {
	right: 0px;
	position: absolute;
}


.prefer-section-header .cumn-butn-body.org-butn {
	margin-top: 0px;
	display: inline-flex;
}


/* ==================================================================*/
/* Prefer section */
/* ==================================================================*/


/* ==================================================================*/
/* about-section */
/* ==================================================================*/


.about-section {
	background: url(../images/about-bg.png) no-repeat;
	height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.about-section h2 {
	font-family: Anton;
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.16px;
	text-align: center;
	color: #fff;
	margin: 0px auto;
	padding: 0px 0px 80px 0px;
	position: relative;
}


.about-section h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 124px;
	border: 1px solid #fff;
	background: #fff;
	left: 30%;
	top: 30px;
	margin: auto;
}


.about-section h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 124px;
	border: 1px solid #fff;
	background: #fff;
	right: 30%;
	top: 30px;
	margin: auto;
}


.about-section-left {
	padding: 0px 200px 0px 0px;
	margin: 0px;
}


.about-section-left h6 {
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.16px;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.about-section-left h3 {
	font-family: Inter;
	font-weight: 500;
	font-style: Italic;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: -0.16px;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.about-section-left p {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.16px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


.about-section-right {
	padding: 0px 0px 0px 100px;
	margin: 0px;
}


.about-right-box {
	background: #00000080;
	backdrop-filter: blur(4px);
	padding: 40px 40px;
	border-radius: 24px;
	margin: 0px 0px 20px 0px;

}


.about-right-box h4 {
	font-family: Inter;
	font-weight: 600;

	font-size: 20px;

	line-height: 150%;
	letter-spacing: -0.16px;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.about-right-box p {
	font-family: Inter;
	font-weight: 400;

	font-size: 20px;

	line-height: 150%;
	letter-spacing: -0.16px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


/* ==================================================================*/
/* about-section */
/* ==================================================================*/


/* ==================================================================*/
/* info-tag-section */
/* ==================================================================*/


.info-tag-section {
	background: #DB8005;
	padding: 20px 0px;
}

.info-box {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
	border-right: 1px solid #fff;
	margin: 0px 20px;
}

.row>div:last-child .info-box {
	border-right: none;
}


.info-box-icon {
	width: 60px;
	height: auto;

}


.info-box-text {
	margin: 0px;
	padding: 0px;
}

.info-box-text h3 {
	font-family: Albert Sans;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.16px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	width: 80%;
}


/* ==================================================================*/
/* info-tag-section */
/* ==================================================================*/


/* ==================================================================*/
/* Burial-section */
/* ==================================================================*/

.burial-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 100%;
}

.burial-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.burial-section-inner {
	position: absolute;
	padding: 0px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.burial-section-inner h2 {
	font-family: Anton;
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
	letter-spacing: -0.16px;
	text-align: center;
	color: #DB8005;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	position: relative;
}

.burial-section-inner h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 124px;
	border: 1px solid #DB8005;
	background: #DB8005;
	left: 125%;
	top: 38px;
	margin: auto;
}


.burial-section-inner h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 124px;
	border: 1px solid #DB8005;
	background: #DB8005;
	right: 125%;
	top: 40px;
	margin: auto;
}


.burial-section-inner h3 {
	font-family: Anton;
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
	letter-spacing: -0.16px;
	text-align: center;
	color: #4E2E13;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.burial-section-inner p {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.16px;
	text-align: center;
	color: #18030B;
	margin: 0px 680px;
	padding: 0px;
}


/* ==================================================================*/
/* Burial-section */
/* ==================================================================*/


/* ==================================================================*/
/* order-box-section */
/* ==================================================================*/


.order-box-section {
	padding: 80px 0px 0px 0px;
	margin: 0px;
}


.order-box-img {
	width: 100%;
	height: 500px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s ease;

}

.order-box-img:hover {
	transform: translateY(-8px);
}


.order-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.order-box-img .overlay1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 20px;
	background: #0000007d;
}


.order-box-img .overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 20px;
	background: linear-gradient(180deg, #DB8005 0%, rgba(219, 128, 5, 0) 78.75%);

}


.order-box-text {
	position: absolute;

	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	top: 200px;
}


.order-box-text h4 {
	font-family: Anton;
	font-weight: 400;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: -0.16px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 100px 30px 100px;
	padding: 0px;
	/* width: 50%; */
}


/* ==================================================================*/
/* order-box-section */
/* ==================================================================*/


/* ==================================================================*/
/* Biodegradable-section */
/* ==================================================================*/


.biodegradable-section {
	margin: 80px 0px;
	padding: 0px;
}

.biodegradable-section h2 {
	font-family: Anton;
	font-weight: 400;
	font-style: Regular;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.16px;
	color: #4E2E13;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
}


.biodegradable-section-inner {
	margin: 50px 0px 0px 0px;
}

.biodegradable-box {
	border-radius: 25px;
	margin-bottom: 30px;
	height: 410px;
	transition: all 0.4s ease;

}

/* Odd boxes */
.row>div:nth-child(odd) .biodegradable-box {
	background: #FCEEE0;
}

/* Even boxes */
.row>div:nth-child(even) .biodegradable-box {
	background: #FDF4EA;
}


.biodegradable-box:hover {
	transform: translateY(-8px);
	box-shadow: 0px 0px 51.5px -25px #00000040;
}


/*.biodegradable-box-img {*/
/*	max-width: 120px;*/
/*	height: 200px;*/
/*	margin: 0px auto;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*}*/

/*.biodegradable-box-img img {*/
/*	max-width: 120px;*/
/*	height: auto;*/
/*	object-fit: contain;*/
/*	margin: 0px auto;*/
/*}*/


.biodegradable-box-img {
	max-width: 100%;
	height: 200px;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.biodegradable-box-img img  {
	max-width: 120px;
	height: auto ;
	object-fit: contain;
	margin: 0px auto;
}













.biodegradable-box-text {
	padding: 20px;
	margin: 0px;
	text-align: center;
}


.biodegradable-box-text h5 {
	font-family: Inter;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: rgb(78, 46, 19);
	margin: 0px 0px 15px;
	padding: 0px;
}


.biodegradable-box-text h6 {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: rgb(78, 46, 19);
	margin: 0px 0px 20px;
	padding: 0px;
}


/* ==================================================================*/
/* Biodegradable-section */
/* ==================================================================*/


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/

.happy-client-section {
	padding: 0px 0px 80px 0px;
	margin: 0px;
}

.happy-client-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}


.happy-client-section-header-text {
	width: 80%;
}


.happy-client-section-header-text h2 {
	font-family: Anton;
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.16px;
	color: #4E2E13;
	padding: 0px;
	margin: 0px;
}

.client-box {
	border: 1px solid #eaeaea;
	padding: 50px 50px;
	background: #fff;
}


.client-section-header {
	display: flex;
	justify-content: start;
	gap: 40px;
	align-items: center;
}


.client-section-header h5 {
	font-family: Albert Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 20.74px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.client-section-body {
	margin: 20px 0px 0px 0px;
}

.client-section-body p {
	font-family: Albert Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #3E3E3E;
	padding: 0px;
	margin: 0px;
}

.client-section-header-text p i {
	color: #E67136;
}


.client-carousel .owl-nav {
	display: none;
}

.client-carousel .owl-dots {
	display: none;
}


/* ==================================================================*/
/* happy-client-section*/
/* ==================================================================*/


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


.add-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.add-section img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.add-section-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding: 0px 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.add-section-inner h2 {
	font-family: Anton;
	font-weight: 400;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.add-section-inner p {
	font-family: Albert Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	margin: 0px 100px 50px 100px;
	padding: 0px;
}


/* ==================================================================*/
/* add-section*/
/* ==================================================================*/


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/

.footer {
	padding: 80px 0 30px;
	margin: 0;
}

.footer-top {
	padding: 0px;
	margin: 0px;
}


.footer-logo {
	margin: 0px 0px 40px 0px;
	margin: 0px;
}

.footer-logo img {
	width: auto;
	height: auto;
	object-fit: cover;
	margin-bottom: 20px;
}

.footer-logo p {
	font-family: Albert Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.28px;
	vertical-align: middle;
	color: #060118;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

.newsletter-form {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 11px 8px 11px 20px;
	position: relative;
	border-radius: 4px;
	display: flex;
	background-color: #F5F5F5;
	transition: 0.3s;
	width: 58%;
	border-radius: 50px;
}

.newsletter-form input[type="email"] {
	border: 0;
	padding: 4px;
	width: 100%;
	background-color: #F5F5F5;
	color: #2c2c2c;
}

.newsletter-form input[type="submit"] {
	border: 0;
	font-size: 16px;
	padding: 0 30px;
	margin: -5px 2px -5px 0;
	background: #E67136;
	color: #fff;
	transition: 0.3s;
	border-radius: 40px;
	font-family: Anton;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 7%;
	text-align: center;
}

.newsletter-form input:hover {
	background: #000;
}


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}


.footer-quick-links h3 {
	font-family: Anton;
	font-weight: 400;

	font-size: 20px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #4E2E13;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.footer-quick-links ul {
	padding: 0px;
	margin: 0px;
}

.footer-quick-links ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}


.footer-quick-links ul li a {
	font-family: Albert Sans;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #616064;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-quick-links ul li a:hover {
	color: #E67136;
	padding-left: 4px;
}

.footer-info-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px 40px 0px;
}

.footer-info-section p {
	font-family: Albert Sans;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #0A0A0A;
	padding: 0px;
	margin: 0px;
}

.footer-info-section p a {
	color: #0A0A0A;
}


.footer-info-section p a:hover {
	color: #E67136;
}

.footer-info-left {
	width: 11%;
	text-align: left;
}


.footer-info-right {
	text-align: right;
}


.footer-butm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.footer-butm p {
	font-family: Albert Sans;
	font-weight: 400;

	font-size: 16px;

	line-height: 150%;
	letter-spacing: 0%;
	color: #0A0A0A;
	padding: 0px;
	margin: 0px;
}

.footer-butm p a {
	color: #0A0A0A;
}

.footer-butm p a:hover {
	color: #E67136;
}


/*==================================================================*/
/*footer - section*/
/* ==================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #DA7F04;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

/*================================================
4m side icon CSS
=================================================*/

.frm-box {
	position: relative;
}

.frm-box span {
	position: absolute;
	top: 8px;
}

/*================================================
4m side icon CSS
=================================================*/


/*================================================
inner banner CSS
=================================================*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.inner-banner-text {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 96px;
	line-height: 130px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


ul.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
	justify-content: center;
	align-items: center;
}

ul.breadcrumb li {
	display: inline;
	font-size: 18px;
	color: #fff;
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 36px;

	line-height: 45px;
	letter-spacing: 0%;
}

ul.breadcrumb li a {


	color: #fff;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #7D764D;
}

ul.breadcrumb li+li::before {
	padding: 8px;
	color: #FFFFFF;
	content: ">";
	--fa-family: var(--fa-family-classic);
}


/*================================================
inner banner CSS
=================================================*/


/*================================================
about page CSS
=================================================*/


.about-page-top-section {
	padding: 100px 0px;
	margin: 0px;
}

.about-page-top-section-left {
	padding: 0px;
	margin: 0px;
}


.about-page-top-section-left h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 96px;

	line-height: 110px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}


.about-page-top-section-left p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #666666;
	padding: 0px 0px 30px 0px;
	margin: 0px;

}

.about-page-top-section-left p span {
	font-weight: 600;
}


.about-page-top-section-left .yellow-butn {
	margin-top: 20px !important;
	display: inline-flex;
}


.about-page-top-section-right {
	position: relative;
	padding: 0px;
	margin: 0px;
}


.about-page-top-section-right-img1 {
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;

}


.about-page-top-section-right-img1 img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-page-top-section-right-img1:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-page-top-section-right-img2 {
	position: absolute;
	left: 110px;
	background: #fff;

	height: 400px;
	width: 350px;
	border-radius: 20px;
	top: 330px;
	padding: 20px 20px;
}


.about-page-top-section-right-img2-img {
	height: 227px;
	border-radius: 20px;
	overflow: hidden;

}


.about-page-top-section-right-img2-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-page-top-section-right-img2-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-page-top-section-right-img2-text {
	padding: 0px;
	margin: 0px;
}


.about-page-top-section-right-img2-text h4 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #000;
	margin: 0px;
	padding: 20px 0px 10px;
}

.about-page-top-section-right-img2-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 25px;
	letter-spacing: 0%;
	color: #666666;
	padding: 0px;
	margin: 0px;
}


.new-life-section {
	padding: 100px 0px;
	margin: 0px;
}


.new-life-section-header {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.new-life-section-header h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 0px 300px;
	margin: 0px 0px 50px 0px;
}

.new-life-section-header p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #666666;
	padding: 0px 400px;
	margin: 0px;
}


.new-life-box {
	background: #F6F6F6;
	padding: 40px 40px;
	margin: 0px 0px 30px 0px;
	height: 450px;
}


.new-life-box-number {
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;

	color: #1B1810;
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 90px 0px;
	padding: 20px 0px;
}

.new-life-box h5 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.new-life-box p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #666666;
	padding: 0px;
	margin: 0px 120px 0px 0px;
}


.new-life-box:hover {
	background: #9D9463;
}


.new-life-box:hover .new-life-box-number {

	color: #fff;
}


.new-life-box:hover h5 {
	color: #fff;
}


.new-life-box:hover p {
	color: #fff;
}


.about-our-client {
	padding: 100px 0px;
	margin: 0px;
}


.about-our-client-text {
	padding: 0px;
	margin: 0px;
}

.about-our-client-text h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 72px;
	line-height: 71px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.about-our-client-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	color: #666666;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-our-client-text ul {
	margin: 0px;
	padding: 20px 30px;
}

.about-our-client-text ul li {
	font-family: Inter;
	font-weight: 600;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #666666;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	position: relative;
}


.about-our-client-text ul li::before {
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #666666;
	position: relative;
	top: -2px;
	margin-right: 15px;
}

.about-our-client-img {
	padding: 0px;
	margin: 0px;
	float: right;
}


.our-promise-section {
	padding: 100px 0px;
	margin: 0px;
}


.our-promise-section h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.our-promise-body {
	margin: 0px 300px;
	padding: 0px;
}


.our-promise-box {

	margin: 0px auto;
	text-align: center;
	padding: 0px 50px;
}


.our-promise-box-icon {
	width: 130px;
	height: 130px;
	background: #7D764D;
	border-radius: 50%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-promise-box-icon img {
	width: auto;
	height: auto;
	object-fit: contain;
}


.our-promise-box-text {
	margin: 40px 0px 0px;
	padding: 0px;
}


.our-promise-box-text h3 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 32px;

	line-height: 38px;
	letter-spacing: 2%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.our-promise-box-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;

	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #666666;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


/*================================================
about page CSS
=================================================*/


/*================================================
services page CSS
=================================================*/


.services-top-section {
	padding: 100px 0px;
	margin: 0px;
}

.services-top-section h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}


.services-categories-box {

	padding: 20px 20px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	margin: 0px 0px 40px 0px;
}

.services-categories-box:hover {
	background-color: #fff;
	border: 1px solid #000;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}


.services-categories-box-img {
	width: 100%;
	height: 320px;
	margin: 0px auto;
	overflow: hidden;
}

.services-categories-box-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.services-categories-box-text {
	padding: 25px 0px 0px;
	text-align: center;
}

.services-categories-box-text h6 {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.categories-box:hover .services-categories-box-text h6 {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 18px;
	color: #7D764D;
}


/*================================================
services page CSS
=================================================*/


/*================================================
testimonial page CSS
=================================================*/


.testimonial-body-section {
	padding: 100px 0px;
	margin: 0px;
}

.testimonial-body-section h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: left;
	text-transform: uppercase;
	color: #000000;

	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.testimonial-body-section h6 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 30px;

	line-height: 36px;
	letter-spacing: 0%;
	color: #000000;
	text-align: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.testimonial-box {
	padding: 40px 40px;
	margin: 0px 0px 50px 0px;
}


.testimonial-box:nth-child(odd) {
	background: #f6f5f0;
}

.testimonial-box:nth-child(even) {
	background: #F6F6F6;
}


.testimonial-box-text {
	padding: 0px;
	margin: 0px;
}


.testimonial-box-text h3 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.testimonial-box-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #666666;
	padding: 0px 100px 20px 0px;
	margin: 0px;
}

.testimonial-box-text p span {
	font-weight: 600;
	margin-bottom: 49px !important;
	display: inline-flex;
}


.testimonial-box-text h6 {
	font-family: Inter;
	font-weight: 400;
	font-style: Bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.testimonial-box-text h6 span {
	font-weight: 700;
}


.testimonial-box-img {
	padding: 0px;
	margin: 0px;
}


/*================================================
testimonial page CSS
=================================================*/


/*================================================
contact page CSS
=================================================*/


.contact-page-section {
	padding: 100px 0px 200px;
	margin: 0px;
}

.contact-section-outer {
	box-shadow: 0px 0px 83.93px 41.96px #00000008;
	border-radius: 20px;
	background-color: #fff;
	padding: 20px 20px;
}

.contact-section-left {
	padding: 60px 40px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/info-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 900px;
	width: 100%;
}

.contact-section-left h2 {
	font-family: Instrument Serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -1%;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.contact-section-left p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.footer-info-link {
	margin: 150px 0px 250px;
	padding: 0px;
}

.footer-info-link p {
	padding: 0px 0px 20px 0px;
	display: flex;
	word-break: break-word;
	margin: 0px;
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	letter-spacing: 0%;
	color: #FFFFFF;
	opacity: 1;
	justify-content: start;
	align-items: start;
	gap: 10px;
}

.footer-info-link p a {
	color: #FFFFFF;
}


.footer-info-link p a:hover {
	color: #000;
}


.footer-info-link p span.f-icon {
	margin-right: 25px;
	width: 25px;
	height: auto;
	margin-top: 0px;
}


.footer-info-link p span.f-text {
	width: 60%;
}


.footer-social-icon {
	margin: 0px;
	padding: 0px;
}


.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 25px;
	align-items: start;
	padding: 0px;
	margin: 0px;
}


.footer-social-icon ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 45px;
	height: 45px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	padding: 9px 0px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

.footer-social-icon ul li a {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
}


.footer-social-icon ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
	background: #fff;
	color: #000;
}


.contact-section-right {
	padding: 50px 0px;
	margin: 0px;
}

.product-box-img img {
    height: 220px;
}

/*About Page*/

.inner-pages {
    padding: 65px 0px;
}
.aboutuspage-text {
    margin: 0px 0px;
    padding: 0px 50px 30px 0px;
    position: relative;
    width: 100%;
}

.aboutuspage-text h2 {
      font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #4E2E13;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.inner-pages p {
      font-family: Albert Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.28px;
    vertical-align: middle;
    color: #060118;
    margin: 0px;
    padding: 0px;
}

.aboutrightimg {
    margin: 22px 0px 22px 0px;
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.aboutrightimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our_team_listing_even {
    padding: 30px 0;
}

.product-middle h3 {
   font-family: Anton;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #4E2E13;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
.product-middle p {
 font-family: Albert Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.28px;
    vertical-align: middle;
    color: #060118;
    margin: 0px;
    padding: 0px;
}
.team_img img {
    width: 100%;
}

.our_team_listing_odd {
    background: #cccccc33;
    padding: 30px 0;
}


.inner-banner-section {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.inner-banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner-banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(289.97deg, rgba(0, 0, 0, 0) 11.7%, rgba(0, 0, 0, 0.25) 99.75%);
}
.inner-banner-section-text {
    position: absolute;
    top: 135px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.inner-banner-section-text h1 {
    text-align: center;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 4vw;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 20px;
    line-height: 4vw;
    padding-bottom: 100px;
}
/* ==================================================================*/
/* footer-section */
/* ==================================================================*/

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/





/* WOO Start */


.container-fluid {
    padding: 0px 40px !important;
}

/* ============================================================== */
/* =========================product-category======================*/

.product-order-section {
  background-size: cover;
  padding: 50px 0 20px 0;
  text-align: center;
  position:relative;
}

img.left-img {
    position: absolute;
    left: 0;
    top: 180px;
    width: 224px;
}

img.right-img {
    position: absolute;
    right: 0;
    top: 180px;
    width: 203px;
}


.product-order-section h1 {
	font-weight: 800;
	font-size: 55px;
	line-height: 70px;
	letter-spacing: 0%;
	text-align: center;
	color: #4E2E13;
	padding: 0px 7%;
	margin: 0px 0px 18px 0px;
}

.product-order-section p {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #363636;
	padding: 0px;
	margin: 0px 0px 24px 0px;
}

.team_img {
	border-radius: 20px;
	overflow: hidden;
}


/* ============================================================== */
/* =========================product-order-section=================*/

.biodegradable-box {
	border-radius: 25px;
	margin-bottom: 30px;
	height: auto;
	transition: all 0.4s ease;
	border: 1px solid #ccc;
	overflow: hidden;
}

.biodegradable-box-img {
	max-width: 100%;
	height: auto;
	margin: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.biodegradable-box-img img {
	max-width: 100% !important;
	height: 100%;
	margin: 0px;
	width: 100%;
}

/* ============================================================== */
/* =========================product-category======================*/


.our-products-section {
	padding: 40px 0px 60px 0px;
	margin: 0px;
    background-size: cover;
	overflow: hidden
}


.our-products-section-2 {
	padding: 40px 0px 60px 0px;
	margin: 0px;
    background-size: cover;
	overflow: hidden
}


/* .our-products-section-header {
	text-align: center;
	margin: 0px 0px 40px;
} */

.our-products-section-header h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #4E2E13;
	padding: 0px;
	margin: 0px;

}


.products-section-inner {
	margin: 35px 0px 0px;
}


.product-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px 10px;
  box-shadow: 0px 4px 10px 0px #0000000F;
  min-height: 300px;
  margin-bottom: 50px;
  height: 100%;
  border: #c9c9c9 1px solid;
}


.product-box-archive {
  margin-bottom: 25px;
  }

.producy-img {
	margin: 0px;
	width: 100%;
	height: 280px;
	padding: 0px;
	overflow: hidden;
	border-radius: 15px;
}


.producy-img img {
	width: 100%;
    height: 100% !important;
    overflow: hidden;
    object-fit: contain;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 15px;
}


.producy-img:hover img {
	transform: scale(1.1);
}

.product-text {
	margin: 0px;
	padding: 17px 0px 0px;
}

.product-text h3 {
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

.product-text-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 10px 0px;
}

.product-text-price p {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #3D3D3D;
	padding: 0px;
	margin: 0px;
}


.product-text-price .cumn-butn-body.smll-red-butn {
  background: #DA7F04;
  padding: 5px 11px;
  font-size: 13px;
  margin: 0px 0px;
  border-radius: 4px;
  color: #fff;
}


.product-text-price .cumn-butn-body.smll-red-butn:hover {
	background: #000;
	color: #fff;
}

.s-ctgry {
    background: #efdabe85;
    padding: 20px;
    /* box-shadow: 0 5px 12px #0000004D; */
    margin-bottom: 25px !important;
    border: 1px solid #ffffff70;
    border-radius: 10px;
    margin-top: 25px;
}

.bapf_head h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #4E2E13;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #DA7F04 !important;
    border: 1px solid #DA7F04 !important;
    background: linear-gradient(to bottom, #fff   0, #DA7F04 30%, #DA7F04 100%) !important;
    box-shadow: inset 0 0 1px 1px #DA7F04 !important;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
    color: #fff !important;;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #DA7F04 !important;;
    background: linear-gradient(to bottom, #DA7F04 0, #DA7F04 100%) !important;;
    border-radius: 3px;
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #DA7F04 !important;;
    background-color: #DA7F04 !important;;
    background: linear-gradient(to bottom, #fff 0, #DA7F04 30%, #DA7F04 100%) !important;;
    box-shadow: 1px 1px 2px #DA7F04, inset 0 0 3px 1px #DA7F04 !important;;
    border-radius: 30px;
} 

.woocommerce-notices-wrapper {
    margin-top: 20px;
}

.orderby {
    border: 1px solid #3A3A3A;
    padding: 9px 14px;
    border-radius: 50px;
    background: #fff;
    margin: 0px 0px 18px 0px;
    width: 76%;
    font-size: 12px;
}


.woocommerce .woocommerce-ordering {
    margin: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
}


.not-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}


p.bg-text {
    background: #60B45A;
    border: 1px solid #60B45A;
    border-radius: 15px;
    padding: 3px 10px 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.priceStock {
    display: flex;
    font-size: 21px;
    color: #000;
    padding: 14px 0px;
    font-weight: 600;
}


.woocommerce:not(.woocommerce-uses-block-theme) div.product p.price,
.woocommerce:not(.woocommerce-uses-block-theme) div.product span.price {
    display: flex;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin: 0 10px 0;
}


.in-stock-color {
    color: #0018F9;
    font-weight: 600;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #4E2E13;
    border: 1px solid #4E2E13;
    background: #4E2E13;
    box-shadow: none;
}


.woocommerce div.product form.cart div.quantity {
/*    float: left;
    margin: 0 4px 0 0;
    width: 100%;*/
}



.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {

    width: 56% !important;
    
}

.woocommerce-product-details__short-description {
    margin-bottom: 18px;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09 !important;
    font-size: 21px !important;
    line-height: 34px;
    font-weight: 600;
    margin: 0 10px 0;
    display: flex;
    align-items: center;
}


/*.quantity {
    margin: 3px 0px !important;
}*/

p.custom-quantity-label {
    font-weight: 600;
    margin-bottom: 5px;
}


h1.product_title.entry-title {
    font-weight: 700;
    font-size: 37px;
    line-height: 42px;
}


.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before,
.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
    color: #FBC02D !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #da7f04  !important;
    color: #ffffff  !important;
    z-index: 2;
    border-bottom-color: #da7f04  !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8  !important;
    background-color: #000000  !important;
    color: #ffffff   !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #ffffff  !important;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 ;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

/*form.cart {*/
/*    display: flex;*/
/*}*/

div#tab-description h2 {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.contact-us-sec {
    padding: 40px 0;
}
.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}
.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresscard-icon img {
    width: 26px;
}
.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #621A4A;
    text-transform: uppercase;
    width: 100%;
}
.contact-us-inn .addresscard p {
    margin: 0px 0px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}
.addresscard p a {
    color: #161413;
    text-decoration: none;
}
.contact_section2 {
    margin-top: 60px;
}
.contact_section2 h3 {
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}
.contact_right .form-group {
    margin-bottom: 23px;
}
.contact_right .form-group label {
    display: inline-block;
    margin-top: 10px;
    float: left;
}
.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 95px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
}

.contact_right .contact_button {
    margin: 33px 0px 0px 0px;
    padding: 10px 25px;
    position: relative;
    border: #000 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    background: #000;
    display: block;
    width: 154px;
    text-align: center;
    font-family: 'Inter';
}

.woocommerce-MyAccount-navigation ul li {
	background: #ffebd3;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px;
	border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul li:hover {
	background: #da7f04;
	color: #fff;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
	background: #da7f04;
	color: #fff;
}

.u-column1.col-1.woocommerce-Address {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 20px;
	margin: 20px 0px;
}

.u-column2.col-2.woocommerce-Address {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 20px;
	margin: 20px 0px;
}

.woocommerce-Address-title.title h2 {
	font-size: 22px;
}

.woocommerce-account .addresses .title .edit {
	float: right;
	background: #ccc9;
	padding: 10px 16px;
	border-radius: 9px;
	font-weight: bold;
	margin-top: -32px;
	margin-bottom: 20px;
	font-size: 14px;
}


.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background: #db8005;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	line-height: 18px;
}


.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover { 	background: #000;
	color: #fff; }



.abt_innerimg img {
    width: 100%;
    height: 300px;
    object-fit: fill;
}
.abt_innerimg {
    margin-bottom: 16px;
    cursor: pointer;
}

/* ============================================================== */
/* =========================Our Products======================== */


.single-product table.variations tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
}

.woocommerce .quantity .qty {
    text-align: left;
}

.woocommerce .quantity .qty {
    text-align: left;
}

.single label {
    display: inline-block;
    width: 100%;
}

.woocommerce .quantity .qty {
        width: 111px !important;
    height: 39px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.woocommerce div.product form.cart .button {
    text-transform: capitalize;
    background: #da7f04;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 13px 0px;
    width: 115px;
    color: #fff;
    float:none;
    
}

/*.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {*/
/*    display: flex;*/
/*}*/
/*.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {*/
/*    display: flex;*/
/*}*/

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    max-width: 100%;
    vertical-align: middle;
    width: 100% !important;
}
/* WOO End */

.product_customsec {
 margin-bottom: 1px;
}

.product_customsec p{
 padding-bottom: 8px;   
}

.product_customsec p span{
    font-size: 18px;
    color: #000;
    font-weight: 600;  
}

.woocommerce div.product form.cart .variations select{
    padding: 0 14px;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display: none !important;
}

table.woocommerce-product-attributes.shop_attributes {
    margin-top: 15px;
}

