:root {
	--lp-primary: #03588c;
	--lp-secondary: #6bc8ea;
	--lp-dark-blue: #004971;
	--lp-orange: #f66b0e;
	--lp-white: #fff;
	--lp-light-bg: #f8fdff;
}

#contact-section {
	scroll-margin-top: 100px !important;
}

.landing-container {
	max-width: 1400px;
	margin: 0 auto;
}

@media(max-width: 1440px) {
	.landing-container {
		padding-inline: 15px;
	}
}
/* Header */
header {
	position: sticky;
	top: 0;
}

.landing-header {
	border-bottom: 3px solid var(--lp-primary);
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, .9);
	z-index: 999;
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.4);
}

.landing-header-inner {
	background: rgba(255, 255, 255, .9);
	padding-block: 15px;
}

.landing-header-inner .landing-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	@media (max-width: 768px) {
		justify-content: center;
	}
}

.landing-header .logo {
	display: flex;
}

.landing-header .logo img {
	width: 260px;
}

.landing-header .cta-wrapper {
	display: flex;
	gap: 30px;
	@media (max-width: 768px) {
		position: fixed;
		bottom: 0;
		background-color: #00b8da;
		width: 100%;
		left: 0;
		gap: 0;
	}
}

.landing-header .cta-wrapper a {
	font-family: "Lexend", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: var(--e-global-color-871e442);
	border-radius: 25px 25px 25px 25px;
	padding: 15px 25px 15px 25px;
}

.landing-header .cta-wrapper a i {
	margin-right: 10px !important;
	transform: rotate(90deg);
}

.landing-header .cta-wrapper .btn-primary {
	font-weight: 500;
	background: var(--primaryBlue);
	text-transform: uppercase;
	fill: white;
	color: white;
	border-style: solid;
	border-width: 2px;
	border-color: var(--primaryBlue);
	border-radius: 3px;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	@media (max-width: 768px) {
		width: 100% !important;
		justify-content: center;
	}

	i {
		font-size: 22px;
	}
}

.landing-header .cta-wrapper .btn-primary:hover {
	background: var(--e-global-color-astglobalcolor3);
	transform: translateY(-2px);
}

.landing-topbar {
	background: #1c1b1b;
	color: var(--e-global-color-astglobalcolor5);
	padding: 8px 20px;
	font-size: 14px;
}

.landing-topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

/* BTN WRAPPER */
.btn-wrapper > .e-con-inner {
	display: flex !important;
	justify-content: space-between !important;
}

.btn-wrapper .ha-creative-button {
	width: 100% !important;
}

.btn-wrapper .call-btn a:hover {
	background: var(--lp-orange) !important;
}

.btn-wrapper .call-btn a i {
	opacity: 1 !important;
	transform: rotate(90deg);
	transform-origin: top !important;
	left: 20% !important;
}

.btn-wrapper .ha-creative-button .ha-creative-btn-wrap {
	width: 100%;
}

.btn-wrapper {
	padding: 0 !important;
}

.btn-wrapper .ha-creative-button a {
	border-color: var(--lp-orange) !important;
	color: var(--lp-orange) !important;
	font-size: 22px;
	width: 100% !important;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 10px !important;
	padding: 22px;
}

.btn-wrapper .ha-creative-button a:hover {
	color: white !important;
}

.btn-wrapper .ha-creative-button a::before,
.btn-wrapper .ha-creative-button a::after {
	background: var(--lp-orange) !important;
}


.lp-banner-section {
	padding-block: 100px;
}

.lp-banner-section h1 {
	font-size: 48px;
	/* 	max-width: 610px; */
	color: var(--lp-white) !important;
	line-height: 60px;
}

.lp-banner-section h3 {
	color: var(--lp-white) !important;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500 !important;
	text-shadow: 1px 1px 1px var(--lp-orange);
}

.lp-banner-section h1 br {
	/* 	display: none; */
}

.lp-banner-section::before {
	background: linear-gradient(120deg, var( --e-global-color-468be88) 50%, #02233F00 100%) !important;
}

.lp-banner-section .form-col > .e-con-inner {
	background: #FFFFFF85;
	box-shadow: 8px 3px 50px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 2em 2em 2em 2em;
	border-radius: 20px;
	max-width: 400px;
	margin: 0 auto;
}


#googlereview,
#googlereview a {
	width: fit-content;
}


