h1,
h2,
h4,
h3 {
	font-family: mySecondFont;
	font-weight: 800;
}



p,
span,
h5,
h6,
a,
i {
	font-family: myFirstFont;
	font-weight: 400;
}

a {
	color: #1a857e;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: #1a857e;
}

body,
html {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	position: relative;
}

.hero-section {
	background: linear-gradient(to right, #111, #444);
	color: #fff;
	padding: 100px 0;
	text-align: center;
}

.hero-section h1 {
	font-size: 3rem;
	font-weight: bold;
}

.section-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px;
	color: #343a40;
}

.info-section {
	padding: 60px 0;
}

.card-style {
	border: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
}

.card-style:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.founder-img {
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
	height: 350px;
}

.team-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
}

.section-sub {
	color: #6c757d;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
}

.section-subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	color: #444;
	margin-bottom: 1.5rem;
}

.contact-input {
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	border: 1px solid #ccc;
}

.contact-section,
.contact-section-alt {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-office-title {
	font-size: 1.25rem;
	font-weight: 500;
	color: #888;
}

.contact-icon {
	width: 20px;
	margin-right: 8px;
	color: #007bff;
}

.sell-header {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/property-banner.jpg') center/cover no-repeat;
	color: white;
	padding: 100px 0;
	text-align: center;
}

.contact-box {
	background: #f8f9fa;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 30px;
}

.form-section label {
	font-weight: 600;
}

.form-section .form-control {
	border-radius: 6px;
	margin-bottom: 15px;
}

.info-box {
	background: #fff;
	border-left: 4px solid #007bff;
	padding: 20px;
	border-radius: 8px;
}

.info-box i {
	margin-right: 10px;
	color: #007bff;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #999 !important;
}

.gt_float_switcher {
	font-size: 17px;
	border-radius: 2px;
	color: #555;
	display: inline-block;
	line-height: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
	background: #fff;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	margin-top: 0px !important;
	margin-right: 30px !important;
	z-index: 999999 !important;
}

.gt_float_switcher img {
	vertical-align: middle;
	display: inline-block;
	width: 20px !important;
	height: auto;
	margin: 0 5px 0 0;
	border-radius: 3px;
}

.gt_float_switcher {
	font-family: Arial;
	font-size: 15px !important;
	color: #555;
	line-height: 0px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 0px 2px !important;
	color: #333;
	font-weight: bold;
}


/*************************TOP BAR**************/
.top_bar {
	background-color: #1a857e;
	height: 40px;
	border-radius: 20px;
	margin-right: 150px !important;
}


/*************************MENU****************/
/* navbar autohide */
#navbar {
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 1000;
	border-bottom: solid 4px #185250;
	border-top: solid 4px #185250;
}

.dropdown-toggle::after {
	display: none;
}

/* Navbar dropdown animation */
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 0;
	}

	.navbar .dropdown-menu.fade-down {
		top: 80%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}

	.navbar .dropdown-menu.fade-up {
		top: 180%;
	}

	.navbar .nav-item:hover .dropdown-menu {
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
}

.menu_bar {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	z-index: 999 !important;
	height: 70px;
}

.menu_box_holder {
	margin-top: 15px;
}

.slider_text_holder {
	margin-top: 80px;
}

.main_logo {
	width: 180px;
	background-color: #FFF;
	border-radius: 100%;
	margin-top: -35px;
	padding-top: 0px;
}

.scocial_icons {
	color: #1a857e;
	transition: all 0.4s;
	font-size: 23px !important;
}

.scocial_icons:hover {
	color: #FFF;
	transition: all 0.4s;
}

.menu_sec {
	min-height: 500px;
}

.dropdown-toggle:hover>a,
.dropdown-toggle:hover>a:hover,
li.dropdown:hover>a:focus {
	background-color: rgb(255, 255, 255, 1);
	color: #333;
	z-index: 999999 !important;
}

.main_nav_ul {
	width: 250px;
}

li.dropdown:hover>.main_nav_ul {
	display: block;
	position: absolute;
	margin-top: -2%;
	border: none;
	width: 250px;
}

.main_nav_ul_2 {
	width: 270px;
	background-color: #FFF;
	border-radius: 0px;
	z-index: 999999 !important;
	margin-left: 100%;
	margin-top: -50px;
	padding: 0px;
	opacity: 0;
	display: none;
}

li.menu_items_2main:hover>.main_nav_ul_2 {
	display: block;
	position: absolute;
	margin-top: -30px;
	border: none;
	left: 0px;
	width: 270px;
	opacity: 1;
}

.menu_items_2 {
	list-style: none;
	border-top: solid 1px #1a857e;
	background-color: #FFF;
	border-left: solid 3px #1a857e;
	border-right: solid 4px #1a857e;
	padding: 4px 1px;
}

.gen_para_black .spice-name {
	text-decoration: underline;
	-webkit-text-stroke: 1px #000;
}

.gen_para_black .farmers-nos {
	-webkit-text-stroke: 1px #000;
}

.gen_para_black i {
	font-size: 1.5rem;
}

.gen_para .date-commence {
	-webkit-text-stroke: 1px #fff;
}

