* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--primary-color: #003325;
	--secondary-color: #c5a957;
	--bg-color: #f3f1ed;
	--white: #fff;
	--black: #202123;
	--golden: #cbbf9c;
	--textcolrp: #202123;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

p {
	font-family: "Poppins", sans-serif;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.col-20 {
	flex: 0 0 auto;
	width: 20%;
}

/* .custom-container {
	max-width: 1433px;
	margin: 0px auto;
	width: 100%;
	border: 1px solid #000;

} */


.custom-container {
	max-width: 1300px;
	margin: 0px auto;
	width: 100%;
	/* border: 1px solid #000; */
}


/*========== header start=============*/

.header {
	padding: 39px 0 22px;
	margin: 0;
	/* position: fixed; */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/* background: #fff; */
	background-color: #f3f2ed;
	z-index: 88;
	/* box-shadow: 8px 0px 9.17px 0px #EFF1F9A1; */
	transition: all 300ms ease-in-out;
	overflow: hidden;
}

.header.sticky {
	padding: 15px 0;
	background: #040809;
}

.header.is-sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
	backdrop-filter: blur(10px);
	animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.header .header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 66px 0 60px;
	margin: 0;
	/*align-items: center;*/
}

.header .logo {
	max-width: 357px;
	transition: all 300ms ease-in-out;
}

.header .logo img {
	max-width: 100%;
}

.header.sticky .logo {
	max-width: 200px;
}

.header .rt-side .hdcont a {
	font-size: 18px;
	line-height: 1.2;
	color: #003325;
	font-weight: 500;
	padding: 0;
	margin: 0;
	display: inline-block;
	transition: all 300ms ease-in-out;
}

.header .rt-side .hdcont a:hover {
	color: #c6aa58;
}

.header .rt-side {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0px;
	margin: 0;
}

.header .rt-side .hd-social ul {
	display: flex;
	align-content: center;
	gap: 15px;
	align-items: center;
	padding: 0;
	margin: 0;
}

.header .rt-side .hd-social ul li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #003325;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 300ms ease-in-out;
	font-size: 20px;
}

.header .rt-side .hd-social ul li a:hover {
	background: #c6aa58;
}

.header .rt-side .menuHum .menuBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
}

.header .rt-side .menuHum .menuBtn li {
	width: 40px;
	height: 5px;
	border-radius: 6px;
	background: #003325;
}

.banner {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.banner img {
	width: 100%;
}


.inner-banner {
	position: relative;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.inner-banner img {
	width: 100%;
}


.inner-banner .overlay {
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000005;
	background-size: auto;
	overflow: hidden;
	background-size: 100%;
	margin: 0px;
}

.inner-banner h1 {
	font-size: 107.16px;
	line-height: 1;
	color: var(--white);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: absolute;
	bottom: 40px;
	left: 310px;
	max-width: auto;

	display: flex;
	justify-content: start;
	align-items: center;
	height: 185px;
}


/* ========================================= */
/* ==========header-end======================*/
/* ========================================= */


/* ========================================= */
/* ==========about-start====================*/
/* ========================================= */

.about-section {
	padding: 100px 0px 160px 0px;
	margin: 0px;
	background-color: var(--white);
	overflow: hidden;

}

.about-section-left {
	padding: 0px 0px 0px 73px;
	margin: 0px;
}

.about-section-left h1 {
	font-size: 80px;
	line-height: 1;
	color: var(--primary-color);
	font-weight: 600;
}

.about-section-right {
	padding: 0px 0px 0px 100px;
}

.round-icon {
	position: relative;
	width: 114px;
	height: 114px;
	margin: -94px 0px 30px auto;
	justify-content: end;
	display: flex;

}

/* .round-icon::before {
	content: "";
	width: 3px;
	height: 145px;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
	background: var(--bg-color);
	top: -120px;
	left: 55px;
} */


.round-icon img {
	width: 114px;
	height: 114px;
}

.about-text {
	padding: 0px;
	margin: 100px 0px 0px;
}

.about-text p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

.read-butn {
	margin: 30px 0px 0px 0px;
	display: inline-block;
	color: #202123;
	font-size: 16px;
}

.read-butn:hover {
	color: var(--secondary-color);
}

.read-butn span {
	width: 30px;
	height: 30px;
	background: #202123;
	text-align: center;
	padding: 8px 8px;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	margin-right: 6px;
	font-size: 14px;
}

.read-butn:hover span {
	background: var(--secondary-color);
}


.about-text a {
	color: #202123;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.about-text a:hover {
	color: var(--secondary-color)
}

/* ========================================= */
/* ==========about-start====================*/
/* ========================================= */


/* ========================================= */
/* ==========why-choose====================*/
/* ========================================= */

.why-choose-section {
	padding: 0px 0px 160px 0px;
	margin: 0px;
	background-color: var(--white);
	overflow: hidden;
}

.tittle-section {
	padding: 0px 0px 100px 73px;
	margin: 0px;
}

.tittle-section h3 {
	font-size: 55px;
    line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}


/* .tittle-section h3::after {
	content: "";
	width: 66%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 46px;
	right: -241px;
} */


.why-choose-body-section {
	padding: 0px 0px 0px 70px;
	margin: 0px;
}

.why-choose-box {
	padding: 0px;
	margin: 0px 0px 80px 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;

}

.why-choose-box-icon {
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	background: #f3f1ed;
	position: relative;
	/* transform: scale(0.3); */
}

.icon-line {
	width: 3px;
	height: 0px;
	position: absolute;
	margin: 0px;
	font-size: 20px;
	background: #f3f1ed;
	top: 80px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}

.why-choose-box-icon::after {
	content: "";
	width: 3px;
	height: 195px;
	position: absolute;
	margin: 0px;
	font-size: 20px;
	background: #f3f1ed;
	top: 80px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}

.why-choose-box-icon h6 {
	font-size: 32px;
	line-height: 80px;
	color: #c6aa58;
	font-weight: 600;
	margin: 0px;
}

.why-choose-box-text {
	padding: 80px 0px 0px 0px;
	margin: 0px;
}

.why-choose-box-text h4 {
	font-size: 30px;
	line-height: 30px;
	color: #202123;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.why-choose-box-text p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	max-width: 325px;
}

.grn-butn {
	width: 190px;
	background: var(--primary-color);
	text-align: center;
	margin: 0px;
	height: 65px;
	padding: 20px 35px;
	font-size: 16px;
	font-weight: 500;
	color: var(--bg-color);
}

.grn-butn:hover {
	background: var(--secondary-color);
}


/* ========================================= */
/* ==========why-choose====================*/
/* ========================================= */


/* ========================================= */
/* ==========our services====================*/
/* ========================================= */

.our-services-section {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.our-services-text-box {
	background: var(--primary-color);
	padding: 100px 130px;
	margin: 0px;
	height: 510px;
	width: 100%;
	margin-bottom: 11px;
}

.our-services-text-box h3 {
	font-size: 55px;
	line-height: 65px;
	color: var(--white);
	font-weight: 600;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	position: relative;
}

/* 
.our-services-text-box h3::after {
	content: "";
	width: 78%;
	height: 10px;
	position: absolute;
	background: var(--golden);
	top: 58px;
	right: -130px;
} */

.our-services-text-box p {
	font-size: 16px;
	line-height: 28px;
	color: var(--golden);
	font-weight: 400;
	padding: 0;
	margin: 0px;
	text-align: left;
	max-width: 409px;
}

.our-services-image-box {
	width: 100%;
	height: 510px;
	position: relative;
	overflow: hidden;
}

.our-services-image-box .overlay {
	position: absolute;
	width: auto;
	height: 509px;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000045;
	overflow: hidden;
	background-size: 100%;
	margin: 0px;
}
.our-services-image-box h4 {
	font-size: 55px;
	line-height: 65px;
	color: var(--white);
	font-weight: 600;
	padding: 100px 0px 0px 70px;
	margin: 0px;
}

.our-services-image-box img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*transition: all 0.4s ease;*/
}


/*.our-services-image-box:hover img {*/
/*	-webkit-transform: scale(1.1);*/
/*	transform: scale(1.1);*/
/*}*/


.services-butn {
	position: absolute;
	bottom: 35px;
	right: 80px;
}


.read-butn-wht {
	margin: 0px;
	display: inline-block;
	color: var(--white);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	transition: all 300ms ease-in-out;
}


.read-butn-wht span {
	width: 30px;
	height: 30px;
	background: var(--white);
	text-align: center;
	padding: 8px 8px;
	border-radius: 50%;
	color: #202123;
	display: inline-flex;
	margin-right: 6px;
	font-size: 14px;
}


.read-butn-wht:hover {
	color: var(--secondary-color);
}


.read-butn-wht:hover span {
	background: var(--secondary-color);
}


/* ========================================= */
/* ==========our services====================*/
/* ========================================= */


/* ========================================= */
/* ==========Meet our Team===================*/
/* ==========================================*/

.team-section {
	padding: 160px 0px;
	background-color: var(--bg-color);
	margin: 0px;
	overflow: hidden;
}

.tittle-section-two {
	padding: 0px 73px;
	margin: 0px;
}

.tittle-section-two-text {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.tittle-section-two-text h3 {
	font-size: 55px;
  line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}

/* .tittle-section-two-text h3::after {
	content: "";
	width: 85%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 40px;
	right: -526px;
} */


.tittle-section-two-text .grn-butn {
	margin: 0px;
	z-index: 9;
}

.tittle-section-two p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 30px 0px;
	width: 530px;
	text-align: left;
}


.team-body-section {
	padding: 0px 115px;
	margin: 0px;
}

.photo-frm-one {
	padding: 80px 0px 0px 0px;
}

.photo-frm {
	background: var(--white);
	max-width: 555px;
	height: 633px;
	padding: 25px 25px;
	position: relative;
}

.photo-frm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 -40px;
  display: block;
}

.photo-frm-text-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	top: 0;
	cursor: pointer;
	background: #0003;
	background-size: auto;
	overflow: hidden;
	background-size: 100%;
	margin: 22px 22px;
}

