@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
body,
html {
	height: 100%;
}
a,
body {
	color: #000;
}
#back-to-top,
.slick-dots .slick-active button {
	background: #316b77;
}
#back-to-top.show,
.slick-dots li button {
	visibility: visible;
	opacity: 1;
}
.slick-dots li button,
.theme-btn,
a {
	transition: 0.3s ease-in-out;
}
a,
a:focus,
a:hover {
	text-decoration: none;
}
.elementor-column-gap-default
	> .elementor-column
	> .elementor-element-populated {
	padding: 0 !important;
}
a:focus,
a:hover {
	outline: 0;
	color: #316b77;
}
body {
	font-size: 16px;
	font-family: Inter, sans-serif;
	font-weight: 400;
}
:focus,
button:focus {
	outline: 0;
}
.row {
	--bs-gutter-x: 30px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #14315a;
}
.slick-prev,
.slick-prev:hover {
	color: #316b77;
}
.footer-widget-one .custom-select .list,
.review-area .single-review .read-more-btn:hover,
h1 a,
h2 a,
h3 > a,
h4 a,
h5 a,
h6 a {
	color: #14315a;
}
.review-area .single-review span,
p {
	color: #5d5d5d;
}
.ins-provider-area .single-provider img,
video {
	max-width: 100%;
}
.blog-area .single-blog .blog-content p,
table tr td p:last-child,
ul.list-style li:last-child {
	margin-bottom: 0;
}
pre[class*="language-"] > code {
	border-left: 5px solid;
}
.form-check {
	position: relative;
	display: block;
}
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #999;
	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;
}
.bold {
	font-weight: 700;
}
.medium,
footer p a {
	font-weight: 500;
}
.regular {
	font-weight: 400;
}
ul.list-style {
	margin-bottom: 2rem;
}
.mb-20,
.section-title h2 {
	margin-bottom: 20px;
}
ul.list-style li {
	margin-bottom: 0.5rem;
	list-style-type: circle;
}
.section-title h2 {
	font-weight: 800;
	font-size: 40px;
	line-height: 55px;
	color: #14315a;
	text-align: center;
}
.section-title p {
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #5d5d5d;
	margin-bottom: 0;
	text-align: center;
}
.border-rounded {
	border-radius: 8px;
}
.sec-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.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;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.88px;
	letter-spacing: 0.02em;
}
.menu > .nav-item.active .nav-link,
.theme-btn {
	font-weight: 600;
}
.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 {
	display: inline-block;
	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;
	color: #fff;
	font-size: 2rem;
}
#back-to-top:hover {
	cursor: pointer;
}
.slick-slider {
	padding: 0;
}
.slick-prev {
	z-index: 999;
	border: 0;
	left: -100px;
}
.menu .mobile_dropdown_icon,
.menu > .nav-item > .nav-link:after,
.slick-dots li button::before,
.slick-prev::before,
a.wp-call-button {
	display: none;
}
.slick-prev::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	width: 75px;
	height: 2px;
	background-color: #316b77;
}
.slick-prev i {
	font-size: 20px;
}
.slick-dots li button {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: rgba(156, 179, 184, 0.7882352941);
}
.form-check-input {
	cursor: pointer;
	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-control {
	border: 0.9px solid #d8d7d4;
	height: 59px;
	padding-left: 26px;
	font-size: 15px;
	background-color: #fff;
	border-radius: 60px;
	color: #1d1d1d;
}
.menu > .nav-item,
.pl-10 {
	padding-left: 10px;
}
.form-control::placeholder {
	color: #1d1d1d;
}
.form-control:focus {
	box-shadow: none;
	border-color: #316b77;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.banner-area .verify-ins-part form,
.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-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;
}
.feature-area-one .section-title,
.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;
}
.footer-widget-one .theme-btn i,
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.menu > .nav-item + .nav-item,
.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,
footer .copyright {
	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,
.program-area .slick-slider {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80,
.review-area .review-slider {
	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-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-block;
	position: relative;
	color: #fff;
	padding: 16px 30px;
	background: #316b77;
	border-radius: 60px;
	font-size: 16px;
	z-index: 1;
	box-shadow: none;
	outline: 0;
	border: 0;
}
.theme-btn i {
	margin-left: 5px;
}
.theme-btn:hover {
	color: #fff;
	background: #145764;
}
.theme-btn.btn__2 {
	background: #d9948e;
}
.theme-btn.btn__2:hover {
	background: #a0544d;
}
.call-nav-btn-mobile {
	font-size: 1.3rem;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #316b77;
	border-radius: 50%;
	border: 2px solid !important;
	display: none;
}
.logo-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}
.navbar,
.navbar.sticky {
	width: 100%;
	left: 0;
	top: 0;
}
.navbar {
	border: 0;
	border-radius: 0;
	padding: 14px 0;
	z-index: 10;
	position: absolute;
	background-color: transparent;
	transition: 0.2s linear;
}
.navbar.sticky {
	position: fixed;
	right: 0;
}
.menu > .nav-item {
	padding-bottom: 44px;
	padding-top: 44px;
	transition: 0.3s linear;
}
.menu > .nav-item > .nav-link {
	font-size: 14px;
	font-weight: 400;
	color: #14315a;
	padding: 0;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
}
.menu > .nav-item > .nav-link::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -6px;
	background: #316b77;
	transition: width 0.2s linear;
}
@media (max-width: 991px) {
	.menu > .nav-item > .nav-link::before {
		display: none;
	}
	.img-fluid {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 5%;
	}
}
.menu > .nav-item.active .nav-link:before,
.menu > .nav-item:hover .nav-link:before {
	transform: scaleX(1);
	opacity: 1;
	width: 100%;
}
.navbar-toggler {
	padding-left: 0;
	outline: 0;
}
.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: 5px 0;
	display: block;
	background: #000;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
