<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variables */

:root {

 --main-bg-color:#0077F11A;
 --primary-color: #0077F1;
 --secondary-color: #FFCD00;
 --accent-color: #FFF3E5;
 --footer-text: #fff;
 --button-text: #fff;
 --gradient-button: linear-gradient(180deg, #FCE586 0%, #E98B23 100%);
  /* white icon filter */
--icon-filter:brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(5%) hue-rotate(168deg) brightness(101%) contrast(103%);
--icon-filter-hover:brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(5%) hue-rotate(168deg) brightness(101%) contrast(103%);
--services-text-hover: #fff;

}

* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding: 0px;
	margin: 0px;
}

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

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

a,
a:hover,
a:focus,
a:active {
	outline: none !important;
	text-decoration: none;
	color: var(--secondary-color);
}

body {
	font-size: 14px;
	overflow-x: auto;
}
body, html {
	height: inherit !important;
}
img {
	max-width: 100%;
	display: block;
}
.dropdown-container {
	position: relative;
}
.dropdown-menu {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	padding: 10px 0;
	opacity: 0;
	pointer-events: none;
	column-count: 2;
}
.dropdown-menu&gt;li&gt;a {
	padding: 8px;
}
.dropdown-container:hover .dropdown-menu {
	display: block;
	opacity: 1;
	pointer-events: auto;
	top: 40px;
}
.close {
	opacity: 1 !important;
}

/* Common css */
#about {
	float: left;
	width: 100%;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.content-main {
	float: left;
	width: 100%;
}

.page-dark-btn {
	padding: 15px 50px;
	font-weight: 700;
	font-size: 28px;
	border-radius: 10px;
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	transition: all .5s;
	color: #fff;
}
.page-dark-btn:hover {
	background-color: var(--secondary-color);
	transition: all .5s;
	color: #fff;
}
.header-btn.page-dark-btn{
	padding: 15px 25px;
	color: #222;
	font-size: 24px;
	border-radius: 10px;
	background-color: white;
	border: 1px solid var(--secondary-color);
}

.navbar-phone {
	padding: 15px 25px;
	color: white;
	font-size: 24px;
	border-radius: 10px;
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	&amp;:hover{

		background-color: var(--secondary-color);
	}
}

.header-btn.page-dark-btn:hover {
	padding: 15px 25px;
	color: white;
	font-size: 24px;
	border-radius: 10px;
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

.fw-medium {
	font-weight: 500;
}
/* keyframe */
/* Border hover */
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

/* Header fixed */
@-webkit-keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Header startv */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header .header-inner {
	padding: 14px 0;
	position: relative;
}


.header .header-inner {
	background-color: #000;
}
.header.fixed-top .header-inner {
	padding: 10px 0;
	-webkit-animation: slide-in 400ms ease-out;
	animation: slide-in 400ms ease-out;
	background-color: #000;
}
.navbar {
	background-color: #000;
	/* border-radius: 0 0 10px 10px; */
}
.navbar-nav .nav-item {
	padding: 10px 20px !important;
}
.nav-item .nav-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	color: #fff;
}

.nav-item .nav-link:after {
	content: "";
	height: 2px;
	width: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
	background: var(--secondary-color);
	margin: auto;
}
.nav-item:hover .nav-link {
	color: var(--secondary-color);
}

.nav-item:hover .nav-link:after {
	width: 100%;
	-webkit-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.header-mobile-number {
	background: #EFEFEF;
	margin-top: 1px;
	padding: 10px 20px;
}
.logo {
	margin: 0;
}

.header-mobile-number a {
	font-size: 20px;
	font-weight: 800;
	color: #222;
}

.mobile-bottom-btn {
	position: fixed;
	width: 100%;
	bottom: 0;
}
.mobile-btn-left {
	background-color: #222;
}
.mobile-btn-right {
	background-color: #0077F1;

	&amp;:hover {
		color: #222;
	}
}
.mobile-btn {
	padding: 17px 22px;
	font-size: 24px;
	width: 50%;
	display: block;
	color: #fff;
	font-weight: 700;
}
/* Home Page */
/* Hero section */
.hero-section {
	height: calc(100vh - 96px);
	max-height: 1000px;
	background-image: url(../images/header1.jpg);
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 70px 0;
}
.hero-section:after {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.63%, rgba(0, 0, 0, 0.8) 84.88%);
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
}