.team-body-section .photo-frm-text-box h4 {
	font-size: 55px;
	line-height: 65px;
	color: var(--white);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: absolute;
	bottom: 105px;
	left: 50px;
	text-align: left;
	width: 60%;
}

.team-body-section .photo-frm-text-box p {
	font-size: 16px;
    line-height: 28px;
	color: var(--white);
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	text-align: left;
	position: absolute;
	bottom: 40px;
	left: 54px;
/* 	width: 57%; */
}

.photo-frm-butn {
	position: absolute;
	bottom: -35px;
	right: -20px;
	width: 140px;
	height: 140px;
	background: var(--primary-color);
	border-radius: 50%;
	border: 25px solid #fff;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s ease-in-out;
}

.photo-frm-butn:hover {
	transition: .3s ease-in-out;
	background: #fff;
	border: 25px solid var(--primary-color);
}

.photo-frm-butn-arrow {
	width: 40px;
	height: 40px;
	background: var(--golden);
	text-align: center;
	padding: 8px 8px;
	border-radius: 50%;
	color: var(--primary-color);
	display: inline-flex;
	margin: 0px;
	font-size: 25px;
}

.photo-frm-butn-arrow:hover {
	background: var(--white);
}

.photo-frm-two {
	padding: 0px;
	margin-top: -50px;
	float: right;
}

/* ========================================= */
/* ==========Meet our Team===================*/
/* ==========================================*/


/* ========================================= */
/* ==========send-msg-section================*/
/* ==========================================*/

.send-msg-section {
	/*padding: 100px 0px;*/
	padding: 20% 0px 30px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(/wp-content/uploads/2025/11/bannerhome.jpg) no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
	width: 100%;
}

.send-msg-section h2 {
	/*font-size: 80px;*/
	font-size: 36px;
	line-height: 1.2;
	color: var(--white);
	font-weight: 600;
	padding: 0px 0px 0px 40px;
	margin: 0px;
	max-width: 700px;
	position: relative;
}

.send-msg-section h2::before {
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	margin: 0px 0px 0px 7px;
	color: #D5E9E5;
	font-size: 20px;
	background: var(--golden);
	top: 0px;
	left: 0px;
}

.send-msg-section .grn-butn {
	margin: 30px 0px 0px 0px;
	display: inline-flex;
	width: auto;
}


/* ========================================= */
/* ==========send-msg-section================*/
/* ==========================================*/


/* ========================================= */
/* ==========blog-section====================*/
/* ==========================================*/

.blog-section {
	padding: 160px 0px 60px 0px;
	margin: 0px;
	background-color: var(--white);
	overflow: hidden;
}

.tittle-section-three {
	padding: 0px 0px 100px 70px;
	margin: 0px;
}


.tittle-section-three h3 {
	font-size: 55px;
    line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}

/* .tittle-section-three h3::after {
	content: "";
	width: 55%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 40px;
	right: 70px;
} */


.blog-section-slider {
	margin: 0px;
	padding: 0px;
}

.blog-section-slider .owl-nav {
	position: absolute;
	top: -156px;
	right: 312px;
}

.blog-section-slider .owl-nav .owl-next {
	position: relative;
	right: -4px;
}


.blog-box {
	padding: 0px;
	margin: 0px;
}

.blog-box-img {
	width: 100%;
	height: 470px;
	position: relative;
}

.blog-box-img .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000054;
	overflow: hidden;
	background-size: 100%;
}

.blog-box-img h6 {
	text-align: right;
	font-size: 22px;
    line-height: 22px;  
	color: var(--white);
	font-weight: 400;
	padding: 0px;
	margin: 30px 30px 0px 0px;
	position: relative;
}

.blog-box-img h5 {
	text-align: left;
	font-size: 25px;
    line-height: 35px;
	color: var(--white);
	font-weight: 500;
	padding: 0px 60px;
	margin: 0px;
	width: 100%;
	/* padding-bottom: 261px; */
	position: absolute;
	top: 335px;
}

.blog-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-box-text {
	padding: 30px 60px;
}

.blog-box-text p {
	font-size: 16px;
  line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 60px;

}

.blog-details-section {
	padding: 90px 0px 0px;
	margin: 0px;
	background-color: var(--white);
}


.blog-details-section-tittle {
	padding: 0px 0px 100px 0px;
	margin: 0px;
}

.blog-details-section-tittle h2 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}


.blog-details-section-tittle h2::after {
	content: "";
	width: 344px;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	bottom: 20px;
	right: 0px;
}


.blog-page-text {
	padding: 0px 40px 0px 0px;
	margin: 0px;
}

.blog-page-text p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: left;
}

.blog-page-image {
	width: 100%;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
}

.blog-page-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.blog-page-fulltext {
	margin: 40px 0px;
	padding: 0px;
}

.blog-page-fulltext p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: left;
}


/* ========================================= */
/* ==========blog-section====================*/
/* ==========================================*/


/* ========================================= */
/* ==========contact-section=================*/
/* ==========================================*/
.contact-section {
	padding: 100px 0px 0px 0px;
	margin: 0px;
	background-color: var(--white);
	overflow: hidden;
}

.contact-section-left {
	padding: 200px 0px 140px 310px;

}

.contact-section-left h4 {
	font-size: 55px;
	line-height: 55px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 360px;
}

