/*font Variables*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
	height: 100%;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: #000;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #316b77;
}

body {
	font-size: 16px;
	height: 100%;
	font-family: "Mona Sans", sans-serif;
	font-weight: 400;
	color: #000000;
	background-color: #f4f5ef;
}

:focus {
	outline: none;
}

.row {
	--bs-gutter-x: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
	font-family: "Playfair Display", serif;
}

h1 a,
h2 a,
h3 > a,
h4 a,
h5 a,
h6 a {
	color: #0b2332;
}

p {
	color: #0b0b0b;
}

video {
	max-width: 100%;
}

table tr td p:last-child {
	margin-bottom: 0;
}

pre[class*="language-"] > code {
	border-left: 5px solid brand_color_rgba(0.8);
}

.form-check {
	position: relative;
	display: block;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #999999;
	border-radius: 30px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/** === Predefined Global Classes === **/
.bold {
	font-weight: 700;
}

.medium {
	font-weight: 500;
}

.regular {
	font-weight: 400;
}

button:focus {
	outline: none;
}

/** === List style === **/
ul.list-style {
	margin-bottom: 2rem;
}

ul.list-style li {
	margin-bottom: 0.5rem;
	list-style-type: circle;
}

ul.list-style li:last-child {
	margin-bottom: 0;
}

.section-title .subtitle {
	color: #1e2d36;
	padding: 10px 20px;
	padding-left: 43px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border-radius: 30px;
	display: inline-block;
	border: 1px solid rgba(30, 45, 54, 0.2);
	position: relative;
	margin-bottom: 30px;
}
.section-title .subtitle::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 14px;
	width: 13px;
	height: 16px;
	background: url("../img/subtitle-frame.png") no-repeat center center;
	background-size: cover;
}
.section-title h2 {
	font-size: 60px;
	line-height: 60px;
	text-transform: capitalize;
	color: #0b2332;
	margin-bottom: 30px;
}
.section-title p {
	font-weight: 400;
	line-height: 26px;
	color: #0b0b0b;
}

.border-rounded {
	border-radius: 8px;
}

.sec-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.form-check-input {
	border-color: #000;
	cursor: pointer;
}
.form-check-input:focus {
	box-shadow: none;
	border-color: #000;
}
.form-check-input:checked[type="checkbox"] {
	background-color: transparent;
	border-color: #000;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23535A60' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-label {
	cursor: pointer;
}

.form-switch .form-check-input {
	cursor: pointer;
	width: 40px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 9 8'%3e%3ccircle r='3' fill='%236A737C'/%3e%3c/svg%3e");
	border: 3px solid #000;
	transition: background-position 0.15s ease-in-out;
	box-shadow: none;
}
.form-switch .form-check-input:checked {
	background-color: #316b77;
	border-color: #316b77;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
	display: inline-block;
	background: #546f8a;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top::after {
	content: "2";
	font-family: eleganticons;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#back-to-top:hover {
	cursor: pointer;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.slick-slider {
	padding: 0;
	padding-top: 50px;
}

.slick-arrow {
	position: inherit;
	height: 46px;
	width: 79px;
	border: 1px solid #383838;
	border-radius: 30px;
	background-color: transparent;
	top: inherit;
	bottom: inherit;
	transform: translate(0);
	opacity: 30%;
	text-align: center;
	line-height: 60px;
}
.slick-arrow:hover {
	background-color: #546f8a;
	border-color: #546f8a;
	opacity: 100%;
}
.slick-arrow:hover::after {
	background-color: #fff;
}
.slick-arrow:hover i {
	color: #fff;
}
.slick-arrow::before {
	display: none;
}
.slick-arrow::after {
	content: "";
	position: absolute;
	top: 21px;
	left: 32px;
	width: 24px;
	height: 2px;
	background-color: #383838;
}
.slick-arrow i {
	color: #383838;
	font-size: 20px;
	display: inline-block;
	transform: translateX(-5px);
}

.slick-prev {
	z-index: 999;
	left: inherit;
}

.slick-next {
	z-index: 999;
	right: inherit;
}
.slick-next::after {
	left: inherit;
	right: 32px;
}
.slick-next i {
	transform: translateX(5px);
}

.form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border-color: #14315a;
	margin-right: 15px;
}
.form-check-input:checked[type="radio"] {
	background-color: transparent;
	border-color: #000;
	background-image: url(../img/edit-page/radio-bg.png);
	background-size: 12px;
	background-position: center;
}

.form-check-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.88px;
	letter-spacing: 0.02em;
}