.hero-inner {
	width: 100%;
	position: relative;
	z-index: 1;
	max-width: 750px;
}
.hero-inner strong {
	color: #fff;
	font-weight: 700;
	line-height: 56px;
	padding-bottom: 20px;
	font-size: 48px;
}

.hero-inner p {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 32px;
}
.hero-contact p{
	font-size: 16px;
	font-weight: 400;
	text-align: start;
}
.hero-contact span{
	font-size: 25px;
	font-weight: 700;
	text-align: start;
}
.hero-inner-right{
	z-index: 1;
}

.hero.page-dark-btn {
	color: #fff;
	padding: 15px 25px;
	background-color: #fff;
	border-radius:10px;
	transition: all .5s;
	line-height: inherit !important;
	border: 0;
}
.hero.page-dark-btn p {
    color: #222222B2;
}
.hero.page-dark-btn:hover {
	background-color: white;
	color: var(--secondary-color);
	transition: all .5s;
}
.hero.page-dark-btn:hover p {
	color: #fff;
}
.hero.page-dark-btn:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7484%) hue-rotate(120deg) brightness(93%) contrast(92%);
}
.page-dark-btn {
	color: #fff;
	padding: 9px 27px;
	background-color: #222;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	transition: all .5s;
	line-height: inherit !important;
}
.page-dark-btn:hover {
	background-color: var(--secondary-color);
	color: #fff;
	transition: all .5s;
}

/* contact-section */
.contact-section {
	padding: 80px 0;
	background-color: #fff;
}
.contact-us {
	background: var(--main-bg-color);
	border-radius: 40px;
	padding: 10px;
}
.contact-us-left {
	padding: 70px;
	width: 48%;
}
.contact-us-left h2 {
	color: #000000;
	font-weight: 700;
	line-height: 82px;
	padding-bottom: 38px;
	font-size: 70px;
}
.contact-us-left p {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: rgba(34, 34, 34, 0.6);
}
.contact-us-right {
	background-color: #fff;
	border-radius: 30px;
	padding: 42px;
	width: 52%;
}
.text-red {
	color: rgba(235, 31, 31, 1);
}
.page-field .form-control {
	font-size: 15px;
	font-weight: 500;
	color: rgba(34, 34, 34, 1);
	padding: 16px;
	line-height: 22px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 10px;
}

.page-field .iti__selected-flag {
	border-radius: 10px 0 0 10px;
	padding: 0 14px;
	background-color: transparent;
}
.page-field .intl-tel-input,
.page-field .iti{
  width: 100%;
}

.form_button {
	min-width: 150px;
	height: 60px;
}

.parsley-required, .parsley-type {
	color: red;
	font-weight: 500;
}
/* Footer Start */
.footer {
	background: var(--primary-color);
	padding-top: 80px;
}
.footer-logo-text {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 950px;
	margin: auto;
}
.footer-description {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	word-break:break-word;
}
.footer-contact-detail svg {
    min-width: 21px;
}
.footer-list ul li a:hover,
.footer-contact-detail a:hover {
	color: #ffff;
}
.footer-contact-detail {
	background:#016CDA;
	padding: 42px 26px 42px 76px;
	border-radius: 10px;
 }
.footer-list {
	padding: 40px 0 20px 0;
}
.footer-list ul {
	gap: 50px;
}
.copyright-text {
	padding: 20px 0;
}

.footer-logo-text a {
    padding-bottom: 38px;
	}
