:root {
	--base-text: #222;
	--primary: #111;
	--black: #000000;
	--black-2: #010101;
	--licorice: #121111;
	--shark: #242424;
	--white: #ffffff;
	--theme-blue: #2653A2;

	--font-size-l: 16px;
	--font-size-m: 14px;
	--font-size-s: 12px;
	--font-size-xl: 18px;
	--font-size-xxl: 28px;
	--font-size-xxxl: 34px;
	--font-size-xxxxl: 40px;

	--font-family-poppins: "Poppins", Helvetica;
	--font-family-montserrat: "Montserrat", Helvetica;
}

.avatar {
	vertical-align: middle;
	width: 50px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
	/* box-shadow: 2px 0px 5px 0px rgb(0 0 0 / 20%); */
	border: 1px solid #CCC;
}

.my-account-block {
	text-align: center;
  display: flex;
}

.my-account-block img.avatar {
	width: 40px;
}

.poppins-bold-white-34px {
	color: var(--white);
	font-family: var(--font-family-poppins);
	font-size: var(--font-size-xxxl);
	font-style: normal;
	font-weight: 700;
}

.poppins-normal-white-16px {
	color: var(--white);
	font-family: var(--font-family-poppins);
	font-size: var(--font-size-l);
	font-style: normal;
	font-weight: 400;
}

.poppins-normal-black-14px {
	color: var(--black);
	font-family: var(--font-family-poppins);
	font-size: var(--font-size-m);
	font-style: normal;
	font-weight: 400;
}

.poppins-semi-bold-white-16px {
	color: var(--white);
	font-family: var(--font-family-poppins);
	font-size: var(--font-size-l);
	font-style: normal;
	font-weight: 600;
}

.border-1px-white {
	border: 1px solid var(--white);
}

/**--- Carousel --**/
.slider-box {
	border-right: 1px dashed #ced4da;
}

.slider-box .carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	color: #000000;
}

.slider-box .carousel-indicators [data-bs-target] {
	background-color: #327639;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.slider-box .carousel-indicators {
	position: relative;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	font-family: var(--font-family-poppins);
	color: #212529;
	max-width: 100%;
	overflow-x: hidden;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: var(--primary);
}

a:hover {
	color: var(--theme-blue);
	text-decoration: none;
}

.action-menu a.dropdown-toggle::after {
	display: none;
}

.action-menu a.dropdown-toggle svg {
	height: 30px;
}

.action-menu a.dropdown-item img {
	width: 20px;
}

.action-menu a.dropdown-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.bg-light-blue {
	background: #F4FBFE;
}

.fs-7 {
	font-size: 14px;
	line-height: 16px;
}

.sub-head {
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
	color: #2653A2;
}

.section-head {
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #2653A2;
}

.species-head {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.medium-head {
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #2653A2;
}

.popup-head {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #2653A2;
	text-transform: uppercase;
}

.highlight-text {
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
}

hr {
	background-color: #2653A280;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-poppins);
}

.static li,
.static p {
	line-height: 32px;
}

.btn,
.form-control,
.form-select {
	box-shadow: none !important;
	padding: 10px 12px;
}

.form-select {
	padding-right: 36px;
}

.btn.btn-dark:hover {
	color: #111;
	background-color: #dddddd1c;
	border-color: #111;
}

/*--- Head Banner --*/
.head-banner {
	padding: 0 50px;
	color: #fff;
	display: flex;
	grid-area: desc;
}

.head-banner h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
}