.form-group label {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.form-control {
	border: 0.9px solid rgba(242, 245, 248, 0.8588235294);
	height: 54px;
	padding-left: 25px;
	font-weight: 500;
	font-size: 15px;
	color: #011e2e;
	background-color: rgba(242, 245, 248, 0.8588235294);
	border-radius: 6px;
	box-shadow: 0px 5px 54px 0px rgba(69, 70, 96, 0.0784313725);
}
.form-control::placeholder {
	font-weight: 500;
	font-size: 15px;
	color: #011e2e;
}
.form-control:focus {
	box-shadow: none;
	border-color: #546f8a;
}

textarea.form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	min-height: 120px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

@media (min-width: 992px) {
	.mt-lg-20 {
		margin-top: 20px;
	}
	.mt-lg-25 {
		margin-top: 25px;
	}
	.mt-lg-30 {
		margin-top: 30px;
	}
	.mt-lg-35 {
		margin-top: 35px;
	}
	.mt-lg-40 {
		margin-top: 40px;
	}
	.mt-lg-45 {
		margin-top: 45px;
	}
	.mt-lg-50 {
		margin-top: 50px;
	}
	.mt-lg-55 {
		margin-top: 55px;
	}
	.mt-lg-60 {
		margin-top: 60px;
	}
	.mt-lg-65 {
		margin-top: 65px;
	}
	.mt-lg-70 {
		margin-top: 70px;
	}
	.mt-lg-75 {
		margin-top: 75px;
	}
	.mt-lg-80 {
		margin-top: 80px;
	}
	.mt-lg-85 {
		margin-top: 85px;
	}
	.mt-lg-90 {
		margin-top: 90px;
	}
	.mt-lg-95 {
		margin-top: 95px;
	}
	.mt-lg-100 {
		margin-top: 100px;
	}
	.mt-lg-105 {
		margin-top: 105px;
	}
	.mt-lg-110 {
		margin-top: 110px;
	}
	.mt-lg-115 {
		margin-top: 115px;
	}
	.mt-lg-120 {
		margin-top: 120px;
	}
	.mt-lg-125 {
		margin-top: 125px;
	}
	.mt-lg-130 {
		margin-top: 130px;
	}
	.mt-lg-135 {
		margin-top: 135px;
	}
	.mt-lg-140 {
		margin-top: 140px;
	}
	.mt-lg-145 {
		margin-top: 145px;
	}
	.mt-lg-150 {
		margin-top: 150px;
	}
	.mb-lg-20 {
		margin-bottom: 20px;
	}
	.mb-lg-25 {
		margin-bottom: 25px;
	}
	.mb-lg-30 {
		margin-bottom: 30px;
	}
	.mb-lg-35 {
		margin-bottom: 35px;
	}
	.mb-lg-40 {
		margin-bottom: 40px;
	}
	.mb-lg-45 {
		margin-bottom: 45px;
	}
	.mb-lg-50 {
		margin-bottom: 50px;
	}
	.mb-lg-55 {
		margin-bottom: 55px;
	}
	.mb-lg-60 {
		margin-bottom: 60px;
	}
	.mb-lg-65 {
		margin-bottom: 65px;
	}
	.mb-lg-70 {
		margin-bottom: 70px;
	}
	.mb-lg-75 {
		margin-bottom: 75px;
	}
	.mb-lg-80 {
		margin-bottom: 80px;
	}
	.mb-lg-85 {
		margin-bottom: 85px;
	}
	.mb-lg-90 {
		margin-bottom: 90px;
	}
	.mb-lg-95 {
		margin-bottom: 95px;
	}
	.mb-lg-100 {
		margin-bottom: 100px;
	}
	.mb-lg-105 {
		margin-bottom: 105px;
	}
	.mb-lg-110 {
		margin-bottom: 110px;
	}
	.mb-lg-115 {
		margin-bottom: 115px;
	}
	.mb-lg-120 {
		margin-bottom: 120px;
	}
	.mr-lg-10 {
		margin-right: 10px;
	}
	.mr-lg-15 {
		margin-right: 15px;
	}
	.mr-lg-20 {
		margin-right: 20px;
	}
	.mr-lg-25 {
		margin-right: 25px;
	}
	.mr-lg-30 {
		margin-right: 30px;
	}
	.mr-lg-35 {
		margin-right: 35px;
	}
	.mr-lg-40 {
		margin-right: 40px;
	}
	.mr-lg-45 {
		margin-right: 45px;
	}
	.mr-lg-50 {
		margin-right: 50px;
	}
	.mr-lg-55 {
		margin-right: 55px;
	}
	.mr-lg-60 {
		margin-right: 60px;
	}
	.mr-lg-65 {
		margin-right: 65px;
	}
	.mr-lg-70 {
		margin-right: 70px;
	}
	.mr-lg-75 {
		margin-right: 75px;
	}
	.mr-lg-80 {
		margin-right: 80px;
	}
	.mr-lg-85 {
		margin-right: 85px;
	}
	.mr-lg-90 {
		margin-right: 90px;
	}
	.mr-lg-95 {
		margin-right: 95px;
	}
	.mr-lg-100 {
		margin-right: 100px;
	}
	.ml-lg-10 {
		margin-left: 10px;
	}
	.ml-lg-15 {
		margin-left: 15px;
	}
	.ml-lg-20 {
		margin-left: 20px;
	}
	.ml-lg-25 {
		margin-left: 25px;
	}
	.ml-lg-30 {
		margin-left: 30px;
	}
	.ml-lg-35 {
		margin-left: 35px;
	}
	.ml-lg-40 {
		margin-left: 40px;
	}
	.ml-lg-45 {
		margin-left: 45px;
	}
	.ml-lg-50 {
		margin-left: 50px;
	}
	.ml-lg-55 {
		margin-left: 55px;
	}
	.ml-lg-60 {
		margin-left: 60px;
	}
	.ml-lg-65 {
		margin-left: 65px;
	}
	.ml-lg-70 {
		margin-left: 70px;
	}
	.ml-lg-75 {
		margin-left: 75px;
	}
	.ml-lg-80 {
		margin-left: 80px;
	}
	.ml-lg-85 {
		margin-left: 85px;
	}
	.ml-lg-90 {
		margin-left: 90px;
	}
	.ml-lg-95 {
		margin-left: 95px;
	}
	.ml-lg-100 {
		margin-left: 100px;
	}
	.pt-lg-20 {
		padding-top: 20px;
	}
	.pt-lg-25 {
		padding-top: 25px;
	}
	.pt-lg-30 {
		padding-top: 30px;
	}
	.pt-lg-35 {
		padding-top: 35px;
	}
	.pt-lg-40 {
		padding-top: 40px;
	}
	.pt-lg-45 {
		padding-top: 45px;
	}
	.pt-lg-50 {
		padding-top: 50px;
	}
	.pt-lg-55 {
		padding-top: 55px;
	}
	.pt-lg-60 {
		padding-top: 60px;
	}
	.pt-lg-65 {
		padding-top: 65px;
	}
	.pt-lg-70 {
		padding-top: 70px;
	}
	.pt-lg-75 {
		padding-top: 75px;
	}
	.pt-lg-80 {
		padding-top: 80px;
	}
	.pt-lg-85 {
		padding-top: 85px;
	}
	.pt-lg-90 {
		padding-top: 90px;
	}
	.pt-lg-95 {
		padding-top: 95px;
	}
	.pt-lg-100 {
		padding-top: 100px;
	}
	.pt-lg-105 {
		padding-top: 105px;
	}
	.pt-lg-110 {
		padding-top: 110px;
	}
	.pt-lg-115 {
		padding-top: 115px;
	}
	.pt-lg-120 {
		padding-top: 120px;
	}
	.pb-lg-20 {
		padding-bottom: 20px;
	}
	.pb-lg-25 {
		padding-bottom: 25px;
	}
	.pb-lg-30 {
		padding-bottom: 30px;
	}
	.pb-lg-35 {
		padding-bottom: 35px;
	}
	.pb-lg-40 {
		padding-bottom: 40px;
	}
	.pb-lg-45 {
		padding-bottom: 45px;
	}
	.pb-lg-50 {
		padding-bottom: 50px;
	}
	.pb-lg-55 {
		padding-bottom: 55px;
	}
	.pb-lg-60 {
		padding-bottom: 60px;
	}
	.pb-lg-65 {
		padding-bottom: 65px;
	}
	.pb-lg-70 {
		padding-bottom: 70px;
	}
	.pb-lg-75 {
		padding-bottom: 75px;
	}
	.pb-lg-80 {
		padding-bottom: 80px;
	}
	.pb-lg-85 {
		padding-bottom: 85px;
	}
	.pb-lg-90 {
		padding-bottom: 90px;
	}
	.pb-lg-95 {
		padding-bottom: 95px;
	}
	.pb-lg-100 {
		padding-bottom: 100px;
	}
	.pb-lg-105 {
		padding-bottom: 105px;
	}
	.pb-lg-110 {
		padding-bottom: 110px;
	}
	.pb-lg-115 {
		padding-bottom: 115px;
	}
	.pb-lg-120 {
		padding-bottom: 120px;
	}
	.pr-lg-10 {
		padding-right: 10px;
	}
	.pr-lg-15 {
		padding-right: 15px;
	}
	.pr-lg-20 {
		padding-right: 20px;
	}
	.pr-lg-25 {
		padding-right: 25px;
	}
	.pr-lg-30 {
		padding-right: 30px;
	}
	.pr-lg-35 {
		padding-right: 35px;
	}
	.pr-lg-40 {
		padding-right: 40px;
	}
	.pr-lg-45 {
		padding-right: 45px;
	}
	.pr-lg-50 {
		padding-right: 50px;
	}
	.pr-lg-55 {
		padding-right: 55px;
	}
	.pr-lg-60 {
		padding-right: 60px;
	}
	.pr-lg-65 {
		padding-right: 65px;
	}
	.pr-lg-70 {
		padding-right: 70px;
	}
	.pr-lg-75 {
		padding-right: 75px;
	}
	.pr-lg-80 {
		padding-right: 80px;
	}
	.pr-lg-85 {
		padding-right: 85px;
	}
	.pr-lg-90 {
		padding-right: 90px;
	}
	.pr-lg-95 {
		padding-right: 95px;
	}
	.pr-lg-100 {
		padding-right: 100px;
	}
	.pl-lg-10 {
		padding-left: 10px;
	}
	.pl-lg-15 {
		padding-left: 15px;
	}
	.pl-lg-20 {
		padding-left: 20px;
	}
	.pl-lg-25 {
		padding-left: 25px;
	}
	.pl-lg-30 {
		padding-left: 30px;
	}
	.pl-lg-35 {
		padding-left: 35px;
	}
	.pl-lg-40 {
		padding-left: 40px;
	}
	.pl-lg-45 {
		padding-left: 45px;
	}
	.pl-lg-50 {
		padding-left: 50px;
	}
	.pl-lg-55 {
		padding-left: 55px;
	}
	.pl-lg-60 {
		padding-left: 60px;
	}
	.pl-lg-65 {
		padding-left: 65px;
	}
	.pl-lg-70 {
		padding-left: 70px;
	}
	.pl-lg-75 {
		padding-left: 75px;
	}
	.pl-lg-80 {
		padding-left: 80px;
	}
	.pl-lg-85 {
		padding-left: 85px;
	}
	.pl-lg-90 {
		padding-left: 90px;
	}
	.pl-lg-95 {
		padding-left: 95px;
	}
	.pl-lg-100 {
		padding-left: 100px;
	}
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme-btn {
	display: inline-flex;
	align-items: center;
	position: relative;
	color: #fff;
	height: 54px;
	padding: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding-left: 26px;
	background: #546f8a;
	border-radius: 40px;
	text-transform: capitalize;
	z-index: 1;
	gap: 10px;
	box-shadow: none;
	outline: 0;
	border: 0;
	transition: all 0.3s ease-in-out;
}
.theme-btn i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #546f8a;
	display: inline-block;
	box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.2) inset;
	background: rgba(255, 255, 255, 0.1019607843);
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
}
.theme-btn:hover {
	color: #fff;
	background: #324b64;
}
.theme-btn.btn__2 {
	background: transparent;
	border: 1px solid #546f8a;
	color: #546f8a;
}
.theme-btn.btn__2 i {
	background-color: #546f8a;
}
.theme-btn.btn__2:hover {
	color: #fff;
	background: #546f8a;
}

