* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--gold: #c79a3c;
	--gold-dk: #a87d2c;
	--gold-lt: #e0b966;
	--cream: #fbf4ea;
	--cream-dk: #f3e6d3;
	--brown: #3a2a14;
	--dark: #2b2117;
	--mid: #5a5046;
	--muted: #8a8175;
	--border: #e9dfcd;
	--white: #ffffff;
	--green-acc: #6b7a4f;
}

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%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Manrope", sans-serif;
	overflow-x: hidden;
}

.custom-container {
	max-width: 1600px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 80px 0px;
	margin: 0px;
}

.cmn-butn {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	padding: 12px 30px;
	transition: all 0.3s ease-in-out;
	width: fit-content;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.btn-gold {
	background: linear-gradient(180deg, #e7c57f 0%, #b89651 100%);
	color: #121607;
}

.btn-gold:hover {
	background: #121607;
	color: #fff;
}

.btn-gold span {
	width: 30px;
	height: 30px;
	background: #ffffff;
	text-align: center;
	color: #121607;
	font-size: 16px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-outline-gold {
	background: transparent;
	color: var(--dark);
	border: 1.5px solid var(--dark);
	border-radius: 50px;
	padding: 10px 24px;
	font-size: 0.82rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition:
		background 0.25s,
		border-color 0.25s,
		color 0.25s;
	cursor: pointer;
}

.btn-outline-gold:hover {
	background: var(--gold);
	border-color: var(--gold);
	color: #fff;
}

.wht-butn {
	background: #fff;
	color: #121607;
}

.wht-butn:hover {
	background: #000;
	color: #fff;
}

.wht-butn span {
	width: 30px;
	height: 30px;
	background: linear-gradient(180deg, #e7c57f 0%, #b89651 100%);
	text-align: center;
	color: #121607;
	font-size: 16px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

h2 {
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 0.21px;
	letter-spacing: 0%;
	color: #322f2e;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

h6 {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding: 0px 0px 25px 0px;
	margin: 0px;
	color: #322f2e;
	position: relative;
}

p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #636160;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* ========NAVBAR===========*/

.main-nav {
	margin: 0px;
	padding: 15px 0px;
	width: 100%;
	height: auto;
	transition: all 0.1s ease 0s;
	background: #f8f4f3;
}

.main-nav.scroll {
	background: #e7e2df;
	height: auto;
	padding: 10px 0px;
	transition: background-color 0.5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
	z-index: 999;
}

.site-nav {
	padding: 0px;
	margin: 0px;
	transition:
		box-shadow 0.3s,
		padding 0.3s;
	background: transparent;
}

.logo {
	width: 260px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 25%;
	margin: 5px 0px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1px;
}

.stellarnav>ul>li>a {
	font-family: Manrope;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #322f2e;
	padding: 0px 20px 10px;
}

.stellarnav>ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 16px;
	right: 16px;
	height: 2px;
	background: var(--gold);
	border-radius: 2px;
	transform: scaleX(0);
	transition: transform 0.3s;
}

.stellarnav>ul>li>a:hover {
	color: var(--gold-dk) !important;
}

.stellarnav>ul>li>a:hover::after,
.stellarnav>ul>li>a.active::after {
	transform: scaleX(1);
}

.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;
	border-bottom: #ccccccb8 1px solid;
}

.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: #f9f9f9;
	color: #a4b4e8;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #a4b4e8;
}

.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;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: end;
	margin-top: 0px;
	height: 100%;
}

.usercard {
	position: relative;
}

.usercard a {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	padding: 0px;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #e7c57f 0%, #b89651 100%);
	justify-content: center;
}

.usercard a i {
	color: #121607;
	font-size: 18px;
}

.caunt {
	position: absolute;
	top: -11px;
	right: -11px;
	font-size: 13px;
	background: #603b2a;
	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-size: 13px;
}

/* ========NAVBAR===========*/

/* =======banner-section====*/

.hero-section {
	position: relative;
	min-height: 100vh;
	background-size: cover;
	background-position: center top;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg,
			rgba(18, 22, 7, 0) 55.26%,
			#12160730 100%);
	z-index: 0;
	pointer-events: none;
}

.hero-section .custom-container {
	width: 100%;
}

.hero-content {
	position: relative;
	z-index: 1;
	padding: 0px 300px 0px 0px;
}

.hero-content h6 {
	font-family: Manrope;
	font-weight: 400;

	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;

	color: #322f2e;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
}

.hero-content h6::after {
	content: "";
	width: 80px;
	height: 2px;
	background: var(--gold);
	position: absolute;
	left: 269px;
	top: 16px;
}

.hero-content h1 {
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 56px;
	line-height: 66px;
	letter-spacing: 0px;
	color: #322f2e;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.hero-content p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #636160;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.hero-btns {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    align-items: center;
    background: #f5e9e6;
    border-radius: 20px;
    padding: 29px 6px;
    gap: 9px;
    margin-top: 50px;
    max-width: 600px;
    justify-content: space-between;
}

.hero-stat {
	padding: 0 9px;
	border-right: 1px solid #e7c57f;
	text-align: left;
	width: 100%;
}

.hero-stat:last-child {
	border-right: none;
}

.hero-stat .num {
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.hero-stat .lbl {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #636160;
	margin: 0px;
	padding: 0px;
}

.hero-img-col {
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hero-img-col img {
	max-height: 480px;
	object-fit: contain;
	animation: heroFloat 6s ease-in-out infinite alternate;
}

@keyframes heroFloat {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-14px);
	}
}

/* =======banner-section===========*/

/* ==========wedo-section==========*/

.wedo-section {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.wedo-section-header {
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 80px 0px;
}

.wedo-section-header h6::before {
	content: "";
	width: 60px;
	height: 2px;
	background: var(--gold);
	position: absolute;
	top: 15px;
	left: 40%;
}

.wedo-section-header h6::after {
	content: "";
	width: 60px;
	height: 2px;
	background: var(--gold);
	position: absolute;

	top: 15px;
	right: 40%;
}

.wedo-section-header p {
	margin: 0px auto;
	max-width: 45%;
}

/* circular feature image */
.wedo-img-wrap {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
}

.wedo-circle {
	border-radius: 50% / 40%;
	overflow: hidden;
	height: 650px;
	position: relative;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.13);
	z-index: 99;
}

.wedo-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}

.wedo-circle:hover img {
	transform: scale(1.05);
}

.wedo-blob {
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: var(--cream-dk);
	left: -60px;
	top: 40px;
	z-index: -1;
	opacity: 0.7;
}

.wedo-pattern {
	position: absolute;
	left: -101px;
	bottom: -55px;
	width: 259px;
	opacity: 1.4;
	z-index: 999;

	/*animation: leafFloat 5s ease-in-out infinite;*/
	transform-origin: center center;
}

@keyframes leafFloat {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	25% {
		transform: translate(-10px, -15px) rotate(-5deg);
	}

	50% {
		transform: translate(0, -30px) rotate(3deg);
	}

	75% {
		transform: translate(10px, -15px) rotate(-3deg);
	}

	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.wedo-pattern-box {
    position: absolute;
    right: -36px;
    bottom: -10px;
    width: 120px;
    z-index: 9;
    display: none;
}

/* service item rows */
.svc-row {
	display: flex;
	gap: 60px;
	background: #fff;
	border-radius: 24px;
	padding: 30px 61px;
	margin-bottom: 20px;
	transition: all 0.35s;
	cursor: pointer;
	border: 1px solid #dedede;
	height: 100%;
}

.svc-row:hover {
	transform: translateX(6px);
	border: 1px solid #f8f4f3;
	background: #f8f4f3;
}

.svc-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	flex-shrink: 0;
	background: linear-gradient(180deg, #e7c57f 0%, #b89651 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.35s;
}

.svc-row:hover .svc-icon {
	transform: scale(1.1) rotate(-6deg);
}

.svc-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.svc-title {
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #322f2e;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.svc-list {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.svc-list li {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #636160;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.svc-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gold);
	margin-top: 11px;
	flex-shrink: 0;
}

.svc-learn {
	font-family: Manrope;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #322f2e;
	text-align: center;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: gap 0.25s;
}

.svc-row:hover .svc-learn {
	gap: 9px;
}

/* ==========wedo-section==========*/

/* ==========meet-section==========*/

.meet-section {
	position: relative;
	overflow: hidden;
}

.meet-section-left {
	padding: 0px 200px 0px 0px;
}

.meet-section-left h6::after {
	content: "";
	width: 80px;
	height: 2px;
	background: var(--gold);
	position: absolute;
	left: 269px;
	top: 16px;
}

.meet-section-left h4 {
	font-family: Manufacturing Consent;
	font-weight: 400;

	font-size: 32px;

	line-height: 32px;
	letter-spacing: 0px;
	color: #636160;
	margin: 10px 0px;
	padding: 0px;
}

.meet-img-wrap {
	position: relative;
	max-width: 420px;
	margin: 0 auto;
}

.meet-circle {
	border-radius: 50% / 40%;
	overflow: hidden;
	height: 520px;
}

.meet-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s;
}

.meet-circle:hover img {
	transform: scale(1.05);
}

.meet-pattern {
    position: absolute;
    right: -135px;
    top: -85px;
    width: 280px;
    /* animation: leafMove 8s ease-in-out infinite; */
}


.about-page-section .meet-pattern {
    position: absolute;
    right: -135px;
    top: -109px;
    width: 230px;
    /* animation: leafMove 8s ease-in-out infinite; */
}

@keyframes leafMove {
	0% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}

	25% {
		transform: translateY(-15px) translateX(-12px) rotate(-8deg);
	}

	50% {
		transform: translateY(-30px) translateX(10px) rotate(8deg);
	}

	75% {
		transform: translateY(-15px) translateX(-8px) rotate(-5deg);
	}

	100% {
		transform: translateY(0) translateX(0) rotate(0deg);
	}
}