.contact-section-left h4::after {
	content: "";
	width: 2000px;
	height: 8px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	bottom: 26px;
	left: 350px;
}

.frm-inner {
	padding: 49px 40px 0px 0px;
}

.frm-inner .form-row {
	margin: 0px 0px 15px 0px;
}


.frm-inner .form-row .form-control {
	border: none;
	border-radius: 0px;
	padding: 20px 30px;
	box-shadow: 0px;
	background: var(--bg-color);
	font-size: 16px;
	height: 68px;
}

.frm-inner textarea.form-control {
	min-height: calc(1.5em + .175rem + calc(var(--bs-border-width) * 2));
	height: 175px !important;
}


.frm-inner .cumn-butn-body.grn-butn {
	float: right;
	margin: 40px 0px 0px 0px;
	border: none;
}


.contact-section-right {
	padding: 0px;
	margin: 0px;
}


.contact-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ========================================= */
/* ==========contact-section=================*/
/* ==========================================*/

.footer {
	overflow: hidden;
}

.footer .ftLogo {
	background: #f3f1ed;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .ftAddBox {
	background: #003325;
	padding: 0;
	margin: 0;
}

.footer .ftAddBox .ftAddBoxWrap {
	padding: 100px 0px 100px 140px;
	width: 100%;
	max-width: 75%;
}

.footer .addBox h5,
.footer .ftBottom .ftcontact h5,
.footer .ftBottom .follw h5 {
	/* font-size: 18.21px; */
	line-height: 1.6;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}

.footer .addBox p {
	/* font-size: 18.21px; */
	line-height: 1.6;
	color: #f3f2ed;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	width: 80%;
}

.footer .ftBottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 60px 0 0;
	margin: 60px 0 0;
}


.footer .ftBottom::after {
	content: '';
	height: 8px;
	width: 100%;
	background: #cbbf9b;
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
}

.footer .ftBottom .ftcontact h5 {
	/* font-size: 18.21px; */
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}

.footer .ftBottom .ftcontact ul li {
	/* font-size: 18.21px; */
	line-height: 1.2;
	padding: 0;
	margin: 0 0 6px;
}

.footer .ftBottom .ftcontact ul li:last-child {
	margin-bottom: 0;
}

.footer .ftBottom .ftcontact ul li span {
	color: #f3f2ed;
}

.footer .ftBottom .ftcontact ul li a {
	/* font-size: 18.21px; */
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	transition: all 300ms ease-in-out;
}

.footer .ftBottom .ftcontact ul li a:hover {
	color: #c6aa58;
}

.footer .ftBottom .follw ul {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer .ftBottom .follw ul li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #c6aa58;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003325;
	transition: all 300ms ease-in-out;
}

.footer .ftBottom .follw ul li a:hover {
	background: #fff;
}

.footer .ftLogo img {
	max-width: 450px;
	margin: auto;
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #003325;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	border: 1px solid #003325;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	-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);
	line-height: 42px;
}

.go-top svg {
	max-width: 16px;
	/* filter: brightness(1) invert(1); */
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.copyRight {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	background: #c5a957;
}

.copyRight a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #003325;
	padding: 0;
	margin: 0 0 0px;
}

.copyRight a:hover {
	color: #000;
}

.copyRight p {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	color: #003325;
	font-weight: 500;
	padding: 0;
	margin: 0 0 0px;
}


.njs-sticky-side.image_button_cover.placement-right {
	right: 0;
}

.njs-sticky-side.image_button_cover {
	position: fixed;
	top: 50%;
	box-shadow: none;
	z-index: 9;
	transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}

.njs-sticky-side.image_button_cover.placement-right.now-show a {
	transform: translate3d(4px, 0, 0) rotate(-90deg);
	-webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

.njs-sticky-side.image_button_cover.placement-right a {
	border-radius: 3px 3px 0 0;
	transform: translate3d(200%, 0, 0) rotate(-90deg);
	-webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
}

.njs-sticky-side.image_button_cover a {
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	background-color: var(--primary-color);
	color: white;
	top: -190px;
	font-family: var(--bs-body-font-family);
}

.njs-sticky-side.image_button_cover a:hover {
	background-color: #c5a957;
	color: var(--primary-color);

}


/* ===================================================================== */
/* ============================about-page================================*/
/* ===================================================================== */

.about-page-top-section {
	padding: 70px 0px 0px;
	margin: 0px;
	background-color: var(--white);
	overflow: hidden;
}

/* .about-page-top-section-inner {
	padding: 0px 73px;
	margin: 0px;
} */

.about-page-top-section-inner {
	padding: 0px;
	margin: 0px;
}

.about-page-top-section-inner-tittle {
	padding: 0px 0px 70px 0px;
	margin: 0px;
}

.about-page-top-section-inner-tittle h2 {
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.about-page-top-section-inner-body {
	padding: 0px 0px 160px 0px;
	margin: 0px;
}

.about-page-top-section-inner-body-text {
	max-width: 650px;
	padding: 0px;
	margin: 0px;
}

.about-page-top-section-inner-body-text p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	/* text-align: justify; */
	text-align: left;
}

.about-page-top-section-inner-body-image {
	max-width: 520px;
	height: 400px;
	float: right;
	border-radius: 0px;
	overflow: hidden;
	width: 520px;
}


.about-page-top-section-inner-body-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
object-position: top;
  display: block;
}

.page-id-44 .inner-banner img {
  object-position: center;

}
.about-card-one {
	background: var(--bg-color);
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	overflow: hidden;
}

.about-card-one-text {
	padding: 100px 0px 100px 320px;
	margin: 0px;
}

.about-card-one-text h3 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
}

.about-card-one-text h3::after {
	content: "";
	width: 420px;
	height: 6px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 32px;
	right: -120px;
}

.about-card-one-text p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	max-width: 465px;
	/* border: 1px solid; */
}

.about-card-one-image {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.about-card-one-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.about-card-two {
	background: var(--bg-color);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 60px 0px;
	overflow: hidden;
}

.about-card-two-image {
	width: 100%;
	height: 725px;
	overflow: hidden;
}

.about-card-two-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-card-two-text {
	padding: 100px 320px 100px 0px;
	margin: 0px;
	float: right;
	width: 100%;
}

.about-card-two-text h3 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
	text-align: right;
}

.about-card-two-text h3::before {
	content: "";
	width: 420px;
	height: 6px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 31px;
	left: -133px;
}

.about-card-two-text p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 219px;
	/* text-align: justify; */
	text-align: left;
	max-width: 525px;
}

/* ===================================================================== */
/* ============================about-page================================*/
/* ===================================================================== */


/* ===================================================================== */
/* ============================our-team-page============================*/
/* ===================================================================== */


.our-team-page {
	padding: 90px 0px;
	margin: 0px;
	background-color: var(--white);
}


.our-team-page-inner {
	padding: 0px 73px;
	margin: 0px;
}


.our-team-page-inner-tittle {
	padding: 0px 0px 100px 0px;
	margin: 0px;
}

.our-team-page-inner-tittle h2 {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	width: 100%;
}


.our-team-page-inner-body .photo-frm {
	background: var(--white);
	max-width: 100%;
	height: auto;
	padding: 20px 20px;
	position: relative;
	margin: 0px 0px 80px 0px;
}

.our-team-page-inner-body .photo-frm-text-box h4 {
	font-size: 55px;
	text-align: left;
	color: #fff;
	width: 50%;
	line-height: 65px;
	font-weight: 600;
}

.our-team-page-inner-body .photo-frm-text-box p {
	font-size: 16px;
	color: #fff;
/* 	width: 70%; */
	text-align: left;
	line-height: 28px;
}

.our-team-page-inner-body .photo-frm-text-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	top: 0;
	background: #0003;
	margin: 20px 20px;
}


