/* Pestico HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/

@import url("fontawesome-all.css");
@import url("animate.css");
@import url("custom-animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("scrollbar.css");
@import url("jquery.touchspin.css");
@import url("botstrap-select.min.css");
@import url("swiper.min.css");
@import url("custom-styles.css");
@import url("widgets/widgets.css");

@font-face {
	font-family: "Regular Inter";
	src: url("../fonts/Inter-Regular.ttf");
	font-display: block;
}

@font-face {
	font-family: "Medium Inter";
	src: url("../fonts/Inter-Medium.ttf");
	font-display: block;
}

@font-face {
	font-family: "SemiBold Inter";
	src: url("../fonts/Inter-SemiBold.ttf");
	font-display: block;
}

@font-face {
	font-family: "Light Inter";
	src: url("../fonts/Inter-Light.ttf");
	font-display: block;
}

@font-face {
	font-family: "Bold Inter";
	src: url("../fonts/Inter-Bold.ttf");
	font-display: block;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.otf");
}

@font-face {
	font-family: "Gotham-Black";
	src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.otf");
}

@font-face {
	font-family: "Gotham-Bold";
	src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.otf");
}

/*
@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.ttf");
} */

/*** 

====================================================================
    Reset
====================================================================

***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

body {
	font-size: 16px;
	color: #0c1529;
	line-height: 1.7em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
	font-family: "Gotham", sans-serif;
}

.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0px;
	background: none;
	color: #333f48;
}

h1 {
	font-family: "Gotham-Black";
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "Gotham-Bold";
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

.text {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #333f48cf;
	margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
	color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	position: absolute;
	right: 15px;
	top: 7px;
	display: block;
	line-height: 30px;
	font-size: 17px;
	text-align: center;
	z-index: 5;
	font-weight: 400;
	color: #fff;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.centered {
	text-align: center !important;
}

.gray-bg {
	background-color: #f4f4f4 !important;
}

.light-bg {
	background-color: #fff !important;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

.owl-nav,
.owl-dots {
	display: none;
}

/* Btn style */

.theme-btn {
	display: inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 110px;
	width: 65px;
	height: 65px;
	font-size: 18px;
	line-height: 61px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.scroll-to-top.style-two {
	background-color: #2d3247;
}

.scroll-to-top:hover {
	color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	padding: 20px 35px;
	font-weight: 600;
	border-radius: 32px 0 32px 32px;
	overflow: hidden;
	text-transform: capitalize;
	font-family: "Gotham", sans-serif;
	vertical-align: middle;
	box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
}

.btn-style-one i {
	margin-right: 8px;
	display: inline-block;
	transform: rotate(135deg);
	position: relative;
	bottom: 1px;
}

.btn-style-one:hover {
	color: #fff;
	background-color: #009937;
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	content: "";
	background-color: #009937;
	transition: 0.5s;
	border-radius: 32px 0 32px 32px;
	z-index: -1;
}

.btn-style-one:hover:before {
	width: 100%;
}

.btn-style-one span {
	position: relative;
}

/* Bnt style Two */
.btn-style-one.style-two {
	background: #fff;
	border: 1px solid #d3d4d1;
	padding: 18px 35px;
	color: #333f48;
	box-shadow: none;
}

.btn-style-one.style-two:hover {
	border: 1px solid #006747;
	color: #fff;
	box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
}

/* Bnt style Three */
.btn-style-one.style-three {
	background: #0c1529;
	box-shadow: 0px 15px 40px 0px rgba(12, 21, 41, 0.1);
}

/* Header Style */

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: none;
	clear: both;
	transition: top 0.3s ease-in;
}

.main-header.header-style-one {
	position: absolute;
}

/* Header Top */
.header-top {
	position: relative;
	background-color: #006747;
	padding: 20.5px 0;
}

