@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body {
	scroll-behavior: smooth;
	height: 100%;
	position: relative;
}

body {
	font-family: "Roboto", sans-serif;
	color: #242424;
	font-weight: 400;
	line-height: 1.3;
	font-size: 18px;
	overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	line-height: 1.2;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
	outline: 0 solid;
}

p a {
	font-weight: 700;
	text-decoration: underline !important;
	color: #242424;
	transition: all 0.3s ease;
}

.primary-btn {
	display: inline-block;
	padding: 18px 36px;
	font-size: 18px;
	color: #ffffff;
	background-color: #2BA554;
	font-weight: 700;
	border: none;
	box-shadow: none;
	outline: none;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
	.primary-btn {
		padding: 14px 32px;
		font-size: 18px;
	}
}

.primary-btn:hover {
	color: #ffffff !important;
	background-color: #206738;
}

.secondary-btn {
	display: inline-block;
	padding: 2px 0px;
	font-size: 18px;
	letter-spacing: 0.72px;
	color: #2BA554;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
	border: none;
	box-shadow: none;
	outline: none;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
	.secondary-btn {
		font-size: 16px;
	}
}

.secondary-btn:hover {
	color: #206738;
	text-decoration: underline;
}

.plain-link {
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	color: #242424;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
	.plain-link {
		font-size: 16px;
	}
}

.plain-link:hover {
	color: #206738;
	text-decoration: underline;
}

.padding-top-extrasmall {
	padding-top: 50px;
}

.padding-top-small {
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	.padding-top-small {
		padding-top: 50px;
	}
}

.padding-top-medium {
	padding-top: 100px;
}

@media only screen and (max-width: 767px) {
	.padding-top-medium {
		padding-top: 60px;
	}
}

.padding-top-large {
	padding-top: 120px;
}

@media only screen and (max-width: 767px) {
	.padding-top-large {
		padding-top: 75px;
	}
}

.padding-top-xl {
	padding-top: 130px;
}

@media only screen and (max-width: 767px) {
	.padding-top-xl {
		padding-top: 75px;
	}
}

.padding-top-xxl {
	padding-top: 150px;
}

@media only screen and (max-width: 767px) {
	.padding-top-xxl {
		padding-top: 85px;
	}
}

.padding-bottom-extrasmall {
	padding-bottom: 50px;
}

.padding-bottom-small {
	padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.padding-bottom-small {
		padding-bottom: 50px;
	}
}

.padding-bottom-medium {
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.padding-bottom-medium {
		padding-bottom: 60px;
	}
}

.padding-bottom-large {
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.padding-bottom-large {
		padding-bottom: 75px;
	}
}

.padding-bottom-xl {
	padding-bottom: 130px;
}

@media only screen and (max-width: 767px) {
	.padding-bottom-xl {
		padding-bottom: 75px;
	}
}

.padding-bottom-xxl {
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.padding-bottom-xxl {
		padding-bottom: 85px;
	}
}

.section-title {
	font-size: 34px;
	color: #206738;
	font-weight: 900;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
	.section-title {
		font-size: 30px;
	}
}

.default-title {
	font-size: 34px;
	color: #206738;
	font-weight: 700;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
	.default-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 640px) {
	#wpadminbar {
		position: fixed;
	}
}

:root {
	scroll-behavior: unset !important;
}

html {
	overflow-y: scroll;
	width: 100%;
	height: auto;
}

html.scrollHide::-webkit-scrollbar {
	display: none;
}

header {
	background-color: #242424;
}

@media only screen and (max-width: 991px) {
	header > .container {
		max-width: 100%;
		padding-left: 26px;
		padding-right: 26px;
	}
}

@media only screen and (max-width: 991px) {
	header {
		background-color: transparent;
		position: absolute;
		width: 100%;
		z-index: 9;
	}
}

header .header-inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	header .header-inner {
		padding: 20px 0 26px 0;
	}
}

header .header-inner .active .toggle-menu span:first-child {
	transform: rotate(45deg);
	position: relative;
	top: 9px;
}

header .header-inner .active .toggle-menu span:nth-child(2) {
	transform: translateX(-30px);
	opacity: 0;
	margin: 0;
}

header .header-inner .active .toggle-menu span:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	top: -9px;
}

header .header-inner.open-toggle-menu .menu-part {
	right: 0%;
}

header .header-inner.open-toggle-menu .menu-part .menu-inner .top-menu {
	justify-content: flex-start;
}

header .header-inner.open-toggle-menu .menu-part .menu-inner .top-menu .number a {
	color: #242424;
}

header .header-inner.open-toggle-menu .menu-part .menu-inner .bottom-menu ul {
	list-style: none;
}

header .header-inner.open-toggle-menu .menu-part .menu-inner .bottom-menu ul li a {
	color: #242424;
}

header .header-inner .logo {
	height: 100%;
	display: flex;
	align-items: center;
}

header .header-inner .logo a img {
	width: 100%;
}

@media only screen and (max-width: 1199px) {
	header .header-inner .logo a img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 640px) {
	header .header-inner .logo a img {
		max-width: 200px;
	}
}

header .header-inner .menu-part {
	height: auto;
}