.our-team-page-inner-body .photo-frm-text-box h4 {
	position: absolute;
	bottom: 80px;
	left: 40px;
}

.our-team-page-inner-body .photo-frm-text-box p {
	position: absolute;
	bottom: 25px;
	left: 45px;
}

.our-team-page-inner-body .photo-frm-butn {
	position: absolute;
	bottom: -22px;
	right: -12px;
	width: 100px;
	height: 100px;
	background: var(--primary-color);
	border-radius: 50%;
	border: 10px solid #fff;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* ===================================================================== */
/* ============================our-team-page============================*/
/* ===================================================================== */


/* ===================================================================== */
/* ============================blog-page===========================*/
/* ====================================================================== */


.blog-page-top-section {
	padding: 90px 0px 0px;
	margin: 0px;
	background-color: var(--white);
}

.blog-page-top-section-inner {
	padding: 0px 70px;
	margin: 0px;
}

.blog-page-top-section-inner-tittle {
	padding: 0px 0px 70px 0px;
	margin: 0px;
}

.blog-page-top-section-inner-tittle h2 {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	width: 100%;
}


.blog-page-top-section-inner-body {
	padding: 0px 0px 140px 0px;
	margin: 0px;
}


.blog-page-top-section-inner-body .row {
	padding: 0px 15px;
	margin-bottom: 70px;
}

.blog-page-top-section-inner-body .row:nth-child(2n) {
	flex-direction: row-reverse;

}


.blog-image {
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	position: relative;
}

.blog-image img {
	width: 100%;
	min-height: 550px;
	height: 550px;
	min-height: 100%;
	object-fit: cover;
}

.blog-image h5 {
	text-align: left;
	font-size: 22px;
  line-height: 22px;
	color: var(--white);
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 40px;
	left: 40px;
}


.blog-image .overlay {
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #0000003d;
	overflow: hidden;
	background-size: 100%;
	margin: 0px;
}

.blog-text {
	width: 100%;
	min-height: 550px;
	background: var(--bg-color);
	position: relative;
}

.blog-text-inner {
	max-width: 460px;
	padding: 50px 0px;
	margin: 0px auto;
}

.blog-text .read-butn {
	margin: 0px;

}

.blog-text-inner h3 {
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0px;
	width: 100%;
	padding: 0px 0px 30px 0px;
}

.blog-text-inner p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-align: left;
}

.blog-text-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0px 0px;
	position: absolute;
	bottom: 40px;
	width: 76%;
}

.blog-text-share h6 {
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	color: var(--primary-color);
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}


.blog-share-icon a {
	font-size: 22px;
	color: var(--primary-color);
}

.blog-share-icon a:hover {
	color: var(--secondary-color);
}


.down-arrow-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}


.blog-list .row {
	margin-bottom: 90px;
}

/* ===================================================================== */
/* ============================blog-page===========================*/
/* ====================================================================== */


/* ===================================================================== */
/* ============================contact-page===========================*/
/* ====================================================================== */


.contact-page-top-section {
	padding: 70px 0px 0px;
	margin: 0px;
	background: var(--bg-color);
}



.contact-page-top-section-inner {
	padding: 0px;
	margin: 0px;
}


.contact-page-top-section-tittle {
	padding: 0px 0px 70px 0px;
	margin: 0px;
}