.head-banner p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.page-header {
	background-image: linear-gradient(135deg, #31b551 0%, #2249a7 100%);
	margin-top: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 70px;
	color: #fff;
}

@media (max-width: 1200px) {
	.page-header {
		padding: 15px 20px;
	}

	.head-banner {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.head-banner {
		flex-direction: column;
	}

	.head-banner h1 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 540px) {
	.page-header {
		flex-direction: column;
	}

	.head-banner {
		padding: 0;
	}
}

.criteria {
	background-color: rgb(255, 0, 0, 10%);
	border: 1px solid rgb(255, 0, 0, 50%);
	padding: 10px;
	border-radius: 10px;
	font-size: 90%;
}

.rounded-card {
	box-shadow: 0px 3px 12px 0px #21252914;
	background-color: #FFF;
	border-radius: 12px;
	padding: 16px 20px;
	color: #212529;
}

.rounded-card.extra-padding {
	padding: 24px 30px;
}

.rounded-card.contact-us {
	background: #FFF url(../../media/img/slider/slide-3.jpeg) no-repeat bottom center;
	background-size: auto 60%;
}

@media (max-width: 768px) {
	.rounded-card.contact-us {
		background: #FFF;
	}
}

.rounded-card h4,
.rounded-card p {
	margin-bottom: 0;
}

.rounded-card h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #21252980;
}

.rounded-card h4.section-head {
	color: #2653A2;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid #21252980;
	line-height: 24px;
	font-weight: bold;
}

.no-border {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid #21252980;
}

.close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
}

.anchor-list .tag {
	padding: 2px 8px;
	border: 1px solid #21252929;
	border-radius: 4px;
	margin: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	display: inline-flex;
	gap: 5px;
	align-items: center;
}