.footer_para {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb {
	background-color: #DDD;
	font-size: 14px;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb a:hover {
	color: #1a857e;
	text-decoration: underline;
}

.slider_text {
	color: #000;
	font-size: 24px;
	font-weight: bolder;
	font-family: mySecondFont;
	/* text-stroke: 1px #FFF; */
	text-transform: uppercase;
	margin-top: 0vh;
	padding-top: 20px;
	padding-bottom: 10px;
}

.hero_text_sub {
	color: #FFF;
	font-size: 20px;
	font-weight: bolder;
	font-family: mySecondFont;
	width: 550px;
}

.slider_text_2 {
	color: #FFF;
	font-size: 30px;
	font-weight: bolder;
	font-family: mySecondFont;
	/* text-stroke: 1px #FFF; */
	-webkit-text-stroke: 2px #FFF;
	margin-top: 60vh;
}

.slider_text_2a {
	color: #FFF;
	font-size: 40px;
	font-weight: bolder;
	font-family: mySecondFont;
	/* text-stroke: 1px #FFF; */
	-webkit-text-stroke: 2px #FFF;
	margin-top: 60vh;
}

.slider_text_2_black {
	color: #000;
	font-size: 32px;
	font-weight: bolder;
	font-family: mySecondFont;
	/* text-stroke: 1px #000; */
	-webkit-text-stroke: 2px #000;
	margin-top: 65vh;
}

.color_tone {
	color: #1a857e;
	/* text-stroke: 1px #1a857e; */
	-webkit-text-stroke: 2px #1a857e;
}

.top_bar_icon {
	color: #FFF !important;
	font-size: 15px;
	margin-right: 20px !important;
	margin-top: 8px;
	transition: all 0.4s;
	border-left: solid 1px rgba(255, 255, 255, 0.1);
	padding-left: 30px;
	font-weight: lighter;
}

.top_bar_icon:hover {
	color: #000 !important;
	margin-top: 8px;
	font-size: 15px;
	margin-right: 10px;
	transition: all 0.4s;
	font-weight: lighter;
}

.whatsapp {
	border-radius: 50%;
	background-color: #FFF;
	color: #1a857e !important;
	width: 30px;
	height: 30px;
	padding: 4px;
	margin-top: 4px;
	font-size: 15px;
	margin-right: 70px !important;
}

.whatsapp:hover {
	border-radius: 50%;
	background-color: #185250;
	color: #1a857e !important;
	width: 30px;
	height: 30px;
	padding: 4px;
	margin-top: 4px;
	font-size: 15px;
	margin-right: 70px !important;
}

.whatsapp i {
	font-weight: bold;
}

.menu_text_mob {
	color: #FFF !important;
	font-size: 18px;
	margin-top: 20px;
	transition: all 0.4s;
}

.menu_text_mob:hover {
	color: #333 !important;
	font-size: 18px;
	margin-top: 20px;
	transition: all 0.4s;
}

.menu_items {
	margin-top: 7px !important;
}

.menu_items a {
	color: #1f1f1f;
	font-size: 13px;
	transition: all 0.4s;
	text-transform: uppercase;
	font-weight: bold;
}

.menu_items a:hover {
	color: #1a857e;
	font-size: 13px;
	transition: all 0.4s;
}

.menu_items_act {
	color: #1a857e !important;
}

.special_links {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	padding: 7px;
	margin-left: 5px;
	border-radius: 5px;
	margin-top: 7px;
	text-align: center;
	transition: all 0.4s;
}

.special_links:hover {
	background-color: #185250;
	color: #1a857e;
	font-size: 12px;
	padding: 7px;
	margin-left: 5px;
	border-radius: 5px;
	margin-top: 7px;
	text-align: center;
	transition: all 0.4s;
}

/*************Main Parallax******************/
.parallax-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

/*************Home Parallax******************/
.parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background-image: url("../images/Hero_image.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

/*************About Parallax******************/
.page_sliders {
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}


/*************News and Events Parallax******************/
.parallax5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/new_hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}


/*************Contact Parallax******************/
.parallax10 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/hero_img10.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.parallax img,
.parallax2 img,
.parallax3 img,
.parallax4 img,
.parallax5 img,
.parallax6 img,
.parallax7 img,
.parallax8 img,
.parallax9 img,
.parallax10 img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transform: translate3d(0, 0, 0);
	display: block;
}

.content {
	position: relative;
	z-index: 1;
	/* Additional styling for your content */
}


/********HOME PAGE HEXA***********/
.btn_sec {
	background-color: #1a857e;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.btn_sec:hover {
	background-color: #185250;
	color: #1a857e;
	padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.nav-item .nav-link.active {
	background-color: #185250;
	color: #1a857e;
	padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.btn_sec:focus {
	background-color: #185250;
	color: #1a857e;
	padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.hexa_set_main {
	margin: -100px 0 0 0;
	background: #FFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	border-top: solid 4px #185250;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding: 20px 20px 15px 20px;
}

.hexa_set {
	margin: 0 0 0 0;
	background: #FFF;
	padding: 20px;
}

.hexa_set2 {
	margin: 0 0 50px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #1a857e;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	padding: 10px 20px 10px 20px;
}

/* .hexa_img{
	width: 1080px;
} */

@media (min-width: 1925px) or (min-height: 1025px) {
	.hexa_img {
		width: auto;
	}
}

.er_forms {
	height: 50px;
	border-bottom-left-radius: 50px !important;
	border-top-left-radius: 50px !important;
	border: 0px;
	outline: none !important;
	box-shadow: none !important;
}

.search_btn {
	height: 50px;
	border-bottom-right-radius: 50px !important;
	border-top-right-radius: 50px !important;
	background-color: #e5b90b !important;
	color: #FFF;
}

.search_icon {
	background-color: transparent !important;
	color: #FFF;
	height: 48px;
	border-radius: 50px;
	margin-top: -13.5px;
	border-left: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.search_icon:hover {
	background-color: transparent !important;
	border-left: 0 !important;
}

.search_icon span {
	background-color: #1a857e;
	color: #FFF;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	border-radius: 50%;
	margin-top: -4px;
	margin-right: -9px;
}

.search_icon_h {
	background-color: #EEE !important;
	color: #FFF;
	height: 50px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	margin-top: 0px;
	border-left: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.search_icon_h:hover {
	background-color: #EEE !important;
	border-left: 0 !important;
}

.search_icon_h span {
	background-color: #1a857e;
	color: #FFF;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	border-radius: 50%;
	margin-top: -3px;
	margin-right: -9px;
}

.chart-width img {
	width: 1360px;
}

.home_about_sec {
	background: transparent radial-gradient(circle, #f5fff2 1%, #FFF 100%) 0% 0% no-repeat padding-box;
	height: auto;
}

.home_sus_sec {
	background: transparent linear-gradient(270deg, #FFF 30%, #57ab3b 100%) 0% 0% no-repeat padding-box;
	height: auto;
}

.sale_box {
	background-color: rgba(239, 239, 239, 0.2);
}

.property_border {
	border: solid 10px rgba(102, 46, 145, 0.2);
	width: 90%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.4s;
}

.img_holder:hover .property_border {
	border: solid 10px rgba(254, 176, 65, 0.2);
	transition: all 0.4s;
}


.about_img {
	height: auto;
}

.gen_titt {
	color: #000;
	font-size: 54px;
	margin-bottom: 30px;
	font-weight: bolder;
	/* text-stroke: 1px #FFF !important; */
}

.property_type {
	color: #1a857e;
	font-size: 34px;
	font-weight: lighter;
	text-decoration: italic;
}

.p_spec {
	background-color: #185250;
	padding: 2%;
	border-radius: 5%;
}

.gen_titt_black {
	color: #1f1f1f;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bolder;
	/* text-stroke: 1px #1f1f1f !important; */
	-webkit-text-stroke: 1px #1f1f1f !important;
}

.gen_titt_white {
	color: #FFF;
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: bolder;
	/* text-stroke: 1px #1f1f1f !important; */
	-webkit-text-stroke: 1px #FFF !important;
}

.gen_titt_page {
	color: #000;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: bolder;
	/* text-stroke: 1px #FFF !important; */
}

.sub_titt_page {
	color: #1a857e;
	font-size: 24px;
	margin-bottom: 10px;
	/* text-stroke: 1px #FFF !important; */
}

.specialise_box {
	background-color: #1a857e;
	padding: 5px 20px;
	border-radius: 10px;
}

.specialise_box_gold {
	background-color: #185250;
	padding: 5px 10px;
	border-radius: 10px;
}

.gen_titt_news {
	color: #1f1f1f;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 800;
}

.gen_para {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.gen_para_small {
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
}

.gen_para_large {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.gen_para_black {
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 10px;
}

.gen_para_news {
	color: #1f1f1f;
	font-size: 12px;
	font-weight: 200;
}

.news_date {
	color: #767676;
	font-size: 10px;
	margin-top: 50px;
}

.read_more {
	color: #FFF;
	border: solid 1px #FFF;
	padding: 12px 32px;
	transition: all 0.4s;
	background-color: transparent;
	font-size: 13px;
	cursor: pointer;
}

.read_more:hover {
	color: #fbc326;
	border: solid 1px #fbc326;
	background-color: #1a857e;
	transition: all 0.4s;
}

.read_more_border {
	color: #333;
	border: solid 1px #333;
	background-color: #333;
	padding: 10px 26px;
	transition: all 0.4s;
	background-color: transparent;
	font-size: 12px;
	cursor: pointer;
}

.read_more_border:hover {
	color: #fff;
	background-color: #1a857e;
	border: solid 1px #1a857e;
	transition: all 0.4s;
	cursor: pointer;
}

.read_more_border-2 {
	color: #FFF;
	background-color: #1a857e;
	border: solid 1px #1a857e;
	padding: 10px 26px;
	transition: all 0.4s;
	font-size: 12px;
	cursor: pointer;
	border-radius: 7px;
}

.read_more_border-2:hover {
	color: #333;
	background-color: #fbc326;
	border: solid 1px #fbc326;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 7px;
}

.read_more_border-3 {
	color: #FFF;
	background-color: #747474;
	border: solid 1px #747474;
	padding: 10px 26px;
	transition: all 0.4s;
	font-size: 12px;
	cursor: pointer;
	border-radius: 7px;
}

.read_more_border-3:hover {
	color: #16928a;
	background-color: #000;
	border: solid 1px #000;
	transition: all 0.4s;
	cursor: pointer;
	border-radius: 7px;
}

.read_more_border_white {
	color: #FFF;
	border: solid 1px #FFF;
	background-color: #FFF;
	padding: 10px 26px;
	transition: all 0.4s;
	background-color: transparent;
	font-size: 12px;
	cursor: pointer;
}

.read_more_border_white:hover {
	color: #185250;
	background-color: #1a857e;
	border: solid 1px #1a857e;
	transition: all 0.4s;
	cursor: pointer;
}

.small_shadow {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 7px;
}

.small_shadow:hover {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}


.about_sec_home {
	background-image:
		linear-gradient(90deg, rgba(22, 146, 138, 0.7) 0%, rgba(3, 37, 35, 0.7) 100%, rgba(4, 4, 4, 0.7) 100%),
		url('../images/building-slide.jpg');
	height: 600px;
	background-size: cover;
	color: white;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.read-more-butt {
	margin-top: 10px;
}

.according_titt {
	background-color: #1a857e;
	padding: 3px 6px;
	color: #FFF;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}

.list_color {
	color: #777777;
}

.home_icon {
	width: 120px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 20px;
}

.para_titt {
	color: #185250;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
}

.para_titt2 {
	color: #1a857e;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
}

.numbers {
	font-size: 35px;
	color: #FFF;
	font-weight: bolder;
	/* text-stroke: 2px #1a857e !important; */
	-webkit-text-stroke: 2px #FFF !important;
}

.para_blue_line {
	margin-top: -20px;
	color: #1a857e;
	font-weight: 600;
	font-size: 16px;
}

.rent_detail_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(102, 46, 145, 0.3);
	background: linear-gradient(90deg, rgba(102, 46, 145, 0.3) 0%, rgba(254, 176, 65, 0.3) 100%, rgba(0, 212, 255, 0.3) 100%);
	transition: all 0.4s;
}

.rent_detail_box:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(102, 46, 145, 0.7);
	background: linear-gradient(90deg, rgba(102, 46, 145, 0.7) 0%, rgba(254, 176, 65, 0.7) 100%, rgba(0, 212, 255, 0.7) 100%);
	transition: all 0.4s;
}

.type_rent {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom-left-radius: 10px;
	font-size: 17px;
	font-weight: bold;
}

.rent_city {
	position: absolute;
	bottom: 100px;
	color: #FFF;
	font-weight: bolder;
}

.rent_more {
	position: absolute;
	bottom: 50px;
	margin-left: 100px color: #FFF;
	font-weight: bolder;
}

.home_mid_ban {
	background-image: url(../images/hero-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 90vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

/**************HOME TILLE*************/

.tiles_container {
	margin-top: 0px;
}

.tille_box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 600px;
	opacity: 1;
	transition: all 0.4s;
	border-radius: 15px;
	border-right: solid 3px #FFF;
	background: rgb(102, 46, 145, 1);
	background: linear-gradient(90deg, rgba(102, 46, 145, 1) 0%, rgba(254, 176, 65, 1) 100%, rgba(0, 212, 255, 1) 100%);
	box-shadow: 5px 5px 10px rgba(102, 46, 145, 0.3);
}

.tille_box:hover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 600px;
	opacity: 0.7;
	transition: all 0.4s;
}

.till_readmore {
	margin-top: 300px;
}


/*----------SLIDER----------------*/
.owl-carousel .nav-btn {
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide {
	background: url(nav-icon.png) no-repeat scroll 0 0;
	left: -33px;
}

.owl-carousel .next-slide {
	background: url(nav-icon.png) no-repeat scroll -24px 0px;
	right: -33px;
}

.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: -4rem;
}

.owl-next {
	right: -4rem;
}


.tittle_sm_big {
	font-size: 38px;
	font-weight: bolder;
	/* text-stroke: 1px #000; */
	-webkit-text-stroke: 1px #000;
}

.icons_set_section_2 {
	background: var(--unnamed-color-f6f6f6) 0% 0% no-repeat padding-box;
	background: #F6F6F6 0% 0% no-repeat padding-box;
}


.eartic_btn {
	background-color: #1a857e;
	padding: 10px 40px;
	color: #FFF;
	border-radius: 0;
	transition: all 0.4s;
}

.eartic_btn:hover {
	background-color: #185250;
	padding: 10px 40px;
	color: #333;
	border-radius: 0;
	transition: all 0.4s;
}

.sub_heading {
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
	/* text-stroke: 1px #000 !important; */
	-webkit-text-stroke: 1px #000 !important;
	font-size: 24px;
}

.small_heading {
	font-weight: bolder;
	font-size: 16px;
	/* text-stroke: 1px #000 !important; */
}

.contact_icon {
	color: #1a857e;
	margin-right: 15px;
	background-color: #185250;
	border-radius: 6px;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	width: 25px;
	height: 25px;
}

.contact_icon-2 {
	color: #1a857e;
	margin-right: 15px;
	background-color: #185250;
	border-radius: 6px;
	text-align: center;
	padding: 5px;
	width: 45px;
	height: 45px;
	padding-top: 10px;
}

.contactbg {
	background-color: #EEE;
	padding: 20px;
}

.contactbg-2 {
	background-color: #FEFE;
	padding: 20px;
}

.gen_para_black a {
	color: #1f1f1f;
	text-decoration: underline;
}

.gen_para_black a:hover {
	color: #1a857e;
}

.eartic_form {
	padding: 30px;
	border-radius: 0px;
}


.about_gif_icon {
	width: 100px;
	background-color: #FFF;
}

.para_wdth {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 26px;
}

.fancy_tpoic {
	color: #1a857e;
	margin-top: 17%;
	text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
	-webkit-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
	-moz-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
	font-size: 56px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}

.fancy_tpoic2 {
	color: #1a857e;
	margin-top: 0;
	text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
	-webkit-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
	-moz-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
	font-size: 56px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}

/*****************TESTIMONIALS***************/
.last_boxes {
	background-image: url(../images/shop-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.profile_pic {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.testi_name {
	font-size: 14px;
	font-weight: bolder;
	color: #333;
}

.review_bg {
	background-color: #fef2e0;
	min-height: 330px;
	border-radius: 10px;
}

.testi_para {
	font-size: 11px;
	text-align: center;
}

.testi_pos {
	color: #1a857e;
	font-size: 13px;
	font-weight: bolder;
	vertical-align: bottom !important;
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 50%;
	transform: translate(-50%);
}


/****************ABOUT SEC************/
.about_sec {
	padding-top: 30px;
	background-image: url(../images/shop-bg-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: solid 5px rgba(255, 215, 0, 1);
}

.section_tpoic {
	color: #1a857e;
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	font-family: mySpecialFont;
}

.about_desc_box {
	padding: 20px;
	margin-top: 40px;
}

.about_pic_box_cinamon {
	border-bottom-left-radius: 20%;
	border-bottom-right-radius: 5%;
	border-top-left-radius: 70%;
	border-top-right-radius: 10%;
	shape-padding: 10px;
	transition: all 4s ease;
}

.about_desc_box_moringa {
	border-bottom-right-radius: 20%;
	border-bottom-left-radius: 5%;
	border-top-right-radius: 70%;
	border-top-left-radius: 10%;
	shape-padding: 10px;
	transition: all 4s ease;
}

.rounded_box:hover>.about_desc_box_moringa {
	shape-padding: 10px;
	transition: all 4s ease;
	animation: mymove2 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.rounded_box:hover>.about_pic_box_cinamon {
	shape-padding: 10px;
	transition: all 4s ease;
	animation: mymove 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.section_tpoic_white {
	color: #FFF;
	font-size: 22px;
	font-weight: lighter;
	text-align: center;
	font-family: mySpecialFont;
}

.vision_desc_box {
	background: rgb(102, 46, 145, 1);
	background: linear-gradient(90deg, rgba(102, 46, 145, 1) 0%, rgba(254, 176, 65, 1) 100%, rgba(0, 212, 255, 1) 100%);
	min-height: 170px;
	border-radius: 30px;
	color: #FFF;
}

.box_img {
	width: 120px;
	background-color: #FFF;
	padding: 10px;
	border-radius: 50%;
}

.about_mid_ban {
	background-image: url(../images/customermap.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	height: 60vh;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-attachment: fixed;
}



.rounded_btn {
	border-radius: 50%;
	padding: 6px 14px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #ccc !important;
	border-color: #CCC !important;
	color: #ccc;
	transition: all 0.4s;
}

.rounded_btn:hover {
	border-radius: 50%;
	padding: 6px 14px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #1a857e;
	border-color: #1a857e !important;
	color: #1a857e;
	transition: all 0.4s;
}


.see_all {
	font-size: 13px;
	color: #1a857e !important;
	/* text-stroke: 0.5px #1a857e !important; */
	-webkit-text-stroke: 0.5px #1a857e !important;
	transition: all 0.4s;
}

.see_all:hover {
	font-size: 13px;
	color: #1a857e !important;
	/* text-stroke: 1px #1a857e !important; */
	-webkit-text-stroke: 1px #1a857e !important;
	transition: all 0.4s;
}


.country_blue_sec {
	background: transparent linear-gradient(270deg, #2C83AF 0%, #1a857e 100%) 0% 0% no-repeat padding-box;
	min-height: 70vh;
}

.blue_bg_icon {
	height: 75px;
}

.blue_border {
	border-top: solid 3px #FFF;
}

.border_blue_right {
	border-right: solid 3px #FFF;
}

.number_line {
	background-color: #FFF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #1a857e;
	font-weight: 600;
	font-size: 15px;
	padding-top: 9px;
	position: absolute;
	top: -20px;
	left: 0;
	text-align: center;
}

.only_mob_line {
	margin-left: unset;
	border-left: none;
	padding-right: unset;
}

.hide_md {
	visibility: visible;
}

/**********************FOOTER*************/
.footer {
	background-color: #000;
	padding-top: 3%;
	color: #FFF;
}

.foot_logo {
	width: 100px;
	margin-top: 10px;
}

.footer a {
	color: #FFF !important;
	transition: all 0.4s;
}

.footer a:hover {
	color: #FFF !important;
	text-decoration: underline;
	transition: all 0.4s;
}

.f_heading {
	color: #FFF;
	font-size: 16px;
	text-align: left;
}

.scocial_icons_footer {
	font-size: 23px !important;
	color: #FFF;
	transition: all 0.4s;
}

.scocial_icons_footer:hover {
	color: #EEE;
	transition: all 0.4s;
}

.social_sect_f {
	margin-top: -10px;
}

.scocial_icons_footer {
	margin: 0 5px;
}

.scroll_box_holder_footer {
	margin-top: 0px;
}

.scroll_box_holder_footer p {
	color: #F7F7F7;
	font-size: 14px;
}

.f_sub_heading {
	color: #F7F7F7;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.f_color {
	font-size: 12px;
	color: #FFF;
}

.f_link {
	color: #FFF;
	line-height: 10px;
}

.f_link a {
	color: #F7F7F7;
	font-size: 14px;
	text-align: left;
	transition: all 0.4s;
}

.f_link a:hover {
	text-decoration: underline;
	transition: all 0.4s;
}


.social-links-two {
	position: relative;
}

.social-links-two a {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 28px;
	height: 28px;
	line-height: 26px;
	border: 1px solid #185250;
	border-radius: 50%;
	font-size: 12px;
	margin-right: 8px;
	color: #185250 !important;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.blog-news-section .social-links-two a {
	background: #545454;
	color: #185250;
	font-size: 13px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: none;
}

.social-links-two.alt a {
	font-size: 12px;
	border: 1px solid #cccccc;
	color: #cccccc !important;
}

.social-links-two a:hover {
	background: #333;
	border-color: #333;
}

.social-links-two.alt a:hover {
	background: #333 !important;
	border-color: #333;
	color: #ffffff !important;
}

.footer-bottom {
	position: relative;
	padding: 16px 0px;
	font-size: 15px;
	text-align: center;
	color: #808080;
}

.footer-bottom .copyright {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	line-height: 20px;
	padding: 5px 0px;
}

/*****************SLICK***************/
.slick-prev:before {
	color: #1a857e !important;
	font-size: 30px;
}

.slick-next:before {
	color: #1a857e !important;
	font-size: 30px;
}

/***********SITEMAP***********/
.site-map {
	padding-top: 200px;
	padding-bottom: 200px;
}

.site-map li {
	padding-top: 20px;
	font-size: 1.2rem;
}

.site-map a {
	color: #1F1F1F;
}

.site-map a:hover {
	color: #1a857e;
}

@media (max-width: 1100px) {
	.hexa_box_cont {
		display: inline-block;
		overflow-x: scroll !important;
		min-height: 500px;
		scroll-behavior: smooth;
	}

}


/*********************VACANCIES PAGE*****************/

.vaconcies_set_box {
	min-height: 700px;
}

.map_section {
	min-height: 600px;
	display: block;
}

.filter_bar {
	background-color: #333;
	color: #FFF;
	height: 48px;
}

.filter_cont {
	margin-top: -10px;
	margin-bottom: 10px;
}

.filter_cont .btn_width {
	width: 120px;
	border-radius: 7px;
}

.ad_box {
	border: solid 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	padding-top: 15px;
	transition: all 0.4s;
}

.ad_box:hover {
	border: solid 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	padding-top: 15px;
	transition: all 0.4s;
}

.property_add {
	font-size: 16px;
	margin-top: 10px;
}

.pro_price {
	color: #1a857e;
	font-size: 15px;
	font-weight: 400;
}

.pro_price span {
	color: #1a857e;
	font-size: 20px;
	font-weight: bolder;
}

.pro_spec {
	font-size: 16px;
	color: #333;
}

.spec_text {
	color: #333;
	font-size: 13px;
	font-weight: bolder;
}

.des_box p {
	font-size: 16px;
	color: #333;
}

.property_det_sec {
	margin-left: 20px;
	border-left: solid 10px rgba(0, 0, 0, 0.1);
}

.property_add2 {
	font-size: 26px;
	margin-top: 10px;
}

.pro_price2 {
	color: #1a857e;
	font-size: 24px;
	font-weight: 400;
}

.pro_price2 span {
	color: #1a857e;
	font-size: 35px;
	font-weight: bolder;
}

.pro_line {
	font-size: 14px !important;
	line-height: 8px;
}

.sumery_head {
	font-weight: bolder;
}

.peoperty_titt {
	font-weight: bolder;
	font-size: 28px;
}

.cus_header_mod {
	background-color: #1a857e;
	color: #FFF;
}

/*.cu_mod_foot{
	background-color: #185250;
	color: #333;
}*/

.form_next {
	font-size: 14px;
	font-weight: bolder;
	line-height: 4px;
	color: #1a857e;
}

/* Mark input boxes that get errors during validation: */
input.invalid {
	background-color: #ffdddd;
}

/* Hide all steps by default: */
.formtab {
	display: none;
}

.activestep {
	color: #333;
	text-stroke: 1px #333;
	-webkit-text-stroke: 1px #333;
}


/********************FAQ************************/
.faq {
	background: #FFFFFF;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #1a857e;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	background: rgba(102, 46, 145, 0.1);
	padding-left: 10px;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	color: #1a857e;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #1a857e;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding: 30px;
	padding-left: 35px;
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #1a857e;
}

.faq .card .card-body p {
	margin-bottom: 14px;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}

	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}

/*************MOB MENU******************/
.overlay {
	height: 100%;
	/*visibility: hidden;*/
	width: 0%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #1a857e;
	overflow-y: hidden;
	overflow-x: hidden;
	transition: 0.5s;
	border-left: solid 1px rgba(0, 0, 0, 0.2);
	z-index: 999999 !important;
}

.overlay-content {
	position: relative;
	left: 5%;
	top: 0%;
	width: 100%;
	text-align: left;
	margin-top: 70px;
	z-index: 999999 !important;
	background-color: transparent;
}

.nav_logo {
	width: 100px;
	margin-top: -30px;
	border-radius: 10px;
}

.overlay a {
	padding: 8px;
	margin-bottom: 2px;
	display: block;
	transition: all 0.4s;
	z-index: 999999 !important;
	margin-top: 5px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}

.overlay a:hover,
.overlay a:focus {
	color: #FFF;
	opacity: 1;
	transition: all 0.4s;
	outline: none !important;
}

.overlay .closebtn {
	position: absolute;
	top: -10px;
	right: 45px;
	font-size: 40px !important;
	bottom: 100px;
	z-index: 999999 !important;
}

.menu_text_mob {
	text-decoration: none;
	font-size: 24px !important;
	color: #FFF;
	transition: 0.3s;
	/* opacity: 0.7; */
}

.menu_text_mob:hover {
	text-decoration: underline;
	font-size: 24px !important;
	color: #FFF;
	transition: 0.3s;
	opacity: 1 !important;
}

.menu_text_act_mob {
	color: #EEE;
	opacity: 1;
}

.top_gap {
	padding-top: 70px;
}

.menu_icon {
	z-index: 99999 !important;
	margin-top: -120px !important;
	margin-right: 15px;
}

@media screen and (max-height: 800px) {
	.overlay {
		overflow-y: auto;
	}

	.overlay a {
		font-size: 16px;
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}

}

@media screen and (max-width: 1150px) {
	.menu_icon {
		margin-top: 3%;
		text-align: right;
	}

	.overlay {
		overflow-y: auto;
		width: 0%;
	}
}

.products_img {
	width: auto;
}

@media screen and (min-height: 768px) and (max-width: 1200px) {
	.products_img {
		min-width: 220px !important;
	}

	.hexa_img {
		width: 35%;
	}
}



/******************MOBILE DEVICES*********************/
@media (max-width: 480px) {
	.slider_text {
		margin-top: 0vh !important;
		font-size: 18px !important;
	}

	.hexa_img {
		width: 50%;
	}
}

.filter_nav {
	margin-top: -7px;
	width: 100%;
	background-color: none;
	z-index: 1 !important;
}

@media (max-width: 960px) {
	.menu_bar {
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		opacity: 0.9;
		z-index: 999 !important;
		display: none;
		visibility: hidden;
	}

	.main_logo {
		height: auto;
		width: 120px;
		margin-top: 10px;
		margin-left: 20px;
	}

	.pro_titt {
		color: #252525;
		font-size: 18px;
		font-weight: 500;
	}

	.mobile_menu_bar {
		background-color: #FFF;
		height: 65px;
		z-index: 999999 !important;
		width: 100%;
	}

	.full_width {
		width: 105%;
	}

	.scocial_icons {
		color: #1a857e;
		transition: all 0.4s;
		font-size: 23px !important;
		;
	}

	.scocial_icons:hover {
		color: #FFF;
		transition: all 0.4s;
	}

	.top_bar_icon {
		color: #FFF !important;
		font-size: 10px;
		margin-right: 5px !important;
		margin-top: 8px;
		transition: all 0.4s;
		border-left: solid 2px #FFF;
		padding-left: 5px;
		font-weight: bold;
	}

	.top_bar_icon:hover {
		color: #185250 !important;
		margin-top: 8px;
		font-size: 10px;
		margin-right: 5px;
		transition: all 0.4s;
		font-weight: bold;
	}

	.whatsapp {
		border-radius: 50%;
		background-color: #FFF;
		color: #1a857e !important;
		width: 30px;
		height: 30px;
		padding: 4px;
		margin-top: 4px;
		font-size: 12px;
	}

	.whatsapp:hover {
		border-radius: 50%;
		background-color: #185250;
		color: #1a857e !important;
		width: 30px;
		height: 30px;
		padding: 4px;
		margin-top: 4px;
		font-size: 15px;
	}

	.whatsapp i {
		font-weight: bold;
	}

	.menu_sec {
		min-height: 500px;
	}

	.slider_text {
		margin-top: 8vh;
		color: #000;
		font-size: 18px;
	}

	.scroll_box_holder {
		margin-top: 25vh;
	}

	.scroll_box_holder p {
		color: #F7F7F7;
		font-size: 14px;
	}

	.scroll_text {
		margin-top: -20px;
	}

	.about_text_holder {
		margin-top: 20px;
	}

	.home_about_sec {
		padding: 1% 3%;
	}

	.foot_logo {
		width: 150px;
		margin-top: 5px;
	}

	.para_wdth {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}

	.para_wdth-2 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}

	.para_wdth_left {
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}

	.about_page_mid_ban {
		background-image: url(../images/all_staff.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 350px;
	}

	.top_gap {
		margin-top: 5px;
	}

	.sus_page_mid_ban {
		background-image: url(../images/sustainabilty_planting.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		height: 250px;
	}

	.sus_img_mob {
		width: 700px;
		overflow-x: scroll;
	}

	.sus_img_holder_mob {
		overflow-x: scroll;
		width: 100%;
	}

	.left_gap {
		margin-left: 5px;
	}

	.foods_img {
		width: auto;
	}

	.left_border_mob {
		border-left: solid 3px #3A83B6;
	}

	.tree_line {
		height: 70px;
		width: 3px;
		background-color: transparent;
	}

	.tree_line4 {
		height: 3px;
		width: 200px;
		background-color: #3A83B6;
		position: absolute;
		left: 0px;
		top: 200px;
		float: left;
	}

	.about_gif_icon {
		width: 100px;
		background-color: #FFF;
		padding-top: 40px;
	}

	.slider_text_holder {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	.slider_text_2 {
		color: #FFF;
		font-size: 50px;
		font-family: mySecondFont;
		-webkit-text-stroke: 2px #FFF;
		margin-top: 40vh;
		text-align: center;
		padding: 0 15px;
	}

	.slider_text_2a {
		color: #767676;
		font-size: 50px;
		font-family: mySecondFont;
		-webkit-text-stroke: 2px #767676;
		margin-top: 40vh;
		text-align: center;
		padding: 0 15px;
	}

	.slider_text_2_black {
		color: #fff;
		font-size: 50px;
		font-weight: bolder;
		font-family: mySecondFont;
		-webkit-text-stroke: 2px #fff;
		margin-top: 50vh;
		text-align: center;
	}

	.color_tone {
		color: #1a857e;
		-webkit-text-stroke: 2px #1a857e;

	}

	.f_menu span {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		border: none !important;
	}

	.f_menu span a:hover {
		text-decoration: underline !important;
	}

	.f_orgins span {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		border: none !important;
	}

	.f_orgins span a:hover {
		text-decoration: underline !important;
	}

	.chart_img {
		margin-top: -20px;
	}

	.mob_img_trang {
		width: 100%;
		height: 100%;
		margin-top: 0px;
	}

	.about_mid_ban {
		background-image: url(../images/abouthero.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 40vh;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		/*background-size: cover;
		background-attachment: fixed;*/
	}

	.products_img {
		width: 250px;
	}

	.only_mob_line {
		margin-left: 40px !important;
		border-left: solid 2px #FFF !important;
	}

	.number_line {
		background-color: #FFF;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		color: #1a857e;
		font-weight: 600;
		font-size: 15px;
		padding-top: 9px;
		position: absolute;
		top: -20px;
		left: -20px;
		text-align: center;
	}

	.hide_md {
		visibility: hidden;
		display: none;
	}

	.border_blue_right {
		border-right: none;
	}

	.numbers {
		font-size: 38px;
		color: #FFF;
		font-weight: bolder;
		-webkit-text-stroke: 2px #FFF !important;
	}


	.only_mob_center {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.home_mid_ban {
		background-image: url(../images/hero-2.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 40vh;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		/*background-size: cover;
		background-attachment: fixed;*/
	}

	.sus_mid_ban {
		background-image: url(../images/hero-3.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 40vh;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		/*background-size: cover;
		background-attachment: fixed;*/
	}

	.organic_mid_ban {
		background-image: url(../images/kids_seated.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 40vh;
	}

	.gen_para_large {
		color: #FFF;
		font-size: 14px;
		font-weight: 800;
		text-align: center;
	}

	.gen_para {
		color: #333;
		font-size: 16px;
		font-weight: 400;
		/* padding-bottom: 30px; */
	}

	.gen_titt {
		color: #000;
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: bolder;
		/* text-stroke: 1px #FFF !important; */
		-webkit-text-stroke: 1px #333 !important;
		text-align: center !important;
	}

	.section_sub_tpoic {
		color: #000;
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: bolder;
		/* text-stroke: 1px #FFF !important; */
		-webkit-text-stroke: 1px #333 !important;
		text-align: center !important;
	}

	.tittle_sm_big {
		font-size: 28px;
		font-weight: bolder;
		/* text-stroke: 1px #000; */
		-webkit-text-stroke: 1px #000;
	}

	/* .home_map_ban img {
		width: 70%;
	} */

	.read-more-butt {
		padding-bottom: 30px;
		margin-top: 0;
	}

	.news_date {
		color: #767676;
		font-size: 10px;
		margin-top: 0px;
	}

	.parallax {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 35%;
		background-image: url("../images/slider-bg-1.jpg");
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.btn_sec {
		background-color: #1a857e;
		color: #FFF;
		padding: 10px;
		border-radius: 5px;
		margin-right: 10px;
		font-size: 12px;
	}

	.hero_text_sub {
		color: #FFF;
		font-size: 16px;
		font-weight: bolder;
		font-family: mySecondFont;
		width: 100%;
	}

	.page_sliders {
		width: 100%;
		height: 25vh;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.fancy_tpoic {
		color: #1a857e;
		margin-top: 0%;
		text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
		-webkit-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
		-moz-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
		font-size: 26px;
		font-weight: bolder;
		text-align: center;
		text-transform: uppercase;
	}

	.fancy_tpoic2 {
		color: #1a857e;
		margin-top: 0;
		text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
		-webkit-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
		-moz-text-shadow: 0px 3px 0px rgba(254, 176, 65, 0.7);
		font-size: 26px;
		font-weight: bolder;
		text-align: center;
		text-transform: uppercase;
	}

	.about_sec {
		padding-top: 0px;
		background-image: url(../images/shop-bg-3.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border-bottom: solid 5px rgba(255, 215, 0, 1);
	}

	.footer h2 {
		font-size: 24px;
	}

	.maintan_box {
		background-color: #fef2e0;
	}

	.tiles_container {
		margin-top: -100px;
	}

	.tille_box {
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		min-height: 500px;
		opacity: 1;
		transition: all 0.4s;
		border-radius: 15px;
		border-right: solid 3px #FFF;
		background: rgb(102, 46, 145, 1);
		background: linear-gradient(90deg, rgba(102, 46, 145, 1) 0%, rgba(254, 176, 65, 1) 100%, rgba(0, 212, 255, 1) 100%);
		box-shadow: 5px 5px 10px rgba(102, 46, 145, 0.3);
		margin-top: 30px !important;
	}

	.tille_box:hover {
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		min-height: 500px;
		opacity: 0.7;
		transition: all 0.4s;
		margin-top: 30px;
	}

	.till_readmore {
		margin-top: 200px;
	}

	.parallax-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 70vh;
	}

	.hexa_set_main {
		margin: -100px 0 0 0;
		background: #FFF;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
		border-top: solid 4px #185250;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
		padding: 20px 20px 15px 20px;
	}

	.property_border {
		border: none;
		visibility: hidden;
		display: none;
		width: 90%;
		height: 90%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		transition: all 0.4s;
	}

	.gen_titt_white {
		color: #FFF;
		font-size: 25px;
		margin-bottom: 10px;
		font-weight: bolder;
		/* text-stroke: 1px #1f1f1f !important; */
		-webkit-text-stroke: 1px #FFF !important;
	}

	.property_det_sec {
		margin-left: 0px;
		border-left: none;
	}

	.pro_line {
		font-size: 13px !important;
		line-height: 15px;
	}

	.map_section {
		min-height: 600px;
		display: none;
	}

	.filter_cont .btn_width {
		width: 100px;
		border-radius: 7px;
		font-size: 12px;
	}

	.filter_cont p {
		font-size: 12px;
		margin-top: 5px;
	}

	.filter_container {
		background-color: #333;
		z-index: 999999 !important;
		width: 100%;
	}

	.filter_icon span {
		color: #FFF !important;
	}

	.filter_nav {
		margin-top: -7px;
		width: 100%;
		background-color: #333;
		z-index: 1 !important;
	}

}


.bg_color {
	background-color: #E8E8E8;
	padding: 40px 0 40px 0;
}

.card {
	box-shadow: 0px 0px 10px rgba(156, 156, 156, 0.1);
}

.card-body img {
	width: 40px;
}

.prod_card {
	background-color: #FFF;
	border-radius: 5%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	min-height: 300px;
	transition: all 0.4s;
}

.prod_card:hover {
	background-color: #fafffa;
	border-radius: 5%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	min-height: 300px;
	transition: all 0.4s;
}



/* VILLOX NEW SECTIONS ADDITIONS */

/* Why Choose Us Section */
.why-choose-us-section {
	background-color: #f9f9f9;
}

.feature-card {
	background: #fff;
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	height: 100%;
	text-align: center;
	border-bottom: 3px solid transparent;
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #1a857e;
}

.feature-icon-wrapper {
	width: 70px;
	height: 70px;
	background: #e8f5f4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #1a857e;
	font-size: 28px;
	transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
	background: #1a857e;
	color: #fff;
}

.feature-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
	font-family: mySecondFont;
}

.feature-desc {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
}

/* Property Management Section */
.prop-mgmt-section {
	position: relative;
	overflow: hidden;
}

.prop-mgmt-img {
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: auto;
	object-fit: cover;
}

.prop-mgmt-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cta-btn-custom {
	background-color: #1a857e;
	color: #fff;
	padding: 12px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	transition: all 0.3s ease;
	border: 2px solid #1a857e;
	text-decoration: none;
}

.cta-btn-custom:hover {
	background-color: transparent;
	color: #1a857e;
	text-decoration: none;
}

/* How It Works Section */
.how-it-works-section {
	background-color: #fff;
}

.timeline-step {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.step-number {
	width: 50px;
	height: 50px;
	background: #1a857e;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(26, 133, 126, 0.4);
}

.timeline-step h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
}

.step-connector {
	display: none;
}

@media (min-width: 992px) {
	.step-connector {
		display: block;
		position: absolute;
		top: 45px;
		left: 50%;
		width: 100%;
		height: 2px;
		background: #e0e0e0;
		z-index: 1;
	}

	.timeline-col:last-child .step-connector {
		display: none;
	}
}


/* NEW ABOUT SECTION BACKGROUND */
.about-section-new {
	position: relative;
	padding: 80px 0;
	color: #fff;
	background: linear-gradient(135deg, rgba(26, 133, 126, 0.95), rgba(17, 17, 17, 0.9)), url('../images/night-city.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* NEW FOOTER STYLES */
.footer-new {
	background-color: #111;
	color: #bbb;
	padding: 70px 0 0;
	font-size: 14px;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-logo {
	color: #fff;
	font-family: mySecondFont;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
	display: inline-block;
}

.footer-logo span {
	color: #1a857e;
}

.footer-desc {
	line-height: 1.8;
	margin-bottom: 20px;
}

.footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
}

.footer-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #1a857e;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #bbb;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}

.footer-links a:hover {
	color: #1a857e;
	padding-left: 5px;
}

.footer-links a i {
	margin-right: 10px;
	font-size: 12px;
	color: #1a857e;
}

.footer-contact-info li {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.footer-contact-info i {
	color: #1a857e;
	font-size: 18px;
	margin-right: 15px;
	margin-top: 3px;
}

.footer-bottom {
	background-color: #0a0a0a;
	padding: 20px 0;
	margin-top: 50px;
	border-top: 1px solid #222;
}

.copyright-text {
	margin: 0;
	color: #777;
}

.footer-social-links a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #222;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.footer-social-links a:hover {
	background: #1a857e;
	transform: translateY(-3px);
}

/* NEW STATIC HERO BANNER */
.hero-banner {
	position: relative;
	width: 100%;
	height: 65vh;
	background-image: url('../images/Hero_image.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.hero-content-card {
	background: #fff;
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	margin-top: -120px;
	/* Overlap the banner */
	position: relative;
	z-index: 10;
	text-align: center;
}

.hero-content-card h1 {
	font-family: mySecondFont;
	font-size: 3rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 25px;
}

.hero-content-card p.lead {
	font-size: 1.15rem;
	color: #555;
	line-height: 1.8;
	margin-bottom: 35px;
}

.hero-sub-text {
	font-size: 1.1rem;
	color: #777;
	font-weight: 500;
}


/* REDESIGNED NAVIGATION */

/* Top Bar */
.top-bar-new {
	background-color: #111;
	color: #ccc;
	font-size: 13px;
	padding: 10px 0;
}

.top-bar-new a {
	color: #ccc;
	text-decoration: none;
	margin-left: 20px;
	transition: color 0.3s ease;
}

.top-bar-new a:hover {
	color: #1a857e;
}

.top-bar-new i {
	color: #1a857e;
	margin-right: 5px;
}

/* Main Navbar */
.navbar-custom {
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
	padding: 15px 0;
}

.navbar-brand img {
	max-height: 75px;
	width: auto;
}

.navbar-custom .nav-link {
	color: #333 !important;
	font-weight: 600;
	font-size: 15px;
	padding: 5px 15px !important;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	/* Prevent layout shift */
	border-radius: 20px;
}

.navbar-custom .nav-link:hover {
	color: #1a857e !important;
	background-color: transparent;
	border: 1px solid #1a857e;
	border-radius: 20px;
}

.navbar-custom .nav-item .active {
	color: #1a857e !important;
	background-color: transparent;
	border: 1px solid #1a857e;
	border-radius: 20px;
}

/* OVERRIDE BOOTSTRAP PRIMARY COLORS */
.text-primary {
	color: #1a857e !important;
}

.btn-primary {
	background-color: #1a857e !important;
	border-color: #1a857e !important;
}

.btn-primary:hover {
	background-color: #146c66 !important;
	border-color: #146c66 !important;
}

.btn-outline-primary {
	color: #1a857e !important;
	border-color: #1a857e !important;
}

.btn-outline-primary:hover {
	background-color: #1a857e !important;
	color: #fff !important;
}

/* Mobile Menu Button */
.navbar-toggler {
	border: none;
	padding: 0;
	color: #333;
	font-size: 24px;
}

.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}

/* STICKY HEADER & MOBILE MENU ENHANCEMENTS */

/* Sticky Transition */
.navbar-custom {
	transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.navbar-custom.scrolled {
	padding: 8px 0;
	/* Reduced from 15px */
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.navbar-custom.scrolled .navbar-brand img {
	max-height: 60px;
	/* Shrink logo slightly on scroll for better proportion */
	transition: max-height 0.3s ease;
}

/* Modern Mobile Toggler */
.navbar-toggler-icon-custom {
	width: 30px;
	height: 20px;
	position: relative;
	margin-right: 15px;
	/* Gap from right */
	cursor: pointer;
	display: inline-block;
}

.navbar-toggler-icon-custom span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #333;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.navbar-toggler-icon-custom span:nth-child(1) {
	top: 0px;
}

.navbar-toggler-icon-custom span:nth-child(2) {
	top: 9px;
	width: 70%;
	margin-left: 30%;
}

/* Modern uneven look */
.navbar-toggler-icon-custom span:nth-child(3) {
	top: 18px;
}

.navbar-toggler-icon-custom.open span:nth-child(1) {
	top: 9px;
	transform: rotate(135deg);
}

.navbar-toggler-icon-custom.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.navbar-toggler-icon-custom.open span:nth-child(3) {
	top: 9px;
	transform: rotate(-135deg);
}


/* Full Screen Mobile Menu Overlay */
.mobile-menu-overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #1a857e;
	/* Brand Color Background */
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.mobile-menu-overlay.active {
	width: 100%;
}

.mobile-menu-content {
	position: relative;
	top: 15%;
	/* Center vertically approx */
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.mobile-menu-overlay a {
	padding: 15px;
	text-decoration: none;
	font-size: 28px;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-family: mySecondFont;
	font-weight: 700;
}

.mobile-menu-overlay a:hover {
	color: #222;
	background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay .closebtn {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 10001;
	background: transparent;
	border: none;
	cursor: pointer;
	display: block;
	padding: 10px;
}

.mobile-menu-overlay .closebtn svg {
	display: block;
	width: 32px;
	height: 32px;
	pointer-events: none;
}

.mobile-menu-overlay .closebtn:hover svg path {
	stroke: #ccc;
	transition: 0.3s;
}

/* MOBILE RESPONSIVE TWEAKS */
@media (max-width: 768px) {

	/* Hero Banner Image Optimization */
	.hero-banner {
		height: 50vh;
		/* Reduced height for mobile */
		background-position: center center;
	}

	.hero-content-card {
		margin-top: -60px;
		/* Reduced overlap */
		padding: 30px 20px;
	}

	/* Typography Adjustments */
	.hero-content-card h1 {
		font-size: 2rem;
		/* Smaller title */
		margin-bottom: 15px;
	}

	.hero-content-card p.lead {
		font-size: 1rem;
		/* Smaller lead text */
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.hero-sub-text {
		font-size: 0.95rem;
		display: block;
		margin-bottom: 15px;
	}
}

/* ABOUT US PAGE REDESIGN */
.about-feature-card {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	/* Soft premium shadow */
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.03);
	height: 100%;
}

.about-feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(26, 133, 126, 0.15);
	/* Brand color hint opacity */
}

.about-feature-icon {
	width: 80px;
	height: 80px;
	background: rgba(26, 133, 126, 0.1);
	/* Light brand color bg */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px auto;
	color: #1a857e;
	font-size: 32px;
	transition: all 0.3s ease;
}

.about-feature-card:hover .about-feature-icon {
	background: #1a857e;
	color: #fff;
	transform: scale(1.1);
}

.about-feature-card h5 {
	font-family: mySecondFont;
	font-size: 1.25rem;
	margin-bottom: 15px;
	color: #222;
}

.about-feature-card p {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
}

/* MODERN TEAM CARD */
.team-card-modern {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.4s ease;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.03);
	height: 100%;
}

.team-card-modern:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.team-img-box {
	position: relative;
	overflow: hidden;
	height: 350px;
}

.team-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.team-card-modern:hover .team-img-box img {
	transform: scale(1.1);
}

.team-social-overlay {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgba(26, 133, 126, 0.9), transparent);
	padding: 20px 0 30px;
	display: flex;
	justify-content: center;
	transition: bottom 0.4s ease;
	opacity: 0;
}

.team-card-modern:hover .team-social-overlay {
	bottom: 0;
	opacity: 1;
}

.team-social-overlay a {
	color: #fff;
	font-size: 1.2rem;
	margin: 0 10px;
	background: rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}

.team-social-overlay a:hover {
	background: #fff;
	color: #1a857e;
}

.team-content {
	background: #fff;
	z-index: 2;
	position: relative;
}

.team-name {
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
}

.team-role {
	font-size: 0.9rem;
	font-weight: 500;
}

/* WHO WE ARE - MODERN */
.section-who-we-are {
	padding: 100px 0;
}

.relative-container {
	position: relative;
}

.about-img-wrapper {
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
}

.about-img-wrapper img {
	border-radius: 20px;
	box-shadow: 20px 20px 0px rgba(26, 133, 126, 0.1);
}

.experience-badge {
	position: absolute;
	bottom: 60px;
	left: -30px;
	background: #1a857e;
	color: #fff;
	padding: 25px 35px;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(26, 133, 126, 0.4);
	text-align: center;
	line-height: 1.2;
	z-index: 2;
}

.experience-badge .years {
	display: block;
	font-size: 3rem;
	font-weight: 800;
	font-family: mySecondFont;
}

.experience-badge .text {
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.9;
}

.bounce-animate {
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

.two-column-list {
	display: flex;
	flex-wrap: wrap;
}

.two-column-list li {
	width: 50%;
	margin-bottom: 15px;
	font-size: 1rem;
	color: #555;
	display: flex;
	align-items: center;
}

/* CONTACT PAGE PREMIUM STYLES */

/* Form Card Tweaks */
.contact-form-modern {
	padding: 40px;
	border: none;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.modern-form .form-control {
	background: #f8f9fa;
	border: 1px solid #eee;
	padding: 15px 20px;
	height: auto;
	border-radius: 10px;
	transition: all 0.3s;
	font-size: 0.95rem;
}

.modern-form .form-control:focus {
	background: #fff;
	border-color: #1a857e;
	box-shadow: 0 0 0 4px rgba(26, 133, 126, 0.1);
}

.modern-form label {
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

/* Premium Info Card */
.contact-info-premium {
	background: #1a857e;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
	box-shadow: 0 20px 50px rgba(26, 133, 126, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.icon-circle {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 20px;
	color: #fff;
	flex-shrink: 0;
	transition: all 0.4s ease;
}

.contact-item-box:hover .icon-circle {
	background: #fff;
	color: #1a857e;
	transform: scale(1.1) rotate(5deg);
}

.contact-text span {
	display: block;
	font-size: 0.85rem;
	opacity: 0.7;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.contact-text p {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.5;
}

.contact-text a {
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact-text a:hover {
	opacity: 0.8;
}