.contact-page-top-section-tittle h2 {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.contact-page-top-section-inner-body {
	padding: 0px 0px 100px 0px;
	margin: 0px;
}


.contact-page-top-section-inner-body .why-choose-box-text {
	padding: 85px 0px 0px 0px;
	margin: 0px;
}


.contact-page-top-section-inner-body .why-choose-box-icon {
	background: var(--white);
	transform: unset;
	width: 80px;
	height: 80px;
}


.contact-page-top-section-inner-body .why-choose-box-icon::after {
	content: "";
	width: 4px;
	height: 140px;
	position: absolute;
	margin: 0px;
	font-size: 20px;
	background: var(--white);
	top: 80px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}

.contact-page-top-section-inner-body .why-choose-box-icon h6 {
	font-size: 30px;
	line-height: 80px;
	color: #c6aa58;
	font-weight: 600;
	/*padding: 27px 25px;*/
	margin: 0px;
}

.contact-page-top-section-inner-body .why-choose-box-icon::after {
	background: var(--white);
	height: 170px;
}

.contact-page-top-section-inner-body .why-choose-box-text h4 {
	font-size: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.contact-page-top-section-inner-body .why-choose-box-text p a {
	color: #202123;
}

.contact-page-top-section-inner-body .why-choose-box-text p a:hover {
	color: #c6aa58;
}

.frm-row-section {
	padding: 160px 0px;
	margin: 0px;
	color: var(--white);
}

.frm-row-section-inner {
	padding: 0px 70px;
	margin: 0px;
}


.frm-row-section-inner-tittle {
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.frm-row-section-inner-tittle h2 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
}

.frm-row-section-inner-tittle h2::after {
	content: "";
	width: 385px;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	bottom: 36px;
	right: 0px;
}

.frm-row-section-inner-part {
	margin: 0px;
	padding: 0px;
}


.frm-row-section-inner-part .frm-inner {
	padding: 0px;
	margin: 0px;
}


.frm-row-section-inner-part .frm-inner .form-row {
	margin: 0px 0px 25px 0px;
}


/* ===================================================================== */
/* ============================contact-page===========================*/
/* ====================================================================== */


/* ===============================================================*/
/* ===========================navigation==========================*/
/* ============================================================== */


.nav-logo {
	width: 400px;
	height: 69.9px;
	padding: 0px;
	margin: 0px 0px 70px 0px;
}

.nav-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.nav-section-inner {
	padding: 150px 0px;
	margin: 0px;
	min-height: 100%;
	max-width: 1361px;
	/* border: 1px solid #fff; */
	height: 100vh;
}


/* ==============mega menu====================== */

.myNav .overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #003325;
	background-color: #003325;
	overflow-y: scroll;
	transition: 0.5s;
}

.myNav .overlay-content.custom-nav {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: left;
	margin-top: 0px;
}


.myNav .overlay-content.custom-nav ul {
	padding: 0px;
	margin: 0px;
}


.myNav .overlay-content.custom-nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.myNav .overlay-content.custom-nav ul li a {
	font-size: 40px;
	color: #f3f2ed;
	font-weight: 400;
}


.myNav .overlay-content.custom-nav ul li a:hover {
	color: #4d7167;
	border-bottom: 1px solid #4d7167 !important;
}

.myNav .overlay-content.custom-nav ul li a.active {
	color: #4d7167;
	border-bottom: 1px solid #4d7167;
}

.myNav .overlay-content.custom-nav ul li a {
	font-size: 40px;
	color: #f3f2ed;
	font-weight: 400;
	line-height: 50px;
	max-width: 400px;
	display: block;
	padding: 30px 0px 10px 0px;
}

.myNav .overlay-content.custom-nav ul li a.sub {
	border-bottom: 0px solid #4d7167 !important;
}

.myNav .overlay-content.custom-nav ul li a:hover {
	border-bottom: 1px solid #4d7167 !important;
}


.myNav .overlay-content.custom-nav ul li ul {
	display: block;
	position: absolute;
	left: 440px;
	top: 42px;
	z-index: 99;
}


.myNav .overlay-content.custom-nav ul li ul li {
	max-width: 100%;
}

.myNav .overlay-content.custom-nav ul li ul li a {
	font-size: 22px;
	color: #f3f2ed;
	font-weight: 400;
	line-height: 32px;
}


.myNav .overlay-content.custom-nav ul li ul li a:hover {
	color: #4d7167;
	border-bottom: 1px solid #4d7167;
}

.myNav .overlay .closebtn {
	position: absolute;
	top: 134px;
	right: 247px;
	font-size: 60px;
	color: #cbbf9c;
	border-radius: 32px;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

.myNav .overlay-content.custom-nav ul li ul.submenu {
	position: absolute;
	left: 47%;
	top: 66px !important;
	width: 400px;
	text-align: left;
	background-color: transparent;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right: 6px;
}

.myNav .overlay-content.custom-nav ul li ul.submenu li:first-child {
	border-top: none;
}

.myNav .overlay-content.custom-nav ul li ul.submenu>li {
	border-top: 0px solid;
}

.myNav .overlay-content.custom-nav ul li ul li {
	margin-left: 0;
}

.myNav .overlay-content.custom-nav ul.submenu>li>a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	line-height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.myNav .overlay-content.custom-nav li:hover>ul.submenu {
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.menu-info-section {
	position: relative;
	padding: 0px 0 0 50px;
	margin: 250px 0 0;
	min-height: auto;
}

.menu-info-section::after {
	content: '';
	height: 100%;
	width: 6px;
	background: #cbbf9b;
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
}

.menu-info-section1 {
	margin: 0px 0px 30px 0px;
}


.menu-info-section1 h5 {
	font-size: 18px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}


.menu-info-section1 ul li {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 6px;
}

.menu-info-section1 ul li span {
	color: #f3f2ed;
}

.menu-info-section1 ul li a {
	font-size: 16px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	transition: all 300ms ease-in-out;
}

.menu-info-section1 ul li a:hover {
	color: #c6aa58;
}


.menu-info-section2 {
	margin: 0px 0px 30px 0px;
}


.menu-info-section2 h5 {
	font-size: 18px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}


.menu-info-section2 ul li {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 6px;
}

.menu-info-section2 ul li span {
	color: #f3f2ed;
}

.menu-info-section2 ul li a {
	font-size: 16px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	transition: all 300ms ease-in-out;
}

.menu-info-section2 ul li a:hover {
	color: #c6aa58;
}


.footer-follw-us h5 {
	font-size: 18px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 30px;
}

.footer-follw-us ul {
	display: flex;
	align-items: center;
	gap: 15px;
}


.footer-follw-us ul li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #c6aa58;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003325;
	transition: all 300ms ease-in-out;
}

.footer-follw-us ul li a:hover {
	background: #fff;
}


@media screen and (max-height: 450px) {
	.menu-section .overlay {
		overflow-y: auto;
	}

	.menu-section .overlay a {
		font-size: 20px
	}

	.menu-section .overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/* ===============================================================*/
/* ===========================navigation==========================*/
/* ============================================================== */


.tittle-section-two p {
	position: relative;
}

.textOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	background: #f3f1ed;
	transform-origin: 100% 50%;
	will-change: "transform";
}

.textOverlays {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	background: #ffffff;
	transform-origin: 100% 50%;
	will-change: "transform";
}


/* this pen has some external brand styles in the css panel */


.gsbutton {
	color: black;
}

.gsbutton {
	align-items: center;
	background: 0 0;
	border: none;
    color: #fff;
	cursor: pointer;
	display: inline-flex;
    gap: 0.363636em;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.04545;
	overflow: hidden;
	padding: 20px 50px;
	position: relative;
	text-decoration: none;
	word-break: break-word;
	text-decoration: none;
	background: #003325;
	width: auto;
	display: inline-block;
    font-size: 16px;
	font-weight: 500;
	color: var(--bg-color);
}

@media (hover: hover) {
	.gs-button.button--stroke:hover {
		color: red;
		text-decoration: none;
	}
}

.button--stroke:after {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.button--stroke:after {
	/* border: 0.125rem solid blue; */
	/* border-radius: 6.25rem; */
	content: "";
	pointer-events: none;
}

.button__label {
	position: relative;
	text-align: center;
	transition: color 50ms cubic-bezier(0.175, 0.79, 0.38, 0.905);
}

.button--stroke:hover .button__label {
	transition: color 0.15s cubic-bezier(0.175, 0.79, 0.38, 0.905);
}

.button__flair {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.button--stroke .button__flair {
	transform: scale(0);
	transform-origin: 0 0;
	will-change: transform;
}

.button__flair:before {
	aspect-ratio: 1/1;
	background-color: var(--secondary-color);
	/* border-radius: 50%; */
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 170%;
}


/*-------------  button ------------------*/


.about-text .read-more-btn,
.blog-box-text .read-more-btn {
	margin-top: 15px;
}

.read-more-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	color:#202123;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.read-more-btn {
	width: 180px;
	height: auto;
}

.read-more-btn .circlebtn {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 32px;
	height: 32px;
	background: #202123;
	border-radius: 1.625rem;
}

.read-more-btn .circlebtn .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.read-more-btn .circlebtn .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: -0.45rem;
	/*width: 1.125rem;*/
	width: .9rem;
	height: 0.125rem;
	background: none;
	transition: all 300ms ease-in-out;
}

.read-more-btn:hover .circlebtn .icon.arrow {
	left: 2px;
}

.read-more-btn .circlebtn .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.18rem;
	right: 0.05rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}

.read-more-btn .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 1px;

	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0 0 0 0;

	text-align: center;

	color: #202123;
	font-weight: 400;
}

.read-more-btn:hover .circlebtn {
	width: 100%;
	background: var(--secondary-color);
}

.read-more-btn .circlebtn .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}

.read-more-btn:hover .button-text {
	color: #fff;
	font-weight: 400;
}

.drawline {
	position: absolute;
	left: 38%;
	background: #cbbf9c;
	width: 0;
	height: 8px;
	top: 35px;
	transition: .5s ease-in-out;
}

.drawline.active {
	width: 100%;
	transition: .5s ease-in-out;
}

.verticle-line {
	width: 4px;
	height: 74px;
	position: absolute;
	background: var(--bg-color);
	top: -182px;
	left: 57px;
	transition: .5s ease-in-out;
}

.verticle-line.active {
	height: 208px;
	transition: .5s ease-in-out;
}

.services-line {
	position: absolute;
	left: 34%;
	background: #cbbf9c;
	width: 0;
	height: 5px;
	top: 38px;
	transition: .5s ease-in-out;
}

.services-line.active {
	width: 100%;
	transition: .5s ease-in-out;
}

.team-line {
	position: absolute;
	left: 108%;
	background: #cbbf9c;
	width: 0;
	height: 5px;
	top: 41px;
	transition: .5s ease-in-out;
	width: 100%;
}

.team-line.active {
	width: 85%;
	transition: .5s ease-in-out;
}

.blog-line {
	position: absolute;
	right: 0px;
	background: #cbbf9c;
	width: 65%;
	height: 8px;
	top: 30px;
	/* transition: .5s ease-in-out; */
}

.blog-line.active {
	width: 67%;
	/* transition: .5s ease-in-out; */
}


/* ==========modal======================== */