.anchor-list .tag .icon-close {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anchor-list .tag .icon-close img {
	stroke-width: 5px;
	width: 50%;
}

.anchor-list.blocks .tag {
	padding: 5px 10px;
}

.anchor-list .tag.active {
	padding-right: 5px;
}

.anchor-list.tags .tag.active {
	padding-right: 2px;
}

.anchor-list.tags .tag a {
	margin: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #21252980;
}

.anchor-list a.active,
.anchor-list a:hover,
.anchor-list .tag.active,
.anchor-list .tag:hover {
	background-color: #2653A2;
	color: #FFF;
}

.anchor-list .tag.active a,
.anchor-list .tag:hover a {
	color: #FFF;
}

.content-box img.full-image,
.rounded-card img.full-image {
	width: 100%;
	border-radius: 12px;
}

.rounded-card h4 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

.rounded-card div.text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.rounded-card small.time {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #21252980;
}

.my-account-block .dropdown-toggle::after {
	display: none;
}

.mt-header {
	margin-top: 75px;
}

.ellipse3 {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-container {
	padding: 20px 120px;
	background: #F4FBFE;
}

@media (max-width: 1200px) {
	.site-container {
		padding: 20px;
	}
}

.highlight-box {
	background: #3CAF651F;
	border-radius: 12px;
	padding: 10px 20px;
	display: block;
}

.highlight-box .count-box {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: #3CAF65;
	display: block;
}

.highlight-box.blue {
	background: #2653A21F;
}

.highlight-box.blue .count-box {
	color: #2653A2;
}

@media (max-width: 767px) {
	.site-container {
		padding: 20px;
	}
}

.text-800 {
	font-weight: 800;
}

.text-right {
	text-align: right;
}

.text-blue {
	color: #2653A2;
}

/*--- Button Styles ---*/
.btn-gradient {
	color: #fff;
	border-color: #3CAF65;
	background: linear-gradient(90deg, #3CAF65 0%, #2653A2 100%);
}

.btn-green {
	background-color: #3CAF65;
	color: #fff;
	text-transform: uppercase;
}

.btn-slim {
	padding: 6px 30px;
}

.btn-medium {
	padding: 8px 20px;
}

.btn-small {
	padding: 4px 10px;
}

.btn-icon {
	background: none;
	border: none;
}

.btn-outline-blue {
	color: #2653A2;
	border-color: #2653A2;
	background: #FFF;
	text-transform: uppercase;
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px;
	background: #666;
}

::-webkit-scrollbar-thumb {
	background: #31b551;
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0px 1px 2px rgba(54, 141, 54, 0.75);
	cursor: pointer;
}

::-webkit-scrollbar-corner {
	background: #666;
}

.paging {
	display: flex;
	justify-content: center;
}

.paging a {
	aspect-ratio: 1/1;
	border-radius: 50%;
	margin: 5px;
	background-color: #212529;
	color: #FFF;
	align-items: center;
	justify-content: center;
}

.next-link,
.prev-link {
	display: inline-block;
}

.next-link a,
.prev-link a {
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem 1.75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
	border-color: #3CAF65;
	background: linear-gradient(90deg, #3CAF65 0%, #2653A2 100%);
	width: 100px;
}

.BauthorText {
	position: absolute;
	top: calc(100% - 70px);
	width: 100%;
	padding: 0 1100px;
	color: white;
}

.banner-text h1 {
	font-weight: bolder;
}

.banner-text .btn {
	padding: 0.7rem 1.5rem;
	font-weight: bolder;
	font-size: 1rem;
}

.banner-text .btn-dark {
	background-color: var(--primary);
	border-color: var(--primary);
}

.banner-text .btn-outline-secondary {
	border-color: #fff;
	color: #fff;
}

.banner-text .btn-outline-secondary:hover {
	border-color: var(--primary);
	background-color: var(--primary);
}

.banner-img {
	height: 800px;
	object-fit: cover;
	object-position: center;
}

.medium .banner-img {
	height: 460px;
}

.banner-text {
	position: absolute;
	top: 20%;
	width: 55%;
	padding: 0 30px;
	color: white;
	z-index: 2;
}

.medium .banner-text {
	padding: 0 96px;
}

@media (max-width: 768px) {

	.banner-text,
	.medium .banner-text {
		width: auto;
		bottom: 50px;
		top: auto;
		padding: 0 30px;
	}
}

.banner .carousel-indicators {
	top: 66%;
	bottom: auto;
}

.banner .carousel-caption {
	top: 54%;
	bottom: auto;
}

@media (max-height: 800px) {
	.banner-img {
		height: calc(100vh);
	}
}

@media (max-width: 991px) {
	.banner-img {
		height: 600px;
	}

	.banner-text {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.banner-img {
		height: 400px;
	}

	.banner-text {
		width: auto;
	}
}

.counts .counters span,
.counts .counters p {
	color: #fff !important;
}

.how-it-works {
	background-color: #f9f9f9;
}

.work_gallery_item {
	padding: 7px;
}

.work_gallery_img {
	aspect-ratio: 1/1;
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.work_steps h1 {
	font-weight: bold;
}

.work_step_item {
	padding: 1rem;
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(to right, #11ca4d, #3770e2) 0 0 1%;
}

.reach-box h1 {
	font-weight: bold;
}

.reach-box__bottom {
	position: absolute;
	bottom: 2rem;
}

.footer-tabs {
	padding: 1rem 0;
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 1rem;
}

.footer-tabs a {
	color: #111;
	font-weight: bold;
}

.btn-fb {
	background-color: #3b5998 !important;
}

.btn-google {
	background-color: #dd4b39 !important;
}

.signup_first {
	background-image: url("/../media/img/Create_Account.jpg");
	min-height: 85vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0.5rem;
	color: #fff;
	padding: 0.5rem 1rem;
	position: relative;
}

.signup_first__inner {
	position: relative;
	height: 100%;
}

.signup_first__bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.signup_first .signup_first__bottom .btn-white {
	font-weight: 700;
	width: 70%;
}

//login
.login_first {
	background-image: url("../img/Post_Login_Mob.jpg");
	/*min-height: 85vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0.5rem;
	color: #fff;
	padding: 3rem 2rem;
	position: relative;*/
}

.login_first__inner {
	position: relative;
	height: 100%;
}

.login_first__bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.login_first.login_first__bottom .btn-white {
	font-weight: 700;
	width: 70%;
}

.login-box {
	padding: 3rem 2rem;
	position: relative;
}

.btn-white {
	color: #111;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-white {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #fff;
	background-color: #5554;
	border-color: #fafafa;
}

.btn-white:hover {
	color: #fff;
	background-color: #5554;
	border-color: #fafafa;
}

.btn-close, .btn-alert {
	position: absolute;
	right: 10px;
	z-index: 999;
	padding: 0.5rem;
}

.modal-header .btn-close {
	right: 20px;
}

.modal-body .btn-close {
	right: 20px;
	top: 10px;
}

.modal .modal-content {
	border: none;
	border-radius: 0.5rem;
}

.alert .btn-alert {
	right: 0;
}

@media (max-width: 991px) {
	.btn-close {
		top: 25px;
		z-index: 999;
		filter: invert(1) grayscale(100%) brightness(50%);
	}

	.signup_first {
		min-height: 65vh;
	}
}

.input_error {
	border-color: #cc3232cc !important;
	box-shadow: 0px 0px 1px 0 rgb(208 8 8 / 78%) !important;
}

.input_error_message {
	color: red !important;
}

.alert {
	z-index: 999;
	top: 20px;
	right: 10px;
	position: fixed;
	padding: 5px 10px;
	box-shadow: 0px 3px 12px 0px #21252914;
}

.message-box {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.message-box.error {
	color: red;
}

.loader {
	display: none;
}

.fw-600 {
	font-weight: 600 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #49b5e7;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #6dc4ec;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
	top: 0;
	height: 100%;
	width: 100%;
}

.carousel.vertical .carousel-inner>.next {
	left: 0;
	top: 100%;
}

.carousel.vertical .carousel-inner>.prev {
	left: 0;
	top: -100%;
}

.carousel.vertical .carousel-inner>.next.left,
.carousel.vertical .carousel-inner>.prev.right {
	top: 0;
}

.carousel.vertical .carousel-inner>.active.left {
	left: 0;
	top: -100%;
}

.carousel.vertical .carousel-inner>.active.right {
	left: 0;
	top: 100%;
}

.carousel.vertical .carousel-indicators,
.carousel-indicators-vertical {
	right: 20px;
	top: 50%;
	transform: translate(-50%);
	bottom: auto;
	left: auto;
	width: auto;
	margin: 0;
	padding: 0;
}

.carousel.vertical .carousel-indicators li,
.carousel-indicators-vertical li {
	display: block;
	margin: 5px 0;
}

#hero {
	width: 100%;
	background: #f9f9f9;
	margin-top: 75px;
	position: relative;
}

#hero h1 {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
	color: var(--base-text);
	text-transform: uppercase;
}

#hero h2 {
	color: #1c698c;
	margin: 10px 0 0 0;
	font-size: 24px;
}

#hero .btn-get-started {
	font-family: var(--font-family-poppins);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 3px;
	transition: 0.5s;
	margin-top: 25px;
	color: #fff;
	background: #111;
	text-transform: uppercase;
}

#hero .btn-get-started:hover {
	background: #76c7ed;
}

@media (max-width: 991px) {
	#hero {
		text-align: center;
	}

	#hero .hero-img img {
		width: 50%;
	}
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}

	#hero h2 {
		font-size: 18px;
		line-height: 24px;
	}

	#hero .hero-img img {
		width: 80%;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 70px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f4fbfe;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: var(--base-text);
}