/* .copyright-text {
	margin-top: -90px;
} */
/* Footer End */
/* Header end */
@media(max-width:1175px) {
	.logo {
		max-width: 180px;
	}
	.navbar-nav .nav-item {
    padding:  15px !important;
	}
}
@media(max-width:1055px) {
	.logo {
		max-width: 180px;
	}
	.nav-item .nav-link {
		font-size: 16px;
		}
	.header-btn.page-dark-btn {
		font-size: 20px;
	}
}
@media(max-width:991px) {
	.dropdown-menu {
		display: none;
		position: static;
		box-shadow: none;
		column-count: 1;
		background-color: transparent;
	}
	.dropdown-menu&gt;li&gt;a {
		color: #000;
	}
	.dropdown-menu.show {
		display: block;
	}
	.dropdown-container:hover .dropdown-menu {
		border: 0;
	}
	.logo img{
		max-width: 150px;
	}
	.navbar-toggler-icon {
		background-image: none;
	}
	/* Header */
	.header .header-inner {
		padding: 10px 0;
		background-color: #fff;
	}
	.header.fixed-top .header-inner {
		background-color: #fff;
	}
	.navbar{
		background-color: #fff;
	}
	.logo {	
		max-width: 150px;
		padding: 0 !important;
		background-color: transparent;
		margin-left: auto;
		height: auto;
		margin-bottom: 0;
	}
	.nav-item .nav-link {
		color: #222;
		font-size: 18px;
	}
	.nav-item .nav-link:after {
		color: #222;
	}
	.logo-close-sidebar-top {
    padding: 20px;
	}

	.navbar-nav .nav-item {
    padding: 10px 20px !important;
	}

	.navbar-toggler-icon.close {
			background-image: none;
	}
	.header-mobile-number {
		display: none !important;
	}
	.header.fixed-top .header-mobile-number {
		display: block !important;
	}

	.mobile-bottom-btn {
		display: none !important;
	}
	.header.fixed-top .mobile-bottom-btn {
		display: flex !important;
	}
	
	/* sidebar */
	.header .header-inner .navbar-collapse {
		display: block !important;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -350px;
		background-color: #fff;
		width: 100%;
		max-width: 350px;
		z-index: 33;
		height: auto !important;
		overflow-y: auto;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.header .header-inner .navbar-collapse.show {
		left: 0;
	}

	.sidebar-overlay {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-filter: blur(1px);
		filter: blur(1px);
		filter: invert(100%);
		-webkit-filter: invert(100%);
		-webkit-animation: fadeIn ease .3s;
		animation: fadeIn ease .3s;
		z-index: 3;
	}

	/* sidebar end */
	/* Home */
	.hero-inner p {
		padding-bottom: 30px;
	}
	.hero.page-dark-btn {
		padding: 9px 20px;
		font-size: 18px;
		background-color: var(--secondary-color);
	}
	.contact-us-left {
    padding: 27px;
    width: 100%;
	}
	.contact-us-right {
    padding: 32px;
    width: 100%;
	}
	/* Footer */
	.footer {
		margin-bottom: 70px;
	}
	/* Footer end */
}
@media(max-width:767px) {
	/* Footer */
	.footer {
		padding-top: 70px;
	}
	.footer-logo-text {
    padding-bottom: 38px;
	}
	.footer-list {
		padding: 12px 0 38px;
	}
	.footer-list ul {
    gap: 0;
	}
	.footer-list ul li {
    flex-basis: 50%;
		padding: 24px 0 0 0 ;
	}
	.footer-contact-detail {
		padding: 16px;
	}
}
@media(max-width:576px) {
	/* Hero */
	.hero-section {
		height: calc(100vh - 70px);
		padding: 44px 0;
	}
	.hero-section:after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 36.58%, rgba(0, 0, 0, 0.8) 74.08%);
	}
	.hero-inner strong {
    line-height: 43px;
    font-size: 36px;
	}
	.hero-inner p {
    font-size: 18px;
    line-height: 21px;
	}
	.mobile-btn {
		padding: 25px 22px;
		font-size: 20px;
	}
	/* Home */
	.contact-section {
		padding: 50px 0;
	}
	.contact-us {
		border-radius: 24px;
		padding: 5px;
	}
	.contact-us-left h2 {
		font-size: 42px;
		line-height: 48px;
		padding-bottom: 24px;
	}
	.contact-us-left p {
    font-size: 16px;
    line-height: 20px;
	}
	.contact-us-right {
		padding: 16px;
		border-radius: 20px;
	}
	.form_button {
		height: 58px;
	}
	/* Footer */
	.footer {
		margin-bottom: 80px;
	}
	.environment-agency {
		max-width: 95px;
	}
	.stripe {
		max-width: 206px;
	}
}
/* Skips Static Cards */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}
@media (max-width:420px) {
	.card-grid {
		grid-template-columns: 1fr;
	}
}
/* Individual card */
.card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