.team-modal .modal-dialog {
	max-width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.client-pop-img {
	width: 100%;
/* 	height: 200px; */
	border: 0px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

.client-pop-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.team-modal .modal-dialog-scrollable .modal-body {
	overflow-y: auto;
	padding: 40px 40px;
}

.client-pop-info {
/* 	margin: 2% 5%; */
}

.client-pop-info h2 {
	font-size: 50px;
	line-height: 1;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}


.client-pop-info h3 {
	font-size: 30px;
	line-height: 1;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	position: relative;
}


.client-pop-info h4 {
	font-size: 20px;
	line-height: 1;
	color: #202123;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}


.client-pop-info h5 a {
	font-size: 20px;
	line-height: 1;
	color: #202123;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.client-pop-info h5 a:hover {
	color: var(--primary-color);
}


.client-pop-detalis p {
	font-size: 18.21px;
	line-height: 1.6;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


/* ==========modal======================== */


/* =================================================================*/
/* =======================our-services css==========================*/
/* ================================================================= */


.services-page-top-section {
	padding: 70px 0px 0px;
	margin: 0px;
	background-color: var(--white);
	overflow: hidden;
}

.services-page-top-section-inner-tittle {
	padding: 0px 0px 70px 0px;
	margin: 0px;
}

.services-page-top-section-header {
	padding: 0px 0px 30px 0px;
	margin: 0px;
}
.services-page-top-section-header h3 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.services-page-top-section-header h3::after {
	content: "";
	width: 67%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	bottom: 30px;
	right: -75px;
}

.property-law-section {
	padding: 0px;
	margin: 0px 0px 100px 0px;
}

.property-law-section .custom-container {
	padding-top: 110px;
}

.conveyancing-section .custom-container {
	padding-top: 110px;
}

.property-law-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	overflow: hidden;
}

.property-law-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.property-law-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.property-law-text {
	padding: 40px 350px 0px 100px;
	margin: 0px;
}

.property-law-text h4 {
	text-align: left;
	font-size: 50px;
	line-height: 60px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.property-law-text p {
	font-size: 16px;
	line-height: 28px;
	color: var(--textcolrp);
	font-weight: 400;
	padding: 30px 0px 0px;
	margin: 0px;
	/* text-align: justify; */
	text-align: left;
}

.our-specialist-section {
	padding: 0px;
	margin: 0px;
}

.our-specialist-section h5 {
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	color: var(--textcolrp);
	font-weight: 600;
	margin: 0px;
	width: 100%;
	padding: 0px 0px 30px 0px;
}

.our-specialist-section-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}


.our-specialist-section-inner ul {
	padding: 0px 40px 0 0;
	margin: 0px;
}


.our-specialist-section-inner ul li {
	font-size: 16px;
	line-height: 28px;
	color: var(--ptextcolr);
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	display: flex;
	justify-content: start;
}

.our-specialist-section-inner ul li::before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #c6aa58;
	position: relative;
	top: 10px;
	margin-right: 20px;
}


.conveyancing-section {
	padding: 0px;
	margin: 0px;
}


.conveyancing-section-text {
	padding: 30px 100px 0px 350px;
	margin: 0px;
}

.conveyancing-section-text h4 {
	text-align: left;
	font-size: 50px;
	line-height: 60px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.conveyancing-section-text p {
	font-size: 16px;
	line-height: 28px;
	color: var(--ptextcolr);
	font-weight: 400;
	padding: 30px 0px 0px;
	margin: 0px;
	/* text-align: justify; */
	text-align: left;
}


.conveyancing-section-img {
	width: 100%;
	height: 100%;
	overflow: hidden;


}

.conveyancing-section-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.conveyancing-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.estates-section {
	padding: 100px 0px 0px;
	background-color: var(--bg-color);
	margin: 160px 0px 0px 1px;
	overflow: hidden;
}

.estates-section-header {
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.estates-section-header h3 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.estates-section-header h3::after {
	content: "";
	width: 88%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	bottom: 24px;
	right: -89px;
}

.estates-section-row .row {
	margin: 0px 0px 100px 0px;
	padding: 0px;
}

.estates-section-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.estates-section-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.estates-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.estates-section-text {
	padding: 30px 350px 0px 100px;
	margin: 0px;
}

.estates-section-text h4 {
	text-align: left;
	font-size: 50px;
	line-height: 60px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.estates-section-text p {
	font-size: 16px;
	line-height: 28px;
	color: var(--ptextcolr);
	font-weight: 400;
	padding: 30px 0px 0px;
	margin: 0px;
	/* text-align: justify; */
	text-align: left;
}


.cmn-row.row:nth-child(2n) {
	flex-direction: row-reverse;

}

/* 
.cmn-row.row:nth-child(2n) .estates-section-text {
	padding: 40px 100px 0px 250px;
	margin: 0px;
} */

.mortgage-section {
	padding: 160px 0px 0px;
	overflow: hidden;
}


.mortgage-section-header {
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.mortgage-section-header h3 {
	font-size: 56px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}


.mortgage-section-header h3::after {
	content: "";
	width: 54%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	bottom: 30px;
	right: -90px;
}


.mortgage-section-inner {
	padding: 0px;
	margin: 0px;
}


.mortgage-section-inner .row {
	margin: 0px 0px 110px 0px;
	padding: 0px;
width: 100%;
}

.mortgage-section-inner .row:nth-child(2n) {
	flex-direction: row-reverse;

}

.mortgage-section-inner .row:nth-child(2n) .mortgage-section-inner-text {
	padding: 40px 100px 0px 250px;
	margin: 0px;
}


.mortgage-section-inner-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mortgage-section-inner-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.mortgage-section-inner-text {
	padding: 30px 350px 0px 100px;
	margin: 0px;
}




.mortgage-section-inner-text h4 {
	font-size: 50px;
	line-height: 60px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.mortgage-section-inner-text p {
	font-size: 16px;
	line-height: 28px;
	color: var(--ptextcolr);
	font-weight: 400;
	padding: 30px 0px 0px;
	margin: 0px;
	/* text-align: justify; */
	text-align: left;
}


.up-arrow-row {
	margin: 0px;
}


.services-page-top-section-inner-tittle h2 {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	width: 100%;
}


/* =================================================================*/
/* =======================our-services css==========================*/
/* ================================================================= */

/* =================================================================*/
/* =======================resources -page==========================*/
/* ================================================================= */


.faq-tab-section {
	margin: 0px;
}

.resources-page-top-section {
	padding: 70px 0px 60px 0px;
	margin: 0px;
	background-color: var(--white);
}


/* .resources-page-top-section-inner-tittle {
	padding: 0px 75px 180px 75px;
	margin: 0px;
} */

.resources-page-top-section-inner-tittle {
	padding: 0px 0px 70px 0px;
	margin: 0px;
}

.resources-page-top-section-inner-tittle h2 {
	text-align: left;
	font-size: 24px;
	line-height: 34px;
	color: #202123;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	width: 100%;
}


.vertical-tab-section {
	display: flex;
	justify-content: start;
	font-palette: 100px;
	align-items: start;
}


.flex-column {
	width: 20%;
}

.vertical-tab-section .nav-link {
	display: block;
	padding: 24px 25px;
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--primary-color);
	text-decoration: none;
	background: #f3f1ed;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	border-radius: 0px;
	position: relative;
	line-height: 28px;
}

.vertical-tab-section .nav-link::after {
	content: "";
	height: 80px;
	width: 50px;
	margin-right: 10px;
	background: url(/wp-content/uploads/2025/10/tab-arrow-1.png) no-repeat;
	position: absolute;
	top: 0px;
	margin: 0px;
	right: -50px;
}


.vertical-tab-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #003325 !important;
	background: url(/wp-content/uploads/2025/10/tab-arrow-active.png) no-repeat;
}


.vertical-tab-section .nav-pills .nav-link.active:after,
.nav-pills .show>.nav-link {
	color: #e4e9e8;
	background: url(/wp-content/uploads/2025/10/tab-arrow-active.png) no-repeat;
}

.tab-content {
	width: 100%;
	padding-left: 180px;
}


.tab-content .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);

	background-color: var(--bs-accordion-btn-bg);
	border-bottom: 2px solid #e4e9e8;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px 0px 10px 0px;

}

.tab-content .accordion-button h6 {
	font-size: 20px;
	color: var(--primary-color);
	text-align: left;
	font-weight: 400;
}


.tab-content .accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: none;
}

.tab-content .accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}


.tab-content .accordion-inner-subSection {

	padding: 20px 0px 20px 100px;
}

.tab-content .accordion-inner-subSection-box {
	border-bottom: 1px solid #e4e9e8;
	background-color: var(--white);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}


.tab-content .accordion-inner-subSection-box h5 {
	font-size: 21.43px;
	color: var(--primary-color);
	text-align: left;
	font-weight: 400;
	padding: 0px;
	margin: 20px 0px;
}


.tab-content .accordion-button::after {
	background-image: none;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	height: 30px;
	width: 30px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #003325;
	background-color: #003325;
	color: var(--white);
}


.tab-content .accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f061";
}