.meet-pattern-box {
	position: absolute;
	left: -48px;
	bottom: -40px;
	width: 120px;
	z-index: 9;
}

.meet-quote-card {
	position: absolute;
	bottom: -25px;
	right: -50px;
	background: #fff;
	border-radius: 24px;
	padding: 16px 20px;
	max-width: 265px;
	box-shadow: 0px 4px 12.3px 0px #a2746040;
	animation: cardFloat 5s ease-in-out infinite alternate;
}

@keyframes cardFloat {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10px);
	}
}

.meet-quote-card p {
	font-family: Playfair Display;
	font-weight: 500;
	font-style: Italic;
	font-size: 20px;

	line-height: 30px;
	letter-spacing: 0px;
	color: #636160;
}

/* ==========meet-section==========*/

/* ==========features-section==========*/

.features-section {
	background: #f8f4f3;
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}

.features-section h2 {
	text-align: center;
	margin-bottom: 50px;
}

.feature-card {
	background: #fff;
	border-radius: 24px;
	padding: 50px;
	text-align: center;
	height: 100%;
	transition: all 0.35s;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	border: 1.5px solid transparent;
}

.feature-card:hover {
	transform: translateY(-9px);
	box-shadow: 0 22px 50px rgba(199, 154, 60, 0.18);
	border-color: var(--gold-lt);
}

