@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirRegular.woff") format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirLight.woff") format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirHeavy.woff") format("woff");
	font-weight: 800;
	font-style: normal
}

.head {
	font-family: "DM Serif Display";
	font-size: 56px;
	font-weight: 400;
	color: #2d322c;
	letter-spacing: -1px
}

@media(max-width: 575.98px) {
	.head {
		font-size: 28px
	}
}

.text {
	font-family: "Avenir";
	font-size: 18px;
	font-weight: 300;
	color: #4f4d4d;
	line-height: 27px
}

@media(max-width: 575.98px) {
	.text {
		font-size: 14px;
		line-height: 21px
	}
}

.subhead span {
	font-family: "Avenir";
	font-size: 12px;
	font-weight: 300;
	color: #4f4d4d;
	padding: 3px 15px;
	background: #fff3f6;
	border-radius: 30px
}

.btn.btn-main {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 15px 40px;
	background: #ca8096;
	border: 1px solid #ca8096;
	border-radius: 30px;
	transition: all .3s ease
}

.btn.btn-main:hover {
	background: #ff86aa;
	border: 1px solid #ff86aa
}

.btn.btn-white {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 700;
	color: #2d322c;
	padding: 15px 40px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	transition: all .3s ease
}

.btn.btn-white:hover {
	background: #003368;
	border: 1px solid #003368;
	color: #fff
}

.top-bar {
	background: #fbf9f6
}

.top-bar p {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 400;
	color: #4f4d4d
}

.navbar {
	padding-top: 15px;
	margin: 0 35px
}

@media(max-width: 575.98px) {
	.navbar {
		margin: 0;
		padding: 0
	}
}

.navbar .container-fluid {
	padding: 10px 10px 10px 30px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .15);
	border-radius: 20px
}

@media(max-width: 575.98px) {
	.navbar .container-fluid {
		padding: 10px 20px;
		border-radius: 0
	}
}

.navbar .container-fluid .nav-link {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 300;
	color: #4f4d4d
}

.navbar .container-fluid .navbar-brand {
	width: 175px
}

@media(max-width: 575.98px) {
	.navbar .container-fluid .navbar-brand {
		width: 100px
	}
}

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -95px
}

.hero::after {
	content: url("../img/after-hero.svg");
	position: absolute;
	bottom: 0;
	right: -40px;
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 4;
	opacity: .5
}

@media(max-width: 575.98px) {
	.hero {
		margin-top: 0;
		height: 90vh
	}
}

.hero .divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3
}

@media(max-width: 575.98px) {
	.hero .divider {
		bottom: -1px
	}
}

.hero .hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width: 575.98px) {
	.hero .hero-video {
		width: 100%;
		height: 100vh
	}
}

.hero .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 2
}

.hero .hero-content {
	position: relative;
	z-index: 3;
	width: 100%
}

.hero .hero-content h1 {
	font-family: "DM Serif Display";
	font-size: 78px;
	font-weight: 400;
	color: #fff;
	line-height: 72px
}

@media(max-width: 575.98px) {
	.hero .hero-content h1 {
		font-size: 32px;
		line-height: 40px
	}
}

.hero .hero-content p {
	font-family: "Avenir";
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 37px
}

@media(max-width: 575.98px) {
	.hero .hero-content p {
		font-size: 16px;
		line-height: 25px
	}
}

.hero .hero-content .subhead span {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 300;
	color: #4f4d4d;
	padding: 3px 15px;
	background: #fff3f6;
	border-radius: 30px
}

@media(max-width: 575.98px) {
	.hero .hero-content .subhead span {
		font-size: 12px
	}
}

.hero .hero-content .btn-transparent {
	font-family: "Avenir";
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	padding: 15px 40px;
	background: rgba(0, 0, 0, 0);
	border: none
}

@media(max-width: 575.98px) {
	.hero .hero-content .btn-transparent {
		font-size: 18px
	}
}

.hero .hero-content::after {
	content: url("../img/before-hero.svg");
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: .5
}