#googlereview a {
	align-items: center;
	background-color: var(--lp-dark-blue);
	color: white;
	font-weight: 600;
	border-radius: 6px;
	display: flex;
	gap: 15px;
	font-size: 18px !important;
	padding: 13.65px 24px;
	transition: all .3s ease-in-out
}

#googlereview a:hover {
	box-shadow: inset 300px 0 var(--lp-dark-blue);
}


#googlereview a:hover span:not(.star-icons) {
	color: var(--black)
}

#googlereview span:not(.star-icons) {
	color: var(--white);
	font-family: var(--font-Montserrat-SemiBold);
	font-size: var(--font-p);
	line-height: 27px;
}

#googlereview span.star-icons {
	align-items: center;
	display: flex;
	justify-content: center
}

#googlereview span.star-icons svg {
	aspect-ratio: 1;
	width: 17px
}


/* Why Choose Section */
.lp-about-us-section {
	padding-block: 50px;
	background: var(--lp-light-bg) !important;
}

.lp-about-us-section .elementor-widget-text-editor {
	color: var(--e-global-color-bead4a2);
	font-family: var(--e-global-typography-27bf803-font-family), Sans-serif;
	font-size: var(--e-global-typography-27bf803-font-size);
	font-weight: var(--e-global-typography-27bf803-font-weight);
}

.lp-about-us-section .btn-wrapper .call-btn a {
	border: 2px solid transparent !important;
}

.lp-about-us-section .btn-wrapper .call-btn a:hover {
	background: var(--lp-primary) !important;
	border: 2px solid var(--lp-light-bg) !important;
}

.lp-about-us-section .btn-wrapper .call-btn a i {
	opacity: 1 !important;
	transform: rotate(90deg);
	transform-origin: top !important;
}

.lp-about-us-section .elementor-widget-text-editor ul {
	margin-bottom: 16px;
}

.lp-about-us-section .content-col > .e-con-inner {
	justify-content: center !important;
}

.lp-about-us-section .btn-wrapper .ha-creative-button a {
	border-color: var(--lp-primary) !important;
	color: var(--lp-primary) !important;
	font-size: 22px;
	width: 100% !important;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 10px !important;
	padding: 22px;
}

.lp-about-us-section .btn-wrapper .ha-creative-button a:hover {
	color: white !important;
}

.lp-about-us-section .btn-wrapper .ha-creative-button a::before,
.lp-about-us-section .btn-wrapper .ha-creative-button a::after {
	background: var(--lp-primary) !important;
}



/* why-choose-wrapper-grid */
.lp-why-choose-section {
	padding-block: 50px;
	background: var(--lp-light-bg);
}

.why-choose-wrapper-grid > div > div {
	background: var(--lp-dark-blue);
	padding: 15px;
	border-radius: 15px;
	corner-shape: bevel;
}

.why-choose-wrapper-grid > div > div > div {
	padding: 0 !important;
}

.why-choose-wrapper-grid > div > div h3 {
	color: white !important;
}

.why-choose-wrapper-grid .elementor-widget-text-editor {
	color: white !important;
}

/* lp-cta-section */
.lp-cta-section {
	padding-block: 50px !important;
}

.lp-cta-section h2 {
	color: var(--lp-white) !important;
}

.lp-cta-section .btn-wrapper {
	margin-top: 20px;
}

.lp-cta-section .btn-wrapper > .e-con-inner {
	max-width: 700px;
	padding: 0;
}


.lp-cta-section .btn-wrapper .ha-creative-button a {
	border-color: var(--lp-primary) !important;
	color: var(--lp-dark-blue) !important;
	font-size: 22px;
	width: 100% !important;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 10px !important;
	padding: 22px;
}

.lp-cta-section .btn-wrapper .ha-creative-button a:hover {
	color: white !important;
	border-color: var(--lp-light-bg) !important;
}