.feature-icon {
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.35s;
}

.feature-card:hover .feature-icon {
	transform: rotate(8deg) scale(1.08);
}

.feature-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	transition: filter 0.35s;
}

.feature-card h5 {
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 20px;

	line-height: 28px;
	letter-spacing: 0.17px;
	text-align: center;
	color: #322f2e;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.feature-card p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	color: #636160;
	padding: 0px;
	margin: 0px;
}

/* ==========features-section==========*/

/* ==========consult-section==========*/

.consult-section {
	position: relative;
	overflow: hidden;
}

.consult-section-left {
	padding: 0px;
	margin: 0px;
}

.consult-section h2 {
	max-width: 70%;
}

.consult-section p {
	max-width: 100%;
	padding: 0px 0px 50px 0px;
}

.contact-info-box {
	background: linear-gradient(180deg,
			rgba(231, 197, 127, 0.2) 0%,
			rgba(184, 150, 81, 0.2) 100%);
	border-radius: 14px;
	padding: 30px;
	position: relative;
	width: 100%;
}

/* 
    .contact-info-box::after{
      content:'';position:absolute;top:-10px;right:-10px;width:60px;height:60px;opacity:.4;
      background:url('images/we-do-icon.png') no-repeat center / contain;
    } */

.contact-info-box h6 {
	font-family: Manrope;
	font-weight: 500;
	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0.22px;
	color: #322f2e;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.contact-info-box p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #636160;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	max-width: 100%;
}

