<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: #E8F1EC;
 --primary-color:  #B4CCB4;
 --secondary-color: #136F38;
 --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: #012928;
	transition: all .5s;
	color: #fff;
}

.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:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: -1;
}

.header.fixed-top .header-inner {
	padding: 10px 0;
	-webkit-animation: slide-in 400ms ease-out;
	animation: slide-in 400ms ease-out;
}

.navbar-nav .nav-item {
	padding: 10px 20px !important;
}
.nav-item .nav-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	color: #000;
}

.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: #fff;
	margin-top: 1px;
	padding: 10px 20px;
}

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

.mobile-bottom-btn {
	position: fixed;
	width: 100%;
	bottom: 0;
}
.mobile-btn-left {
	background-color: #222;
}
.mobile-btn-right {
	background-color: var(--secondary-color);
}
.mobile-btn-right:hover {
	color: #000;
}
.mobile-btn {
	padding: 17px 22px;
	font-size: 24px;
	width: 50%;
	display: block;
	color: #fff;
	font-weight: 700;
}
.any-question {
	font-weight: 500;
	font-size: 18px;
	line-height: 21.98px;
	color: rgba(255, 255, 255, 0.6);
}
.top-bar-button {
	font-weight: 500;
	font-size: 20px;
	line-height: 38px;
	color: #fff;
}
.header-bottom-section {
	background: #22222280;
	backdrop-filter: blur(24px);
	position: absolute;
	top: 0;
	width: 100%;
	padding: 14px 0;
	z-index: 1;
}
/* Home Page */
/* Hero section */
.hero-section {
	height: calc(100vh - 78px);
	max-height: 1000px;
	background-image: url(../images/header1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 70px 0;
}
@media screen and (max-width: 991px) {
	.hero-section {
		background-image: url(../images/header1-mobile.jpg);
	}
}
.hero-section:after {
	content: '';
	background: radial-gradient(55.06% 55.06% at 81.18% 12.89%, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.6) 100%);
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
}

.hero-inner {
	width: 100%;
	position: relative;
	z-index: 1;
	max-width: 800px;
}
.hero-inner strong {
	color: #fff;
	font-weight: 700;
	line-height: 56px;
	padding-bottom: 26px;
	font-size: 48px;
}
.hero-inner .page-dark-btn,
.header-bottom-section-inner .page-dark-btn {
	 line-height: inherit;
}
.hero-inner p {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 32px;
}

.page-dark-submin-btn {
	color: #fff;
	padding: 9px 27px;
	background-color: #012928;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	transition: all .5s;
}
.page-dark-submin-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: #222222;
	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: #136F38;
	padding-top: 80px;
}

.footer-logo-text {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-logo-text a {
	padding-bottom: 40px;
}
.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: #115C30;
	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 End */
/* Header end */

@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: #222;
	}
	.dropdown-menu.show {
		display: block;
	}
	.dropdown-container:hover .dropdown-menu {
		border: 0;
	}
	/* Header */
	.nav-item .nav-link {
		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;
	}
	.logo {
    max-width: 200px;
	}
	/* 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;
	}
	.contact-us-left {
    padding: 27px;
    width: 100%;
	}
	.contact-us-right {
    padding: 32px;
    width: 100%;
	}
	/* Footer */
	.footer {
		padding-bottom: 40px;
	}
	/* Footer end */
}
@media(max-width:767px) {
	/* Footer */
	.footer {
		padding-top: 70px;
	}
	.footer-logo-text {
    padding-bottom: 38px;
	}
	.footer-logo-text a {
    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 {
		padding: 44px 0;
	}
	.hero-section:after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.5%, rgba(0, 0, 0, 0.7) 75.43%);
	}
	.hero-inner strong {
    line-height: 43px;
    padding-bottom: 24px;
    font-size: 36px;
	}
	.hero-inner p {
    font-size: 18px;
    line-height: 21px;
	}
	.hero-inner a {
		padding: 9px 20px;
		font-size: 19px;
	}
	.mobile-btn {
		padding:12px;
		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 {
		padding-bottom: 40px;
	}
	.environment-agency {
		max-width: 95px;
	}
	.stripe {
		max-width: 206px;
	}
}
</pre></body></html>