@media(max-width: 575.98px) {
	.hero .hero-content::after {
		content: url("../img/before-hero-mob.svg")
	}
}

.about {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(254, 245, 242, 0.5) 100%)
}

@media(max-width: 575.98px) {

	.about p,
	.about h2,
	.about a {
		position: relative;
		z-index: 1
	}

	.about img {
		margin-top: -50px;
		position: relative;
		z-index: 0
	}
}

.services .service-card img {
	border-radius: 30px
}

.services .service-card .card-img-overlay {
	bottom: 0;
	top: auto
}

.services .service-card .card-img-overlay .title {
	font-family: "Avenir";
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	line-height: 40px
}

@media(max-width: 575.98px) {
	.services .service-card .card-img-overlay .title {
		font-size: 24px;
		line-height: 32px
	}
}

.services .service-card .card-img-overlay .text {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 20px
}

@media(max-width: 575.98px) {
	.services .service-card .card-img-overlay .text {
		font-size: 14px;
		line-height: 18px
	}
}

.services .owl-nav {
	position: absolute;
	top: -105px;
	right: 20px;
	transform: translate(-50%, -50%)
}

@media(max-width: 575.98px) {
	.services .owl-nav {
		right: -40px;
		top: -80px
	}
}

.why-us {
	background: #b1d8ff
}

.why-us .whyus-card {
	padding: 80px 100px
}

@media(max-width: 575.98px) {
	.why-us .whyus-card {
		padding: 20px
	}
}

.why-us .whyus-card li {
	position: relative;
	padding-left: 10px;
	list-style: none
}

.why-us .whyus-card li::before {
	content: url("../img/icons/tick.svg");
	position: absolute;
	left: -30px;
	top: 0
}

.testimonials {
	background: #ff86aa
}

.testimonials .test-card {
	padding: 40px
}

@media(max-width: 575.98px) {
	.testimonials .test-card {
		padding: 40px 20px 20px 20px
	}
}

.testimonials .test-card .test-text {
	font-family: "Avenir";
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	line-height: 48px
}

@media(max-width: 575.98px) {
	.testimonials .test-card .test-text {
		font-size: 18px;
		line-height: 27px
	}
}

.testimonials .test-card .test-name {
	font-family: "DM Serif Display";
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 27px
}

@media(max-width: 575.98px) {
	.testimonials .test-card .test-name {
		font-size: 18px;
		line-height: 27px
	}
}

.testimonials .test-card .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px
}

.testimonials .test-card .owl-dots .owl-dot span {
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .3);
	margin: 0 4px;
	transition: background .3s ease
}

.testimonials .test-card .owl-dots .owl-dot.active span {
	background: #fff
}

.owl-prev,
.owl-next {
	background: none !important;
	box-shadow: none !important
}

.owl-prev img,
.owl-next img {
	width: 40px;
	height: 40px
}

.faq .main {
	position: relative
}

.faq .after {
	position: absolute;
	left: -10px;
	top: 0;
	z-index: -1
}

@media(max-width: 575.98px) {
	.faq .after {
		left: 0px;
		top: 20px;
		transform: translateY(-50%);
		width: 100%;
		height: 270px
	}
}

.faq .accordion-flush .accordion-item {
	background-color: rgba(0, 0, 0, 0) !important
}

.faq .accordion-flush .accordion-button {
	font-family: "Avenir";
	font-size: 22px;
	font-weight: 300;
	color: #2d322c;
	background-color: rgba(0, 0, 0, 0) !important;
	color: inherit;
	box-shadow: none !important;
	padding-right: 40px;
	position: relative
}

@media(max-width: 575.98px) {
	.faq .accordion-flush .accordion-button {
		font-size: 18px
	}
}

.faq .accordion-flush .accordion-button::after {
	display: none !important
}

.faq .accordion-flush .accordion-button::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	width: 28px;
	height: 28px;
	background-image: url("../img/icons/chev.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform .3s ease
}

.faq .accordion-flush .accordion-button:not(.collapsed) {
	background-color: rgba(0, 0, 0, 0) !important;
	color: inherit
}