.button-group {
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
}
.button-group.text-center {
	display: flex;
	justify-content: center;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= header area css ===============*/
.navbar {
	border: 0;
	border-radius: 0;
	padding: 14px 0;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute; /* al inicio va sobre el hero */
	background: rgba(26, 39, 47, 0.1411764706);
	backdrop-filter: blur(24px);
	transition: all 0.2s linear;
}

/* sticky at scroll */
.navbar.sticky {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	/* si quieres, más sólido cuando se pega */
	background: #546f8a;
}
.navbar .theme-btn {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.navbar .theme-btn i {
	background-color: #fff;
	color: #243a1f;
}
.navbar .theme-btn:hover {
	background-color: #fff;
	color: #243a1f;
}
.navbar .header_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
}
.navbar .header_btn .telephone-btn {
	display: inline-flex;
	font-family: "Poppins";
	gap: 12px;
	align-items: center;
	color: #fff;
}
.navbar .header_btn .telephone-btn i {
	font-size: 25px;
	transform: rotateY(180deg);
}
.navbar .header_btn .telephone-btn h4 {
	color: #fff;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 0;
}
.navbar .header_btn .telephone-btn span {
	color: #fff;
	font-size: 13px;
}

.menu > .nav-item {
	padding-bottom: 34px;
	padding-top: 34px;
	transition: all 0.3s linear;
}
.menu > .nav-item > .nav-link {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 0;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
}
.menu > .nav-item > .nav-link:after {
	display: none;
}
.menu > .nav-item > .nav-link::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -6px;
	background: #fff;
	transition: width 0.2s linear;
}
@media (max-width: 991px) {
	.menu > .nav-item > .nav-link::before {
		display: none;
	}
}
.menu > .nav-item.active .nav-link {
	font-weight: 600;
}
.menu > .nav-item.active .nav-link:before {
	transform: scaleX(1);
	opacity: 1;
	width: 100%;
}
.menu > .nav-item:hover .nav-link:before {
	transform: scaleX(1);
	opacity: 1;
	width: 100%;
}
.menu > .nav-item + .nav-item {
	margin-left: 25px;
}
.menu .mobile_dropdown_icon {
	display: none;
}