.lp-cta-section .btn-wrapper .ha-creative-button a::before,
.lp-cta-section .btn-wrapper .ha-creative-button a::after {
	background: var(--lp-primary) !important;
}

.lp-cta-section .btn-wrapper .call-btn a {
	border: 2px solid transparent !important;
}

.lp-cta-section .btn-wrapper .call-btn a:hover {
	background: var(--lp-primary) !important;
	border: 2px solid var(--lp-light-bg) !important;
}

.lp-cta-section .btn-wrapper .call-btn a i {
	opacity: 1 !important;
	transform: rotate(90deg);
	transform-origin: top !important;
	left: 20% !important;
}


/* lp-services-section */
.lp-services-section {
	background: var(--lp-light-bg) !important;
	padding-block: 50px !important;
}

.lp-services-section .elementor-widget-text-editor {
	max-width: 900px !important;
	margin: 0 auto;
}

.lp-services-section .e-grid > div > div {
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	background: var(--lp-primary);
}

.lp-services-section .elementor-widget-image img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	corner-shape: scoop;
	border: 2px solid var(--lp-primary) !important;
}

.lp-services-section .e-grid > div > div .e-con-inner {
	gap: 0 !important;
}

.lp-services-section .e-grid .single-path {
	padding: 20px !important;
	border-radius: 10px;
	corner-shape: scoop;
	transition: all 0.5s ease-in-out !important;
	&:hover {
		transform: translateY(-10px);
	}
}

.lp-services-section .e-grid .single-path .elementor-widget-text-editor {
	margin: 20px !important;
	margin-bottom: 0 !important;
}

.lp-services-section .e-grid .single-path .elementor-widget-text-editor p {
	margin: 0 !important;
}

.lp-services-section .e-grid > div > div .elementor-widget-heading {
	margin: 20px 20px 0;
}


.lp-services-section .e-grid > div > div .elementor-widget-heading h3 {
	color: white !important;
	font-size: 22px;
	font-weight: 500 !important;
	line-height: 28px;
}

.lp-services-section .e-grid > div > div .ha-feature-list {
	margin: 20px !important;
}

.lp-services-section .e-grid > div > div .ha-feature-list .ha-content {
	padding: 0 !important;
}

.lp-services-section .e-grid > div > div .ha-feature-list .ha-feature-list-wrap {
	gap: 15px;
}

.lp-services-section .e-grid > div > div .ha-feature-list .ha-feature-list-wrap .ha-text {
	color: white !important;
	font-weight: 400 !important;
	font-size: 16px;
}

.lp-services-section .e-grid > div > div .ha-feature-list .ha-feature-list-wrap .ha-content {
	align-items: start !important;
}

.lp-services-section .e-grid > div > div .ha-feature-list .ha-feature-list-wrap .ha-content i {
	color: var(--lp-secondary) !important;
}



.lp-our-process-section {
	padding-block: 50px;
	background: var(--lp-light-bg);
}


.lp-our-process-section .elementor-widget-text-editor {
	max-width: 900px !important;
	margin: 0 auto;
}

.lp-our-process-section .timeline-item .timeline-content {
	flex-grow: 1;
}
.lp-our-process-section .timeline-item .timeline-content h3 {
	text-align: left !important;
	margin-bottom: 16px;
}

.lp-our-process-section .timeline-item .timeline-content ul li {
	text-align: left !important;
	color: #3D4459 !important;
	transition: all 0.3s;
	font-family: var(--e-global-typography-27bf803-font-family), Sans-serif;
	font-size: var(--e-global-typography-27bf803-font-size);
	font-weight: var(--e-global-typography-27bf803-font-weight);
}

.lp-our-process-section .single-timeline:hover .timeline-content ul li,
.lp-our-process-section .timeline-item:hover .timeline-content ul li {
	color: white !important;
}


/* lp-testimonial-section */
.lp-testimonial-section {
	padding-block: 50px;
	background: var(--lp-light-bg);
}

/* lp-bottom-contact-section */
.lp-bottom-contact-section .image-col .elementor-widget,
.lp-bottom-contact-section .image-col .elementor-widget .ha-ihe-wrapper,
.lp-bottom-contact-section .image-col .elementor-widget .ha-ihe-wrapper figure {
	height: 100% !important;
	width: 100% !important;
}