.accordion-button-sub::after {
	background-image: none;
	font-family: "Font Awesome 6 Free";
	content: "\f067";
	height: 30px;
	width: 30px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #003325;
	background-color: #003325;
	color: var(--white);
}


.tab-content .accordion-button-sub:not(.collapsed)::after {
	background-image: none;
	content: "\f068";
}


.tab-content .accordion-button-sub .accordion-item .collapsing {
	transition: all 0.3s ease-in-out;
}


.btn.accordion-button-sub {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.tab-content .card-header {
	padding: 10px 20px;
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: transparent !important;
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border: none !important;
}


.tab-content .card-header {
	padding: 10px 0px 0px;
	margin-bottom: 0;
	color: var(--primary-color);
	background-color: transparent !important;
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-top: 0px !important;
	border-left: 0px !important;
	border-radius: 0px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border: none !important;
}

/* =================================================================*/
/* =======================resources -page==========================*/
/* ================================================================= */


.team-section .drawline.active {
	width: 137%;
	transition: .5s ease-in-out;
}

.team-section .drawline {
	position: absolute;
	left: 103% !important;
	background: #cbbf9c;
	width: 0;
	height: 8px;
	top: 30px;
	transition: .5s ease-in-out;
}

.moretext {
	display: none;
}


.up-arrow-row {

	width: 30px;
	height: auto;
	margin-top: 20px;
}

.up-arrow-box {
	transition: all 0.4s ease;
}

.up-arrow-box.active img {
	transform: rotateZ(180deg);
	transition: all 0.4s ease;
}


/* =================================================================*/
/* =======================Our People=========================*/
/* ================================================================= */


.inner-banner h1 {
	text-align: left;
}

@media (max-width: 768px) {
	.inner-banner h1 {
		font-size: 32px;
	}

	.inner-banner .banner-content {
		font-size: 14px;
	}
}

/* --- Team Card Styling --- */
.photo-frm {
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
	padding: 22px;
	text-align: center;
	position: relative;
	transition: all 0.25s ease;
	margin-bottom: 50px;
	height: 480px !important;
}

.photo-frm:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/*.photo-frm img {*/
/*    border-radius: 50%;*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    object-fit: cover;*/
/*    margin-bottom: 12px;*/
/*}*/
.photo-frm-text-box h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.photo-frm-text-box p {
	font-size: 14px;
	color: #0073aa;
}

.photo-frm-butn-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #cbbf9c;
	color: #003325;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.photo-frm-butn-arrow:hover {
	background: #f3f1ed !important;
}

/* --- Popup Modal Styling with blur --- */
.team-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	/* Safari */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	/* mobile spacing */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9999;
}

.team-popup.active {
	opacity: 1;
	visibility: visible;
}

/* Fade-up + zoom-in animation for modal content */
@keyframes fadeUpZoom {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.95);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.modal-body {
	background: #fff;
	border-radius: 6px;
	padding: 40px 40px;
	max-width: 900px;
	width: 100%;
	position: relative;
	/* opacity: 0; */
	transform: translateY(30px) scale(0.95);
	transition: opacity 0.3s ease, transform 0.3s ease;
	max-height: 90vh;
	overflow-y: auto;
}

.team-popup.active .modal-body {
	animation: fadeUpZoom 0.4s ease forwards;
}

/* --- Circular Close Button --- */
.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 400;
	cursor: pointer;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
	transition: all 0.3s ease;
	z-index: 1001;
}

.close-popup:hover {
	background: #000;
	transform: scale(1.1);
}

/* --- Client Popup Styling --- */

.client-pop-img img {
	width: 100%;
	border-radius: 0px;
	object-fit: cover;
}

.client-pop-info h2 {
	font-size: 40px;
	margin-bottom: 15px;
	color: #222;
}

.client-pop-info h3 {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 20px;
line-height:26px;
}

.client-pop-info h4 {
	font-size: 25px;
	color: #444;
	font-weight: 500;
	margin-bottom: 15px;
}

.client-pop-info h4 {
	color: var(--primary-color);
}

.client-pop-info h5 {
	color: var(--primary-color);
	text-decoration: none;
	font-size: 16px;
	display: flex;
	justify-content: start;
	gap: 10px;
}

.client-pop-info h5 a {
	color: var(--primary-color);
	text-decoration: none;
	font-size: 16px;
}

.client-pop-info h5 a:hover {
	text-decoration: underline;
}

.client-pop-detalis p {
	margin-bottom: 5px;
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	line-height: 24px;
}

h2.wp-block-heading {
	margin: 70px 0px 0px 0px;
}


.our-team-page-inner-body {
	margin: 0px 0px 70px 0px;
}


.our-team-page-inner-body .photo-frm {
	background: var(--white);
	max-width: 100%;
	height: 430px;
	padding: 20px 20px;
	position: relative;
	margin: 0px 0px 50px 0px;
}

.our-team-page-inner-body .pop-in {
	background: #ccc;
	padding: 9px 10px !important;
	width: 35px !important;
	height: 35px !important;
	display: inline;
	border-radius: 50%;
	margin-top: -10px !important;
}

/* =================================================================*/
/* =======================Our People=========================*/
/* ================================================================= */


/* =================================================================*/
/* =======================contact -section=========================*/
/* ================================================================= */

.wp-block-column.contact-section-right.is-layout-flow.wp-block-column-is-layout-flow {
	width: 100%;
	min-width: 50%;
}


.contact-section-right figure {
	margin: 0px;
}


.contact-section-right .frm-inner {
	padding: 40px 50px 100px 0px;
}


.contact-section-right .wp-block-image {
	height: 100%;
}


/* =================================================================*/
/* =======================contact -section=========================*/
/* ================================================================= */


.team-body-section .photo-frm {
	height: auto !important;
}


/* =================================================================*/
/* =======================blog-detalis-page=========================*/
/* ================================================================= */


.blog-page-detalis-contentpart h1 {
	font-size: 55px;
	line-height: 65px;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	position: relative;
}


/* 
.blog-page-detalis-contentpart h2::after {
	content: "";
	width: 344px;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 40px;
	right: -120px;
} */

.blog-page-detalis-contentpart p {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;

}

.blog-page-detalis-contentpart p a {
	color: var(--primary-color);
}


.blog-share {
	display: flex;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 30px;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.blog-share-icons {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}


.blog-share-icons a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #c6aa58;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003325;
	transition: all 300ms ease-in-out;
}


.blog-share-icons a:hover {
	background: #003325;
	color: #c6aa58;
}


.blog-navigation {
	margin: 25px 0px;
	text-align: right;
}

.blog-navigation a {
	color: #000;
}


.blog-navigation a:hover {
	color: #003325;
}


.related-posts {
	padding: 100px 0px;
	margin: 0px;
}


.related-posts h4 {
	font-size: 50px;
	line-height: 1;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	position: relative;
}

.related-posts h4::after {
	content: "";
	width: 65%;
	height: 10px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 22px;
	right: 0px;
}

.related-post-card {
	background: #fff;
	border-radius: 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
	text-align: center;
	position: relative;
	transition: all 0.25s ease;
	margin-bottom: 30px;
	height: 370px !important;
}