footer,
footer .copyright {
	background-position: top center;
}
.banner-area,
footer,
footer .copyright {
	background-size: cover;
}
.hamburger span:first-child {
	transition-delay: 0s;
}
.hamburger span:nth-child(2) {
	transition-delay: 125ms;
}
.hamburger span:nth-child(3) {
	transition-delay: 0.2s;
}
.menu_toggle {
	width: 20px;
	height: 20px;
	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: #000;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:first-child {
	height: 100%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 10px;
	transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 10px;
	transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span {
	width: 100%;
}
.collapsed .menu_toggle .hamburger span:first-child {
	transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
	transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
	transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:first-child {
	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::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::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;
}
.textfooter {
	margin-top: -20px;
}
.footer-widget-one .footer-bottom a {
	color: #2a2a2a;
	text-decoration: underline;
}
.banner-area {
	padding-top: 250px;
	padding-bottom: 350px;
	background-image: url("https://forwardrecovery.com/wp-content/uploads/2025/11/banner-bg-min.webp");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.banner-area h1 {
	font-weight: 800;
	font-size: 3.125rem;
	line-height: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.banner-area p {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 28px;
	color: #14315a;
	text-align: center;
}
.banner-area .verify-ins-part {
	margin-top: 2rem;
	border: 1px dashed rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	padding: 20px;
	gap: 50px;
}
.banner-area .verify-ins-part h2 {
	font-weight: 800;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	position: relative;
	display: inline-block;
}
.banner-area .verify-ins-part h2::after,
.banner-area .verify-ins-part h2::before {
	content: "";
	position: absolute;
	left: calc(100% + 20px);
	top: 20px;
	width: 20vw;
	height: 1px;
	border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
.banner-area .verify-ins-part h2::before {
	right: calc(100% + 20px);
	left: inherit;
}
.banner-area .verify-ins-part p {
	color: #fff;
	text-align: center;
	font-size: 1rem;
}
.banner-area .verify-ins-part .form-control {
	border: 0.9px solid rgba(255, 255, 255, 0.3490196078);
	backdrop-filter: blur(10px);
	background-color: transparent;
	background: rgba(217, 217, 217, 0.0588235294);
	border-radius: 55px;
	font-size: 0.904375rem;
	color: #fff;
	margin-bottom: 30px;
}
.banner-area .verify-ins-part .form-control::placeholder {
	color: #fff;
}
.banner-area .ocean {
	height: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner-area .wave {
	background: url("https://forward-recovery-bucket-image.s3.us-east-2.amazonaws.com/wave-1.svg")
		repeat-x;
	position: absolute;
	top: -175px;
	width: 6400px;
	height: 198px;
	animation: 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite wave;
	transform: translate3d(0, 0, 0);
}
.banner-area .wave:nth-of-type(2) {
	background: url(https://forward-recovery-bucket-image.s3.us-east-2.amazonaws.com/wave-2.svg)
		repeat-x;
	top: -205px;
	animation: 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -125ms infinite wave,
		7s -1.25s infinite swell;
	opacity: 1;
}
.banner-area .wave:nth-of-type(3) {
	background: url(https://forward-recovery-bucket-image.s3.us-east-2.amazonaws.com/wave-3.svg)
		repeat-x;
	top: -150px;
	animation: 6.5s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0.4s infinite wave;
	opacity: 1;
}
@keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}
@keyframes swell {
	0%,
	100% {
		transform: translate3d(0, -25px, 0);
	}
	50% {
		transform: translate3d(0, 5px, 0);
	}
}
.ins-provider-area {
	padding-top: 56px;
	padding-bottom: 160px;
}
.ins-provider-area .single-provider {
	border: 1px solid #f4f4f4;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.0588235294);
	padding: 26px 30px;
	border-radius: 20px;
	display: inline-block;
}
.ins-provider-area .single-provider:hover {
	box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.0588235294);
}
.text-center .theme-btn {
	margin-top: 10px;
}
.text-center .theme-btn + .theme-btn {
	margin-left: 12px;
	margin-top: 10px;
}
.feature-area-one {
	padding-bottom: 140px;
}
.feature-area-one h5 {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 55px;
	color: #316b77;
	margin-bottom: 25px;
}
.program-area {
	background-color: #e4f0ef;
	padding-top: 300px;
	padding-bottom: 268px;
}
.program-area .wave-4 {
	background: url(https://forward-recovery-bucket-image.s3.us-east-2.amazonaws.com/wave-4.svg)
		repeat-x;
	position: absolute;
	top: -40px;
	width: 6400px;
	height: 250px;
	animation: 7.5s cubic-bezier(0.36, 0.45, 0.63, 0.53) -125ms infinite wave;
	transform: translate3d(0, 0, 0) rotate(180deg);
}
.program-area .single-slide {
	padding: 0 9px;
}
.program-area .single-program {
	border-radius: 25px;
	background-color: #fff;
	padding: 18px 18px 30px;
	text-align: center;
	display: block;
}
.down-wave::after,
.upper-wave::before {
	content: "";
	background: url(https://forward-recovery-bucket-image.s3.us-east-2.amazonaws.com/wave-3.svg)
		repeat-x;
	width: 6400px;
	height: 198px;
	animation: 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite wave;
}
.program-area .single-program:hover .program-content .anchor-icon {
	background: #14315a;
}
.program-area .single-program .program-content {
	position: relative;
}
.program-area .single-program .program-content .anchor-icon {
	position: absolute;
	top: -30px;
	right: 50%;
	transform: translateX(50%);
	background: #d9948e;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.blog-area .single-blog .blog-content .anchor-icon i,
.program-area .single-program .program-content .anchor-icon i {
	font-size: 1rem;
}
.program-area .single-program img {
	width: 100%;
	border-radius: 20px;
}
.program-area .single-program h5 {
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 50px;
	padding-top: 30px;
	margin-bottom: 0;
}
.down-wave,
.upper-wave {
	position: relative;
	overflow: hidden;
}
.down-wave::after {
	position: absolute;
	bottom: -40px;
	transform: translate3d(0, 0, 0);
}
.upper-wave::before {
	position: absolute;
	top: -40px;
	transform: translate3d(0, 0, 0) rotate(180deg);
	z-index: 1;
}
.trusted-company-area {
	padding-top: 170px;
}
.trusted-company-area .section-title p {
	color: #000;
}
.trusted-company-area .testimonial-video-widget {
	position: relative;
	margin-top: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.trusted-company-area .testimonial-video-widget .video-iframe {
	width: 85%;
	height: 500px;
	border-radius: 50px;
}
.trusted-company-area .testimonial-video-widget .video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #316b77;
	height: 156px;
	width: 156px;
	border-radius: 50%;
	line-height: 156px;
	text-align: center;
	color: #fff;
	font-size: 3.125rem;
	transition: 0.3s ease-in-out;
}
.trusted-company-area .testimonial-video-widget .video-popup:hover {
	background: #14315a;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1019607843);
}
.trusted-company-area .testimonial-video-widget .caption {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.trusted-company-area .testimonial-video-widget .caption h3 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 10px;
}
.trusted-company-area .testimonial-video-widget .caption p,
footer .copyright a,
footer .foot-link a:hover {
	color: #fff;
}
.trusted-company-area .testimonial-video-widget .thumb {
	width: 100%;
	border-radius: 60px;
}
.review-area {
	background-color: #f5f5ed;
	padding-top: 160px;
	padding-bottom: 180px;
}
.review-area .single-slide {
	padding: 0 14px;
	height: auto;
	display: flex;
}
.review-area .single-review {
	background: #fff;
	border-radius: 20px;
	padding: 45px 45px 60px;
	height: 100%;
	position: relative;
	transition: 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}
.review-area .single-review:hover {
	box-shadow: 0 8px 18px 0 rgba(84, 84, 84, 0.1019607843);
}
.review-area .single-review .rating {
	margin-bottom: 20px;
	margin-top: 20px;
}
.review-area .single-review .rating i {
	color: #fbc24f;
	font-size: 1rem;
	margin-right: 3px;
}
.review-area .single-review .rating i:last-child,
footer .social-link a:last-child {
	margin-right: 0;
}
.review-area .single-review .review-text {
	position: relative;
	flex-grow: 1;
}
.review-area .single-review .review-text p {
	margin-bottom: 25px;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.review-area .single-review .review-text p.truncated {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 6.5em;
}
.review-area .single-review .review-text p.expanded {
	display: block;
	max-height: none;
}
.review-area .single-review .read-more-btn {
	background: 0 0;
	border: none;
	color: #316b77;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	padding: 0;
	margin-bottom: 15px;
	text-decoration: underline;
	transition: 0.3s ease-in-out;
}
.review-area .single-review h5 {
	font-weight: 700;
	font-size: 1.375rem;
	color: #14315a;
	margin-bottom: 20px;
}
.blog-area {
	padding-top: 96px;
	padding-bottom: 104px;
}
.blog-area .single-slide {
	padding: 60px 14px;
}
.blog-area .single-blog {
	box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.1098039216);
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.blog-area .single-blog .b-img {
	width: 100%;
	min-height: 15rem;
}
.blog-area .single-blog .blog-content {
	padding: 22px 28px;
	position: relative;
}
.blog-area .single-blog .blog-content .anchor-icon {
	position: absolute;
	top: -30px;
	right: 28px;
	background: #d9948e;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	color: #fff;
	text-align: center;
	transition: 0.3s ease-in-out;
}
.blog-area .single-blog .blog-content .meta {
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 22px;
	color: #a9a9a9;
	margin-bottom: 10px;
}
.blog-area .single-blog .blog-content .meta i {
	margin-right: 6px;
}
.blog-area .single-blog .blog-content h5 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 28px;
}
.contact-area {
	padding-top: 104px;
	padding-bottom: 130px;
}
.contact-widget {
	border-radius: 30px;
	overflow: hidden;
	background: url("https://forwardrecovery.com/wp-content/uploads/2025/11/contact-bg.webp")
		center/cover no-repeat;
	padding: 100px 78px 140px 40px;
}
.contact-widget .form-control,
footer .form-control {
	margin-bottom: 16px;
}
footer {
	background-image: url("https://forwardrecovery.com/wp-content/uploads/2025/11/footer-bg.webp");
	padding-top: 360px;
	color: #fff;
}
footer .logo {
	position: absolute;
	top: -200px;
	left: 0;
}
footer .foot-title {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 35px;
	color: #fff;
	margin-bottom: 30px;
}
footer p {
	font-size: 1.125rem;
	line-height: 29px;
	color: #a1b5b9;
}
footer p a {
	color: #fff;
}
footer .social-link a {
	display: inline-block;
	margin-right: 15px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #2d5a63;
	border-radius: 50%;
}
footer .social-link a:hover {
	background-color: #316b77;
	color: #fff;
}
footer .gx-1 {
	--bs-gutter-x: 8px;
}
footer .foot-link {
	display: flex;
	flex-direction: column;
}
footer .foot-link a {
	display: inline-block;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 45px;
	color: #a1b5b9;
	margin-bottom: 3px;
}
footer .copyright {
	background-image: url("https://forwardrecovery.com/wp-content/uploads/2025/10/copyright.png");
	margin-top: 60px;
	padding-top: 60px;
	font-weight: 400;
	font-size: 1.0625rem;
	line-height: 23px;
	text-align: center;
}
footer .copyright p {
	margin-bottom: 0;
	color: #fff;
	margin-right: 5px;
}
#scrollUp {
	display: none !important;
}
@media (max-width: 1500px) {
	.menu > .nav-item + .nav-item {
		margin-left: 10px;
	}
}
.main_logo {
	width: 100px;
	margin-left: 100% !important;
}
@media (max-width: 1199.98px) {
	.navbar-toggler,
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.slick-prev.slick-arrow {
		display: none !important;
	}
	.call-nav-btn-mobile {
		display: flex;
	}
	.logo-container {
		width: 70%;
	}
	.navbar {
		padding: 12px 1rem;
		top: 0;
	}
	.navbar .menu > .nav-item,
	.navbar_fixed.menu_one .menu > .nav-item {
		padding: 10px 0;
		border-bottom: 1px solid rgba(237, 237, 237, 0.5);
	}
	.navbar .menu > .nav-item.submenu .dropdown-menu::before,
	.navbar .menu > .nav-item > .nav-link.active::before {
		display: none;
	}
	.navbar .menu > .nav-item + .nav-item {
		margin-left: 0;
	}
	.navbar .menu > .nav-item.submenu .dropdown-menu .nav-item {
		padding: 0 40px 0 20px;
	}
	.menu > .nav-item.submenu .dropdown-menu {
		padding: 12px 0;
	}
	.navbar-toggler {
		padding: 0;
	}
	.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
		margin-top: 10px;
	}
	.navbar-collapse {
		padding: 10px;
		background-color: #fff;
	}
	.navbar .menu {
		padding: 5px 0;
	}
	.navbar .menu .nav-item .mobile_dropdown_icon {
		position: absolute;
		right: 0;
		top: 0;
		color: #6b707f;
		line-height: 42px;
		font-size: 20px;
		display: inline-block;
		opacity: 0.6;
	}
	.navbar .menu > .nav-item.submenu .dropdown-menu {
		box-shadow: none;
		margin-top: 5px;
		max-height: none !important;
	}
	.menu > .nav-item.active .mobile_dropdown_icon {
		color: #ac083f;
	}
	.feature-area-one .theme-btn {
		margin-top: 12px;
	}
	.slick-prev {
		left: -25px;
	}
	.feature-area-one h5 {
		line-height: 25px;
	}
}
@media (max-width: 991.98px) {
	html {
		font-size: 14px;
	}
	.trusted-company-area .testimonial-video-widget {
		margin-top: 5rem;
	}
	.trusted-company-area .testimonial-video-widget .video-popup {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 2.5rem;
	}
	.contact-widget {
		position: relative;
		z-index: 1;
		padding: 60px 30px 80px !important;
		background-position: left center !important;
		background-size: cover !important;
	}
	.contact-widget h3,
	.contact-widget p {
		color: #fff;
	}
	.contact-widget::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(49, 107, 119, 0.5);
		z-index: -1;
	}
	.main_logo {
		width: 100px;
		margin-left: 70% !important;
	}
	.program-content h5 {
		line-height: 1.5 !important;
	}
}
@media (max-width: 767.98px) {
	.trusted-company-area .testimonial-video-widget .caption h3 {
		font-size: 1.5rem;
	}
	.section-title h2 {
		font-size: 32px;
		line-height: 43px;
	}
	.banner-area h1 {
		font-size: 2.8rem;
	}
	.trusted-company-area .testimonial-video-widget .video-iframe {
		width: 90%;
		height: 400px;
		border-radius: 50px;
	}
	.main_logo {
		width: 100px;
		margin-left: 15% !important;
	}
	.contact-widget {
		padding: 50px 25px 70px !important;
		border-radius: 20px !important;
		background-position: left center !important;
	}
	.contact-area {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
@media (max-width: 575.98px) {
	.video-logos-gap {
		gap: 1rem !important;
	}
	.img-fluid {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 5%;
	}
	.slick-prev.slick-arrow {
		display: none;
	}
	.review-area .review-slider {
		width: 100%;
	}
	footer {
		padding-top: 260px;
	}
	.trusted-company-area .testimonial-video-widget .video-iframe {
		width: 90%;
		height: 400px;
		border-radius: 50px;
	}
	.main_logo {
		width: 100px;
		margin-left: 15% !important;
	}
	.contact-widget {
		padding: 40px 20px 60px !important;
		border-radius: 15px !important;
		background-position: center left !important;
		background-size: cover !important;
	}
	.contact-widget h3 {
		font-size: 1.5rem;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	.contact-widget p {
		font-size: 0.9rem;
		margin-bottom: 20px;
	}
	.contact-area {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.contact-widget .form-control {
		margin-bottom: 12px;
		height: 50px;
		font-size: 14px;
	}
	.contact-widget .theme-btn {
		width: 100%;
		padding: 14px 20px;
	}
}
@media (max-width: 400px) {
	.contact-widget {
		padding: 30px 15px 50px !important;
		border-radius: 15px !important;
		background-position: 20% center !important;
	}
	.img-fluid {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 5%;
	}
	.contact-widget h3 {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.contact-widget p {
		font-size: 0.85rem;
	}
	.contact-widget .form-control {
		height: 48px;
		padding-left: 20px;
		font-size: 13px;
	}
}