.contact-detail {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #322f2e;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.contact-detail i {
	color: var(--gold-dk);
	width: 17px;
	font-size: 18px;
}

.consult-form-card {
	background: #f8f4f3;
	border-radius: 16px;
	padding: 50px;
	position: relative;
	overflow: hidden;
	margin: 100px 0px 0px 80px;
}

.consult-form-card::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -14px;
	width: 120px;
	height: 155px;
	opacity: 0.5;
	background: url("../images/we-do-icon.png") no-repeat center / contain;
}

.form-label-sm {
	font-family: Manrope;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #322f2e;
	margin-bottom: 10px;
	display: block;
}

.form-control-c {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 11px 14px;
	font-family: Manrope;
	font-size: 14px;
	color: var(--dark);
	outline: none;
	background: #fff;
	transition: border-color 0.25s;
	margin-bottom: 18px;
}

.form-control-c:focus {
	border-color: var(--gold);
}

.form-control-c::placeholder {
	color: var(--muted);
}

.consult-form-card .cmn-butn.btn-gold {
	border: none;
	margin-top: 10px;
}

/* ==========consult-section==========*/

/* ==========testi-section============*/

.testi-section {
	background: url("../images/testimoni-bg.png") center/cover no-repeat;
	position: relative;
}

.testi-card {
	background: #fff;
	border-radius: 24px;
	padding: 40px;
	margin: 20px 0px;
	box-shadow: 0px 4px 12.3px 0px #a2746040;
	transition: all 0.35s;
	height: 330px;
}

.testi-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.14);
}

.testi-stars {
	margin-bottom: 25px;
	justify-content: start;
	display: flex;
	gap: 6px;
	align-self: center;
}

.testi-stars i {
	color: var(--gold);
	font-size: 16px;
}