/* Image */
.card img {
  width: 100% !important;
  height: 180px  !important;
object-fit: cover !important;
border-radius: 0 !important;
}

/* Title */
.card-title {
  font-size: 1.25rem;
  margin: 1rem;
  color: var(--primary-color);
  text-align: center;
  border: 0 !important;
	&amp;:after {
		display: none;
	}
}


/* Button */
.card-button {
  display: block;
  margin: 0 1rem 1rem;
  padding: 0.5rem 1rem;
  background: var(--primary-color);
  color: var(--button-text);
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease;
}
.card-button:hover {
  background: var(--secondary-color);
  transform: scale(1.05);
	color: var(--button-text);
}
.readyBookFooter {
    background-color: var(--primary-color);
    border-radius: 15px;
    margin-top: 10px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.BookButtons {
    text-align: center;
    width: 50%;
    display: flex;
    margin: 0 auto;
}
.readyBookFooter a {
    display: block;
    color: var(--primary-color);
    background-color: #fff;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    float: left;
}


/* New Skip Form */
.service-card-heading img {
	width: unset !important;
}

.form-title h1 {
	border-bottom: 4px solid #37707d !important;

	&amp;:after {
		display: none;
	}
}
.aff {
	overflow-x: hidden !important;
}
.aff hr {
	width: 100% !important;
}
.form-details .row {
	flex-wrap: nowrap !important;
}
@media only screen and (max-width: 991px) {
    .aff .af-steps-container {
        flex-direction: column-reverse;
    }
	.aff .service-card {
		max-width: 100% !important;
	}
	main.aff {
		margin: 12px;
	}
}

@media (max-width:800px) {
	.aff .service-card-container {
		flex-direction: column !important;
	}
}

.border-main:has(.aff) {
	padding: 0 !important;
	overflow-x: hidden !important;
}




.af-progress-bar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  border-radius: 12px;
  height: 100px;
}
input.datepicker-opened {
	position: relative;
}
img.datepicker-opened {
  margin-left: 263px !important;
  margin-top: -58px !important;
}
.aff .flex-space {
width: 100%;
}

img.datepicker-opened {
    margin-left: clamp(200px, calc(50vw - 40px), 250px) !important;
    margin-top: -58px !important;
    transform: translateX(0);
    transition: margin-left 0.2s ease;
	cursor: pointer;
}

@media (max-width:630px) {
	.form-details {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
    	align-items: center !important;
	}
}

@media (max-width:500px) {
	.aff .service-card-heading {
	 flex-wrap: wrap !important;
	}
	#afcontent {
		padding: 28px !important;
	}
}
@media (max-width: 400px) {
	#about:has(.aff),.content-wrapper:has(.aff) article,.content-wrapper {
		padding: 0 !important;
	}
	main.aff {
		margin: 0 !important;
	}
	.dropdown-item {
		white-space: pre-line !important;
	}

  .af-progress-bar {
    flex-wrap: wrap;
    height: auto !important;
    min-height: 100px;
    padding: 15px 10px;
    gap: 10px;
    align-items: flex-start !important;
  }
  
  .af-step {
    flex: 1 1 calc(33.33% - 10px) !important;
    min-width: 0;
  }
  
  .af-step-line {
    display: none;
  }

  .aff .flex-space {
	padding:0 20px;
  }
}

.mobile-keep.service-item:hover {
	background: var(--primary-color) !important;
}

@media (min-width: 992px) {
    .dropdown-container:hover .skips-nav {
        display: flex;
        flex-direction: column;
        top: 40px;
        opacity: 1;
        pointer-events: auto;
    }
}</pre></body></html>