.navbar-toggler {
	padding-left: 0;
	outline: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}

.hamburger {
	height: 100%;
	width: 100%;
	display: block;
}
.hamburger span {
	width: 0%;
	height: 2px;
	position: relative;
	top: 0;
	left: 0;
	margin: 7px 0;
	display: block;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
	transition-delay: 0s;
}
.hamburger span:nth-child(2) {
	transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
	transition-delay: 0.2s;
}

.menu_toggle {
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
	display: block;
}
.menu_toggle .hamburger {
	position: absolute;
}
.menu_toggle .hamburger-cross {
	position: absolute;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
	display: block;
}
.menu_toggle .hamburger-cross span {
	display: block;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
	height: 80%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 13px;
	transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
	width: 80%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 13px;
	transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
	width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
	transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
	width: 75%;
	transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
	transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
	height: 0%;
	transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
	width: 0%;
	transition-delay: 0.2s;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.footer-widget-one .footer-top {
	background-color: #f2f5fc;
	background-image: url(../img/footer/Footer-bg.png);
	background-position: bottom center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 190px;
	padding-bottom: 60px;
}
.footer-widget-one .title {
	color: #f7ca0f;
	font-size: 20px;
	font-weight: 700;
	line-height: 26.1px;
	margin-bottom: 20px;
}
.footer-widget-one .menu-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.footer-widget-one .menu-list a {
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: #fff;
}
.footer-widget-one .menu-list a:hover {
	text-decoration: underline;
}
.footer-widget-one .theme-btn {
	color: #fff;
	padding: 7px 20px;
	font-size: 16px;
	font-weight: 400;
}
.footer-widget-one .theme-btn:hover {
	background-color: #fff;
	color: #000;
}
.footer-widget-one .theme-btn:hover img {
	filter: invert(100%);
}
.footer-widget-one .theme-btn:hover::before {
	background-color: #fff;
}
.footer-widget-one .theme-btn i {
	margin-left: 10px;
}
.footer-widget-one .theme-btn::before {
	background: #48249f;
}
.footer-widget-one .theme-btn img {
	margin-right: 5px;
}
.footer-widget-one .lang-dropdown i {
	color: #14315a;
	font-size: 13px;
	padding-right: 3px;
	vertical-align: middle;
}
.footer-widget-one .custom-select {
	color: #fff;
	background-color: transparent;
	border: none;
	padding-left: 0;
}
.footer-widget-one .custom-select .current {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.footer-widget-one .custom-select .list {
	color: #14315a;
}
.footer-widget-one .custom-select::after {
	margin-left: 5px;
	font-size: 14px;
}
.footer-widget-one .footer-bottom {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.88px;
	letter-spacing: 0.02em;
	color: #2a2a2a;
	background-color: #fff;
}
.footer-widget-one .footer-bottom a {
	color: #2a2a2a;
	text-decoration: underline;
}

/*---------------------------------------------------- */
.banner-area {
	background-image: url(../img/banner-img.webp?v=1.1.1);
/*    background-image: url(../img/couples-rehab.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 290px;
	padding-bottom: 280px;
	color: #fff;
}
.banner-area h1 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 76px;
	line-height: 70px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.banner-area p {
	font-family: "Mona Sans", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #fff;
}
.banner-area .theme-btn.btn__2 {
	background-color: #fff;
	border-color: transparent;
}
.banner-area .theme-btn.btn__2:hover {
	color: #243a1f;
}

.who-we-area {
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #f4f5ef;
}
.who-we-area p .fade-color {
	color: #8c8c8c;
}
.who-we-area .single-stat {
	padding: 12px 0 12px 12px;
	border-left: 0.5px solid #8f8f8f;
	margin-top: 10px;
}
.who-we-area .single-stat h2 {
	font-family: "Mona Sans";
	font-weight: 400;
	font-size: 48px;
	line-height: 35px;
	color: #3b5660;
	position: relative;
	margin-bottom: 25px;
}
.who-we-area .single-stat h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -13.5px;
	width: 2px;
	height: 100%;
	background-color: #3b5660;
}
.who-we-area .single-stat p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #484e49;
}

.why-choose-area {
	padding: 110px 0;
	background-color: #fff;
}
.why-choose-area .service-slider {
	position: relative;
	width: 100vw;
	padding-bottom: 100px;
}
.why-choose-area .service-slider .slick-slide {
	padding: 0 15px;
}
.why-choose-area .service-slider-arrow {
	display: flex;
	gap: 20px;
	justify-content: end;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}
.why-choose-area .single-slide {
	background: #f3f0e9;
	border-radius: 20px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	min-height: 40rem;
	position: relative;
}
.why-choose-area .single-slide:hover {
	background-color: #cde4d5;
}
.why-choose-area .single-slide .content {
	padding: 30px 20px 40px 20px;
}
.why-choose-area .single-slide h4 {
	font-size: 28px;
	line-height: 26px;
}
.why-choose-area .single-slide p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #484e49;
}
.why-choose-area .single-slide img {
	border-radius: 20px;
	object-fit: cover;
	max-height: 100%;
	width: 387px;
	height: 362px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 10px;
}

.what-we-do-area {
	padding: 110px 0;
}
.what-we-do-area .sec-img {
	position: relative;
}
.what-we-do-area .sec-img .scroller {
	position: absolute;
	right: -20px;
	bottom: 5%;
}
.what-we-do-area .sec-img .scroller img:nth-child(1) {
	animation: rotate 4s linear infinite;
	transform-origin: center center;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.what-we-do-area .sec-img .scroller img:nth-child(2) {
	position: absolute;
	top: 46%;
	left: 48%;
	animation: bounce 2s infinite;
}
.what-we-do-area ul {
	margin: 35px 0;
}
.what-we-do-area ul li {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 16px;
}
.what-we-do-area ul li i {
	height: 22px;
	width: 22px;
	background-color: rgba(185, 157, 88, 0.1019607843);
	border-radius: 50%;
	color: #b99d58;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	margin-right: 10px;
}

.facility-area {
	padding: 100px 0;
}
.facility-area .facility-img {
	border-radius: 20px;
	max-width: 100%;
}
.facility-area .row {
	--bs-gutter-x: 24px;
}

.cta-area {
	margin: 100px 0;
	background-image: url(../img/cta-bgpng.webp?v=1.1.1);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 125px 0;
	border-radius: 30px;
	text-align: center;
	color: #fff;
}
.cta-area .subtitle {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.cta-area h2 {
	color: #fff;
}
.cta-area p {
	color: #fff;
}

.our-process-area {
	background-image: url(../img/timeline-bg.webp?v=1.1.1);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 525px;
	/* Central vertical line */
	/* Timeline Item */
	/* Content positioning */
	/* Timeline Content */
	/* Connector line from content to marker */
	/* Timeline Marker */
	/* Tablet Responsive */
	/* Mobile Responsive */
	/* Animation delays for staggered effect */
}
.our-process-area .timeline-line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #658b72;
	z-index: 0;
}
.our-process-area .timeline-item {
	position: relative;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease;
}
.our-process-area .timeline-item.visible {
	opacity: 1;
	transform: translateY(0);
}
.our-process-area .timeline-item.right {
	justify-content: flex-start;
}
.our-process-area .timeline-item.left {
	justify-content: flex-end;
}
.our-process-area .timeline-item.right .timeline-content {
	margin-left: calc(50% + 50px);
	text-align: left;
}
.our-process-area .timeline-item.left .timeline-content {
	margin-right: calc(50% + 50px);
	text-align: right;
}
.our-process-area .timeline-content {
	max-width: 400px;
	padding: 0 30px;
	position: relative;
	transition: all 0.3s ease;
}
.our-process-area .timeline-content .badge {
	padding: 14px 20px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	background-color: #e6fce9;
	color: #1e2d36;
	border-radius: 30px;
}
.our-process-area .timeline-content h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #0b0b0b;
	margin-top: 25px;
	margin-bottom: 15px;
}
.our-process-area .timeline-content p {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #484e49;
}
.our-process-area .timeline-item.right .timeline-content::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	width: 50px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #ddd);
}
.our-process-area .timeline-item.left .timeline-content::before {
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	width: 50px;
	height: 2px;
	background: linear-gradient(270deg, transparent, #ddd);
}
.our-process-area .timeline-marker {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	top: 0;
}
.our-process-area .marker-icon {
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f5ef;
	transition: all 0.3s ease;
	cursor: pointer;
}
.our-process-area .marker-icon:hover {
	transform: scale(1.15) rotate(15deg);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}
.our-process-area .marker-icon .circle {
	width: 24px;
	height: 24px;
	border: 1px solid #658b72;
	background-color: #f4f5ef;
	border-radius: 50%;
}
@media screen and (max-width: 992px) {
	.our-process-area .timeline-content {
		max-width: 350px;
	}
	.our-process-area .timeline-item.right .timeline-content {
		margin-left: calc(50% + 40px);
	}
	.our-process-area .timeline-item.left .timeline-content {
		margin-right: calc(50% + 40px);
	}
	.our-process-area .timeline-item.right .timeline-content::before,
	.our-process-area .timeline-item.left .timeline-content::before {
		width: 40px;
	}
	.our-process-area .timeline-item.right .timeline-content::before {
		left: -40px;
	}
	.our-process-area .timeline-item.left .timeline-content::before {
		right: -40px;
	}
	.our-process-area .year {
		font-size: 24px;
	}
	.our-process-area .description {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.our-process-area body {
		padding: 40px 15px;
	}
	.our-process-area .timeline-line {
		left: 30px;
		transform: translateX(0);
	}
	.our-process-area .timeline-item {
		justify-content: flex-start !important;
		margin-bottom: 60px;
	}
	.our-process-area .timeline-item.right .timeline-content,
	.our-process-area .timeline-item.left .timeline-content {
		margin-left: 70px;
		margin-right: 0;
		text-align: left;
		max-width: 100%;
	}
	.our-process-area .timeline-item.right .timeline-content::before,
	.our-process-area .timeline-item.left .timeline-content::before {
		left: -40px;
		right: auto;
		width: 40px;
		background: linear-gradient(90deg, transparent, #ddd);
	}
	.our-process-area .timeline-marker {
		left: 30px;
		transform: translateX(-50%);
	}
	.our-process-area .marker-icon {
		width: 45px;
		height: 45px;
	}
	.our-process-area .marker-icon svg {
		width: 20px;
		height: 20px;
	}
	.our-process-area .year {
		font-size: 22px;
	}
	.our-process-area .description {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.our-process-area body {
		padding: 30px 10px;
	}
	.our-process-area .timeline-line {
		left: 25px;
	}
	.our-process-area .timeline-item.right .timeline-content,
	.our-process-area .timeline-item.left .timeline-content {
		margin-left: 60px;
		padding: 15px 20px;
	}
	.our-process-area .timeline-item.right .timeline-content::before,
	.our-process-area .timeline-item.left .timeline-content::before {
		left: -30px;
		width: 30px;
	}
	.our-process-area .timeline-marker {
		left: 25px;
	}
	.our-process-area .marker-icon {
		width: 40px;
		height: 40px;
	}
	.our-process-area .marker-icon svg {
		width: 18px;
		height: 18px;
	}
	.our-process-area .year {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.our-process-area .description {
		font-size: 13px;
		line-height: 1.5;
	}
	.our-process-area .timeline-item {
		margin-bottom: 50px;
	}
}
.our-process-area .timeline-item:nth-child(2) {
	transition-delay: 0.1s;
}
.our-process-area .timeline-item:nth-child(3) {
	transition-delay: 0.2s;
}
.our-process-area .timeline-item:nth-child(4) {
	transition-delay: 0.3s;
}
.our-process-area .timeline-item:nth-child(5) {
	transition-delay: 0.4s;
}
.our-process-area .timeline-item:nth-child(6) {
	transition-delay: 0.5s;
}
.our-process-area .timeline-item:nth-child(7) {
	transition-delay: 0.6s;
}

.testimonial-area {
	padding: 100px 0;
}
.testimonial-area .single-testimonial {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1019607843);
	border-radius: 10px;
	padding: 40px 37px 40px 30px;
	max-height: 30rem;
	min-height: 30rem;
	transition: max-height 0.3s ease;
}
.testimonial-area .single-testimonial.testimonial-expanded {
	max-height: none;
}
.testimonial-area .single-testimonial .rating {
	display: flex;
	font-size: 18px;
	color: #546f8a;
	gap: 3px;
	margin-bottom: 25px;
}
.testimonial-area .single-testimonial p {
	font-weight: 500;
	font-size: 20px;
	line-height: 36px;
	color: #555b56;
	min-height: 10rem;
}
.testimonial-area .single-testimonial .post-meta {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #192231;
}
.testimonial-area .single-testimonial .post-meta h4 {
	font-weight: 400;
	font-size: 21px;
	line-height: 39px;
	margin-bottom: 10px;
}
.testimonial-area .single-testimonial .post-meta span {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.testimonial-area .testimonial-slider-arrow {
	display: flex;
	gap: 20px;
	justify-content: end;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}
.testimonial-area .testimonial-slider {
	position: relative;
	width: 100vw;
	padding-bottom: 100px;
}
.testimonial-area .testimonial-slider .slick-slide {
	padding: 0 15px;
}

/* Read More Button Styles */
.testimonial-text-collapsed {
	max-height: 10rem !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	position: relative;
	display: block !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: unset !important;
	margin-bottom: 10px !important;
}

.testimonial-text-expanded {
	max-height: none !important;
	overflow: visible !important;
	display: block !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: unset !important;
	margin-bottom: 30px !important;
}

.read-more-btn {
	background: transparent;
	border: none;
	color: #316b77;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	display: block;
	transition: all 0.3s ease;
	text-decoration: underline;
}

.read-more-btn:hover {
	color: #255763;
	text-decoration: none;
}

.read-more-spacer {
	height: 14px;
	margin-bottom: 20px;
	display: block;
	visibility: hidden;
}

.get-touch-area {
	position: relative;
	padding: 100px 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.4) 0%,
		rgba(255, 255, 255, 0.4) 22.08%
	);
	z-index: 1;
}
.get-touch-area .address-list {
	--bs-gutter-x: 0;
	padding-top: 100px;
}
.get-touch-area .bg-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	transform: translateY(50%);
	width: 100%;
	z-index: -11;
}
.get-touch-area .form-widget {
	border: 1px solid #ebf3ff;
	border-radius: 20px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0px 15px 34px 0px rgba(22, 66, 69, 0.1019607843),
		0px 61px 61px 0px rgba(22, 66, 69, 0.0901960784),
		0px 138px 83px 0px rgba(22, 66, 69, 0.0509803922),
		0px 245px 98px 0px rgba(22, 66, 69, 0.0117647059),
		0px 383px 107px 0px rgba(22, 66, 69, 0);
}
.get-touch-area .single-address {
	padding: 35px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px dashed rgba(0, 0, 0, 0.3019607843);
	color: #0a2817;
	transition: all 0.3s ease-in-out;
}
.get-touch-area .single-address:hover {
	background-color: #cde4d5;
}
.get-touch-area .single-address h4 {
	margin-top: 30px;
	font-family: "Mona Sans";
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 30px;
}
.get-touch-area .single-address p {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 0;
}

footer {
	background-color: #0f2b32;
	position: relative;
	padding-top: 200px;
	padding-bottom: 45px;
	color: rgba(255, 255, 255, 0.8);
}
footer .footer-title {
	font-size: 26px;
	line-height: 27px;
	position: relative;
	color: #fff;
	margin-bottom: 30px;
}
footer .footer-title::after {
	content: "";
	width: 28px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}
footer p {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	font-size: 16px;
	line-height: 45px;
	text-transform: capitalize;
}
footer .footer-bottom {
	margin-top: 60px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-widget {
	display: inline-flex;
	align-items: center;
	position: relative;
	color: #fff;
	height: 54px;
	padding: 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
	border-radius: 40px;
	text-transform: capitalize;
	z-index: 1;
	box-shadow: none;
	outline: 0;
	border: 1px solid #fff;
	transition: all 0.3s ease-in-out;
}
.newsletter-widget button {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #546f8a;
	display: inline-block;
	box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.2) inset;
	background: #e6f4eb;
	color: #0f2b32;
	font-size: 18px;
	margin-left: 5px;
}
.newsletter-widget .form-control {
	background-color: transparent;
	border: 0;
	height: 100%;
	color: #fff;
	flex: 1;
}
.newsletter-widget .form-control::placeholder {
	color: #fff;
}

/*# sourceMappingURL=style.css.map */