.related-post-card-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 0px !important;
}


.related-post-card-img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 0px !important;
}


.related-post-card-text {
	padding: 10px 5px;
	margin: 0px;
}

.related-post-card-text h5 {
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #202123;
	font-weight: 600 !important;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.wp-block-list li {
	font-size: 16px;
	line-height: 28px;
	color: #202123;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: left;
}

.comments-area {
	margin: 20px 0px 130px !important;
	background: #fff !important;
	padding: 10px 30px !important;
	border-radius: 0px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.comments-area h3 {
	font-size: 50px;
	line-height: 1;
	color: var(--primary-color);
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	position: relative;
}

.comment-form input[type="submit"] {
	background: #003325 !important;
}


/* =================================================================*/
/* =======================blog-detalis-page=========================*/
/* ================================================================= */


.wpcf7 form .wpcf7-response-output {
	margin: 100px 0px 0px;
	padding: 0.2em 1em;
	border: 2px solid #003325;
	width: 93%;
	text-align: center;
	color: #202123;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	padding: 0px;
	margin: 20px 0px;
}


/* .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 400;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	z-index: 1001;
} */


.pop-in {
	background: #ccc;
	padding: 9px 10px !important;
	width: 35px !important;
	height: 35px !important;
	display: inline;
	border-radius: 50%;
	margin-top: -10px !important;
}


.has-fixed-layout td {
	font-size: 16px;
	line-height: 28px;
}

.blog-detail {
	overflow: hidden;
}


.has-fixed-layout td {
	font-size: 16px;
	line-height: 28px;
}


.tab-content p {
	font-size: 16px;
	line-height: 28px;
}


.client-pop-detalis p {
	font-size: 16px;
	line-height: 28px;

}


.container.blog-list {
	margin: 0px auto;

	padding: 0px 24px;
}


.animate-section.for-desktop {
	display: block;
}

.animate-section.for-sm-mob {
	display: none;
}


.plusarrow {
	display: none;
}


.team-mob-butn {
	display: none;
}

.team-desk-butn {
	display: block;
}

.send-msg-img {
	overflow: hidden;
}

.send-msg-text {
	overflow: hidden;
}

.for-sm-mob {
	overflow: hidden;
}

.for-desktop {
	overflow: hidden;
}


.serv-butn-centr {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 40px 0px 0px;
}

.serv-butn-centr .grn-butn {
	width: 34%;
	height: auto;
	padding: 10px 35px;
	font-size: 16px;
	line-height: 22px;

}


.accordion-body p a {
	color: #59bfda;
	font-size: 18px;
	line-height: 1.6;
}

.accordion-body p a:hover {
	text-decoration: underline;
}


/* resources - page -tab- css */


.accodian-for-mob {
	display: none;
}


.tab-for-desktop {
	display: block;
}


/* resources - page -tab- css */


/* about page css change */


 .inner-banner {
	height: 550px;
}

.inner-banner img {
	height: 550px;
	width: 100%;
	object-fit: cover;

  object-position: top; /* align image from the top */
  display: block;
}

.inner-banner h1 {
	font-size: 80px;
	line-height: 80px;
	height: auto;
}

.contact-section-left {
	padding: 100px 0px 100px 310px;
}


.footer .ftAddBox .ftAddBoxWrap {
	padding: 50px 0px 50px 140px;
	width: 100%;
	max-width: 75%;
}

.footer .ftLogo img {
	max-width: 360px;
	margin: auto;
}


.footer .addBox p {
	font-size: 16px;
	line-height: 26px;
	width: 80%;
}

 .footer .addBox h5,
.footer .ftBottom .ftcontact h5,
.footer .ftBottom .follw h5 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 8px;
}


.copyRight {
	padding: 15px 0;
}


.footer .ftBottom {
	padding: 30px 0 0;
	margin: 30px 0 0;
}


.footer .ftBottom .ftcontact ul li {
	font-size: 16px;
	line-height: 26px;
}

.footer .ftBottom .ftcontact ul li a {
	font-size: 16px;
	line-height: 26px;
}


.about-page-top-section-inner-body-image {
	max-width: 520px;
	height: 345px;
	float: right;
	border-radius: 0px;
	overflow: hidden;
	width: 520px;
}

.about-card-one-text {
	margin: 0px 50px 0px 0px !important;
	/* border: 1px solid #ccc; */
	margin: 0px;
	width: 600px;
	float: right;
	padding: 0px;
	position: relative;
}


.about-card-one-text::after {
	content: "";
	width: 420px;
	height: 6px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 32px;
	right: -200px;
}

.about-card-one-text h3::after {
	display: none;
}


.about-card-two-text {
	margin: 0px 0px 0px 50px !important;
	margin: 0px;
	/* border: 1px solid #ccc; */
	margin: 0px;
	width: 600px;
	float: left;
	padding: 0px 0px 00px 180px;
	position: relative;
}


.about-card-two-text::before {
	content: "";
	width: 420px;
	height: 6px;
	position: absolute;
	font-size: 20px;
	background: var(--golden);
	top: 31px;
	left: -280px;
}


.about-card-one-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.copyRight p {
	font-size: 12px;
}


.frm-inner .form-row .form-control {
	border: none;
	border-radius: 0px;
	padding: 20px 20px;
	box-shadow: 0px;
	background: var(--bg-color);
	font-size: 16px;
	height: 50px;
}


 .frm-inner .form-row {
	margin: 0px 0px 8px 0px;
}

.frm-inner {
	padding: 30px 30px 0px 0px;
}


.contact-section-right img {
	width: 100%;
	height: 855px;
	object-fit: cover;
}


.about-card-two-text h3 {
	text-align: left;
}


 .about-card-two-text p {
	max-width: 500px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.about-card-two-text h3::before {
	display: none;
}


/* about page css change */






.tab-panel-ul-accodian {
	padding: 0px;
	margin: 0px;
}


.tab-panel-ul-accodian ul { 
	padding: 0px;
	margin: 0px;
}


.tab-panel-ul-accodian ul li {
	margin: 15px 0px;
	border-bottom: 2px solid #e4e9e8;
	padding-bottom: 15px;
}


.tab-panel-ul-accodian ul li a { display: flex; justify-content: space-between; align-items: center; }


.tab-panel-ul-accodian ul li a h6 { font-size: 18px;
  color: var(--primary-color);
  text-align: left;
  font-weight: 400;  }



.tab-panel-ul-accodian ul li a h6 a {  color: #59bfda;
 
}

.tab-panel-ul-accodian ul li a span {
	height: 30px;
	width: 30px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #003325;
	background-color: #003325;
	color: var(--white);
	font-size: 14px;
	padding: 0px;
}




/* customize- css */


.njs-sticky-side a.visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
	transition: all 0.6s ease;
}
.njs-sticky-side a.hidden {
  transform: translateX(-80px);
  opacity: 0;
  pointer-events: none;
	transition: all 0.6s ease;
}

.about-page-top-section-inner-tittle h2 {
  font-size: 24px;
}

.footer .addBox p{
	font-size: 14px;
}

.footer .addBox h5, .footer .ftBottom .ftcontact h5, .footer .ftBottom .follw h5 {
  font-size: 16px;
}
.footer .ftBottom .ftcontact ul li {
  font-size: 14px;
}
.footer .ftBottom .ftcontact ul li a {
  font-size: 14px;
}

ul.tabsub{
  padding-left: 10%;
}

/* customize- css */
.photo-frm-two .photo-frm img, .photo-frm-one .photo-frm img { object-position: center;}
.drawlinee {
  top: 36px;
  max-width: 824px;
left: 390px;
}
.blog-section h3.animate-title {overflow:hidden;line-height: 72px;}