.lp-bottom-contact-section .form-col .e-con-inner {
	max-width: 700px !important;
	margin: 0 auto !important;
}

.lp-bottom-contact-section .form-col .e-con-inner .elementor-widget-heading {
	background: var(--lp-orange);
	width: 100%;
	margin-bottom: 30px;
	padding: 14px;
	border-radius: 45px;
	corner-shape: scoop;
}

.lp-bottom-contact-section .form-col .e-con-inner .elementor-widget-heading .elementor-widget-container {
	margin: 0 !important;
}

.lp-bottom-contact-section .form-col .e-con-inner .elementor-widget-form {
	width: 100%;
}



/* Footer */
.landing-footer {
	background: var(--lp-primary);
	@media (max-width: 768px) {
		margin-bottom: 45px;
	}
}
.landing-footer .landing-footer-container {
	max-width: 1530px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	@media (max-width: 1024px) {
		max-width: 100%;
	}
}

.landing-footer .landing-footer-top {
	display: flex;
	justify-content: space-between;
	padding-block: 60px;
	gap: 80px !important;
	@media (max-width: 1024px) {
		flex-wrap: wrap;
	}
	@media (max-width:680px) {
		flex-direction: column;
	}
}

.landing-footer .landing-footer-top .footer-locations {
	display: flex;
	flex-direction: row !important;
	gap: 25px;
	flex-wrap: wrap;
	@media (max-width: 680px) {
		display: block;
	}
}

.landing-footer .footer-contact {
	font-weight: 500;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	background: var(--lp-dark-blue) !important;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	gap: 20px;
	list-style: none !important;
}

.landing-footer .footer-contact a {
	color: white !important;
	&:hover {
		color: var(--lp-orange) !important;
	}
}

.landing-footer .footer-group {
	width: max-content;
}

.landing-footer .footer-title {
	color: white;
	font-weight: 700;
	margin-bottom: 15px !important;
	font-size: 22px;
}