.faq .accordion-flush .accordion-button:not(.collapsed)::before {
	transform: translateY(-50%) rotate(180deg)
}

.faq .accordion-flush .accordion-button:focus {
	box-shadow: none !important
}

@media(max-width: 575.98px) {
	.faq .accordion-flush .accordion-button {
		font-size: 18px
	}
}

.faq .accordion-flush .accordion-body {
	background-color: rgba(0, 0, 0, 0) !important
}

.form .row {
	background: #ff86aa;
	border-radius: 20px
}

.form .form-card {
	padding: 0 70px
}

@media(max-width: 575.98px) {
	.form .form-card {
		padding: 40px 10px
	}
}

.form .form-card .form-select,
.form .form-card .form-control {
	background: rgba(0, 0, 0, 0);
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .56);
	border-radius: 30px
}

.form .form-card .form-select::-moz-placeholder,
.form .form-card .form-control::-moz-placeholder {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 300;
	color: #fff
}

.form .form-card .form-select::placeholder,
.form .form-card .form-control::placeholder {
	font-family: "Avenir";
	font-size: 16px;
	font-weight: 300;
	color: #fff
}

.form .form-card .form-select:focus,
.form .form-card .form-control:focus {
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, .8);
	background: rgba(0, 0, 0, 0);
	color: #fff
}

.form .form-card .form-select {
	background-image: url("../img/icons/chev.svg");
	background-size: 24px 24px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	padding-right: 40px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.form .form-card .form-select option {
	background: #ff86aa;
	color: #fff
}

.form .form-card .thankyou-message {
	display: none;
	text-align: center;
	padding: 40px 20px
}

.form .form-card .thankyou-message h2 {
	font-family: "DM Serif Display";
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	line-height: 46px
}

@media(max-width: 575.98px) {
	.form .form-card .thankyou-message h2 {
		font-size: 28px;
		line-height: 34px
	}
}

.form .form-card .thankyou-message p {
	font-family: "Avenir";
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 26px
}

@media(max-width: 575.98px) {
	.form .form-card .thankyou-message p {
		font-size: 16px;
		line-height: 24px
	}
}

.form .form-card #enquiryForm[style*="display: none"]+.thankyou-message {
	display: block
}

.footer {
	background: #fbf9f6
}

.footer .title {
	font-family: "Avenir";
	font-size: 18px;
	font-weight: 700;
	color: #000
}

@media(max-width: 575.98px) {
	.footer .title {
		font-size: 16px
	}
}

.footer .text {
	font-size: 20px;
	letter-spacing: 3%
}

@media(max-width: 575.98px) {
	.footer .text {
		font-size: 16px
	}
}

.footer .text-sm {
	font-family: "Avenir";
	font-size: 12px;
	font-weight: 300;
	color: #4f4d4d
}

.footer .social-link {
	text-decoration: none;
	opacity: .5;
	transition: all .3s ease
}

.footer .social-link:hover {
	opacity: 1
}

#thankYouModal .modal-content {
	border-radius: 20px
}

#thankYouModal .modal-body {
	padding: 50px 40px
}

@media(max-width: 575.98px) {
	#thankYouModal .modal-body {
		padding: 40px 30px
	}
}

#thankYouModal .modal-body .head {
	font-family: "Raleway";
	font-size: 32px;
	font-weight: 700;
	color: #2c3131
}

@media(max-width: 575.98px) {
	#thankYouModal .modal-body .head {
		font-size: 24px
	}
}

#thankYouModal .modal-body .headtext {
	font-family: "DM Sans";
	font-size: 18px;
	font-weight: 400;
	color: #626262;
	line-height: 1.6
}

.cta-btn .sticky-button-container {
	z-index: 9999
}

.cta-btn .sticky-button-container .btn-bottom {
	font-family: "avenir";
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 10px;
	border-radius: 0px
}

.cta-btn .sticky-button-container .btn-1 {
	background: #003368
}

.cta-btn .sticky-button-container .btn-2 {
	background: #00b050;
	color: #fff
}