.header-top .inner-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.header-top .left-column {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-top .location {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
}

.header-top .location i {
	position: relative;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: middle;
}

.header-top .search-btn {
	position: relative;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 22px;
	background-color: transparent;
}

.header-top .search-btn button {
	background: transparent;
	color: #ffffffde;
}

.header-top .search-btn button:hover {
	background: transparent;
	color: #ffffff;
}

.header-top .right-column {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-top ul.contact-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-top ul.contact-info li {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #ffffff2e;
}

.header-top a {
	color: #ffffffde;
}

.header-top a:hover {
	color: #ffffff;
}

.header-top i {
	margin-right: 12px;
	font-size: 20px;
	vertical-align: middle;
}

/* Header Upper */

.main-header .header-upper {
	position: relative;
	background-color: #fff;
}

.main-header .header-upper .inner-container {
	position: relative;
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main-header .header-upper .logo-box {
	z-index: 10;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
	padding: 16px 0px;
	max-width: 175px;
}

.main-header .header-upper .logo-box .logo {
	width: 175px;
}

.main-header .header-upper .right-column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-header .header-upper .link-btn a {
	vertical-align: middle;
}

.main-header .header-upper .link-btn .theme-btn.btn-style-one {
	border: 2px solid #00b140;
}

.main-header .header-upper .link-btn .theme-btn.btn-style-one:hover {
	border: 2px solid #009937;
}

.main-header .nav-outer {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 50%;
}

.main-header .nav-outer .main-menu {
	position: relative;
}

.main-menu .inner-container {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: -25px;
	background: #fff;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-menu .navigation > li {
	position: relative;
	padding: 28.5px 0px;
	margin-right: 35px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
	margin-right: 0px;
}

.main-menu .navigation > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
	color: #333f48;
	padding: 4px 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: "Gotham", sans-serif;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .menu-wide {
	position: absolute;
	left: 0px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 200px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: 0.5s;
}

.main-menu .navigation > li.dropdown > ul {
	box-shadow: none;
	border: 1px solid #b7d0c8;
}

.main-menu .navigation > li.dropdown > ul > li {
	padding: 0;
	border-bottom: 1px solid #b7d0c8;
}

.main-menu .navigation > li.dropdown > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}

.main-menu .navigation > li.dropdown > ul > li > a:after {
	content: "";
	width: 16px;
	height: 17px;
	margin-left: 10px;
	background: url(../images/icons/arrow-right-dark.svg) no-repeat center;
	transition: transform 0.3s;
}

.main-menu .navigation > li.dropdown > ul > li > a:hover:after {
	transform: translateX(10px);
}

.main-menu .navigation > li.dropdown > ul > li > a:hover {
	color: #333f48;
	background-color: #d9e9d4;
}

.main-menu .navigation > li.dropdown > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > .menu-wide {
	left: 50%;
	transform: translate(-50%, 0);
	width: 1152px;
	border: 1px solid #b7d0c8;
	box-shadow: none;
}

.main-menu .navigation > li > .menu-wide .top-part .menu-title-container {
	flex-shrink: 0;
	width: 230px;
	padding: 20px 10px;
}

.main-menu .navigation > li > .menu-wide .top-part .menu-title-container .menu-title {
	margin-bottom: 5px;
	font-family: "Bold Inter", sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #333f48;
}

.main-menu .navigation > li > .menu-wide .top-part .menu-title-container .menu-subtitle {
	font-size: 12px;
	line-height: 15px;
	color: #2b6549;
}

.main-menu .navigation > li > .menu-wide .top-part .text-preview {
	padding: 24px 48px;
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333f48;
	background-color: #eef5ea;
	transition: background-color 0.3s;
	border-left: 1px solid #b7d0c8;
}

.main-menu .navigation > li > .menu-wide .top-part .text-preview > span:first-child {
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.main-menu .navigation > li > .menu-wide .top-part a.text-preview:hover {
	background: rgba(222, 170, 67, 0.18);
}

.main-menu .navigation > li > .menu-wide .top-part .text-preview .arrow-next {
	width: 56px;
	height: 56px;
	margin-left: 24px;
	background: url(../images/cards/link-background.svg) no-repeat left top;
	background-size: 56px 56px;
	transition: transform 0.3s;
}

.main-menu .navigation > li > .menu-wide .top-part a.text-preview:hover .arrow-next {
	transform: translateX(10px);
}

.main-menu .navigation > li > .menu-wide .text-wrapper .buttons-row .btn-style-one {
	padding: 14px 33px;
	font-size: 16px;
}

.main-menu .tabs-wrapper .nav-pills {
	flex-shrink: 0;
	width: 230px;
	    overflow-y: auto;
    max-height: 60vh;
    flex-wrap: nowrap;
}

.main-menu .tabs-wrapper .nav-pills .nav-link {
	display: flex;
	align-items: center;
	padding: 10px 36px;
	min-height: 70px;
	font-family: "Medium Inter", sans-serif;
	font-size: 16px;
	line-height: 19.36px;
	text-transform: capitalize;
	color: #333f48;
	border-top: 1px solid #c0d6cf;
	border-radius: 0;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.main-menu .tabs-wrapper .nav-pills .nav-link:last-child {
	border-bottom: 1px solid #c0d6cf;
}

.main-menu .tabs-wrapper .nav-pills .nav-link.active {
	color: #fff;
	background-color: #2b6549;
	border-color: #2b6549;
}

.main-menu .tabs-wrapper .nav-pills .nav-link:not(.active):hover {
	color: #333f48;
	background-color: #d9e9d4;
	border-color: #d9e9d4;
}

/* START: Nav Pills Horizontal */
.main-menu .tabs-wrapper .nav-pills.horizontal-pills {
	flex: 0 1 auto;
	width: 100%;
	justify-content: center;
	/* align-items: center; */
}

.main-menu .tabs-wrapper .nav-pills.horizontal-pills .nav-link {
	display: flex;
	align-items: center;
	padding: 10px;
	min-height: 70px;
	font-family: "Medium Inter", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #333f48;
	border-bottom: 1px solid #c0d6cf;
	border-right: 1px solid #c0d6cf;
	border-top: 0;
	border-radius: 0;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	flex: 1 0 auto;
	justify-content: center;
	align-items: center;
}

.main-menu .tabs-wrapper .nav-pills.horizontal-pills .nav-link:last-child {
	border-right: none;
}

.main-menu .tabs-wrapper .nav-pills.horizontal-pills .nav-link.active {
	color: #fff;
	background-color: #2b6549;
	border-color: #2b6549;
}

.main-menu .tabs-wrapper .nav-pills.horizontal-pills .nav-link:not(.active):hover {
	color: #333f48;
	background-color: #d9e9d4;
	border-color: #d9e9d4;
}
/* END: Nav Pills Horizontal */

.main-menu .tabs-wrapper .menu-wide-basic-content {
	flex-grow: 1;
	width: 100%;
	padding: 48px;
}

/* .main-menu .tabs-wrapper .helpful-links-container {
    flex-shrink: 0;
    width: 265px;
    padding: 32px 32px;
    background-color: #D9E9D4;
}

.main-menu .tabs-wrapper .helpful-links-container h4 {
    margin-bottom: 30px;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #333F48;
} */

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper,
.main-menu .tabs-wrapper .menu-wide-basic-content .image-container {
	width: 50%;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper {
	padding-right: 15px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-container {
	padding-left: 15px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper {
	height: 181px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 24px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper.video-action {
	position: relative;
	cursor: pointer;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper.video-action:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background: transparent url(../images/cards/video-link-button.svg) no-repeat center;
	background-size: contain;
	transition: all 0.15s linear;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper.video-action:hover:after {
	width: 62px;
	height: 62px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper h3 {
	margin-bottom: 15px;
	font-family: "Bold Inter", sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #333f48;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper p {
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333f48;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper .buttons-row {
	margin-top: 30px;
}

.main-menu .tabs-wrapper .tab-content {
	width: 100%;
	/* height: 100%; */
	border-left: 1px solid #c0d6cf;
}

.main-menu .tabs-wrapper .helpful-links-container ul > li {
	margin-bottom: 30px;
}

.main-menu .tabs-wrapper .helpful-links-container ul > li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-family: "Semibold Inter", sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #2b6549;
}

.main-menu .tabs-wrapper .helpful-links-container ul > li a:after {
	content: "";
	width: 16px;
	height: 17px;
	background: url(../images/icons/arrow-right-green.svg) no-repeat center;
	transition: transform 0.3s;
}

.main-menu .tabs-wrapper .helpful-links-container ul > li a:hover {
	text-decoration: underline !important;
}

.main-menu .tabs-wrapper .helpful-links-container ul > li a:hover:after {
	transform: translateX(10px);
}

.main-menu .tabs-wrapper .helpful-links-container ul > li:last-child {
	margin-bottom: 0;
}

.main-menu .navigation > li > .menu-wide {
	left: 50%;
	transform: translate(-50%, 0);
	width: 1152px;
	border: 1px solid #b7d0c8;
	box-shadow: none;
}

.main-menu .navigation > li > .menu-wide .top-part .menu-title-container {
	flex-shrink: 0;
	width: 230px;
	padding: 20px 10px;
}

.main-menu .navigation > li > .menu-wide .top-part .menu-title-container .menu-title {
	margin-bottom: 5px;
	font-family: "Bold Inter", sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #333f48;
}

.main-menu .navigation > li > .menu-wide .top-part .menu-title-container .menu-subtitle {
	font-size: 12px;
	line-height: 15px;
	color: #2b6549;
}

.main-menu .navigation > li > .menu-wide .top-part .text-preview {
	padding: 24px 48px;
	font-family: "Gotham", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333f48;
	background-color: #eef5ea;
	transition: background-color 0.3s;
}

.main-menu .navigation > li > .menu-wide .top-part a.text-preview:hover {
	background: rgba(222, 170, 67, 0.18);
}

.main-menu .navigation > li > .menu-wide .top-part .text-preview .arrow-next {
	width: 56px;
	height: 56px;
	margin-left: 24px;
	background: url(../images/cards/link-background.svg) no-repeat left top;
	background-size: 56px 56px;
}

.main-menu .tabs-wrapper .nav-pills {
	flex-shrink: 0;
	width: 230px;
}

.main-menu .tabs-wrapper .nav-pills .nav-link {
	display: flex;
	align-items: center;
	padding: 10px 36px;
	min-height: 70px;
	font-family: "Medium Inter", sans-serif;
	font-size: 16px;
	line-height: 19.36px;
	text-transform: capitalize;
	color: #333f48;
	border-top: 1px solid #c0d6cf;
	border-radius: 0;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.main-menu .tabs-wrapper .nav-pills .nav-link:last-child {
	border-bottom: 1px solid #c0d6cf;
}

.main-menu .tabs-wrapper .nav-pills .nav-link.active,
.main-menu .tabs-wrapper .nav-pills .nav-link:hover {
	color: #fff;
	background-color: #2b6549;
	border-color: #2b6549;
}

.main-menu .tabs-wrapper.no-tabs {
	border-top: 1px solid #c0d6cf;
}

.main-menu .tabs-wrapper {
	align-items: stretch;
}

.main-menu .tabs-wrapper .menu-wide-basic-content {
	flex-grow: 1;
	width: 100%;
	padding: 48px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content.menu-wide-carousel-content {
	padding: 48px 0 18px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation {
	margin-bottom: 50px;
	padding: 0 48px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation h2 {
	font-family: "Bold Inter", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 29.05px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation a {
	font-family: "Bold Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.78px;
	color: #2b6549;
	margin-left: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation a:after {
	content: "";
	display: inline-block;
	background-image: url("../images/icons/arrow-right-green.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 28px;
	width: 24px;
	height: 24px;
	margin-left: 12px;
	transition: all 0.3s ease;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation a:hover {
	text-decoration: underline !important;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation a:hover:after {
	transform: translateX(10px);
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation button {
	background-color: #00b140;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.3s ease;
	width: 56px;
	height: 56px;
	margin: 0 6px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation button.owl-next:hover {
	transform: translateX(10px);
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation button.owl-prev:hover {
	transform: translateX(-10px) rotate(180deg);
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation button.owl-prev {
	background-image: url("../images/cards/owl-next-green.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 56px 56px;
	transform: rotate(180deg);
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel-navigation button.owl-next {
	background-image: url("../images/cards/owl-next-green.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 56px 56px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-theme {
	padding: 0 24px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item {
	padding-bottom: 50px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item img {
	height: 100%;
	object-fit: cover;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item .image-label-block {
	border-radius: 24px;
	border: 1px solid #d2e1dc;
	overflow: hidden;
	margin-bottom: 24px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item .image-label-block .image-wrapper {
	background-size: auto;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item .block-label {
	font-family: "Bold Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	color: #333f48;
	margin-bottom: 24px;
	transition: all 0.15s linear;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item .block-button .btn-style-one {
	padding: 14px 33px;
	font-size: 16px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .owl-carousel .menu-carousel-item .menu-carousel-item__anchor:hover .block-label {
	color: #00b140;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer {
	padding: 24px 48px;
	font-family: "SemiBold Inter", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333f48;
	background-color: rgba(222, 170, 67, 0.18);
	transition: background-color 0.3s;
	justify-content: space-between;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer .text-preview {
	flex: 0 1 70%;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer h3 {
	font-size: 20px;
	line-height: 24.2px;
	font-family: "Semibold Inter", sans-serif;
	font-weight: 700;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer h3 + p {
	margin-top: 15px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Gotham", sans-serif;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer p a {
	font-size: 16px;
	line-height: 24px;
	color: #2b6549;
	font-weight: 500;
	font-family: "Gotham-Bold", sans-serif;
	transition: all 0.3s ease;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer p a:hover {
	text-decoration: underline !important;
}

.main-menu .tabs-wrapper .menu-wide-basic-content-footer a.theme-btn {
	flex: 0 1 auto;
	padding: 14px 33px;
	font-size: 16px;
	line-height: 19.2px;
	max-width: fit-content;
}

.main-menu .tabs-wrapper .helpful-links-container {
	flex-shrink: 0;
	width: 265px;
	padding: 32px 32px;
	background-color: #d9e9d4;
	position: relative;
}

.main-menu .tabs-wrapper .helpful-links-container h4 {
	margin-bottom: 30px;
	font-family: "Gotham", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333f48;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper,
.main-menu .tabs-wrapper .menu-wide-basic-content .image-container {
	width: 50%;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper {
	padding-right: 15px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-container {
	padding-left: 15px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper {
	height: 181px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 24px;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper.video-action {
	position: relative;
	cursor: pointer;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .image-wrapper.video-action:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background: transparent url(../images/cards/video-link-button.svg) no-repeat center;
	background-size: contain;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper h3 {
	margin-bottom: 15px;
	font-family: "Bold Inter", sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #333f48;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper p {
	font-family: "Gotham", sans-serif;
	line-height: 24px;
	color: #333f48;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper p > a {
	font-family: "Semibold Inter", sans-serif;
	color: #2b6549;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper p > a:hover {
	text-decoration: underline !important;
}

.main-menu .tabs-wrapper .menu-wide-basic-content .text-wrapper .buttons-row {
	margin-top: 30px;
}

.main-menu .tabs-wrapper .tab-content {
	width: 100%;
	/* height: 100%; */
	border-left: 1px solid #c0d6cf;
	overflow-y: auto;
    max-height: 60vh;
}

.main-menu .tabs-wrapper .tab-content .tab-pane {
	height: 100%;
}

.main-menu .tabs-wrapper .tab-content .tab-pane > div {
	height: 100%;
}

.main-menu .tabs-wrapper .helpful-links-container > ul > li {
	margin-bottom: 30px;
}

.main-menu .tabs-wrapper .helpful-links-container > ul > li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-family: "Semibold Inter", sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #2b6549;
}

.main-menu .tabs-wrapper .helpful-links-container > ul > li a:after {
	content: "";
	width: 16px;
	height: 17px;
	background: url(../images/icons/arrow-right-green.svg) no-repeat center;
}

.main-menu .tabs-wrapper .helpful-links-container > ul > li a:hover {
	text-decoration: underline !important;
}

.main-menu .tabs-wrapper .helpful-links-container > ul > li:last-child {
	margin-bottom: 0;
}

.main-menu .tabs-wrapper .helpful-links-container__footer {
	position: absolute;
	bottom: 15px;
}

.main-menu .tabs-wrapper .helpful-links-container__footer .social-title {
	font-family: "Gotham-Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #333f48;
	margin-bottom: 19px;
}

.main-menu .tabs-wrapper .helpful-links-container__footer .social-icon {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.main-menu .tabs-wrapper .helpful-links-container__footer .social-icon li {
	margin: 0;
}

.main-menu .tabs-wrapper .helpful-links-container__footer .social-icon li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #006747;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
	color: #fff;
}

.main-menu .tabs-wrapper .helpful-links-container__footer .social-icon li a:hover {
	background: #00b140;
}

.main-menu .tabs-wrapper .helpful-links-container__footer .social-icon li svg {
	width: 18px;
	height: 18px;
	color: white;
	fill: white;
	top: -2px;
	position: relative;
}

.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
	padding: 0 20px;
}

.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 14px 0px;
	line-height: 24px;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	color: #333f48;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: "Gotham", sans-serif;
}

.main-menu .navigation > li > ul > li:last-child > a {
	border-bottom: 0px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
	position: absolute;
	content: "\f105";
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 200px;
	z-index: 100;
	display: none;
	background-color: #fff;
	transition: 0.5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li > ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	padding: 0 20px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 14px 0;
	line-height: 24px;
	font-weight: 700;
	border-bottom: 1px solid #e9e5df;
	font-size: 15px;
	text-transform: capitalize;
	color: #2a2a2a;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: "Gotham", sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	position: absolute;
	right: 30px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .menu-wide {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation > li.dropdown:hover > .menu-wide {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: #333f48f5;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.85;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 22px;
	color: #333f48b5;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="search"]::placeholder {
	color: #333f48b5;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

.header-style-two .sticky-header .main-menu .navigation > li.current > a,
.header-style-two .sticky-header .main-menu .navigation > li > a {
	color: #fff;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	width: 26px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin: 13px 0;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 310px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
	right: -6px;
}

.mobile-menu .mCSB_inside > .mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
	margin-top: 25px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.3;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #333f48;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
}

.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #333f48;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #00b140;
	background: #d5ead2;
	cursor: pointer;
	border-radius: 20px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
	margin-top: 30px;
}

.mobile-menu .social-links::before {
	content: "";
	width: calc(100% - 50px);
	position: absolute;
	top: 0;
	left: 25px;
	height: 1px;
	background-color: #dee2e6;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #333f48;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .social-links li a svg {
	width: 16px;
	height: auto;
	fill: #333f48;
}

.mobile-menu .contact-info li {
	padding: 10px 25px;
	text-align: center;
}

.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	display: none;
	background: rgba(20, 20, 20, 0.7);
	overflow: hidden;
	cursor: none;
}

/* Cursor Style */

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.85;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.three-item-carousel,
.banner-slider {
	position: relative;
	height: 100% !important;
	z-index: 9;
}

.banner-section .sec-bg {
	position: absolute;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.banner-section .content-outer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.banner-section .content-box {
	position: relative;
	padding: 150px 15px 0;
	min-height: 950px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.banner-section .content-box .inner {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
	padding-top: 140px;
	padding-bottom: 140px;
}

.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .content-box h1 {
	position: relative;
	font-size: 80px;
	line-height: 90px;
	color: #0c1529;
	text-transform: capitalize;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 35px;
	letter-spacing: -1px;
	font-family: "Gotham-Black";
}

.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section .content-box h4 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section .content-box .text {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
	color: #0c1529;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	margin-bottom: 30px;
}

.banner-section .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .link-box {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-section .link-box a {
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	margin: 0 10px 10px;
}

.banner-section .content-box .image-wrapper {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 1300ms ease;
	-o-transition: all 1300ms ease;
	transition: all 1300ms ease;
}

.banner-section .content-box .image .bg {
	position: absolute;
	bottom: 0px;
	left: -41px;
	border-radius: 50%;
	width: 500px;
	height: 500px;
}

.banner-section .content-box .image img {
	position: relative;
}

.banner-section .shape-two {
	position: absolute;
	bottom: 211px;
	left: -88px;
}

.banner-section .shape-three {
	position: absolute;
	right: 10px;
	top: 80px;
}

.banner-section .swiper-slide-active .content-box .image-wrapper {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .content-box .image {
	position: relative;
	margin-top: -60px;
}

.banner-section .banner-slider-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.banner-section .banner-slider-button-next {
	position: relative;
	width: 75px;
	height: 75px;
	line-height: 71px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	margin-right: 50px;
	font-size: 25px;
	transition: 0.5s;
	transform: rotate(180deg);
	border-radius: 50%;
}

.banner-section .banner-slider-button-next:hover {
	color: #fff;
}

.banner-section .banner-slider-button-prev {
	position: relative;
	width: 75px;
	height: 75px;
	line-height: 71px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	margin-left: 50px;
	font-size: 25px;
	transition: 0.5s;
	border-radius: 50%;
}

.banner-section .banner-slider-button-prev:hover {
	color: #fff;
}

/* Sec Title */
.sec-title {
	position: relative;
	margin-bottom: 55px;
}

.sec-title .sub-title {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
}

.sec-title h2 {
	position: relative;
	font-size: 50px;
	line-height: 65px;
	font-family: "Gotham-Bold";
	letter-spacing: -1px;
}

.sec-title .text {
	position: relative;
	margin-top: 25px;
	margin-bottom: 0;
}

.sec-title.light h2 {
	color: #ffffff;
}

/* About Us section */

.about-us-section {
	position: relative;
	padding: 150px 0 120px;
}

.about-us-section .image-wrapper {
	position: relative;
	margin-bottom: 30px;
	padding-left: 100px;
	padding-bottom: 80px;
}

.about-us-section .image-wrapper .shape-one {
	position: absolute;
	top: -40px;
	left: 45px;
}

.about-us-section .image-wrapper .shape-two {
	position: absolute;
	right: 10px;
	bottom: 39px;
}

.about-us-section .image {
	position: relative;
	overflow: hidden;
}

.about-us-section .image img {
	border-radius: 30px;
}

.about-us-section .image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}

.about-us-section .image:hover:before {
	-webkit-animation: circle 0.95s;
	animation: circle 0.95s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.about-us-section .years-of-experience {
	position: absolute;
	bottom: -20px;
	right: 0;
	text-align: center;
	width: 230px;
	height: 240px;
	padding: 60px 10px 50px;
	z-index: 99;
}

.about-us-section .years-of-experience:before {
	position: absolute;
	content: "";
	top: -21px;
	left: -77px;
	background-image: url(../images/shape/shape-4.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 328px;
	height: 332px;
}

.about-us-section .years-of-experience h4 {
	position: relative;
	font-size: 65px;
	line-height: 65px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-us-section .years-of-experience.video-section {
	width: 100px;
	height: 100px;
	padding: 0;
	bottom: auto;
	right: auto;
	left: 50px;
	top: 35px;
}

.about-us-section .years-of-experience.video-section.no-text {
	left: 50px;
	right: auto;
}

.about-us-section .years-of-experience .text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #333f48;
	font-family: "Gotham-Bold";
}

.about-us-section .content-block .text {
	position: relative;
	margin-bottom: 30px;
}

.about-us-section .list {
	position: relative;
	margin-bottom: 30px;
}

.about-us-section .list li {
	position: relative;
	margin-bottom: 6px;
	font-size: 16px;
	padding-left: 30px;
	color: #848484;
}

.about-us-section .list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	background-image: url(../images/icons/icon-1.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

/* Services Section */

.services-section {
	position: relative;
	padding: 150px 0 120px;
}

.service-block-one {
	margin-bottom: 30px;
}

.service-block-one .inner-box {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 50px 30px;
	transition: 0.5s;
}

.service-block-one .inner-box:hover {
	box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
}

.service-block-one .icon {
	position: relative;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	background-color: #00b1401a;
	font-size: 50px;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: 0.5s;
}

.service-block-one .icon.has-image {
	font-size: 0;
}

.service-block-one .icon.has-image:before {
	content: none;
}

.service-block-one .inner-box:hover .icon {
	color: #fff;
}

.service-block-one .inner-box:hover .icon svg {
	fill: #fff;
}

.service-block-one .inner-box:hover .icon svg.circled {
	fill: #006747;
}

.service-block-one .icon span,
.service-block-one .icon i,
.service-block-one .icon svg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
}

.service-block-one .icon svg {
	max-width: 50px;
}

.service-block-one .icon:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	transition: 0.9s;
	transform: scale(0.5);
	opacity: 0;
}

.service-block-one .inner-box:hover .icon:before {
	transform: scale(1);
	opacity: 1;
}

.flaticon-termite {
	font-size: 120%;
	left: 14px;
	position: relative;
}

.service-block-one h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service-block-one h4 a {
	color: #333f48;
	transition: 0.5s;
}

.service-block-one .text {
	position: relative;
	margin-bottom: 20px;
}

.services-section .wrapper-box {
	position: relative;
}

.services-section .shape-one {
	position: absolute;
	top: -50px;
	left: -50px;
}

.services-section .shape-two {
	position: absolute;
	right: -49px;
	bottom: 79px;
}

.services-section .shape-three {
	position: absolute;
	bottom: -15px;
	left: -50px;
}

.services-section .shape-four {
	position: absolute;
	right: -49px;
	top: -53px;
}

/* Video Section */

.video-section {
	position: relative;
	padding: 50px 0;
}

.video-section .video-box {
	max-width: 970px;
	margin: 0 auto;
	height: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	position: relative;
}

.video-section .video-btn {
	position: relative;
}

.video-section .video-btn span {
	position: relative;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}

.video-section .video-btn a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.video-section .video-btn .ripple:before {
	position: absolute;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	content: "";
	background-color: #00b14073;
	border-radius: 50%;
}

.video-section .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-section .video-btn .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
	}
}

/* Whychoose us section */

.whychoose-us-section {
	position: relative;
	padding: 150px 0 120px;
}

.whychoose-us-section .icon-box {
	position: relative;
	box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px;
	padding-bottom: 17px;
	margin-bottom: 30px;
	border-radius: 20px;
}

.whychoose-us-section .icon-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #e8f9f3;
	font-size: 40px;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: 0.5s;
	margin-right: 20px;
}

.whychoose-us-section .icon-box:hover .icon {
	color: #fff;
}

.whychoose-us-section .icon-box .icon span {
	position: relative;
}

.whychoose-us-section .icon-box .icon:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	transition: 0.9s;
	transform: scale(0.5);
	opacity: 0;
}

.whychoose-us-section .icon-box:hover .icon:before {
	transform: scale(1);
	opacity: 1;
}

.whychoose-us-section .icon-box .content {
	position: relative;
}

@media only screen and (min-width: 575px) {
	.whychoose-us-section .icon-box .content {
		width: calc(100% - 100px);
	}
}

.whychoose-us-section .icon-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.whychoose-us-section .icon-box h4 a {
	color: #061a3a;
	transition: 0.5s;
}

.whychoose-us-section .icon-box .text {
	position: relative;
	margin-bottom: 20px;
}

.whychoose-us-section .shape-one {
	position: absolute;
	top: 0;
	left: 102px;
}

.whychoose-us-section .shape-two {
	position: absolute;
	right: -25px;
	bottom: 15px;
}

.whychoose-us-section .image-wrapper {
	position: relative;
	padding-left: 140px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.whychoose-us-section .image {
	position: relative;
}

.whychoose-us-section .image img {
	border-radius: 30px;
}

.whychoose-us-section .author-info {
	position: absolute;
	left: 10px;
	bottom: 255px;
	box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
	border-radius: 30px;
	padding: 40px 20px;
	text-align: center;
	background: #fff;
	max-width: 230px;
	width: 100%;
}

.whychoose-us-section .author-info .author {
	position: relative;
	margin-bottom: 20px;
}

.whychoose-us-section .author-info h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.whychoose-us-section .author-info .theme-btn {
	position: relative;
	padding: 8px 35px;
}

.whychoose-us-section .phone {
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 30px;
	left: 270px;
	bottom: 0;
	transition: 0.5s;
	display: inline-block;
}

.whychoose-us-section .phone:hover {
	border-radius: 50%;
}

.whychoose-us-section .phone .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.5s;
}

.whychoose-us-section .phone .hover-image:hover {
	transform: scale(1.5);
	opacity: 0;
}

.whychoose-us-section .email {
	position: absolute;
	background: #e7b232;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 30px;
	right: -40px;
	bottom: 200px;
	transition: 0.5s;
	display: inline-block;
}

.whychoose-us-section .email:hover {
	border-radius: 50%;
}

.whychoose-us-section .email .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.5s;
}

.whychoose-us-section .email .hover-image:hover {
	transform: scale(1.5);
	opacity: 0;
}

/* Testimonials Section */

.testimonials-section {
	position: relative;
	padding: 150px 0 120px;
	background-color: #ecf5e9;
}

.testimonial-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.testimonial-block .image {
	position: relative;
	margin-bottom: 25px;
}

.testimonial-block .image img {
	border-radius: 50%;
	width: auto;
	margin: 0 auto;
}

.testimonial-block .rating {
	position: relative;
	color: #eaaa00;
	margin-bottom: 25px;
}

.testimonial-block .rating span {
	margin-right: 5px;
}

.testimonial-block .rating span:last-of-type {
	margin-right: 0;
}

.testimonial-block .text {
	position: relative;
	font-size: 18px;
	line-height: 34px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 930px;
}

.testimonial-block .author-info {
	position: relative;
}

.testimonial-block .author-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.testimonial-block .author-info .designation {
	position: relative;
	font-size: 16px;
}

.testimonials-section .owl-dots {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0;
}

.testimonials-section .owl-dots .owl-dot {
	position: relative;
	margin: 0px 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #006747;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.testimonials-section .owl-dots .owl-dot:before {
	position: absolute;
	content: "";
	left: -14px;
	top: -14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #006747;
	opacity: 0;
	transition: 0.5s;
}

.testimonials-section .owl-dots .owl-dot.active:before {
	opacity: 1;
}

.testimonials-section .owl-theme .owl-nav,
.testimonials-section-two .owl-theme .owl-nav,
.blog-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.testimonials-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section-two .owl-theme .owl-nav .owl-prev,
.blog-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -60px;
	top: 5px;
	height: 30px;
	width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:after,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:after,
.blog-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "Flaticon";
	content: "\f119";
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	left: -15px;
	color: #006747;
	font-size: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover:after,
.blog-section .owl-theme .owl-nav .owl-prev:hover:after {
	left: -15px;
	margin-left: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border: none;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next,
.blog-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -60px;
	top: 5px;
	height: 30px;
	width: 40px;
	border: none;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:after,
.testimonials-section-two .owl-theme .owl-nav .owl-next:after,
.blog-section .owl-theme .owl-nav .owl-next:after {
	font-family: "Flaticon";
	content: "\f119";
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	right: -15px;
	color: #006747;
	font-size: 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:hover:after,
.testimonials-section-two .owl-theme .owl-nav .owl-next:hover:after,
.blog-section .owl-theme .owl-nav .owl-next:hover:after {
	right: -15px;
	margin-right: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover:after .testimonials-section .owl-theme .owl-nav .owl-next:hover:after,
.testimonials-section-two .owl-theme .owl-nav .owl-next:hover:after,
.blog-section .owl-theme .owl-nav .owl-prev:hover:after,
.blog-section .owl-theme .owl-nav .owl-next:hover:after {
	opacity: 1;
}

.testimonials-section-two .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}

/* Funfacts section */

.funfacts-section {
	position: relative;
	padding: 120px 0 90px;
}

.funfacts-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.85;
}

.funfact-block-one .inner {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 31px 15px;
}

.funfact-block-one .count-box {
	position: relative;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 50px;
}

.funfact-block-one .text {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	color: #333f48;
}

/* Blog Section */

.blog-section {
	position: relative;
	padding: 150px 0 120px;
}

.news-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

.news-block-one .image {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 20px;
}

.news-block-one .image img {
	border-radius: 20px;
	transition: 0.7s;
}

.news-block-one .inner-box:hover .image img {
	transform: scale(1.1);
}

.news-block-one .category {
	position: relative;
	font-size: 14px;
	padding: 1.5px 23px;
	background-color: #f0f1f2;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	color: #333f48;
	text-transform: uppercase;
	border-radius: 15px;
}

.bg-light-green .news-block-one .category,
.bg-green .news-block-one .category {
	background-color: #006747;
	color: #fff;
}

.news-block-one h4 {
	font-size: 24px;
	font-weight: 700;
	color: #333f48;
	margin-bottom: 20px;
}

.news-block-one h4 a {
	color: #333f48;
	transition: 0.5s;
}

.news-block-one .post-meta {
	position: relative;
	color: #333f48b5;
	font-size: 16px;
	margin-bottom: 20px;
}

.news-block-one .post-meta a {
	color: #333f48b5;
}

.news-block-one .post-meta a span {
	color: #061a3a;
}

.news-block-one .text {
	margin-bottom: 25px;
	color: #333f48b5;
}

/* Main footer */

.main-footer {
	position: relative;
	padding: 100px 0 70px;
	background-color: #242d33;
}

.widget {
	margin-bottom: 50px;
}

.widget .widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
	color: #fff;
}

/* about widget */
.about-widget {
	position: relative;
}

.about-widget .text {
	position: relative;
	color: #b1b2b6;
	margin-bottom: 30px;
	line-height: 30px;
}

.about-widget .copyright {
	position: relative;
	color: #b1b2b6;
}

/* Link widget */

.links-widget .list {
	position: relative;
}

.links-widget .list li {
	position: relative;
	font-size: 16px;
	color: #b1b2b6;
	margin-bottom: 10px;
}

.links-widget .list li a {
	color: #b1b2b6;
	transition: 0.5s;
}

@media only screen and (min-width: 992px) {
	.links-widget {
		position: relative;
		left: 40px;
	}
}

/* Contact Widget */

.contact-widget ul {
	position: relative;
}

.contact-widget ul li {
	color: #b1b2b6;
	margin-bottom: 15px;
}

.contact-widget ul li a {
	font-weight: 600;
}

/* footer bottom */
.footer-bottom {
	position: relative;
	background-color: #006747;
	padding: 12.5px 0;
}

.footer-bottom .content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom .social-icon {
	position: relative;
}

.footer-bottom .social-icon li {
	display: inline-block;
	margin: 0 3px;
}

.footer-bottom .social-icon li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgb(255 255 255 / 0.15);
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
	color: #fff;
}

.footer-bottom .social-icon li svg {
	width: 18px;
	height: 18px;
	color: white;
	fill: white;
	top: -2px;
	position: relative;
}

.footer-menu {
	position: relative;
}

.footer-menu li {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
}

.footer-menu li a {
	color: #ffffffde;
	transition: 0.5s;
}

.footer-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.footer-menu li:before {
	position: absolute;
	content: "";
	right: -4px;
	top: 7px;
	width: 2px;
	height: 14px;
	background-color: #b1b2b6;
}

.footer-menu li:last-child:before {
	display: none;
}

/* Header style two */

.main-header .navbar-right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-header .header-upper .location {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
}

.main-header .header-upper .location i {
	position: relative;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: middle;
}

.main-header .header-upper .search-btn {
	position: relative;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #373e4e;
	background-color: transparent;
}

.main-header .header-upper .search-btn button {
	background: transparent;
	color: rgba(255, 255, 255, 1);
}

.search-keyword {
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 13px 25px;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	color: #00b140;
	background-color: #fff;
	font-weight: 600;
	transition: all 0.3s ease-in;
}

.search-keyword:hover {
	border: 1px solid #00b140;
	color: #fff;
	background-color: #00b140;
}

/* Banner section / style two */

.banner-background-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.swiper-slide .banner-background-video {
	opacity: 0;
	transition: all 0.4s ease-in;
}

.swiper-slide.swiper-slide-active .banner-background-video {
	opacity: 1;
}

.banner-background-video.no-events {
	pointer-events: none;
}

/* Services Section / style two */

.services-section.style-two {
	padding-bottom: 120px;
	margin-bottom: 0;
}

/* About Section style two */

.about-us-section .years-of-experience svg {
	position: absolute;
	top: -32px;
	right: -32px;
}

.about-us-section .years-of-experience:before {
	display: none;
}

/* Why Choose us section two */

.whychoose-us-section-two {
	position: relative;
	background-color: #006747;
	padding: 140px 0 110px;
}

.whychoose-us-section-two .sec-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.whychoose-us-section-two .left-side {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
}

.whychoose-us-section-two .left-side svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.whychoose-us-section-two .right-side {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
}

.whychoose-us-section-two .text.light {
	color: rgba(255, 255, 255, 0.6);
}

.whychoose-us-section-two .sec-title .sub-title {
	color: #c3dfbe;
}

.whychoose-us-section-two .sec-title .text,
.whychoose-us-section-two .sec-title h1,
.whychoose-us-section-two .sec-title h2,
.whychoose-us-section-two .sec-title h3,
.whychoose-us-section-two .sec-title h4,
.whychoose-us-section-two .sec-title h5,
.whychoose-us-section-two .sec-title h6 {
	color: #fff;
}

.whychoose-us-section-two .icon-box {
	position: relative;
	box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	padding-bottom: 17px;
	border-radius: 20px;
	background-color: #fff;
}

.whychoose-us-section-two .icon-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #e8f9f3;
	font-size: 40px;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: 0.5s;
	margin-right: 20px;
}

.whychoose-us-section-two .icon-box .icon.circle-svg {
	background-color: transparent;
}

.whychoose-us-section-two .icon-box .icon svg {
	width: 40px;
	fill: #006747;
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
}

.whychoose-us-section-two .icon-box .icon i {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
}

.whychoose-us-section-two .icon-box .icon.circle-svg svg {
	width: 100%;
	height: 100%;
	fill: #e8f9f3;
	transition: 0.5s;
}

.whychoose-us-section-two .icon-box:hover .icon {
	color: #fff;
}

.whychoose-us-section-two .icon-box:hover .icon svg {
	fill: #fff;
}

.whychoose-us-section-two .icon-box:hover .icon.circle-svg svg {
	background-color: transparent;
}

.whychoose-us-section-two .icon-box:hover .icon.circle-svg svg {
	fill: #006747;
	transition: 0.9s;
}

.whychoose-us-section-two .icon-box:hover .icon i {
	color: #fff;
}

.whychoose-us-section-two .icon-box .icon span {
	position: relative;
}

.whychoose-us-section-two .icon-box .icon:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	transition: 0.9s;
	transform: scale(0.5);
	opacity: 0;
}

.whychoose-us-section-two .icon-box:hover .icon:before {
	transform: scale(1);
	opacity: 1;
}

.whychoose-us-section-two .icon-box:hover .icon.circle-svg:before {
	opacity: 0;
}

.whychoose-us-section-two .icon-box .content {
	position: relative;
	color: #333f48b5;
}

@media only screen and (min-width: 575px) {
	.whychoose-us-section-two .icon-box .content {
		width: calc(100% - 100px);
	}
}

.whychoose-us-section-two .icon-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.whychoose-us-section-two .icon-box h4 a {
	color: #061a3a;
	transition: 0.5s;
}

.whychoose-us-section-two .icon-box .text {
	position: relative;
	margin-bottom: 20px;
}

.whychoose-us-section-two .shape-one {
	position: absolute;
	top: 90px;
	left: 102px;
}

.whychoose-us-section-two .shape-two {
	position: absolute;
	left: 17%;
	bottom: 107px;
}

/* Pricing Plan */
.pricing-plan-section {
	position: relative;
	padding: 150px 0 120px;
}

.pricing-block .inner-box {
	position: relative;
	box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
	padding: 60px 40px;
	border-radius: 20px;
	background-color: #ffffff;
}

.pricing-block .inner-box:before {
	position: absolute;
	left: 40px;
	top: 0;
	content: "";
	height: 7px;
	width: 120px;
	border-radius: 3.5px;
}

.pricing-block .price {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	font-weight: 700;
}

.pricing-block .price sub {
	color: #333f48b5;
	font-size: 65%;
	bottom: 0;
}

.pricing-block h4 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}

.pricing-block h4:before {
	position: absolute;
	content: "";
	top: -20px;
	left: 150px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ecf5e9;
	z-index: -1;
	transition: 0.5s;
}

.pricing-block .inner-box:hover h4:before {
	transform: scale(1.5);
}

.pricing-block .content {
	position: relative;
	margin-bottom: 30px;
}

.pricing-block ul li {
	font-size: 16px;
	color: #333f48;
	margin-bottom: 16px;
	padding-left: 40px;
	position: relative;
}

.pricing-block ul li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	font-size: 11px;
	z-index: 5;
	font-weight: 400;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}

.pricing-block ul li.unavailable:before {
	content: "";
	background-color: transparent;
	border: 1px solid #d3d4d1;
}

.pricing-block ul li.unavailable {
	color: #333f48b5;
}

/* Team Section */

.team-section {
	position: relative;
	padding: 150px 0 90px;
}

.team-blcok .inner-box {
	position: relative;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: middle;
}

.team-blcok .image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	height: 330px;
}

.team-blcok .image img {
	transition: 0.5s;
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
}

.team-blcok .inner-box:hover img {
	transform: scale(1.1);
}

.team-blcok .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	padding: 30px;
	background-color: rgba(11, 20, 40, 0.75);
}

.team-blcok .inner-box:hover .overlay {
	opacity: 1;
}

.team-blcok .social-icon {
	position: relative;
	padding: 20px;
	width: 100%;
	text-align: center;
}

.team-blcok .social-icon:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border-radius: 40px;
	transition: 0.5s;
	transform: scaleY(0);
	transform-origin: top;
}

.team-blcok .inner-box:hover .social-icon:before {
	transform: scaleY(1);
}

.team-blcok .social-icon li {
	display: inline-block;
	margin: 0 3px;
}

.team-blcok .social-icon li a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
	color: #959595;
	border: 1px solid #d3d4d1;
}

.team-blcok .social-icon li a:hover {
	color: #fff;
}

.team-blcok .lower-content {
	position: relative;
	text-align: center;
	padding: 30px 0 0;
}

.team-blcok h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.team-blcok .designation {
	font-size: 16px;
	color: #333f48b5;
}

/* CTA Section */

.cta-section {
	position: relative;
	padding: 64px 0 35px;
	background-color: #d5ead2;
}

.cta-section .shape {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.cta-section .shape-two {
	position: absolute;
	left: 20%;
	bottom: 46%;
}

.cta-section .image-block {
	position: relative;
	text-align: center;
	padding-left: 70px;
	padding-bottom: 70px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}

.cta-section .image-block .image {
	overflow: hidden;
	border-radius: 50%;
}

.cta-section .image img {
	border-radius: 50%;
	transform: scale(1.02);
}

.about-us-widget.cta-section .image-block .image {
	overflow: initial;
	border-radius: 0;
}

.about-us-widget.cta-section .image img {
	border-radius: 30px;
	transform: scale(1);
}

.cta-section .offer {
	position: absolute;
	box-shadow: -8.284px 8.284px 30px 0 rgba(37, 59, 112, 0.1);
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 60px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	left: -50px;
	bottom: 0;
	flex-direction: column;
}

.cta-section .offer h3 {
	font-size: 60px;
	color: #00b140;
	line-height: 50px;
}

.cta-section .offer h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 22px;
	width: 100%;
	margin-top: 7px;
}

.cta-section .offer h4 span {
	font-size: 14px;
	color: #333f48;
}

.cta-section .offer.video-section {
	padding: 0;
	width: 100px;
	height: 100px;
	right: -50px;
	left: auto;
	top: 35px;
}

.cta-section .offer.video-section.no-text {
	right: auto;
	left: 18px;
}

.version-three.image-left.cta-section .offer,
.version-four.image-left.cta-section .offer {
	right: -25px;
	left: auto;
}

.version-three.image-left.cta-section .offer.video-section,
.version-four.image-left.cta-section .offer.video-section {
	left: 20px;
	right: auto;
	top: 10px;
}

.cta-section .content {
	position: relative;
	margin-bottom: 30px;
}

.cta-section h2 {
	position: relative;
	font-size: 50px;
	line-height: 65px;
	font-family: "Gotham-Bold";
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.cta-section .text {
	position: relative;
	margin-bottom: 30px;
	color: #061a3a;
}

/* Banner section / style three */

.banner-section.style-three {
	background: #e9f7f2;
}

.banner-section.style-three .swiper-container {
	overflow: visible;
}

.banner-section.style-three .content-box {
	padding: 0 15px;
	min-height: 850px;
}

.banner-section.style-three .content-box h1 {
	color: #fff;
}

.banner-section.style-three .content-box .text {
	color: #fff;
}

/* Contact Info section */
.contact-info-section {
	position: relative;
	margin-top: -110px;
	z-index: 9;
}

.contact-info-section .info-block {
	position: relative;
	margin-bottom: 30px;
}

.contact-info-section .inner-box {
	position: relative;
	box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
	background-color: #fff;
	padding: 50px 40px 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.contact-info-section .icon {
	position: relative;
	width: 70px;
	min-width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #00b1401a;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 32px;
	transition: 0.5s;
}

.contact-info-section .inner-box:hover .icon,
.contact-info-section .inner-box:hover i:before {
	color: #fff;
}

.contact-info-section .inner-box:hover svg {
	fill: #fff;
}

.contact-info-section .inner-box:hover svg.circled {
	fill: #006747;
}

.contact-info-section .icon:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	transition: 0.9s;
	transform: scale(0.5);
	opacity: 0;
}

.contact-info-section .inner-box:hover .icon:before {
	transform: scale(1);
	opacity: 1;
}

.contact-info-section .icon span,
.contact-info-section .icon i,
.contact-info-section .icon svg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
}

.contact-info-section .content {
	position: relative;
	text-align: center;
}

.contact-info-section h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-info-section h4 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

/* About Us Section two */

.about-us-section-two {
	position: relative;
	padding: 150px 0 120px;
	background-color: #ecf5e9;
}

.about-us-section-two .content-block {
	position: relative;
	margin-bottom: 30px;
}

.about-us-section-two .content-block .text {
	position: relative;
	margin-bottom: 30px;
}

.about-us-section-two .offer {
	position: absolute;
	box-shadow: -8.284px 8.284px 30px 0 rgba(37, 59, 112, 0.1);
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 60px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	top: 23%;
	left: -112px;
	flex-direction: column;
}

.about-us-section-two .offer h3 {
	font-size: 60px;
	color: #00b140;
	line-height: 50px;
}

.about-us-section-two .offer.has-video {
	left: auto;
	top: auto;
	right: 40px;
	bottom: -80px;
}

.about-us-section-two .offer.video-section {
	padding: 0;
	width: 100px;
	height: 100px;
	left: -50px;
	top: 35px;
}

.about-us-section-two .offer h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 7px;
	text-align: center;
}

.about-us-section-two .offer h4 span {
	font-size: 14px;
	color: #061a3a;
}

.about-us-section-two .image-wrapper {
	position: relative;
	margin-left: 70px;
}

.about-us-section-two .image {
	position: relative;
}

.about-us-section-two .image .bg {
	position: absolute;
	bottom: 0px;
	left: -41px;
	border-radius: 50%;
	width: 500px;
	height: 500px;
}

.about-us-section-two .image img {
	position: relative;
	border-radius: 30px;
}

.about-us-section-two .shape-one {
	position: absolute;
	bottom: 67px;
	left: -64px;
}

.about-us-section-two .shape-two {
	position: absolute;
	right: 10px;
	top: 187px;
}

/* Whychoose section three */

.whychoose-us-section-three {
	position: relative;
}

.whychoose-us-section-three .auto-container {
	max-width: 100%;
	padding: 0;
}

.whychoose-us-section-three .video-column {
	position: relative;
	background-size: cover;
}

.whychoose-us-section-three .video-column .video-box {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: -100px;
}

.whychoose-us-section-three .video-column .video-box .image {
	display: none;
}

.whychoose-us-section-three .inner-container {
	max-width: 600px;
	padding: 0 15px;
}

.whychoose-us-section-three .content-block {
	position: relative;
	padding: 60px 0 30px;
	margin: 100px 0;
	z-index: 9;
}

.whychoose-us-section-three .shape {
	position: absolute;
	top: -27px;
	right: 0;
	left: -120px;
	bottom: 0;
}

.whychoose-us-section-three .icon-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box .icon {
	position: relative;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #e8f9f3;
	font-size: 40px;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: 0.5s;
	margin-right: 20px;
}

.whychoose-us-section-three .icon-box:hover .icon {
	color: #fff;
}

.whychoose-us-section-three .icon-box .icon span {
	position: relative;
}

.whychoose-us-section-three .icon-box .icon:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	transition: 0.9s;
	transform: scale(0.5);
	opacity: 0;
}

.whychoose-us-section-three .icon-box:hover .icon:before {
	transform: scale(1);
	opacity: 1;
}

.whychoose-us-section-three .icon-box .content {
	position: relative;
}

@media only screen and (min-width: 575px) {
	.whychoose-us-section-three .icon-box .content {
		width: calc(100% - 100px);
	}
}

.whychoose-us-section-three .icon-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box h4 a {
	color: #061a3a;
	transition: 0.5s;
}

.whychoose-us-section-three .icon-box .text {
	position: relative;
	margin-bottom: 20px;
}

.whychoose-us-section-three .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.whychoose-us-section-three .video-btn span {
	position: relative;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}

.whychoose-us-section-three .video-btn a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.whychoose-us-section-three .video-btn .ripple:before {
	position: absolute;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	content: "";
	background-color: #00b14073;
	border-radius: 50%;
}

.whychoose-us-section-three .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.whychoose-us-section-three .video-btn .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Testimonials Section Two */

.testimonials-section-two {
	position: relative;
	padding: 150px 0 120px;
	background-color: #ecf5e9;
}

.testimonial-block-two .inner-box {
	position: relative;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(8, 13, 62, 0.03);
	padding: 35px 20px;
	border-radius: 10px;
}

.testimonial-block-two .image {
	position: relative;
	margin-bottom: 25px;
}

.testimonial-block-two .image img {
	border-radius: 50%;
	width: auto;
	margin: 0 auto;
}

.testimonial-block-two .rating {
	position: relative;
	color: #eaaa00;
	margin-bottom: 15px;
	font-size: 13px;
}

.testimonial-block-two .rating span {
	margin-right: 5px;
}

.testimonial-block-two .rating span:last-of-type {
	margin-right: 0;
}

.testimonial-block-two .text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}

.testimonial-block-two .author-info {
	position: relative;
}

.testimonial-block-two .author-info h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-block-two .author-info .designation {
	position: relative;
	font-size: 16px;
}

.testimonials-section-two .owl-dots,
.blog-section .owl-dots {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0;
}

.testimonials-section-two .owl-dots .owl-dot,
.blog-section .owl-dots .owl-dot {
	position: relative;
	margin: 0px 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #006747;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.testimonials-section-two .owl-dots .owl-dot:before,
.blog-section .owl-dots .owl-dot:before {
	position: absolute;
	content: "";
	left: -14px;
	top: -14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #006747;
	opacity: 0;
	transition: 0.5s;
}

.testimonials-section-two .owl-dots .owl-dot.active:before,
.blog-section .owl-dots .owl-dot.active:before {
	opacity: 1;
}

/* CTA section style two */

.cta-section.style-two {
	background-color: #0c1529;
}

.cta-section.style-two .text {
	color: #fff;
}

.cta-section.style-two h2 {
	color: #fff;
}

.cta-section .shape-three {
	position: absolute;
	right: 10%;
	top: 10%;
}

/* Page Title */
.page-title {
	position: relative;
	padding: 105px 0;
	text-align: center;
}

.page-title h1 {
	position: relative;
	color: #fff;
	font-size: 50px;
	font-family: "Gotham-Black";
	margin-bottom: 30px;
}

.page-title .text {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}

.page-title.style-two {
	text-align: left;
	padding: 265px 0 115px;
}

/* Gallery Section */
.gallery-section {
	position: relative;
	padding: 150px 0 120px;
}

.gallery-section .filters {
	text-align: center;
}

.gallery-section .filter-tabs,
.blog-section .filter-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.gallery-section .filter-tabs li,
.blog-section .filter-tabs li {
	margin: 0 10px 15px;
	padding: 17.5px 35px;
	border: 1px solid #d3d4d1;
	border-radius: 32px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	color: #333f48;
	background-color: transparent;
}

.gallery-section .filter-tabs li:hover,
.blog-section .filter-tabs li:hover {
	border: 1px solid #006747;
	background-color: #006747;
	color: #fff;
}

.gallery-section .filter-tabs li.active,
.blog-section .filter-tabs li.active {
	color: #fff;
	cursor: pointer;
}

.gallery-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.gallery-block .image img {
	width: 100%;
	transition: 0.5s;
	border-radius: 20px;
}

.gallery-block .inner-box:hover img {
	transform: scale(1.05);
}

.gallery-block .overlay,
.whychoose-us-section-two .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(11, 20, 40, 0.75);
}

.gallery-block .inner-box:hover .overlay,
.whychoose-us-section-two .right-side:hover .overlay {
	opacity: 1;
}

.gallery-block .zoom-btn,
.whychoose-us-section-two .zoom-btn {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	transition: 0.7s;
	overflow: hidden;
}

.gallery-block .inner-box:hover .zoom-btn {
	transform: rotate(180deg);
}

.gallery-block.video-item .inner-box:hover .zoom-btn {
	transform: rotate(0);
}

.gallery-block .zoom-btn a,
.whychoose-us-section-two .zoom-btn a {
	width: 70px;
	height: 70px;
	display: inline-block;
}

.gallery-block .zoom-btn:before,
.whychoose-us-section-two .zoom-btn:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 25px solid rgb(255 255 255 / 33%);
	border-radius: 50%;
	transition: 0.7s;
	opacity: 0;
	transform: scale(1.2);
}

.gallery-block .inner-box .zoom-btn:hover:before,
.whychoose-us-section-two .zoom-btn:hover:before {
	transform: scale(0);
	opacity: 1;
}

/* Contact form */

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	line-height: 28px;
	height: 60px;
	font-size: 16px;
	padding: 10px 30px;
	background: #ffffff;
	color: #565872;
	border: 2px solid #ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 30px;
}

.contact-form textarea {
	height: auto;
	resize: none;
	font-size: 16px;
	background: #ffffff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

/* Faq section */

.faq-section {
	position: relative;
	padding: 150px 0 120px;
}

.faq-section .top-content .text {
	position: relative;
	max-width: 470px;
	margin: 0 auto;
	margin-right: 0;
	margin-bottom: 30px;
	color: #333f48cf;
}

.faq-section .sec-title:before {
	position: absolute;
	content: "";
	right: -15px;
	top: 50%;
	width: 1px;
	height: 100px;
	background: #aeccbe;
	transform: translateY(-50%);
}

.faq-section .sec-title.no-description:before {
	content: none;
}

.faq-section .text-block {
	position: relative;
	box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	height: 100%;
}

.faq-section .text-block h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.faq-section .text-block .text {
	position: relative;
	margin-bottom: 0;
	color: #333f48cf;
}

/* Contact form section */

.contact-form-section {
	position: relative;
	padding: 150px 0 120px;
}

.contact-form-section .contact-form {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
}

/*Error Section*/

.error-section {
	position: relative;
	padding: 110px 0px;
}

.error-section .content {
	position: relative;
	text-align: center;
}

.error-section h1 {
	position: relative;
	font-size: 200px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
}

.error-section h2 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.error-section .text {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 50px;
}

.error-section .theme-btn {
	position: relative;
}

/* Contact info section two */

.contact-info-section-two {
	position: relative;
	padding: 150px 0 120px;
}

.contact-info-section-two .sec-title h2 {
	font-size: 40px;
	line-height: 50px;
}

.contact-info-section-two .info-block {
	position: relative;
	margin-bottom: 20px;
}

.contact-info-section-two .info-block h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.contact-info-section-two .info-block .text {
	position: relative;
	margin-bottom: 0;
}

.contact-info-section-two .info-block .email a,
.contact-info-section-two .info-block .phone a {
	position: relative;
	color: #808080;
}

.contact-info-section-two .social-links {
	position: relative;
	display: inline-block;
}

.contact-info-section-two .social-links li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

.contact-info-section-two .social-links li:last-child {
	margin-right: 0;
}

.contact-info-section-two .social-links li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333f48b5;
	font-size: 17px;
	display: inline-block;
	transition: 0.5s;
	border-radius: 50%;
	border: 1px solid #d3d4d1;
	background-color: #fff;
}

.contact-info-section-two .social-links li a:hover {
	border: 1px solid #00b140;
	background-color: #00b140;
	color: #fff;
}

.contact-info-section-two .social-links li a svg {
	width: 19px;
	vertical-align: baseline;
	fill: #333f48b5;
}

.contact-info-section-two .social-links li a:hover svg {
	fill: #fff;
}

.contact-info-section-two .social-links a.facebook {
	background-color: #516eb1;
}

.contact-info-section-two .social-links a.twitter {
	background-color: #449bd5;
}

.contact-info-section-two .social-links a.google-plus {
	background-color: #dd4b39;
}

.contact-info-section-two .social-links a.linkedin-in {
	background-color: #0077b5;
}

/* Sidebar */

.sidebar-side .sidebar {
	position: relative;
	padding-left: 20px;
}

.sidebar-side.left-sidebar .sidebar {
	padding-left: 0;
	padding-right: 20px;
}

.sidebar .sidebar-title {
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 50px;
	box-shadow: 12.036px 15.973px 80px 0px rgba(37, 59, 112, 0.12);
	padding: 40px;
	border-radius: 10px;
}

.sidebar-widget:last-child {
	margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title {
	position: relative;
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 25px;
	font-family: "Gotham-Bold";
}

/*Post Widget*/

.sidebar .popular-posts .news-post {
	position: relative;
	padding-left: 100px;
	padding-top: 0px;
	min-height: 80px;
	margin-bottom: 30px;
}

.sidebar .popular-posts .news-post:last-child {
	margin: 0;
}

.sidebar .popular-posts .news-post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar .popular-posts .news-post .date {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 7px;
	color: #808080;
}

.sidebar .popular-posts .news-post .date .fa {
	padding-right: 5px;
	color: #848484;
	font-size: 15px;
}

.sidebar .popular-posts .news-post h4 {
	font-size: 17px;
	margin: 0 0;
	line-height: 1.4em;
	font-weight: 600;
	color: #25283a;
}

.sidebar .popular-posts .news-post h4 a {
	color: #25283a;
}

/* Blog Categories */

.sidebar-widget.categories {
	padding-bottom: 25px;
}

.sidebar .categories ul {
	position: relative;
	margin: 0 -40px;
}

.sidebar .categories ul li {
	position: relative;
	padding: 0 40px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .categories ul li:hover {
	background-color: #00b140;
}

.sidebar .categories ul li:last-child {
	margin-bottom: 0;
}

.sidebar .categories ul li a {
	position: relative;
	display: block;
	color: #061a3a;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar .categories ul li:hover a {
	color: #fff;
}

.sidebar .categories ul li:last-child a {
	border-bottom: 0;
}

.sidebar .categories ul li.active a {
	color: #fff;
	border-bottom: 1px solid #00b140;
}

.sidebar .categories ul li a:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	position: absolute;
	right: 0;
	top: 16px;
	display: block;
	font-size: 16px;
	z-index: 5;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	opacity: 0;
}

.sidebar .categories ul li.active a:before {
	opacity: 1;
}

/* Offer Widget */
.offer-widget {
	position: relative;
	margin-bottom: 50px;
}

.offer-widget .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.offer-widget .image img {
	width: 100%;
	border-radius: 10px;
}

.offer-widget .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.85;
}

.offer-widget h3 {
	position: absolute;
	top: 40px;
	left: 40px;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-family: "Gotham-Bold";
}

/* Services Details */
.service-details {
	position: relative;
	padding: 150px 0 100px;
}

.service-details .context-block {
	position: relative;
	margin-bottom: 20px;
}

.service-details .process-block-two:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 30px;
	bottom: -10px;
	width: 1px;
	background: #e2e6e7;
}

.service-details .process-block-two:last-child:before {
	display: none;
}

.service-details .context-block h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-family: "Gotham-Bold";
}

.service-details .context-block .text p {
	margin-bottom: 30px;
}

.service-details .context-block h3 {
	position: relative;
	font-size: 30px;
	font-family: "Gotham-Bold";
	margin-bottom: 30px;
}

.service-details .image-block {
	position: relative;
	padding: 25px 0;
}

.service-details .image-block img {
	border-radius: 20px;
}

.service-details .process-wrapper {
	margin-bottom: 20px;
}

.service-details .process-block-two {
	position: relative;
	padding-left: 100px;
	padding-bottom: 5px;
}

.service-details .process-block-two .count {
	position: absolute;
	top: 8px;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	border-radius: 30px 30px 0 30px;
}

.service-details .process-block-two h4 {
	position: relative;
	font-size: 24px;
	font-family: "Gotham-Bold";
	margin-bottom: 20px;
}

/* Sidebar page */
.sidebar-page {
	position: relative;
	padding: 150px 0 120px;
}

/* Blog Single Post */

.group-title {
	position: relative;
	margin-bottom: 40px;
}

.group-title h3 {
	position: relative;
	font-size: 26px;
	line-height: 1.25em;
	font-family: "Gotham-Bold";
}

.group-title .text {
	margin-top: 15px;
}

.blog-single-post .list {
	position: relative;
	margin-bottom: 30px;
}

.blog-single-post .list li {
	position: relative;
	margin-bottom: 6px;
	font-size: 16px;
	padding-left: 30px;
	color: #848484;
}

.blog-single-post .list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	background-image: url(../images/icons/icon-1.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.blog-single-post .text {
	margin-bottom: 30px;
}

.blog-single-post .image-block {
	margin: 50px 0;
}

.blog-single-post blockquote {
	position: relative;
	background: #0c1529;
	padding: 51px;
	border-radius: 20px;
	margin: 50px 0;
}

.blog-single-post blockquote .text {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 34px;
}

.post-share-link {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60px;
}

.post-share-link h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-right: 30px;
	margin-bottom: 10px;
}

.post-share-link .social-links {
	position: relative;
	display: inline-block;
}

.post-share-link .social-links li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-share-link .social-links li:last-child {
	margin-right: 0;
}

.post-share-link .social-links li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333f48b5;
	font-size: 17px;
	display: inline-block;
	transition: 0.5s;
	border-radius: 50%;
	border: 1px solid #d3d4d1;
	background-color: #fff;
}

.post-share-link .social-links li a:hover {
	border: 1px solid #00b140;
	background-color: #00b140;
	color: #fff;
}

.post-share-link .social-links a.facebook {
	background-color: #516eb1;
}

.post-share-link .social-links a.twitter {
	background-color: #449bd5;
}

.post-share-link .social-links a.google-plus {
	background-color: #dd4b39;
}

.post-share-link .social-links a.linkedin-in {
	background-color: #0077b5;
}

.video-modal .modal-dialog {
	max-width: 900px !important;
}

.video-modal .modal-dialog .modal-body {
	padding: 0;
	background-color: black;
}

.modal.fade {
	transition: opacity 0.3s, trasform 0.3s !important;
}

.background-angle-rotated .auto-container {
	position: relative;
}

.background-angle-rotated {
	position: relative;
	overflow: hidden;
	padding-bottom: 0 !important;
}

.background-angle-rotated:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 300%;
	height: 600px;
	margin-left: 50%;
	transform: translate(-50%, 30%) rotate(-2deg);
	background-color: #eef5ea;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.background-angle-rotated .auto-container {
	position: relative;
}

.background-rounded-left {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.background-rounded-left > * {
	position: relative;
	z-index: 1;
}

.background-rounded-left.with-shape:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: calc(50% + 600px);
	height: 100%;
	clip-path: polygon(
		0% 14.286%,
		0% 14.286%,
		0.088% 12.808%,
		0.343% 11.402%,
		0.752% 10.087%,
		1.301% 8.88%,
		1.978% 7.799%,
		2.769% 6.863%,
		3.66% 6.09%,
		4.64% 5.498%,
		5.693% 5.105%,
		6.808% 4.93%,
		100% 0%,
		100% 100%,
		6.748% 94.019%,
		6.748% 94.019%,
		5.641% 93.833%,
		4.595% 93.432%,
		3.624% 92.836%,
		2.74% 92.06%,
		1.957% 91.125%,
		1.287% 90.046%,
		0.743% 88.843%,
		0.339% 87.534%,
		0.087% 86.136%,
		0% 84.667%,
		0% 14.286%
	);
	background-color: #e6f0ed;
}

.background-rounded-left.with-logo:after {
	content: "";
	position: absolute;
	left: calc(50% + 100px);
	top: 120px;
	display: block;
	width: 553px;
	height: 553px;
	background: url(../images/background/background-plant-item.svg) no-repeat center;
	background-size: contain;
}

@media (max-width: 1215px) {
	.background-rounded-left.with-shape:before {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.video-modal .modal-dialog {
		max-width: 500px !important;
	}

	.background-angle-rotated:before {
		width: 150%;
		height: 200px;
		transform: translate(-50%, 10%) rotate(-2deg);
	}

	.background-rounded-left.with-shape:before {
		right: auto;
		left: 0;
		width: 120%;
	}
}

@media (max-width: 768px) {
	.background-rounded-left {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.background-rounded-left.with-shape:before {
		width: 150%;
	}

	.background-rounded-left.with-logo:after {
		top: 80px;
		left: auto;
		right: -169px;
		width: 338px;
		height: 338px;
	}
}

@media (max-width: 500px) {
	.background-rounded-left.with-shape:before {
		width: 300%;
	}
}

/* Promo Popup Styles */
.promo-popup {
	position: fixed;
	top: -100%;
	right: 14px;
	width: 100%;
	max-width: 407px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	z-index: 9999;
	opacity: 0;
	transition: all 2.5s ease;
}

.promo-popup.show {
	top: var(--popup-top, 200px);
	opacity: 1;
}

.promo-popup-right {
	top: var(--popup-top, 200px);
	right: -100%;
	opacity: 0;
	transition: all 2.5s ease;
}

.promo-popup-right.show {
	right: 14px;
	opacity: 1;
}


.promo-popup-inner {
	position: relative;
}

.promo-popup-header {
	position: relative;
	border-radius: 16px 16px 0 0;
}

.discount-badge {
	position: absolute;
	bottom: -20px;
	left: 20px;
	background: #deaa43;
	padding: 8px 16px;
	border-radius: 100px;
	z-index: 1;

	color: #fff;
	font-family: Gotham, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;

	min-width: 87px;
}

.close-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: all 0.3s ease;
	line-height: 24px;
}

.close-popup:hover {
	background: #fff;
}

.popup-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	min-height: 45px;
	max-height: 200px;
}

.popup-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  max-height: 200px;
  object-position: center;
}

.promo-popup-content {
	padding: 35px 25px 25px;
}

.promo-heading {
	margin-bottom: 15px;
	color: #333f48;
	font-family: Inter, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
}

.promo-description {
	color: #333f48;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 20px;
}

.promo-buttons {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.promo-buttons .theme-btn {
	flex: 1 1 auto;
	text-align: center;

	display: flex;
	padding: 16px 0;
	justify-content: center;
	align-items: center;
	border-radius: 100px;

	font-family: Gotham, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;

	box-shadow: none;
}

.promo-buttons .theme-btn.outlined {
	background: #fff;
	color: #00b140;

	border: 1px solid #00b140;
}

.disclaimer-wrapper {
	border-top: 1px solid #b7d0c8;
}

.disclaimer-header {
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	/*background: #f9f9f9;*/

	color: rgba(51, 63, 72, 0.7);
	font-family: Gotham, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.disclaimer-toggle {
	font-size: 20px;
	color: #b7d0c8;
	transition: transform 0.3s ease;
}

.disclaimer-header.active .disclaimer-toggle {
	transform: rotate(180deg);
}

.disclaimer-content {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;

	color: rgba(51, 63, 72, 0.7);
	font-family: Gotham, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
}

.disclaimer-content.show {
	max-height: 200px;
}