@media only screen and (max-width: 991px) {
	header .header-inner .menu-part {
		position: fixed;
		left: auto;
		top: 0;
		bottom: 0;
		right: -100%;
		background: #ffffff;
		flex-direction: column;
		justify-content: flex-start !important;
		align-items: flex-start;
		z-index: 9;
		margin: 0px;
		padding: 50px 30px;
		transition: 0.5s ease;
		display: flex;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	header .header-inner .menu-part {
		padding: 40px 20px;
	}
}

header .header-inner .menu-part .menu-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media only screen and (max-width: 991px) {
	header .header-inner .menu-part .menu-inner {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		width: 100%;
	}
}

header .header-inner .menu-part .menu-inner .top-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .header-inner .menu-part .menu-inner .top-menu .number a {
	font-size: 26px;
	line-height: 43px;
	color: #ffffff;
	margin: 0 40px 0 0;
	font-weight: 900;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 767px) {
	header .header-inner .menu-part .menu-inner .top-menu .number a {
		font-size: 20px;
		line-height: 30px;
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 640px) {
	header .header-inner .menu-part .menu-inner .top-menu .number a {
		font-size: 18px;
		line-height: 28px;
		margin: 0 15px 0 0;
	}
}

header .header-inner .menu-part .menu-inner .top-menu .cta-btn a {
	display: flex;
}

@media only screen and (max-width: 640px) {
	header .header-inner .menu-part .menu-inner .top-menu .cta-btn a {
		padding: 12px 15px;
		font-size: 15px;
	}
}

header .header-inner .menu-part .menu-inner .bottom-menu ul {
	display: flex;
	align-items: center;
	margin: 28px 0 40px 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 1199px) {
	header .header-inner .menu-part .menu-inner .bottom-menu ul {
		margin: 24px 0 24px 0;
	}
}

@media only screen and (max-width: 991px) {
	header .header-inner .menu-part .menu-inner .bottom-menu ul {
		flex-direction: column;
		margin-top: 0;
	}
}

header .header-inner .menu-part .menu-inner .bottom-menu ul ul.sub-menu {
	margin: 0;
	flex-direction: column;
	background-color: #242424;
	padding: 10px 0;
	position: absolute;
	z-index: 9;
	min-width: 300px;
	left: -75px;
	display: none;
	right: 0;
	top: 40px;
	list-style: none;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul ul.sub-menu li {
	margin: 0;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #242424;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul ul.sub-menu li.current-menu-item a {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul ul.sub-menu li:last-child {
	border-bottom: none;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul ul.sub-menu li:hover a {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul ul.sub-menu li a {
	color: #ffffff;
	font-size: 18px;
	width: 100%;
	display: block;
	line-height: 24px;
	padding: 15px 30px;
	text-align: left;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li {
	margin: 0 40px 0 0;
	position: relative;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children {
	position: relative;
	display: flex;
	align-items: center;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children:hover:after {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children > a:after {
	position: relative;
	content: '\f107';
	font-family: "Font Awesome 6 Sharp";
	color: #ffffff;
	font-weight: 700;
	transition: all 0.3s linear;
	display: inline-block;
	margin-left: 0px;
	display: flex;
	right: 0px;
	height: 20px;
	align-items: center;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children.open-dropdown ul.sub-menu {
	list-style: none;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children.open-dropdown ul.sub-menu li.cust-nav-item a:after {
	display: none;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children.open-dropdown > a {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.menu-item-has-children.open-dropdown > a:after {
	transform: scaleY(-1);
	color: #FFC914;
	transition: all 0.3s linear;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.current-menu-parent a {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.current-menu-parent a:after {
	color: #FFC914;
}

@media only screen and (max-width: 1400px) {
	header .header-inner .menu-part .menu-inner .bottom-menu ul li {
		margin: 0 30px 0 0;
	}
}

@media only screen and (max-width: 1199px) {
	header .header-inner .menu-part .menu-inner .bottom-menu ul li {
		margin: 0 20px 0 0;
	}
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li:last-child {
	margin: 0;
}

@media only screen and (max-width: 991px) {
	header .header-inner .menu-part .menu-inner .bottom-menu ul li {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li.current-menu-item a {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li a {
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
	font-weight: 700;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li a:hover {
	color: #FFC914;
}

header .header-inner .menu-part .menu-inner .bottom-menu ul li a:hover:after {
	color: #FFC914;
}

@media only screen and (max-width: 1199px) {
	header .header-inner .menu-part .menu-inner .bottom-menu ul li a {
		font-size: 18px;
		line-height: 40px;
	}
}

header .header-inner .toggle-menu {
	width: 59px;
	height: 59px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	z-index: 99;
	justify-content: center;
	align-items: center;
	background-color: #242424;
}

@media only screen and (min-width: 992px) {
	header .header-inner .toggle-menu {
		display: none;
	}
}

header .header-inner .toggle-menu span {
	font-size: 38px;
	color: #ffffff;
	font-family: "Font Awesome 6 Sharp";
}

header .header-inner .toggle-menu span.close {
	display: none;
	font-size: 48px;
	margin-left: auto !important;
	margin-right: 0 !important;
	font-weight: normal;
}

.mobile-menu-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	padding-top: 0px;
	z-index: -3;
	margin-top: 105px;
	left: auto;
	right: -100%;
	height: calc(100vh - 105px);
	background-color: #242424;
	transition: right 0.2s ease-in-out;
	overflow-x: hidden;
	overflow-y: auto;
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap.active {
		z-index: 300;
		right: 0;
	}
	.mobile-menu-wrap.active > .wrapper {
		height: 100%;
		background-color: #242424;
	}
}

.mobile-menu-wrap .mobile-menu ul {
	list-style: none;
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap .mobile-menu ul li.active a {
		color: #FFC914;
	}
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap .mobile-menu ul li.active span:after {
		color: #FFC914;
	}
}

.mobile-menu-wrap .mobile-menu ul li .sub-menu ul li.active a {
	color: #FFC914 !important;
}

.mobile-menu-wrap .mobile-only-content {
	background-color: #206738;
	padding: 10px 0px;
	margin: 35px -26px 0 -26px;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .number {
	margin-right: 13px;
	width: 50%;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .number a {
	width: 100%;
	display: flex;
	justify-content: center;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .number a:hover {
	background-color: #2BA554;
}

@media only screen and (max-width: 640px) {
	.mobile-menu-wrap .mobile-only-content .buttons-wrap .number a {
		padding: 12px 10px;
		font-size: 16px;
	}
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .number a i {
	margin: 0 8px 0 0;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .cta-btn {
	width: 50%;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .cta-btn a {
	width: 100%;
	display: flex;
	justify-content: center;
}

.mobile-menu-wrap .mobile-only-content .buttons-wrap .cta-btn a:hover {
	background-color: #2BA554;
}

@media only screen and (max-width: 640px) {
	.mobile-menu-wrap .mobile-only-content .buttons-wrap .cta-btn a {
		padding: 12px 10px;
		font-size: 16px;
	}
}

.mobile-menu-wrap .wrapper {
	padding-left: 26px;
	padding-right: 26px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.mobile-menu-wrap .wrapper .main-menu {
	padding-top: 15px;
	min-height: 285px;
	z-index: 9;
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap .wrapper .main-menu {
		min-height: auto;
		margin-bottom: 40px;
		padding-top: 0;
	}
}

@media only screen and (max-height: 760px) {
	.mobile-menu-wrap .wrapper .main-menu {
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.mobile-menu-wrap .wrapper .main-menu.active {
	overflow-y: unset;
	overflow-x: unset;
}

.mobile-menu-wrap .wrapper .main-menu .simplebar-horizontal {
	display: none;
}

.mobile-menu-wrap .wrapper .main-menu .simplebar-vertical {
	right: -2px;
}

.mobile-menu-wrap .wrapper .main-menu .simplebar-vertical .simplebar-scrollbar:before {
	background-color: #2BA554;
	opacity: 1;
}

.mobile-menu-wrap .wrapper .main-menu .simplebar-wrapper {
	height: 100% !important;
}

.mobile-menu-wrap .wrapper .main-menu .simplebar-wrapper .simplebar-mask {
	z-index: unset;
}

.mobile-menu-wrap .wrapper .main-menu .simplebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content-wrapper {
	height: 100% !important;
	overflow-x: hidden !important;
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu .sub-menu-back {
	padding: 24px 0 24px 37px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	display: flex;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu .sub-menu-back:before {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 24px;
	content: '\f104';
	font-family: "Font Awesome 6 Sharp";
	background-image: none;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu ul {
	list-style: none;
	padding: 0;
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu ul li.sub-menu-title a {
	border: none;
	padding: 15px 0;
	color: #2BA554;
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu ul ul {
	list-style: none;
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu ul ul li a {
	font-size: 22px;
	font-weight: 500;
	padding: 15px 0 !important;
	border: none;
	text-wrap: wrap;
	background-color: transparent !important;
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap .wrapper .main-menu .sub-menu > ul {
		padding: 13px 0 0 0;
		overflow-x: hidden;
	}
}

.mobile-menu-wrap .wrapper .main-menu .sub-menu > ul .simplebar-track {
	background: transparent;
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap .wrapper .main-menu .sub-menu > ul .simplebar-track .simplebar-scrollbar:before {
		background: #2BA554;
		opacity: 1;
	}
}

.mobile-menu-wrap .wrapper .main-menu.active .mobile-menu > ul {
	list-style: none;
}

.mobile-menu-wrap .wrapper .main-menu.active .mobile-menu > ul > li > a {
	font-size: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: -99;
	padding: 0px;
	display: none;
}

.mobile-menu-wrap .wrapper .main-menu.active .mobile-menu > ul > li > a::after {
	opacity: 0;
}

.mobile-menu-wrap .wrapper .main-menu.active .mobile-menu > ul > li.menu-item-has-children {
	position: relative;
}

.mobile-menu-wrap .wrapper .main-menu.active .mobile-menu > ul > li.menu-item-has-children > span {
	display: none;
}

.mobile-menu-wrap .search-text input {
	padding: 16px 18px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0px;
}

.mobile-menu-wrap .search-text .search-btn {
	border-left: 2px solid #ffffff;
}

.mobile-menu-wrap h4 {
	font-size: 24px;
}

.mobile-menu-wrap ul {
	margin: 0;
	padding: 0;
	background-color: #242424;
	list-style: none;
}

.mobile-menu-wrap ul li:last-child a {
	border-bottom: 2px solid #ffffff;
}

.mobile-menu-wrap ul li a {
	position: relative;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 24px 0px;
	transition: all 0.3s ease;
	border-top: 2px solid #ffffff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}

.mobile-menu-wrap ul li a:hover {
	opacity: 1;
}

@media only screen and (max-width: 991px) {
	.mobile-menu-wrap ul li a:focus, .mobile-menu-wrap ul li a:hover {
		color: #ffffff;
	}
}

.mobile-menu-wrap ul li.menu-item-has-children {
	position: relative;
	list-style: none;
}

.mobile-menu-wrap ul li.menu-item-has-children:hover a {
	color: #FFC914;
}

.mobile-menu-wrap ul li.menu-item-has-children:hover span:after {
	color: #FFC914;
}

.mobile-menu-wrap ul li.menu-item-has-children > span {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.mobile-menu-wrap ul li.menu-item-has-children > span:after {
	position: absolute;
	content: '\f105';
	font-size: 24px;
	color: #ffffff;
	font-family: "Font Awesome 6 Sharp";
}

.mobile-menu-wrap ul li .sub-menu {
	position: absolute;
	width: 100%;
	right: -110%;
	left: auto;
	top: 0;
	transition: right 0.3s ease-in-out;
	background-color: #242424;
	z-index: 999;
}

.mobile-menu-wrap ul li .sub-menu.active {
	right: 0;
}

.mobile-menu-wrap ul li .sub-menu h4 {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.mobile-menu-wrap ul li .sub-menu h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4zNjEiIGhlaWdodD0iMTQuMzYxIiB2aWV3Qm94PSIwIDAgMTQuMzYxIDE0LjM2MSI+CiAgPHBhdGggaWQ9IkFycm93X0xlZnQiIGRhdGEtbmFtZT0iQXJyb3cgTGVmdCIgZD0iTS43MDcuNjU0bDktLjY1NEw5LjA1Myw5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjM5MyAxNC4wNDUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.mobile-menu-wrap ul li .sub-menu .dropdown-item {
	padding: .25rem 1rem !important;
	color: #ffffff !important;
}

.mobile-menu-wrap ul li .sub-menu ul {
	padding-left: 30px;
	padding-bottom: 50px;
	list-style: none;
}

.mobile-menu-wrap ul li .sub-menu ul li a {
	padding: 10px 0px;
	font-weight: 700;
}

@media only screen and (max-height: 890px) {
	.mobile-menu-wrap ul li .sub-menu > ul {
		max-height: 500px;
		overflow-y: auto;
	}
}

@media only screen and (max-height: 760px) {
	.mobile-menu-wrap ul li .sub-menu > ul {
		max-height: 370px;
		overflow-y: auto;
	}
}

@media only screen and (max-height: 630px) {
	.mobile-menu-wrap ul li .sub-menu > ul {
		max-height: 285px;
	}
}

@media only screen and (max-height: 550px) {
	.mobile-menu-wrap ul li .sub-menu > ul {
		max-height: 220px;
	}
}

.mobile-menu-wrap ul li .sub-menu .sub-menu-back {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	padding-bottom: 10px;
	color: #ffffff !important;
}

.mobile-menu-wrap .main-menu > ul {
	list-style: none;
}

.mobile-menu-wrap .main-menu > ul > li > a {
	text-transform: uppercase;
}

.mobile-menu-wrap .whats-on-post {
	padding-top: 15px;
}

.mobile-menu-wrap .spacer {
	border-bottom: 2px solid #ffffff;
	padding-top: 25px;
	margin-bottom: 25px;
}

.mobile-menu-wrap .spacer.no-border {
	border: 0px;
	padding-top: 10px;
}

.mobile-menu-wrap .bottom-content {
	display: block;
	margin-top: auto;
}

.mobile-menu-wrap .bottom-content.hide {
	display: none;
}

.mobile-menu-wrap .bottom-content.hide + .mobile-only-content {
	margin-top: auto;
}

.mobile-menu-wrap .bottom-content .logos-wrap {
	display: flex;
	margin: 0 -15px;
	justify-content: center;
}

.mobile-menu-wrap .bottom-content .logos-wrap img {
	width: 100%;
	padding: 0 15px;
	max-width: 150px;
}

@media only screen and (max-width: 640px) {
	.mobile-menu-wrap .bottom-content .logos-wrap img {
		max-width: 105px;
	}
}

@supports (-webkit-touch-callout: none) {
	.mobile-menu-wrap {
		height: calc(100vh - 225px);
	}
}

#menuHandle {
	pointer-events: auto;
}

.lock header {
	background-color: #242424;
}

header .header-inner .active .toggle-menu span.close {
	display: block;
	transform: none;
	opacity: 1;
}

header .header-inner .active .toggle-menu span.open {
	display: none;
}

html.scrollHide {
	overflow: hidden;
}

body.lock {
	overflow: hidden;
}

body.lock header.header-main {
	position: fixed;
	z-index: 9999;
}

body.logged-in .mobile-menu-wrap {
	margin-top: 130px;
	height: calc(100vh - 130px);
}

@media only screen and (max-width: 767px) {
	body.logged-in .mobile-menu-wrap {
		margin-top: 145px;
		height: calc(100vh - 145px);
	}
}

footer {
	background-color: #242424;
	margin-top: 274px;
}

@media only screen and (max-width: 991px) {
	footer {
		margin-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	footer {
		margin-top: 250px;
	}
}

footer:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 150px;
	background-image: url(https://eagletreeservice.dev1.commandbase.ca/app/uploads/2024/07/above-footer-forest-tile_new.svg);
	top: -146px;
}

footer span.bird-img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -80%;
	right: 0%;
	transition: right 1s ease-in-out;
}

@media only screen and (max-width: 991px) {
	footer span.bird-img {
		top: -30%;
	}
}

@media only screen and (max-width: 640px) {
	footer span.bird-img {
		top: -24%;
	}
}

footer span.bird-img.move {
	right: 25%;
}

@media only screen and (max-width: 991px) {
	footer span.bird-img.move {
		right: 20%;
	}
}

@media only screen and (max-width: 640px) {
	footer span.bird-img.move {
		right: 20%;
	}
}

footer .footer-inner {
	margin: 0 auto;
}

footer .footer-inner .top-footer {
	padding: 40px 0 70px 0;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer {
		padding: 80px 0 55px 0;
	}
}

footer .footer-inner .top-footer .menu-col {
	display: flex;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .menu-col {
		flex-direction: column;
		margin: 0;
	}
}

footer .footer-inner .top-footer .menu-col .menu {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .menu-col .menu {
		width: 100%;
		margin: 0 0 60px 0;
		text-align: center;
	}
}

footer .footer-inner .top-footer .menu-col .menu h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 14px 0;
	font-weight: 700;
	color: #ffffff;
}

@media only screen and (max-width: 1199px) {
	footer .footer-inner .top-footer .menu-col .menu h2 {
		font-size: 16px;
	}
}

footer .footer-inner .top-footer .menu-col .menu p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 14px 0;
	font-weight: 400;
	color: #ffffff;
}

@media only screen and (max-width: 1199px) {
	footer .footer-inner .top-footer .menu-col .menu p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .menu-col .menu p > br {
		display: none;
	}
}

footer .footer-inner .top-footer .menu-col .menu a {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 1199px) {
	footer .footer-inner .top-footer .menu-col .menu a {
		font-size: 16px;
	}
}

footer .footer-inner .top-footer .menu-col .menu a:hover {
	color: #FFC914;
}

footer .footer-inner .top-footer .menu-col .menu .social-sec {
	margin: 14px 0 0 0;
}

footer .footer-inner .top-footer .menu-col .menu .social-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .menu-col .menu .social-sec ul {
		justify-content: center;
	}
}

footer .footer-inner .top-footer .menu-col .menu .social-sec ul li {
	margin: 0 10px 0 0;
}

footer .footer-inner .top-footer .menu-col .menu .social-sec ul li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2BA554;
	border-radius: 50%;
	font-size: 26px;
	color: #242424 !important;
	text-decoration: none;
	transition: all 0.2s linear;
}

footer .footer-inner .top-footer .menu-col .menu .social-sec ul li a:hover {
	background-color: #FFC914;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .menu-col .menu .social-sec ul li a {
		width: 55px;
		height: 55px;
	}
}

footer .footer-inner .top-footer .review-col {
	display: flex;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .review-col {
		flex-direction: column;
	}
}

footer .footer-inner .top-footer .review-col .review-box {
	width: 50%;
	padding: 38px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #414141;
	margin: 0 20px 0 0;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .review-col .review-box {
		width: 100%;
		margin: 0 0 20px 0;
		min-height: 200px;
	}
}

footer .footer-inner .top-footer .review-col .review-box:last-child {
	margin: 0;
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .review-col .review-box:last-child .logo-sec {
		margin: 0 0 10px 0;
	}
}

footer .footer-inner .top-footer .review-col .review-box .logo-sec {
	margin: 0 0 5px 0;
}

footer .footer-inner .top-footer .review-col .review-box .star-sec {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

footer .footer-inner .top-footer .review-col .review-box .star-sec > span {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 6px 0 0;
}

footer .footer-inner .top-footer .review-col .review-box .star-sec ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer-inner .top-footer .review-col .review-box .star-sec ul li span {
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 2px 0 0;
}

footer .footer-inner .top-footer .review-col .review-box .link a {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.72px;
	color: #2BA554;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 1199px) {
	footer .footer-inner .top-footer .review-col .review-box .link a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	footer .footer-inner .top-footer .review-col .review-box .link a {
		font-size: 16px;
	}
}

footer .footer-inner .top-footer .review-col .review-box .link a:hover {
	color: #FFC914;
}

footer .bottom-footer {
	background-color: #414141;
	padding: 20px 0;
}

@media only screen and (max-width: 640px) {
	footer .bottom-footer {
		padding: 35px 0;
	}
}

footer .bottom-footer .bottom-footer-inner {
	margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
	footer .bottom-footer .bottom-footer-inner > .row {
		flex-direction: column;
	}
}

footer .bottom-footer .bottom-footer-inner .copy-right {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	footer .bottom-footer .bottom-footer-inner .copy-right {
		width: 100%;
		margin: 0 0 14px 0;
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	footer .bottom-footer .bottom-footer-inner .copy-right {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	footer .bottom-footer .bottom-footer-inner .copy-right .menu {
		margin: 0 0 14px 0;
	}
}

footer .bottom-footer .bottom-footer-inner .copy-right .menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
}

footer .bottom-footer .bottom-footer-inner .copy-right .menu ul li {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #ffffff;
	display: flex;
}

@media only screen and (max-width: 1199px) {
	footer .bottom-footer .bottom-footer-inner .copy-right .menu ul li:last-child {
		border-right: none;
	}
}

@media only screen and (max-width: 640px) {
	footer .bottom-footer .bottom-footer-inner .copy-right .menu ul li {
		padding: 0 6px 0 0;
		margin: 0 6px 0 0;
	}
}

footer .bottom-footer .bottom-footer-inner .copy-right .menu ul li a {
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	font-weight: 700;
	transition: all 0.2s linear;
}

footer .bottom-footer .bottom-footer-inner .copy-right .menu ul li a:hover {
	color: #FFC914;
}

footer .bottom-footer .bottom-footer-inner .copy-right .copyright-text p {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.14px;
	margin: 0;
	color: #ffffff;
	font-weight: 400;
}

footer .bottom-footer .bottom-footer-inner .right-part {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 1400px) {
	footer .bottom-footer .bottom-footer-inner .right-part {
		width: 100%;
		justify-content: center;
	}
}

@media only screen and (max-width: 640px) {
	footer .bottom-footer .bottom-footer-inner .right-part {
		flex-direction: column-reverse;
		text-align: center;
	}
}

footer .bottom-footer .bottom-footer-inner .right-part .seo {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #ffffff;
}

@media only screen and (max-width: 640px) {
	footer .bottom-footer .bottom-footer-inner .right-part .seo {
		margin: 14px 0 0 0;
		border: none;
	}
}

footer .bottom-footer .bottom-footer-inner .right-part p {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.14px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}

footer .bottom-footer .bottom-footer-inner .right-part p a {
	color: #ffffff;
	transition: all 0.2s linear;
	text-decoration: none !important;
}

footer .bottom-footer .bottom-footer-inner .right-part p a:hover {
	color: #FFC914;
}

.hero-banner {
	padding: 50px 0px 170px;
	background-color: #242424;
	color: #ffffff;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	.hero-banner {
		padding: 40px 0px;
	}
}

.hero-banner .video-sec {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -9;
	transform: scale(1.5);
}

@media only screen and (max-width: 1199px) {
	.hero-banner .video-sec {
		transform: scale(1.6);
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner .video-sec {
		transform: scale(3);
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .video-sec {
		transform: scale(4.5);
	}
}

@media only screen and (max-width: 350px) {
	.hero-banner .video-sec {
		transform: scale(5);
	}
}

.hero-banner .video-sec iframe {
	width: 100%;
	height: 100%;
}

.hero-banner.overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #242424;
	opacity: 0.85;
	z-index: -1;
}

@media only screen and (min-width: 992px) {
	.hero-banner .logos-wrap {
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .logos-wrap {
		display: flex;
		justify-content: space-between;
	}
}

.hero-banner .logos-wrap img {
	max-width: 110px;
	margin-left: 35px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.hero-banner .logos-wrap img {
		margin-left: 0px;
		margin-right: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .logos-wrap img {
		margin: 0px;
		margin-top: 10px;
		max-width: 85px;
	}
}

.hero-banner .hero-texts {
	padding-top: 50px;
	font-size: 24px;
	max-width: 525px;
}

@media only screen and (max-width: 767px) {
	.hero-banner .hero-texts {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .hero-texts p {
		margin-right: 25px;
	}
}

.hero-banner .hero-texts p:last-of-type {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
	.hero-banner .hero-texts p:last-of-type {
		margin-bottom: 30px;
	}
}

.hero-banner .hero-texts .title {
	font-size: 65px;
}

@media only screen and (max-width: 991px) {
	.hero-banner .hero-texts .title {
		font-size: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .hero-texts .title {
		font-size: 45px;
	}
}

.hero-banner .hero-texts .sub-title {
	font-size: 18px;
	margin-bottom: 5px !important;
}

.hero-banner.page {
	padding: 50px 0px 80px;
}

@media only screen and (min-width: 768px) {
	.hero-banner.page {
		min-height: 480px;
	}
}

@media only screen and (min-width: 992px) {
	.hero-banner.page {
		min-height: 380px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner.page {
		padding: 130px 0px 50px 0;
	}
}

@media only screen and (max-width: 640px) {
	.hero-banner.page {
		padding: 110px 0 50px 0;
	}
}

.hero-banner.page .hero-texts {
	padding-top: 0px;
	max-width: 100%;
}

.hero-banner.page .hero-texts .title {
	font-size: 60px;
}

@media only screen and (min-width: 992px) {
	.hero-banner.page .hero-texts .title {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner.page .hero-texts .title {
		font-size: 52px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner.page .hero-texts .title {
		font-size: 45px;
	}
}

.hero-banner.page .hero-texts .primary-btn,
.hero-banner.page .hero-texts .secondary-btn,
.hero-banner.page .hero-texts .plain-link {
	margin-top: 20px;
	display: inline-block;
}

.hero-banner.page .logos-wrap img {
	max-width: 90px;
}

@media only screen and (max-width: 991px) {
	.hero-banner-wrap {
		display: flex;
		flex-direction: column;
	}
}

@media only screen and (min-width: 992px) {
	.hero-banner-wrap .hero-banner {
		height: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner-wrap .hero-banner {
		display: flex;
		flex-direction: row;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner-wrap .hero-banner .container {
		display: flex;
		flex-direction: column-reverse;
		flex-grow: 1;
	}
	.hero-banner-wrap .hero-banner .container .content-row {
		margin: auto 0;
	}
}

@media only screen and (max-width: 991px) {
	.hero-banner-wrap .hero-banner .hero-texts .primary-btn {
		display: none;
	}
}

.hero-banner-wrap .mobile-only-content {
	background-color: #206738;
	padding: 10px 0px;
	margin-top: auto;
}

@media only screen and (min-width: 992px) {
	.hero-banner-wrap .mobile-only-content {
		display: none;
	}
}

.hero-banner-wrap .mobile-only-content .buttons-wrap {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: center;
}

.hero-banner-wrap .mobile-only-content .buttons-wrap div {
	margin-right: 13px;
	width: 100%;
}

.hero-banner-wrap .mobile-only-content .buttons-wrap div:last-of-type {
	margin-right: 0px;
}

.hero-banner-wrap .mobile-only-content .buttons-wrap div .primary-btn {
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.hero-banner-wrap .mobile-only-content .buttons-wrap div .primary-btn {
		padding: 14px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner-wrap .mobile-only-content .buttons-wrap div .primary-btn {
		font-size: 16px;
	}
}

.hero-banner-wrap .mobile-only-content .buttons-wrap div .primary-btn:hover {
	background-color: #2BA554;
}

.basic-content-section .section-title {
	margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
	.basic-content-section .section-title br {
		display: none;
	}
}

.basic-content-section .texts h1,
.basic-content-section .texts h2,
.basic-content-section .texts h3,
.basic-content-section .texts h4,
.basic-content-section .texts h5,
.basic-content-section .texts h6 {
	padding-top: 24px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.basic-content-section .texts h1,
	.basic-content-section .texts h2,
	.basic-content-section .texts h3,
	.basic-content-section .texts h4,
	.basic-content-section .texts h5,
	.basic-content-section .texts h6 {
		padding-top: 14px;
	}
}

.basic-content-section .texts a:not([class]) {
	font-weight: 700;
	text-decoration: underline;
	color: #242424;
	transition: all 0.3s ease;
}

.basic-content-section .texts a:not([class]):hover {
	color: #206738;
	text-decoration: underline;
}

.basic-content-section .texts p {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.basic-content-section .texts p {
		margin-bottom: 20px;
	}
}

.basic-content-section .texts .gform_wrapper p {
	margin-bottom: 0;
}

.basic-content-section .texts ul {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
}

.basic-content-section .texts ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.basic-content-section .texts ul li::before {
	content: "\f7ff";
	font-weight: 900;
	font-size: 14px;
	font-family: "Font Awesome 6 Sharp";
	color: #206738;
	opacity: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

.basic-content-section .texts ol {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
	counter-reset: nums;
}

.basic-content-section .texts ol li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.basic-content-section .texts ol li::before {
	counter-increment: nums;
	content: counter(nums) ")";
	font-weight: 700;
	font-size: 18px;
	color: #206738;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.basic-content-section .texts ol li::before {
		font-size: 16px;
	}
}

.basic-content-section .texts .section-title {
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	.basic-content-section .texts .section-title {
		padding-bottom: 40px;
	}
}

.basic-content-section .table-wrap {
	overflow-x: auto;
}

.basic-content-section table {
	width: 100%;
}

.basic-content-section table tr th {
	background-color: #F2EFEA;
	padding: 16px 30px;
	text-align: left;
	font-size: 28px;
	font-weight: 700;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
	border-right: 1px solid #141414;
}

@media only screen and (max-width: 767px) {
	.basic-content-section table tr th {
		padding: 10px 20px;
		font-size: 20px;
	}
}

.basic-content-section table tr th:last-of-type {
	border-right: 0px;
}

.basic-content-section table tr td {
	padding: 20px 30px;
	border-bottom: 1px solid #141414;
	border-right: 1px solid #141414;
}

@media only screen and (max-width: 767px) {
	.basic-content-section table tr td {
		padding: 12px 20px;
	}
}

.basic-content-section table tr td:last-of-type {
	border-right: 0px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #2BA554;
	margin: 0px 7px;
	line-height: 1;
	transition: all 0.3s ease;
}

.slick-dots li button[aria-selected="true"] {
	background-color: #2BA554;
}

@media only screen and (max-width: 767px) {
	.slick-dots li button {
		width: 16px;
		height: 16px;
		padding: 0;
	}
}

@media only screen and (min-width: 992px) {
	.slick-slide {
		margin: 0 27px;
	}
	/* the parent */
	.slick-list {
		margin: 0 -27px;
	}
}

.mobile-slider .slick-list {
	padding: 0 20% 0 0 !important;
}

@media only screen and (max-width: 767px) {
	.mobile-slider .slick-list {
		padding: 0 25% 0 0 !important;
	}
}

.mobile-slider .slick-list .slick-track {
	display: flex !important;
}

.mobile-slider .slick-list .slick-track .slick-slide {
	margin-right: 15px;
	margin-left: 15px;
	height: inherit !important;
}

.accordion-list .section-title {
	margin-bottom: 20px;
}

.accordion-list .accordion_inner .accordion .accordion-item {
	padding: 20px 0px 0px;
	border-bottom: 1px solid #141414;
}

.accordion-list .accordion_inner .accordion .accordion-item:last-of-type {
	border-bottom: 0px;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-header {
	padding-bottom: 20px;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-header .accordion-button {
	color: #242424;
	padding: 0px;
	font-size: 28px;
	font-weight: 700;
	padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.accordion-list .accordion_inner .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 24px;
	}
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #242424;
	background: transparent;
	border: 0px;
	box-shadow: none;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-header .accordion-button::after {
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px;
	background-size: 36px;
	color: #206738;
	background-image: url(../cmdbase-theme/assets/img/angle-down-sharp-solid.svg);
}

@media only screen and (max-width: 767px) {
	.accordion-list .accordion_inner .accordion .accordion-item .accordion-header .accordion-button::after {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: none;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 0px;
	padding-bottom: 20px;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body p {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body p {
		margin-bottom: 20px;
	}
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body p:last-of-type {
	margin-bottom: 20px;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ul {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
	content: "\f7ff";
	font-weight: 900;
	font-size: 14px;
	font-family: "Font Awesome 6 Sharp";
	color: #206738;
	opacity: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ol {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
	counter-reset: nums;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ol li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ol li::before {
	counter-increment: nums;
	content: counter(nums) ")";
	font-weight: 700;
	font-size: 18px;
	color: #206738;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body ol li::before {
		font-size: 16px;
	}
}

.accordion-list .accordion_inner .accordion .accordion-item .accordion-collapse .accordion-body .primary-btn {
	margin-bottom: 20px;
}

.carousel-section .section-title {
	margin-bottom: 20px;
}

.carousel-section .gallery-slider {
	width: 100%;
}

.carousel-section .gallery-slider .slick-list .slick-track {
	display: flex;
}

.carousel-section .gallery-slider .slick-list .slick-track .slick-slide {
	margin-right: 13px;
	margin-left: 13px;
	height: inherit;
}

.carousel-section .gallery-slider .slick-list .slick-track .slick-slide img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.carousel-section .gallery-slider-wrap {
	margin-top: 30px;
	position: relative;
}

.carousel-section .gallery-slider-wrap .slider-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.carousel-section .gallery-slider-wrap .slider-arrow .col-lg-12 {
	display: flex;
	justify-content: space-between;
}

.carousel-section .gallery-slider-wrap .slider-arrow .slick-arrow {
	font-size: 68px;
	color: #206738;
	line-height: 1;
	height: 80px;
	width: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0px;
	padding-inline: 0px;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
	.carousel-section .gallery-slider-wrap .slider-arrow .slick-arrow {
		font-size: 42px;
		width: 60px;
		height: 60px;
	}
}

.carousel-section .gallery-slider-wrap .slider-arrow .slick-arrow:hover {
	color: #2BA554;
}

.gform_wrapper {
	padding-top: 15px;
	color: #242424;
}

.gform_wrapper .gfield_label {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
	.gform_wrapper .gfield_label {
		font-size: 16px !important;
	}
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea {
	width: 100%;
	padding: 18px;
	border: 1px solid #242424;
	border-radius: 0px !important;
	box-sizing: border-box;
	min-height: 60px !important;
	font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
	.gform_wrapper input[type="text"],
	.gform_wrapper input[type="email"],
	.gform_wrapper input[type="tel"],
	.gform_wrapper input[type="number"],
	.gform_wrapper textarea {
		font-size: 16px !important;
	}
}

.gform_wrapper textarea {
	min-height: 180px !important;
	resize: vertical;
}

.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
	background-color: #2ba554 !important;
	color: white !important;
	border: none !important;
	padding: 8px !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	padding: 16px 38px !important;
	font-size: 20px !important;
	height: 60px !important;
	font-weight: 700 !important;
	border-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
	.gform_wrapper input[type="submit"],
	.gform_wrapper button[type="submit"] {
		font-size: 18px;
	}
}

.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover {
	background-color: #206738;
}

.gform_wrapper .gform_fields {
	grid-row-gap: 24px !important;
	grid-column-gap: 24px !important;
}

.gform_wrapper .gfield--type-consent input[type="checkbox"] {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border-color: #2ba554;
	border-width: 2px;
}

.gform_wrapper .gfield--type-consent input[type="checkbox"]:before {
	color: #2ba554 !important;
	width: 25px !important;
	height: 25px !important;
	background: #2ba554 !important;
	border-radius: 50%;
	content: "";
}

.gform_wrapper .gfield--type-consent label {
	font-size: 16px !important;
}

.gform_wrapper .gform_submission_error {
	padding-top: 0px !important;
}

.gform_wrapper .gform_footer {
	justify-content: center;
	align-items: center;
	margin-top: 30px !important;
}

.gform_wrapper .gform_confirmation_message {
	text-align: center !important;
}

body .gform_wrapper h2.gform_title {
	display: none !important;
}

.contact-form p:empty {
	display: none;
}

.contact-form .texts .gform-theme--orbital {
	padding-top: 10px;
}

.contact-form .texts .gform-theme--orbital > .gform_heading p.gform_description {
	margin-bottom: 0;
}

.contents-section .video-sec {
	position: relative;
}

@media only screen and (max-width: 991px) {
	.contents-section .video-sec {
		margin-bottom: 30px;
	}
}

.contents-section .video-sec .plyr__controls .plyr__menu {
	display: none;
}

.contents-section .video-sec .plyr__controls button[data-plyr="pip"] {
	display: none;
}

.contents-section .video-sec button.plyr__control--overlaid {
	display: none;
}

.contents-section .video-sec .play-icon {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents-section .video-sec .play-icon img {
	cursor: pointer;
}

.contents-section .video-sec .play-icon span {
	color: #ffffff;
	font-size: 80px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.contents-section .video-sec .play-icon span {
		font-size: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.contents-section .ratio {
		margin-bottom: 30px;
	}
}

.contents-section video {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.contents-section video {
		height: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.contents-section .image {
		margin-bottom: 30px;
	}
}

.contents-section .image img {
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
}

.contents-section a:not([class]) {
	font-weight: 700;
	text-decoration: underline;
	color: #242424;
	transition: all 0.3s ease;
}

.contents-section a:not([class]):hover {
	color: #206738;
	text-decoration: underline;
}

@media only screen and (min-width: 992px) {
	.contents-section .inner-content {
		padding-left: 85px;
	}
}

.contents-section .inner-content .texts h1,
.contents-section .inner-content .texts h2,
.contents-section .inner-content .texts h3,
.contents-section .inner-content .texts h4,
.contents-section .inner-content .texts h5,
.contents-section .inner-content .texts h6 {
	padding-top: 24px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.contents-section .inner-content .texts h1,
	.contents-section .inner-content .texts h2,
	.contents-section .inner-content .texts h3,
	.contents-section .inner-content .texts h4,
	.contents-section .inner-content .texts h5,
	.contents-section .inner-content .texts h6 {
		padding-top: 14px;
	}
}

.contents-section .inner-content .texts p {
	margin-bottom: 25px;
}

.contents-section .inner-content .texts p:last-of-type {
	margin-bottom: 20px;
}

.contents-section .inner-content .texts .section-title {
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	.contents-section .inner-content .texts .section-title {
		padding-bottom: 40px;
	}
}

.contents-section .inner-content .texts ul {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
}

.contents-section .inner-content .texts ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.contents-section .inner-content .texts ul li::before {
	content: "\f7ff";
	font-weight: 900;
	font-size: 14px;
	font-family: "Font Awesome 6 Sharp";
	color: #206738;
	opacity: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

.contents-section .inner-content .texts ol {
	padding: 0px 0px 0px 60px;
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
	counter-reset: nums;
}

.contents-section .inner-content .texts ol li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.contents-section .inner-content .texts ol li::before {
	counter-increment: nums;
	content: counter(nums) ")";
	font-weight: 700;
	font-size: 18px;
	color: #206738;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.contents-section .inner-content .texts ol li::before {
		font-size: 16px;
	}
}

.contents-section .inner-content .primary-btn,
.contents-section .inner-content .secondery-btn {
	margin-top: 10px;
}

@media only screen and (min-width: 992px) {
	.contents-section .row .order-lg-1 .inner-content {
		padding-left: 0px;
		padding-right: 85px;
	}
}

@media only screen and (max-width: 767px) {
	.icon-section .section-title {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.single-box {
	padding: 60px 30px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 25px;
	min-height: calc(100% - 25px);
}

@media only screen and (max-width: 991px) {
	.single-box {
		margin-bottom: 30px;
		min-height: calc(100% - 30px);
	}
}

.single-box .title {
	font-size: 28px;
	padding-top: 35px;
}

@media only screen and (max-width: 767px) {
	.single-box .title {
		font-size: 24px;
	}
}

.single-box .icon {
	max-width: 180px;
	height: 120px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.single-box .icon img {
	max-width: 100%;
	max-height: 100%;
}

.single-box .secondary-btn {
	margin-top: 5px;
}

@media only screen and (max-width: 991px) {
	.testimonial.desktop-only {
		display: none;
	}
}

.testimonial .testimonial-inner {
	background-color: #206738;
	padding: 100px 0;
}

.testimonial .testimonial-inner h3.sec-title {
	width: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 1199px) {
	.testimonial .testimonial-inner h3.sec-title {
		font-size: 32px;
	}
}

.testimonial .testimonial-inner .star-sec {
	display: flex;
	justify-content: center;
	margin: 0 0 20px 0;
}

.testimonial .testimonial-inner .star-sec > span {
	font-size: 24px;
	letter-spacing: 7.2px;
	color: #FFC914;
}

.testimonial .testimonial-inner .testimonial-slider .slick-list .testimonial-slide p {
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 20px auto;
	max-width: 904px;
}

@media only screen and (max-width: 1199px) {
	.testimonial .testimonial-inner .testimonial-slider .slick-list .testimonial-slide p {
		font-size: 22px;
		line-height: 32px;
		max-width: 670px;
	}
}

.testimonial .testimonial-inner .testimonial-slider .slick-list .testimonial-slide .testimonial-name h3 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	font-weight: 700;
	margin: 0;
}

.testimonial .testimonial-inner .testimonial-slider button.slick-prev {
	position: absolute;
	width: 59px;
	height: 69px;
	left: 27px;
	font-size: 0;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	z-index: 999;
}

.testimonial .testimonial-inner .testimonial-slider button.slick-prev:before {
	position: absolute;
	content: "\f060";
	font-family: "Font Awesome 6 Sharp";
	font-size: 68px;
	line-height: 1;
	color: #2BA554;
	font-weight: 700;
	top: 0;
	left: 0;
}

.testimonial .testimonial-inner .testimonial-slider button.slick-next {
	position: absolute;
	width: 59px;
	height: 69px;
	left: auto;
	right: 27px;
	top: 0;
	font-size: 0;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	z-index: 999;
}

.testimonial .testimonial-inner .testimonial-slider button.slick-next:before {
	position: absolute;
	content: "\f061";
	font-family: "Font Awesome 6 Sharp";
	font-size: 68px;
	line-height: 1;
	color: #2BA554;
	font-weight: 700;
	top: 0;
	left: 0;
}

.testimonial.mobile-only {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
	.testimonial.mobile-only {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.testimonial.mobile-only > .container {
		padding-right: 0;
	}
}

.testimonial.mobile-only .testimonial-inner {
	background-color: transparent;
	padding: 0;
}

.testimonial.mobile-only .testimonial-inner .testimonial-title h4 {
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	color: #206738;
	margin: 0 0 25px 0;
	padding: 0 0 0 0px;
	text-align: center;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-track {
	display: flex !important;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-slide {
	height: inherit !important;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list {
	margin: 0 0 30px 0;
	padding: 0 80px 0 0;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list .slider {
	margin: 0 14px 0 0;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list .slider .slider-inner-box {
	min-height: 100%;
	padding: 120px 22px;
	background-color: #206738;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list .slider .slider-inner-box .star-sec {
	justify-content: flex-start;
	margin: 0 0 30px 0;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list .slider .slider-inner-box .star-sec > span {
	font-size: 22px;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list .slider .slider-inner-box .content-sec p {
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.testimonial.mobile-only .testimonial-inner .testimonial-mobile-slider .slick-list .slider .slider-inner-box .content-sec h5 {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.posts-section {
		background-color: #F2EFEA !important;
	}
}

.single-post-box {
	background-color: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 40px;
	min-height: calc(100% - 40px);
}

.single-post-box .image img {
	width: 100%;
}

.single-post-box .content {
	padding: 60px 30px;
}

.single-post-box .content .date {
	font-weight: 16px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.single-post-box .content .date {
		font-weight: 14px;
	}
}

.single-post-box .content .title {
	font-size: 28px;
}

@media only screen and (max-width: 767px) {
	.single-post-box .content .title {
		font-size: 24px;
	}
}

.single-post-box .content .icon {
	max-width: 180px;
	height: 120px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.single-post-box .content .icon img {
	max-width: 100%;
	max-height: 100%;
}

.single-post-box .content .secondary-btn {
	margin-top: 5px;
}

.fact-section .section-title {
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
	.fact-section .single-fact {
		max-width: 330px;
	}
}

@media only screen and (max-width: 991px) {
	.fact-section .single-fact {
		margin-bottom: 30px;
	}
}

.fact-section .single-fact .number {
	font-size: 90px;
	letter-spacing: 2.7px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.fact-section .single-fact .number {
		font-size: 60px;
	}
}

.fact-section .single-fact .title {
	font-size: 28px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.fact-section .single-fact .title {
		font-size: 24px;
	}
}

.map-sec {
	position: relative;
}

.map-sec .map-inner .map-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.map-sec .map-inner .map-container {
		position: relative;
	}
}

.map-sec .map-inner .map-container .row {
	height: 100%;
}

.map-sec .map-inner .map-container .row .col-lg-6 {
	flex: 0 0 auto;
	margin: 0 0 0 auto;
}

.map-sec .map-left-side .gm-style .gm-style-iw-a {
	display: none;
}

.map-sec .map-right-sec {
	max-width: 100%;
	top: 0;
	bottom: 0;
	right: 90px;
	z-index: 999;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: auto;
}

@media only screen and (max-width: 1400px) {
	.map-sec .map-right-sec {
		max-width: 100%;
		right: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.map-sec .map-right-sec {
		position: relative;
		max-width: 100%;
		right: 0;
	}
}

.map-sec .map-right-sec .map-content-sec {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ffffff;
	padding: 100px 86px;
}

@media only screen and (max-width: 1400px) {
	.map-sec .map-right-sec .map-content-sec {
		padding: 60px 50px;
	}
}

@media only screen and (max-width: 991px) {
	.map-sec .map-right-sec .map-content-sec {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.map-sec .map-right-sec .map-content-sec {
		padding: 30px 26px 75px 26px;
	}
}

@media only screen and (max-width: 640px) {
	.map-sec .map-right-sec .map-content-sec {
		padding: 30px 26px;
	}
}

.map-sec .map-right-sec .map-content-sec h2 {
	font-size: 34px;
	line-height: 44px;
	color: #206738;
	text-align: left;
	font-weight: 900;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
	.map-sec .map-right-sec .map-content-sec h2 {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 15px 0;
	}
}

.map-sec .map-right-sec .map-content-sec p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
	.map-sec .map-right-sec .map-content-sec p {
		font-size: 16px;
		line-height: 23px;
	}
}

.map-sec .map-right-sec .map-content-sec a.primary-btn {
	max-width: max-content;
}

@media only screen and (max-width: 767px) {
	.map-sec .map-right-sec .map-content-sec a.primary-btn {
		padding: 17px 18px;
		font-size: 16px;
	}
}

.single-blog-post {
	margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
	.single-blog-post {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.single-blog-post {
		margin-bottom: 60px;
	}
}

.single-blog-post .image img {
	border: none !important;
	box-shadow: 0px 3px 6px #00000029;
}

@media only screen and (min-width: 1281px) {
	.single-blog-post > .row {
		align-items: center;
	}
}

.single-blog-post .image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border: 2px solid #242424;
}

@media only screen and (min-width: 992px) {
	.single-blog-post .content {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.single-blog-post .content {
		padding-top: 30px;
	}
}

.single-blog-post .content .meta-tag-subtitle {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 700;
	margin-bottom: 10px;
}

.single-blog-post .content .meta-tag-subtitle a {
	color: #242424;
	transition: all 0.3s ease;
}

.single-blog-post .content .meta-tag-subtitle a:hover {
	opacity: 0.7;
	color: #242424;
}

.single-blog-post .content .title {
	font-size: 34px;
	color: #206738;
	padding-bottom: 0;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
	.single-blog-post .content .title {
		font-size: 30px;
	}
}

.single-blog-post .content .title a {
	color: #206738;
}

.single-blog-post .content .title span {
	display: block;
	color: #242424;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	margin-top: 5px;
}

.single-blog-post .content a.primary-btn {
	margin-top: 10px;
}

.paginations {
	padding: 40px 0px;
}

.paginations ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.paginations ul li {
	display: inline-block;
	color: #242424;
	font-weight: 400;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.paginations ul li {
		font-size: 18px;
	}
}

.paginations ul li a {
	color: #2BA554;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid transparent;
	border-radius: 50px;
	transition: all 0.3s ease;
	margin: 0px 5px;
}

.paginations ul li a:hover {
	border: 3px solid #2BA554;
	color: #2BA554;
}

@media only screen and (max-width: 767px) {
	.paginations ul li a {
		font-size: 16px;
	}
}

.paginations ul li.active a {
	border: 3px solid #2BA554;
}

.paginations ul li .prev-btn,
.paginations ul li .next-btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	background-color: #2BA554;
	color: #ffffff;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.paginations ul li .prev-btn:hover,
.paginations ul li .next-btn:hover {
	background-color: #2BA554;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.paginations ul li .prev-btn,
	.paginations ul li .next-btn {
		font-size: 18px;
	}
}

.paginations ul li .prev-btn {
	margin-right: 15px;
	background-color: #c7c7c7;
}

.paginations ul li .next-btn {
	margin-left: 15px;
}

.artist-info-sec {
	padding: 90px 0 120px 0;
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .container {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .container .row {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .container .row .col-lg-12, .artist-info-sec .container .row .col-lg-9, .artist-info-sec .container .row .col-lg-3, .artist-info-sec .container .row .col-lg-5, .artist-info-sec .container .row .col-lg-7 {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 991px) {
	.artist-info-sec {
		padding: 90px 0 100px 0;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec {
		padding: 60px 0;
	}
}

.artist-info-sec .artist-title {
	max-width: 100%;
	margin: 0 auto 0px auto;
}

@media only screen and (max-width: 991px) {
	.artist-info-sec .artist-title {
		margin: 0 auto 60px auto;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .artist-title {
		margin: 0 auto 40px auto !important;
	}
}

.artist-info-sec .artist-title > .col-lg-9 {
	padding-left: 0;
}

.artist-info-sec .artist-title h2 {
	width: 100%;
	text-align: left;
	font-size: 34px;
	line-height: 42px;
	color: #206738;
	font-weight: 700;
	margin: 0 0 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.artist-info-sec .artist-title h2 {
		font-size: 45px;
		line-height: 50px;
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .artist-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

.artist-info-sec .artist-title h3 {
	width: 100%;
	text-align: left;
	font-size: 1.75rem;
	line-height: 42px;
	color: #242424;
	font-weight: 700;
	margin: 0 0 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.artist-info-sec .artist-title h3 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .artist-title h3 {
		font-size: 25px;
		line-height: 35px;
	}
}

.artist-info-sec .artist-title .button {
	display: flex;
	justify-content: center;
}

.artist-info-sec .artist-post-entry .info-row {
	margin: 0 0 120px 0;
}

@media only screen and (max-width: 991px) {
	.artist-info-sec .artist-post-entry .info-row {
		margin: 0 0 60px 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .artist-post-entry .info-row {
		margin: 0 0 40px 0 !important;
	}
}

.artist-info-sec .artist-post-entry .info-row:first-child .content-sec {
	padding-right: 78px;
	padding-left: 0;
}

@media only screen and (max-width: 991px) {
	.artist-info-sec .artist-post-entry .info-row:first-child {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 991px) {
	.artist-info-sec .artist-post-entry .info-row:first-child .image-sec {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.artist-info-sec .artist-post-entry .info-row:first-child .content-sec {
		padding-right: 12px;
	}
}

.artist-info-sec .artist-post-entry .info-row .content-sec .content-inner h2 {
	width: 100%;
	text-align: left;
	font-size: 24px;
	line-height: 32px;
	color: #242424;
	font-weight: bold;
	margin: 0 0 14px 0;
}

.artist-info-sec .artist-post-entry .info-row .content-sec .content-inner h2 span {
	display: block;
}

.artist-info-sec .artist-post-entry .info-row .content-sec .content-inner p {
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}

.artist-info-sec .artist-post-entry .info-row .content-sec .content-inner p:last-child {
	margin: 0;
}

.artist-info-sec .artist-post-entry .info-row .image-sec .image-inner {
	width: 100%;
	height: 100%;
}

.artist-info-sec .artist-post-entry .info-row .image-sec .image-inner img {
	width: 100%;
	height: auto;
	object-fit: contain;
	box-shadow: 0px 3px 6px #00000029;
}

.artist-info-sec .artist-post-entry .info-row .video-sec .video-inner iframe {
	width: 100%;
}

.artist-info-sec .social-media-sec .social-media-inner .social-title h4 {
	width: 100%;
	text-align: left;
	font-size: 24px;
	line-height: 32px;
	color: #242424;
	font-weight: bold;
	margin: 0 0 24px 0;
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .social-media-sec .social-media-inner .social-wrap {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon {
		width: 100%;
	}
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul {
	margin: 0;
	padding: 0;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul {
		flex-wrap: wrap;
	}
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul li {
	list-style: none;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul li {
		margin: 0 10px 10px 0;
	}
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul li a {
	width: 60px;
	height: 60px;
	border: 2px solid #2BA554;
	background-color: #2BA554;
	color: #ffffff;
	border-radius: 50%;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul li a {
		width: 50px;
		height: 50px;
		font-size: 25px;
	}
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-icon ul li a:hover {
	background-color: transparent;
	color: #242424;
	border-color: #FFC914;
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-link {
	margin-left: 17px;
}

@media only screen and (max-width: 767px) {
	.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-link {
		width: 100%;
		margin: 10px 0 0 0;
	}
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-link a {
	font-size: 18px;
	line-height: 30px;
	color: #242424;
	text-decoration: none;
	border-bottom: 2px solid #242424;
	font-weight: bold;
}

.artist-info-sec .social-media-sec .social-media-inner .social-wrap .social-link a:hover {
	border-bottom: 2px solid #FFC914;
}

.pagination {
	padding-bottom: 125px;
}

@media only screen and (max-width: 991px) {
	.pagination {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.pagination {
		padding-bottom: 30px;
	}
}

.pagination .post-navigations {
	align-items: center;
}

.pagination .post-navigations .btn-pagination {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 991px) {
	.pagination .post-navigations .btn-pagination {
		order: 1;
		margin-bottom: 40px;
	}
}

.pagination .post-navigations .text-lg-end a.nav-btn, .pagination .post-navigations .text-lg-start a.nav-btn {
	font-size: 16px;
	line-height: 26px;
	color: #242424;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	max-width: max-content;
}

.pagination .post-navigations .text-lg-end a.nav-btn .icon, .pagination .post-navigations .text-lg-start a.nav-btn .icon {
	width: 44px;
	height: 44px;
	border: 2px solid #2BA554;
	background-color: #2BA554;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px 0 0;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 767px) {
	.pagination .post-navigations .text-lg-end a.nav-btn .icon, .pagination .post-navigations .text-lg-start a.nav-btn .icon {
		width: 38px;
		height: 38px;
		margin: 0 10px 0 0;
	}
}

.pagination .post-navigations .text-lg-end a.nav-btn .icon span, .pagination .post-navigations .text-lg-start a.nav-btn .icon span {
	color: #ffffff;
}

.pagination .post-navigations .text-lg-end a.nav-btn:hover .icon, .pagination .post-navigations .text-lg-start a.nav-btn:hover .icon {
	background-color: transparent;
	border-color: #FFC914;
}

.pagination .post-navigations .text-lg-end a.nav-btn:hover span, .pagination .post-navigations .text-lg-start a.nav-btn:hover span {
	color: #FFC914;
}

@media only screen and (max-width: 991px) {
	.pagination .post-navigations .text-lg-start {
		order: 2;
		width: auto;
	}
}

.pagination .post-navigations .text-lg-start a.nav-btn {
	justify-content: flex-start;
	margin-right: auto;
}

@media only screen and (max-width: 991px) {
	.pagination .post-navigations .text-lg-end {
		order: 3;
		width: auto;
		margin-left: auto;
	}
}

.pagination .post-navigations .text-lg-end a.nav-btn {
	justify-content: flex-end;
	margin-left: auto;
}

.pagination .post-navigations .text-lg-end a.nav-btn .icon {
	margin: 0 0 0 15px;
}

@media only screen and (max-width: 767px) {
	.pagination .post-navigations .text-lg-end a.nav-btn .icon {
		margin: 0 0 0 10px;
	}
}

#share-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	background: #ffffff;
	padding: 10px 20px 20px 20px;
	border: 1px solid #c7c7c7;
	box-shadow: 0px 0px 10px #24242445;
	z-index: 9999;
}

@media only screen and (max-width: 640px) {
	#share-popup {
		min-width: 250px;
	}
}

#share-popup a.close-btn {
	border-bottom: none;
	margin-left: auto;
	margin-right: 0;
	display: table;
	font-size: 25px;
}

#share-popup h3 {
	color: #242424;
	padding-top: 10px;
	margin: 0 0 15px 0;
}

#share-popup ul.share-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#share-popup ul.share-links li {
	margin: 0 10px;
}

#share-popup ul.share-links li a {
	text-decoration: none;
	border-bottom: none;
	font-size: 25px;
}

@media only screen and (max-width: 767px) {
	.news-list-view .paginations {
		padding: 20px 0;
	}
}

.news-list-view .paginations ul li.active a {
	border-color: #FFC914;
	color: #FFC914;
}

.news-list-view .paginations ul li a:hover {
	border-color: #FFC914;
}

.news-list-view .paginations ul li a.next-btn:hover {
	background-color: transparent;
	border-color: #FFC914;
}

.news-list-view .paginations ul li a.prev-btn {
	background-color: #2BA554;
	color: #ffffff;
}

.news-list-view .paginations ul li a.prev-btn:hover {
	border-color: #FFC914;
	color: #FFC914;
	background-color: transparent;
}

.cta-wrap {
	text-align: center;
	padding: 60px;
}

@media only screen and (max-width: 767px) {
	.cta-wrap {
		padding: 30px 25px;
	}
}

.cta-wrap .texts {
	padding-bottom: 24px;
	width: 100%;
	max-width: 1076px;
	margin-left: auto;
	margin-right: auto;
}

/*# sourceMappingURL=style.css.map */