.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--base-text);
	margin-bottom: 15px;
}

.about .icon-box {
	margin-top: 40px;
}

.about .icon-box .icon {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid #d0ecf9;
	border-radius: 50px;
	transition: 0.5s;
}

.about .icon-box .icon i {
	color: #49b5e7;
	font-size: 32px;
}

.about .icon-box:hover .icon {
	background: #49b5e7;
	border-color: #49b5e7;
}

.about .icon-box:hover .icon i {
	color: #fff;
}

.about .icon-box .title {
	margin-left: 85px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}

.about .icon-box .title a {
	color: #343a40;
	transition: 0.3s;
}

.about .icon-box .title a:hover {
	color: #49b5e7;
}

.about .icon-box .description {
	margin-left: 85px;
	line-height: 24px;
	font-size: 14px;
}

.about .video-box {
	background: url("../img/about.jpg") center center no-repeat;
	background-size: cover;
	min-height: 500px;
}

@media (min-width: 1200px) {
	.about .video-box {
		margin-left: 15px;
		margin-right: -15px;
	}
}

.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.about .play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(73, 181, 231, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
	border-left: 15px solid #49b5e7;
	transform: scale(20);
}

.about .play-btn:hover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.bg-theme {
	background: linear-gradient(135deg, #31b551 0%, #2249a7 100%);
}

.counts {
	/* background: url("../img/counts-bg.jpg") center center no-repeat; */
	background: linear-gradient(135deg, #31b55166 0%, #2249a7 100%);
	background-size: cover;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 1;
}

@media (max-width: 991px) {
	.counts {
		position: relative;
		bottom: auto;
	}

	.banner .carousel-indicators {
		top: auto;
		bottom: 0;
	}

	.banner .carousel-caption {
		top: auto;
		bottom: 1.25rem;
	}
}

.counts::before {
	content: "";
	position: absolute;
	/* background: rgba(255, 255, 255, 0.8); */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.counts .title {
	position: relative;
	color: var(--base-text);
}

.counts .title h3 {
	font-size: 36px;
	font-weight: 700;
}

.counts .counters span {
	font-size: 44px;
	font-weight: 700;
	display: block;
	color: #49b5e7;
	font-family: var(--font-family-poppins);
}

.counts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #444444;
}

@media (min-width: 1200px) {
	.counts {
		background-attachment: fixed;
	}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

.clients .client-logo {
	/*padding: 10px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	overflow: hidden;
	background: #fff;
	height: 135px;
}

.clients .client-logo img {
	height: 50%;
	/*filter: grayscale(100%);*/
	transition: 0.3s;
}

.clients img {
	transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.services .icon-box:hover {
	transform: translateY(-5px);
}

.services .icon {
	position: absolute;
	left: -20px;
	top: calc(50% - 30px);
}

.services .icon i {
	font-size: 64px;
	line-height: 1;
	transition: 0.5s;
}

.services .title {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 18px;
	display: flex;
	align-items: center;
	color: #2653A2;
	line-height: 27px;
}

.services .title img {
	width: 48px;
	margin-right: 15px;
}

.services .icon-box:hover .title a {
	color: #49b5e7;
}

.services .description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
}

.team .member .social a {
	transition: color 0.3s;
	color: var(--base-text);
	margin: 0 3px;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	/* background: rgba(73, 181, 231, 0.8); */
	background: rgba(18, 18, 18, 0.8);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	color: #fff;
}

.team .member .social a:hover {
	background: #76c7ed;
}

.team .member .social i {
	font-size: 18px;
	line-height: 0;
}

.team .member .member-info {
	padding: 25px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: var(--base-text);
}

.team .member .member-info h4 span.float-end {
	font-size: 18px;
	color: #49b5e7;
}

.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #444;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}

.team .member:hover .social {
	opacity: 1;
	bottom: 15px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
	overflow: hidden;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
	transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
	transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	background: #fff;
}

.contact .info i {
	font-size: 20px;
	color: #49b5e7;
	float: left;
	width: 44px;
	height: 44px;
	background: #ebf7fc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--base-text);
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #2079a1;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #49b5e7;
	color: #fff;
}

.cateVr {
	display: flex;
	flex-direction: row;
	align-self: stretch;
}

#overlay {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}

#fea_ref .card {
	height: 100%;
}

.card .featured-img {
	width: 60%;
	margin-top: 25px;
}

.autocomplete {
	display: flex;
	justify-content: center;
}

.autocomplete #searchResult {
	list-style: none;
	padding: 0px;
	width: 100%;
	position: absolute;
	margin: 0;
	background: white;
}

.autocomplete #searchResult li {
	background: #F2F3F4;
	padding: 4px;
	margin-bottom: 1px;
}

.autocomplete #searchResult li:nth-child(even) {
	background: #E5E7E9;
	color: black;
}

.autocomplete #searchResult li:hover {
	cursor: pointer;
	background: #CACFD2;
}

.autocomplete input[type=text] {
	padding: 5px;
	width: 100%;
	letter-spacing: 1px;
}

.btn-arrow {
	font-family: var(--font-family-poppins);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	color: #3CAF65;
	display: flex;
	align-items: center;
}

.btn-arrow:hover {
	color: #3CAF65;
}

.btn-arrow::after {
	content: '';
	display: block;
	background: url(../../media/img/icons/chevron.svg) no-repeat center;
	width: 30px;
	height: 16px;
}


.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 540px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

@media (max-width: 768px) {

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width: 100%;
	}
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 0;
}




/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	color: #495057;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, .15);
}

.mapLoader {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	display: none;
	align-items: center;
	justify-content: center;
}

.mapLoader img {
	width: 150px;
}

.show-hide-password a {
	outline: none;
}

.error-container {
	height: 20px;
}

a.species-photo {
	word-break: break-all;
}

.badge-info {
	background-color: #327639;
	color: #FFF;
}

.badge-secondary {
	background-color: #777777;
	color: #FFF;
}