.testi-text {
	font-family: Playfair Display;
	font-weight: 500;
	font-style: Italic;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #636160;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.testi-author {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testi-avatar {
	width: 60px !important;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.testi-name {
	font-family: Manrope;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.testi-role {
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #636160;
	margin: 0px;
	padding: 0px;
}

.testi-owl .owl-dots {
	position: absolute;
	bottom: -40px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.testi-owl .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #fff !important;
	display: block;

	transition: opacity 0.2s ease;
	border-radius: 50%;
}

.testi-owl .owl-dots .owl-dot.active span,
.testi-owl .owl-dots .owl-dot:hover span {
	background: #442d09 !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

/* ==========testi-section============*/

/* ==========cta-band============*/

.cta-band {
	background: #f8f4f3;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.cta-band h2 {
	max-width: 60%;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}

.cta-band-butn {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ==========cta-band============*/

/* ==========footer===============*/

.footer {
	background: #442d09;
	position: relative;
	overflow: hidden;
	padding: 60px 0px;
}

.footer-brand {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.footer-brand img {
	width: 350px;
	height: auto;
	object-fit: contain;
}

.footer-copy {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;

	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.footer h6 {
	font-family: Manrope;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #fff;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 15px;
}

.footer-links a {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	transition: all 0.25s;
}

.footer-links a:hover {
	color: var(--gold-lt);
	padding-left: 4px;
}

/* ==========footer===============*/

/* =====ANIMATIONS==============*/

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(26px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-26px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.a1 {
	animation: fadeInLeft 0.8s ease 0.05s both;
}

.a2 {
	animation: fadeInUp 0.8s ease 0.15s both;
}

.a3 {
	animation: fadeInUp 0.8s ease 0.3s both;
}

.a4 {
	animation: fadeInUp 0.8s ease 0.45s both;
}

/* =====ANIMATIONS==============*/

/* =================================== */
/* =============my-css-end===========*/
/* =================================== */

.stellarnav .icon-close {
	right: 12px;
}

.stellarnav .icon-close::after {
	border-bottom: solid 3px #fff;
}

.stellarnav .icon-close::before {
	border-bottom: solid 3px #fff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #603b2a;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	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
=================================================*/

/*================================================
moveing CSS
=================================================*/
.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition:
		opacity 0.9s var(--transition-smooth),
		transform 0.9s var(--transition-smooth);
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-delay-1 {
	transition-delay: 0.12s;
}

.reveal-delay-2 {
	transition-delay: 0.24s;
}

.reveal-delay-3 {
	transition-delay: 0.36s;
}

.reveal-delay-4 {
	transition-delay: 0.48s;
}

/*================================================
moveing CSS
=================================================*/

/*================================================
inner-pages
=================================================*/

/*=============about-page========================*/
.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 300px;
	background: #f8f4f3;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Playfair Display;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.21px;
	color: #322f2e;
	padding: 0px;
	margin: 0px;
}

.about-page-section {
	position: relative;
	overflow: hidden;
}

.about-page-section .meet-section-left {
	padding: 0px;
}

.about-page-section .mid-content p {
	margin: 60px 0px 0px 0px;
	padding: 0px;
}

/*=============about-page========================*/

/*=============contact-page========================*/

.contact-page-info-box {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

.contact-page-info-icon {
	width: 80px;
	height: 80px;
	background: #be9c56;
	border-radius: 50%;
	padding: 15px 0px;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-page-info-icon i {
	color: #121607;
	font-size: 30px;
}

.contact-page-info-text {
	margin: 30px 0px 0px;
	padding: 0px;
}

.contact-page-info-text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #18100f;
	padding: 0px;
	margin: 0px;
}

.contact-page-info-text p a {
	color: #18100f;
}

.contact-page-info-text p a:hover {
	color: #be9c56;
}

.get-in-touch {
	background: #603b2a;

	margin: 0px;
	text-align: center;
}

.get-in-touch {
	margin: 0px auto;
}

.get-in-touch h2 {
	color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.frm-section-inner .form-row .form-control {
	background: #e8e8e8;
	border-radius: 6px;
	opacity: 1;
	padding: 12px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #212222;
	margin: 0px 0px 15px 0px;
}

.frm-section-inner .form-control::placeholder {
	color: #212222;
	opacity: 1;
}

.get-in-touch .cmn-butn.btn-gold {
	margin: 20px auto;
	border: none;
}

.google-location {
	border-radius: 15px;
	width: 100%;
	overflow: hidden;
	height: 500px;
}

/*=============contact-page========================*/

/*================================================
inner-pages
=================================================*/

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/


textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100px;
}

.service-page-listion .svc-row {
    display: block;
    margin-left: 0px;
}

.service-page-listion .svc-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.get-in-touch .wpcf7-response-output {
    color: #fff;
}

.home-contact-btn {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.home-contact-top {
    text-align: center;
}

.hero-stat .num span {
    font-weight: 800;
    font-size: 38px;
}

.wedo-pattern {
	position: absolute;
	left: -101px;
	bottom: -77px;
	width: 200px;
	opacity: 1.4;
	z-index: 999;
	/* animation: leafFloat 5s ease-in-out infinite; */
	transform-origin: center center;
}

.wedo-pattern {
	transform: rotate(-40deg);
}

@keyframes rotatePattern {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.getquote a{
background-color: #0b2c69;
color: #ffffff;
border: 1px solid #0b2c69;
font-size: 13px;
padding: 10px 12px;
border-radius: 5px;
position: relative;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
z-index: 1;
width: fit-content;
display: inline-flex;
font-family: Poppins;
}