.landing-footer .footer-locations {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.landing-footer .footer-location {
	margin-bottom: 0;
}

.landing-footer .footer-loc-title {
	font-weight: 500;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	background: var(--lp-dark-blue) !important;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
}

.landing-footer .footer-loc-title + span {
	display: block;
	margin-left: 10px;
}

.landing-footer .footer-location i {
	margin-right: 5px;
	color: #fff;
}
.landing-footer .footer-location i {
	&::before {
		font-family: 'FontAwesome';
	}
}
.landing-footer .footer-copyright {
	padding: 15px;
	border-top: 1px solid var(--lp-secondary) !important;
	text-align: center;
}

.landing-footer .footer-copyright p {
	margin: 0;
	color: white;
	font-size: 18px;
	font-weight: 400;
}

/* Support */
.lp-how-aurpisre-support-section,
.lp-why-family-section {
	padding-block: 50px;
}

.lp-how-aurpisre-support-section {
	border-top: 1px solid var(--lp-light-bg);
	background: var(--lp-primary);
}

.lp-why-family-section {
	background: var(--lp-light-bg);
}



/* Responsive */

@media(max-width: 1024px) {

	.lp-banner-section,
	.lp-about-us-section,
	.lp-how-aurpisre-support-section,
	.lp-why-family-section,
	.lp-services-section,
	.lp-our-process-section,
	.lp-testimonial-section {
		padding-block: 30px !important;
	}
	
	.lp-bottom-contact-section > .e-grid{
		gap: 0 !important;
	}
	
	.lp-bottom-contact-section .form-col{
		padding: 30px !important;
	}

	.lp-banner-section > .e-con-inner,
	.lp-about-us-section > .e-con-inner,
	.lp-how-aurpisre-support-section > .e-con-inner {
		flex-direction: column !important;
		padding: 0 !important;
	}
	.lp-about-us-section > .e-con-inner .image-col .elementor-widget-container {
		mask-image: unset !important;
	}

	.lp-how-aurpisre-support-section > .e-con-inner .e-con-full {
		width: 100% !important;
		padding-inline: 5px !important;
	}

	.lp-how-aurpisre-support-section > .e-con-inner {
		gap: 20px !important;
	}

	.lp-how-aurpisre-support-section > .e-con-inner .e-con-full .elementor-widget-image img {
		width: 100% !important;
		height: 300px !important;
		border-radius: 0 !important;
	}

	.lp-about-us-section > .e-con-inner .image-col img {
		object-position: right !important;
		border-radius: 0 !important;
		height: 500px !important;
		clip-path: none !important;
	}

	.lp-why-family-section > .e-con-inner {
		flex-direction: column-reverse !important;
		padding: 0 !important;
	}

	.lp-testimonial-section > .e-con-inner {
		padding: 0 !important;
	}

	.lp-why-family-section > .e-con-inner .e-con-full {
		width: 100% !important;
		padding-inline: 5px !important;
	}

	.lp-why-family-section > .e-con-inner {
		gap: 20px !important;
	}

	.lp-why-family-section > .e-con-inner .e-con-full .elementor-widget-image img {
		width: 100% !important;
		height: 300px !important;
		border-radius: 0 !important;
	}


	.lp-our-process-section .timeline-item:first-child .timeline-info {
		padding: 0 !important;
	}

	.lp-banner-section .form-col > .e-con-inner {
		max-width: 100%;
		padding: 20px !important;
		backdrop-filter:blur(30px);
	}
	.landing-footer .landing-footer-top{
		gap: 30px !important;
	}
}

@media(max-width: 767px) {
	.lp-banner-section h1 {
		font-size: 38px !important;
		line-height: 48px !important;
	}

	.lp-banner-section h1 span {
		padding: 0 !important;
		background: transparent !important;
	}

	.lp-banner-section h1 br {
		display: none !important;
	}
	
	.lp-about-us-section > .e-con-inner .image-col img {
		height: 300px !important;
	}

	.landing-header .cta-wrapper {
		background: transparent !important;
	}

	.landing-header .cta-wrapper a {
		width: 100% !important;
		border-radius: unset !important;
		animation:none !important;
	}

	.landing-header .logo img {
		width: 220px;
	}

	.lp-banner-section .form-col,
	.lp-banner-section .content-col {
		padding-inline: 5px !important
	}

	.lp-banner-section h3 {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.lp-about-us-section > .e-con-inner {
		gap: 0 !important;
	}

	.btn-wrapper > .e-con-inner {
		padding: 0 !important;
	}

	.lp-cta-section {
		padding-block: 30px !important;
	}

	.lp-cta-section h2 {
		font-size: 28px !important;
	}

	.lp-cta-section > .e-con-inner {
		padding: 0 !important;
		gap: 0 !important;
	}

	.lp-cta-section .btn-wrapper > .e-con-inner {
		gap: 10px !important;
	}

	.lp-services-section > .e-con-inner {
		gap: 10px !important;
	}

	.lp-our-process-section .elementor-widget-heading h2 br {
		display: none !important;
	}

	.lp-testimonial-section .ti-footer.source-Google {
		margin-top: 0 !important;
	}
	
	.lp-testimonial-section .ti-reviews-container{
		margin: 0 !important;
	}
	
	.lp-bottom-contact-section .form-col{
		padding: 25px 15px !important;
	}
	
	.lp-bottom-contact-section .form-col{
		grid-row: 2 !important;
	}
	
	.landing-footer .footer-group {
		width: 100% !important;
		place-items: center !important;
	}
	
	.landing-footer .landing-footer-top{
		padding-block: 25px !important;
	}
	
	.landing-footer .footer-group  .footer-locations{
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 15px !important;
		width: 100% !important;
	}
	
	.landing-footer .footer-group  .footer-locations .footer-loc-title{
		margin: 0 !important;
	}
	
	.footer-contact{
		width: max-content !important;
	}
	
	.footer-copyright{
		padding-inline: 0 !important;
	}
}


.elementor-field-type-recaptcha_v3 .elementor-g-recaptcha .grecaptcha-badge{
	display: flex !important;
	position: absolute;
	left: 0 !important;
	z-index: -1 !important;
	flex-direction: column !important;
}