.brand-orange {
	color: #ff4e1d !important;
}

.text-brand {
	color: #C96743;
}

html,
body {
	width: 100%;
	min-height: 100%;
	max-width: 100vw;
	overflow-x: hidden;
	background: #F7F7F7;
}

html.page-template-default header, html.post-template-default header,
body.page-template-default header,
body.post-template-default header {
	background: #fff;
}

html.page-template-default header li > a,
html.page-template-default header a, html.post-template-default header li > a,
html.post-template-default header a,
body.page-template-default header li > a,
body.page-template-default header a,
body.post-template-default header li > a,
body.post-template-default header a {
	color: #000;
}

html.page-template-default header .projectwebsite, html.post-template-default header .projectwebsite,
body.page-template-default header .projectwebsite,
body.post-template-default header .projectwebsite {
	display: none;
}

html.page-template-default header .logo-dark, html.post-template-default header .logo-dark,
body.page-template-default header .logo-dark,
body.post-template-default header .logo-dark {
	display: block;
}

html.page-template-default header .px-50.py-5, html.post-template-default header .px-50.py-5,
body.page-template-default header .px-50.py-5,
body.post-template-default header .px-50.py-5 {
	padding: 25px 50px !important;
}

@media (max-width: 768px) {
	html.page-template-default header .px-50.py-5, html.post-template-default header .px-50.py-5,
	body.page-template-default header .px-50.py-5,
	body.post-template-default header .px-50.py-5 {
		padding: 15px !important;
	}
}

@media (max-width: 768px) {
	html.page-template-default, html.post-template-default,
	body.page-template-default,
	body.post-template-default {
		max-width: 100vw;
		overflow-x: hidden;
	}
	html.page-template-default .projectwebsite, html.post-template-default .projectwebsite,
	body.page-template-default .projectwebsite,
	body.post-template-default .projectwebsite {
		display: none !important;
	}
	html.page-template-default .logo-dark, html.post-template-default .logo-dark,
	body.page-template-default .logo-dark,
	body.post-template-default .logo-dark {
		display: block !important;
	}
}

@media (max-width: 768px) {
	html.page-template,
	body.page-template {
		max-width: 100vw;
		overflow-x: hidden;
	}
	html.page-template .navbar-light .navbar-toggler-icon,
	body.page-template .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	html.page-template .navbar-toggler.active .navbar-toggler-icon,
	body.page-template .navbar-toggler.active .navbar-toggler-icon {
		background-image: url("assets/images/close.svg") !important;
	}
	html.page-template header,
	body.page-template header {
		background: #fff;
	}
	html.page-template header li > a,
	html.page-template header a,
	body.page-template header li > a,
	body.page-template header a {
		color: #000;
	}
	html.page-template header .projectwebsite,
	body.page-template header .projectwebsite {
		display: none;
	}
	html.page-template header .logo-dark,
	body.page-template header .logo-dark {
		display: block;
	}
	html.page-template header .px-50.py-5,
	body.page-template header .px-50.py-5 {
		padding: 25px 50px !important;
	}
}

@media (max-width: 768px) and (max-width: 768px) {
	html.page-template header .px-50.py-5,
	body.page-template header .px-50.py-5 {
		padding: 15px !important;
	}
}

@media (max-width: 768px) {
	html.page-template .projectwebsite,
	body.page-template .projectwebsite {
		display: none !important;
	}
	html.page-template .logo-dark,
	body.page-template .logo-dark {
		display: block !important;
	}
}

:root {
	--animate-delay: 300ms !important;
}

body {
	font-size: 18px;
	line-height: 1.7em;
	color: #000;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	max-width: 100vw;
	overflow-x: hidden;
}

body.home {
	padding-top: 0px !important;
}

@media (min-width: 768px) {
	body.scrolled .energy-saving-logo {
		transform: translateY(-18px) !important;
	}
}

body p,
body span,
body input,
body button,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .elementor-counter-title,
body .elementor-accordion-title,
body .elementor-widget-container {
	font-family: "Manrope", sans-serif !important;
	margin: 0px;
}

body #wpadminbar .ab-icon {
	font: normal 20px/1 dashicons;
}

.btn-padding .elementor-button {
	padding: 12px 35px;
}

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

.fs-manrope {
	font-family: "Manrope", sans-serif !important;
}

.fs-normal {
	font-style: normal !important;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
}

a:visited {
	color: inherit;
}

a.read-more {
	font-size: 0.9em;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.btn-outline-secondary {
	padding: 9px 40px;
}

.btn-green {
	font-weight: 600 !important;
	color: #009877 !important;
}

.btn-register {
	width: 100%;
	padding: 10px 40px;
	border-color: #d9d9d9;
	border: 0px !important;
	background: #009877;
	color: #fff;
	font-weight: bold;
}

.btn-register:hover {
	background: #00654f;
	color: #fff;
}

.btn-request {
	width: 100%;
	padding: 10px 40px;
	border-color: #d9d9d9;
	border: 0px !important;
	background: #ff4e1d;
	color: #fff;
}

.btn-request:hover {
	background: #e93300;
	color: #fff;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.btn {
	border-radius: 1px !important;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.h1 {
	font-weight: 800;
	font-size: 1.7em;
	color: #00263D;
}

.h1 .smaller {
	font-size: 0.85em;
}

.h2.sub-title {
	color: #00263D;
	font-size: 26px !important;
	font-weight: 400;
	line-height: 38px;
	margin-top: 20px;
	display: block;
}

.h2.sub-title h2 {
	color: #00263D;
	font-size: 26px !important;
	font-weight: 400;
	line-height: 38px;
	margin-top: 20px;
	display: block;
}

.bg-brand-yellow {
	background: #FFD75A;
}

.bg-white {
	background: #fff;
}

.underlined {
	position: relative;
	display: inline-block;
}

.underlined:after {
	content: " ";
	width: calc(100% + 7px);
	height: 10px;
	background: #150E2D;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transition: all 0.3s ease;
}

.underlined:hover:after {
	height: 20px;
}

.mobile-menu {
	width: 100%;
	height: calc(100vh - 200px);
	position: fixed;
	left: 0px;
	top: 0px;
	background: #fff;
	z-index: 99;
	padding: 15px;
	opacity: 0;
	transform: translateY(-100%);
	transition: all .3s ease;
	z-index: 99999;
	text-transform: uppercase;
}

.mobile-menu.active {
	opacity: 1;
	transform: translateY(130px);
}

.mobile-menu .mobile-language {
	display: flex;
	gap: 10px;
	text-transform: uppercase;
	justify-content: flex-end;
}

.mobile-menu .menu {
	height: calc(100% - 200px);
	min-height: 75svh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu-footer {
	height: 10%;
}

.mobile-menu .navbar-nav {
	justify-content: center;
	height: 70%;
}

.mobile-menu .navbar-nav li {
	padding: 7px 0px !important;
}

.mobile-menu-footer {
	border-top: 1px solid #f2f2f2;
	justify-self: flex-end;
	padding-top: 10px;
	flex: 1;
	font-weight: bold;
	position: relative;
	bottom: 100px;
}

.mobile-menu-footer a {
	font-weight: normal;
	font-size: 0.85em;
}

.mobile-menu-footer img {
	height: 20px;
	width: auto;
}

.mobile-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

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

.mobile-menu ul li a {
	color: inherit;
	font-weight: 300;
	transition: all .3s ease;
	font-size: 0.9em;
}

.mobile-menu ul li a:hover {
	color: #00263D;
}

@media (max-width: 768px) {
	.home .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
}

.navbar-toggler {
	border: 0px;
	padding: 0;
}

.navbar-toggler.active .navbar-toggler-icon {
	background-image: url("assets/images/close.svg") !important;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.scrolled .navbar-toggler.active .navbar-toggler-icon {
	background-image: url("assets/images/close.svg") !important;
}

header {
	background: #fff;
	width: 100vw;
	transition: all .3s ease;
	z-index: 999999 !important;
	padding: 10px;
}

@media (max-width: 768px) {
	header {
		padding: 10px 10px 9px 10px;
	}
}

header .language {
	font-size: 0.8em;
	margin-right: 20px;
}

@media (max-width: 768px) {
	header .language a {
		margin: 0px 10px;
	}
}

header .language .active {
	font-weight: bold;
}

header .language a {
	text-transform: uppercase;
	padding: 0px 10px;
}

header .language a:last-child {
	border-right: 0px;
	padding-right: 0px;
}

@media (min-width: 768px) {
	header .navbar-light {
		padding: 0px;
	}
	header .navbar-light .container {
		padding: 0px;
	}
}

header .logo-dark {
	display: none;
}

header.header .px-50.py-5 {
	transition: all .3s ease;
}

@media (max-width: 768px) {
	header.header .px-50.py-5 {
		padding: 15px !important;
	}
}

header.header li > a {
	text-transform: uppercase;
	font-weight: 400;
}

header.header .navbar-nav {
	margin: 0px;
	border-radius: 50px;
	padding: 20px 50px;
}

header.header .navbar-nav li {
	position: relative;
}

header.header .navbar-nav li.current-menu-item {
	position: relative;
}

@media (min-width: 768px) {
	header.header .navbar-nav li.current-menu-item:after {
		opacity: 1;
	}
}

header.header .navbar-nav .dropdown-menu {
	min-width: 270px;
	border: 0px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	top: 30px;
	line-height: 47px;
}

header.header .navbar-nav #navbarNavDropdown > ul > .menu-item {
	padding: 10px 15px !important;
}

header.header .navbar-nav .menu-item-has-children ul .menu-item {
	padding: 0px 5px !important;
}

header.header .navbar-nav .menu-item-has-children:hover .dropdown-menu {
	display: block;
}

@media (max-width: 768px) {
	header.header.scrolled .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
}

header.header.scrolled {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

header.header.scrolled a {
	color: #000;
}

header.header.scrolled .projectwebsite {
	display: none;
}

header.header.scrolled .logo-dark {
	display: block;
}

header.header.scrolled .px-50.py-5 {
	padding: 25px 50px !important;
}

@media (max-width: 768px) {
	header.header.scrolled .px-50.py-5 {
		padding: 15px !important;
	}
}

@media (max-width: 768px) {
	header .navbar-brand {
		width: 50%;
	}
}

header .navbar-brand img {
	height: 45px;
	width: auto;
	object-fit: contain;
	object-position: left;
}

header .collapse a {
	font-weight: 300;
	color: #000;
	font-size: 0.9em;
	padding: 0px 20px;
}

header .collapse .nav-link {
	color: #000 !important;
}

header .btn-cta {
	margin-left: 10px;
	padding: 20px 60px;
	border-color: #d9d9d9;
	border-radius: 50px !important;
	background: #fff;
	font-weight: bold;
}

@media (max-width: 768px) {
	header .btn-cta {
		display: none;
	}
}

header .btn-cta:hover {
	border-color: #150E2D;
}

.arrow.arrow-left {
	transform: rotate(-180deg);
}

.btn-arrow-square {
	width: 45px;
	height: 45px;
	background: #150E2D;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.btn-arrow-square img {
	width: 10px;
	height: auto;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.navigation img {
	margin: 0px 5px;
	width: 15px;
	height: 15px;
	object-fit: contain;
	object-position: center;
}

.h1 {
	font-size: 2.7em;
}

.h1 .fw-light {
	display: block;
}

@media (max-width: 768px) {
	.h1 {
		font-size: 2em;
	}
}

.hero {
	background-color: #023341;
	min-height: 700px;
	height: 100vh;
	padding-left: 37px;
	overflow: hidden;
	max-width: 100vw;
	position: relative;
}

@media (max-width: 768px) {
	.hero {
		padding-left: 0px;
	}
}

.hero .heroVerticalSlider {
	height: 50vh;
}

.hero .heroVerticalSlider .swiper-slide {
	display: flex;
	align-items: center;
}

.hero .heroVerticalSlider-pagination {
	position: relative;
	display: flex;
	gap: 70px;
	flex-direction: column;
	margin-left: 50px;
}

@media (max-width: 768px) {
	.hero .heroVerticalSlider-pagination {
		margin-left: 0px;
	}
}

.hero .heroVerticalSlider-pagination .swiper-pagination-bullet {
	width: 55px;
	height: 55px;
	background: transparent;
	border: 1px solid #ffffff50;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	color: #fff;
	position: relative;
	opacity: 1;
	transition: all 0.3s ease;
}

.hero .heroVerticalSlider-pagination .swiper-pagination-bullet-active {
	background: #fff;
	color: #000;
}

.hero .heroVerticalSlider-pagination .swiper-pagination-bullet:before {
	content: " ";
	height: calc(100% + 30px);
	width: 1px;
	background: #ffffff50;
	top: calc(-100% - 30px);
	left: 50%;
	position: absolute;
}

.hero .heroVerticalSlider-pagination .swiper-pagination-bullet:first-child::before {
	display: none;
}

.hero img {
	position: absolute;
	right: -10px;
	width: calc(100vw - 30px);
	height: 100vh;
	object-fit: cover;
	object-position: top;
	opacity: 0.4;
	z-index: 0;
}

@media (max-width: 768px) {
	.hero img {
		width: calc(100vw + 20px);
		right: 0px;
		margin: 0px;
		padding: 0px;
	}
}

.hero .welcome {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero .content {
	width: 100%;
	z-index: 1;
	padding: 0px 100px;
	margin-top: 50px;
}

@media (max-width: 768px) {
	.hero .content {
		width: 100%;
		padding: 10px;
	}
}

.hero .content .h1 {
	font-weight: 900;
	color: #fff;
	font-size: 7.5em;
}

@media (max-width: 768px) {
	.hero .content .h1 {
		font-size: 3em;
	}
}

.hero .content p {
	width: 90%;
	font-weight: 300;
}

.hero .slider-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero:after {
	content: " ";
	background: #03a0ac;
	background: -moz-linear-gradient(180deg, rgba(3, 160, 172, 0) 0%, #03a0ac 100%);
	background: -webkit-linear-gradient(180deg, rgba(3, 160, 172, 0) 0%, #03a0ac 100%);
	background: linear-gradient(180deg, rgba(3, 160, 172, 0) 0%, #03a0ac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a0ac", endColorstr="#03a0ac", GradientType=1);
	min-height: 200px;
	height: 50vh;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0.8;
}

.default-container-padding {
	padding: 7px 50px;
}

@media (max-width: 768px) {
	.default-container-padding {
		padding: 7px 20px;
	}
}

#text-banner {
	position: sticky;
	top: 125px;
	left: 0;
	z-index: 99;
}

@media (max-width: 768px) {
	#text-banner {
		top: 88px;
	}
}

.text-banner {
	font-size: 0.9em;
	font-weight: lighter;
	overflow: hidden;
	display: flex;
}

.text-banner::stuck {
	border: 1px solid #f00;
}

.text-banner marquee {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.text-banner marquee a:hover {
	text-decoration: underline;
}

.text-banner .close {
	width: 25px;
	height: 25px;
	object-fit: contain;
	object-position: center;
	opacity: 0.5;
	transform: translateX(6px);
	cursor: pointer;
	position: relative;
}

.text-banner .close:hover {
	opacity: 1;
}

.text-banner a,
.text-banner span {
	width: auto;
	margin-right: 40px;
	position: relative;
	text-decoration: none;
	color: #00263D;
	font-weight: bold;
}

.text-banner a:after,
.text-banner span:after {
	content: " ";
	height: 90%;
	width: 1px;
	background: #f3b800;
	position: absolute;
	right: -20px;
	top: 5%;
}

.text-banner a:last-child:after,
.text-banner span:last-child:after {
	display: none;
}

.news .top a {
	color: inherit;
	font-size: 0.8em;
}

.news .top a img {
	margin-left: 10px;
	width: 8px;
}

.news .wrapper {
	position: relative;
}

.news .btn-arrow-square {
	position: absolute;
	right: 25px;
	bottom: 15px;
	transition: all 0.3s ease;
}

.news a {
	display: block;
	border: 1px solid #e8e8e8;
}

.news .search-wrapper {
	width: 50%;
}

@media (max-width: 768px) {
	.news .search-wrapper {
		width: 100%;
		margin-top: 10px;
	}
}

.news .search-wrapper input {
	border: none !important;
	border-radius: 15px;
	border-bottom: 1px solid #d9d9d9 !important;
}

.news .search-wrapper input:focus {
	outline: none;
	box-shadow: none;
}

.news .search-wrapper input::placeholder {
	font-weight: 400;
	color: #d9d9d9;
}

.news .search-wrapper button {
	border: none !important;
	border-bottom: 1px solid #d9d9d9 !important;
}

.news .search-wrapper button svg {
	margin-top: -5px;
}

.news .news-list .wrapper {
	width: calc(25% - 24px);
	margin: 0px 30px 30px 0px;
}

@media (max-width: 768px) {
	.news .news-list .wrapper {
		width: 100%;
	}
}

.news .news-list .wrapper:nth-child(4n + 4) {
	margin-right: 0px;
}

.news .badge {
	color: #fff;
	font-weight: 400;
	font-size: 0.5em;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 0px;
	width: 70px;
}

.news .badge.news {
	background-color: #092C38;
}

.news .badge.event {
	background-color: #FFD75A;
	color: #000;
}

.news .wrapper {
	transition: all 0.3s ease;
}

.news .wrapper .img-wrapper > img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}

.news .wrapper .date {
	display: block;
	font-size: 0.7em;
	margin-top: 10px;
	color: #333333;
}

.news .wrapper .h3 {
	color: #00263D;
	font-size: 1em;
	display: block;
	margin-top: 40px;
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.news .wrapper .h3 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/* number of lines to show */
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.news .wrapper p {
	font-size: 0.85em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6em;
}

.news .wrapper:hover {
	transform: translateY(-10px);
}

.news .newsSlider,
.news .news-list {
	overflow: hidden;
	margin: 30px 0px;
	display: flex;
	flex-direction: column;
}

.news .newsSlider .img-wrapper,
.news .news-list .img-wrapper {
	position: relative;
	width: 100%;
}

@media (max-width: 768px) {
	.news .newsSlider,
	.news .news-list {
		margin: 15px 0px;
	}
}

.news .newsSlider .navigation,
.news .news-list .navigation {
	margin-top: -10px;
}

.insights .top a {
	color: inherit;
	font-size: 0.8em;
}

.insights .top a img {
	margin-left: 10px;
	width: 8px;
}

.insights .insight-list .swiper-wrapper {
	flex-wrap: wrap !important;
	width: 100%;
}

.insights .insight-list .swiper-wrapper .wrapper {
	margin: 0px 0px 15px 0px !important;
}

.insights .insightSlider,
.insights .insight-list {
	overflow: hidden;
	margin: 50px 0px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.insights .insightSlider,
	.insights .insight-list {
		margin: 25px 0px;
	}
}

.insights .insightSlider .swiper-wrapper,
.insights .insight-list .swiper-wrapper {
	flex-wrap: nowrap;
}

.insights .insightSlider .swiper-wrapper .wrapper,
.insights .insight-list .swiper-wrapper .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.insights .insightSlider .swiper-wrapper .wrapper > img,
.insights .insight-list .swiper-wrapper .wrapper > img {
	border-radius: 5px;
	aspect-ratio: 1 / 1.4142;
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
	width: 40%;
	margin-right: 30px;
	transition: all .3s ease;
}

@media (max-width: 768px) {
	.insights .insightSlider .swiper-wrapper .wrapper > img,
	.insights .insight-list .swiper-wrapper .wrapper > img {
		width: 100%;
		margin: auto;
		margin-bottom: 10px;
	}
}

.insights .insightSlider .swiper-wrapper .wrapper .item-content,
.insights .insight-list .swiper-wrapper .wrapper .item-content {
	max-width: 45%;
	max-height: 100%;
	display: flex;
	transition: all .3s ease;
}

@media (max-width: 768px) {
	.insights .insightSlider .swiper-wrapper .wrapper .item-content,
	.insights .insight-list .swiper-wrapper .wrapper .item-content {
		width: 100%;
		max-width: 100%;
	}
}

.insights .insightSlider .swiper-wrapper .wrapper .item-content .col,
.insights .insight-list .swiper-wrapper .wrapper .item-content .col {
	align-self: center;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.insights .insightSlider .swiper-wrapper .wrapper .item-content .col,
	.insights .insight-list .swiper-wrapper .wrapper .item-content .col {
		margin-top: 0;
	}
}

.insights .insightSlider .swiper-wrapper .wrapper .item-content .btn,
.insights .insight-list .swiper-wrapper .wrapper .item-content .btn {
	text-align: left;
	margin-bottom: 15px;
	margin-top: -20px;
	align-self: flex-end;
	transition: all .3s ease;
	color: #009877;
	font-weight: 600 !important;
}

.insights .insightSlider .swiper-wrapper .wrapper .item-content .btn img,
.insights .insight-list .swiper-wrapper .wrapper .item-content .btn img {
	margin-left: 10px;
	width: 9px;
	margin-top: -2px;
}

.insights .insightSlider .swiper-wrapper .wrapper .date,
.insights .insight-list .swiper-wrapper .wrapper .date {
	display: block;
	font-size: 0.7em;
}

.insights .insightSlider .swiper-wrapper .wrapper .h3,
.insights .insight-list .swiper-wrapper .wrapper .h3 {
	color: #00263D;
	font-size: 1.4em;
	font-weight: 600;
	display: block;
	margin-top: -4px;
}

.insights .insightSlider .swiper-wrapper .wrapper p,
.insights .insight-list .swiper-wrapper .wrapper p {
	font-size: 0.85em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6em;
}

.insights .insightSlider .swiper-wrapper .wrapper:hover > img,
.insights .insight-list .swiper-wrapper .wrapper:hover > img {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
	.insights .insightSlider .swiper-wrapper .wrapper:hover > img,
	.insights .insight-list .swiper-wrapper .wrapper:hover > img {
		transform: perspective(800px) rotateY(25deg) scale(0.9) translateY(10px);
	}
}

@media (min-width: 768px) {
	.insights .insightSlider .swiper-wrapper .wrapper:hover .item-content,
	.insights .insight-list .swiper-wrapper .wrapper:hover .item-content {
		transform: translateX(-20px);
	}
	.insights .insightSlider .swiper-wrapper .wrapper:hover .item-content .btn,
	.insights .insight-list .swiper-wrapper .wrapper:hover .item-content .btn {
		transform: translateY(-20px);
	}
}

.insights .insightSlider .navigation,
.insights .insight-list .navigation {
	margin-top: 25px;
}

.progress-group {
	margin-top: 100px;
}

.progress-group .progressGroupSwiper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-align: center;
}

.progress-group .progressGroupSwiper .swiper-slide {
	width: 100%;
}

.progress-group .progressGroupSwiper .swiper-slide img {
	width: 55%;
	aspect-ratio: 1 / 1.4142;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.progress-group .progressGroupSwiper .swiper-slide img {
		width: 100%;
	}
}

.progress-group .content-wrapper {
	display: flex;
	align-items: center;
}

.progress-group .content {
	max-width: 80%;
	margin-top: -30px;
}

@media (max-width: 768px) {
	.progress-group .content {
		width: 100%;
		max-width: unset;
		margin-top: 20px;
	}
}

.progress-group .content .h3 {
	font-size: 2em;
	font-weight: 800;
	display: block;
	margin-top: -4px;
}

.progress-group .content .headline {
	display: block;
	font-size: 1.3em;
	margin: 20px 0px;
}

.progress-group .content p {
	font-size: 0.95em;
}

.progress-group .content .btn {
	text-align: left;
	height: 20px;
	margin-bottom: 20px;
	align-self: flex-end;
}

.progress-group .content .btn img {
	margin-left: 10px;
	width: 9px;
	margin-top: -2px;
}

.footer {
	background: #414141;
	color: #fff;
	min-height: 400px;
	color: #bfbfbf;
	padding-top: 170px;
	margin-top: 200px;
}

.footer .footer-top {
	margin-top: -360px;
	margin-bottom: 120px;
	background: #fff;
}

.footer .footer-middle {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid;
}

.footer .social-links img {
	margin-left: 5px;
}

@media (max-width: 768px) {
	.footer .social-links img {
		width: 20px;
		height: auto;
	}
}

.footer .top {
	margin: 20px auto;
	padding: 25px 0px 50px 0px;
	border-bottom: 1px solid #00263D;
}

.footer .footer-logo {
	height: 50px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: left;
}

@media (max-width: 768px) {
	.footer .footer-logo {
		width: 30%;
		height: auto;
		display: block;
		text-align: center;
		display: block;
		margin: 0px auto 50px auto;
	}
}

.footer-content {
	padding: 30px 0px;
	font-size: 0.9em;
}

.footer-content .p-0 {
	padding-left: 15px !important;
}

.footer-content .h4 {
	font-size: 0.8em;
	margin-bottom: 15px;
	display: block;
	color: #fff;
	font-weight: bold;
}

.footer-content ul {
	margin: 0;
	padding: 0;
}

.footer-content ul li {
	list-style: none;
}

.footer-content ul li a {
	color: inherit;
	font-weight: 300;
	transition: all .3s ease;
	font-size: 0.9em;
}

.footer-content ul li a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.footer-content .col-12 {
		margin-top: 30px;
	}
}

.footer-content .address {
	font-size: 0.9em;
}

.footer-content .address b {
	display: block;
}

@media (max-width: 768px) {
	.footer-content .address {
		display: inline-block;
		width: 47%;
	}
	.footer-content .address:first-child {
		margin-right: 1%;
	}
}

.footer-content .badges {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.footer-content .badges img {
	width: 130px;
	height: auto;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.footer-content .badges {
		align-items: center;
		justify-content: center;
	}
	.footer-content .badges img {
		width: 140px;
		height: 70px;
		object-fit: contain;
		object-position: center;
	}
}

.footer-bottom {
	padding: 20px 0px;
	background: #2E2E2E;
	font-size: 0.75em;
	font-weight: lighter;
	margin-top: 200px;
	color: #fff;
}

.footer-bottom .social-links {
	text-align: right;
}

@media (max-width: 768px) {
	.footer-bottom .social-links {
		text-align: center;
		margin-top: 25px;
	}
}

@media (max-width: 768px) {
	.footer-bottom {
		padding: 30px 15px;
		text-align: center;
		font-size: 0.7em;
		line-height: 1.7em;
		padding-bottom: 140px;
	}
}

.footer .terms-links {
	display: flex;
	justify-content: space-between;
}

.site-main {
	min-height: 45vh;
	position: relative;
}

.site-main #vs1__listbox,
.site-main #vs2__listbox,
.site-main #vs3__listbox,
.site-main #vs4__listbox,
.site-main #vs5__combobox {
	max-height: 140px;
	padding: 5px;
}

.site-main .form-check input {
	transform: translateY(3px);
}

.site-main .v-select.is-invalid .vs__dropdown-toggle {
	border-color: #ff4e1d !important;
}

.site-main .v-select .vs__search {
	border: 0px !important;
}

.site-main h1.h1 {
	display: block;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi .pages,
.wp-pagenavi .last {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-family: inherit;
	font-weight: normal;
	font-size: 0.8em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi .current {
	background: #00263D;
	color: #fff;
	font-weight: normal !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	background: #fafafa;
}

.post,
.page {
	margin: 0;
}

.news-top .nav-pills {
	margin-left: 0;
}

.news-top .nav-pills .nav-link {
	border-radius: 0px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 300;
	font-size: 0.85em;
	color: inherit;
	padding: 5px 30px;
}

.news-top .nav-pills .nav-link.active {
	background: transparent;
	font-weight: bold;
	color: inherit;
	border-bottom: 1px solid gray;
}

.page-contact {
	background: url("assets/images/contact-bg.png") no-repeat !important;
	background-size: 100% auto !important;
	background-position: -20% -20% !important;
}

.page-contact .site-main {
	min-height: 40vh !important;
}

.contact-container {
	font-size: 0.85em;
}

.contact-container .e-con-inner {
	padding: 70px !important;
	width: 100%;
	max-width: 100%;
}

.contact-container p {
	margin: 0;
}

.contact-container .row {
	margin-bottom: 20px;
}

.contact-container label {
	width: 100%;
	font-weight: 500;
}

.contact-container input[type="text"],
.contact-container input[type="email"] {
	padding: 10px;
	border-radius: 10px;
}

.contact-container .wpcf7-countrytext {
	width: 100%;
}

.contact-container .acceptance {
	margin: 15px 0px 10px -20px;
}

.contact-container .acceptance .wpcf7-list-item {
	line-height: 1.4em;
}

.contact-container .acceptance .wpcf7-list-item-label {
	color: gray;
}

.contact-container input[type="submit"],
.contact-container .btn-send {
	padding: 12px 90px;
	background: #150E2D;
	border: 0px;
	color: #000;
	float: right;
}

.contact-container input[type="submit"]:hover,
.contact-container .btn-send:hover {
	background: #030206;
}

@media (max-width: 768px) {
	.contact-container {
		width: 100%;
	}
	.contact-container .e-con-inner {
		padding: 15px !important;
		width: 100%;
		max-width: 100%;
	}
	.contact-container .col {
		width: 100%;
		flex: unset;
	}
	.contact-container input[type="submit"] {
		width: 100%;
	}
}

.value-list .flip-card,
.value-list .e-con-full {
	background-color: transparent;
	aspect-ratio: 1/1;
	perspective: 1000px;
}

@media (max-width: 768px) {
	.value-list .flip-card,
	.value-list .e-con-full {
		width: 50%;
		font-size: 0.9em;
		margin-left: -5px;
	}
}

.value-list .last-child {
	width: 100%;
	aspect-ratio: 2 / 1;
}

.value-list .flip-card-inner,
.value-list .elementor-widget:nth-child(1) {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.value-list .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.value-list .flip-card-front,
.value-list .flip-card-back,
.value-list .elementor-widget {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.value-list .flip-card-front *,
.value-list .flip-card-back *,
.value-list .elementor-widget * {
	font-weight: bold !important;
	color: #00263D;
}

.value-list .flip-card-front {
	color: inherit;
	border: 1px solid #d9d9d9;
}

.value-list .flip-card-front p {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.value-list .flip-card-back {
	background: #00263D;
	color: #fff;
	transform: rotateY(180deg) translateX(15px);
}

.value-list .flip-card-back * {
	color: #fff;
}

.value-list .flip-card-back p {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aspect-ratio-square {
	position: relative;
}

.aspect-ratio-square .swiper-slide-inner:after {
	content: " ";
	width: 100%;
	height: calc(100% - 200px);
	position: absolute;
	left: 0;
	bottom: 33px;
	z-index: 8;
	background: #00263d;
	background: -moz-linear-gradient(180deg, rgba(0, 38, 61, 0) 0%, #00263d 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 38, 61, 0) 0%, #00263d 100%);
	background: linear-gradient(180deg, rgba(0, 38, 61, 0) 0%, #00263d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00263d", endColorstr="#00263d", GradientType=1);
	opacity: 0.6;
}

.aspect-ratio-square .elementor-swiper-button {
	z-index: 99 !important;
}

.aspect-ratio-square .elementor-image-carousel-caption {
	position: relative;
	z-index: 99 !important;
	color: #fff;
	transform: translateY(-50px);
}

.aspect-ratio-square img {
	aspect-ratio: 1/ 1;
	object-fit: cover;
	object-position: center;
	z-index: 9;
}

.quote p {
	position: relative;
}

.quote p:before, .quote p:after {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("assets/images/quote.svg") no-repeat;
	background-size: contain;
	background-position: center;
}

.quote p:before {
	left: -8px;
	top: 5px;
}

.quote p:after {
	right: -10px;
	bottom: -9px;
	transform: rotateY(180deg);
}

.modal {
	font-size: 0.9em;
}

.modal .modal-header {
	padding: 15px;
	border-bottom: 0px;
	position: relative;
	margin-bottom: 10px;
}

.modal .modal-header:after {
	content: " ";
	border-bottom: 1px solid #d9d9d9;
	width: calc(100% - 30px);
	position: absolute;
	left: 15px;
	bottom: -7px;
}

.modal .modal-header h5 {
	font-weight: bold;
	font-size: 0.95em;
}

.modal .modal-header .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff5959'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal p {
	font-size: 0.85em;
	margin-bottom: 5px;
}

.modal input[type="text"]::placeholder,
.modal input[type="email"]::placeholder,
.modal input[type="search"]::placeholder {
	opacity: 0.5;
}

.modal label {
	font-size: 0.85em;
	margin-bottom: 0.2em;
	line-height: 1.5em;
}

.modal .modal-content {
	padding: 25px 25px 20px 25px;
}

@media (max-width: 768px) {
	.modal .modal-content .col {
		width: 100% !important;
		flex: unset !important;
	}
	.modal .modal-content .col button {
		width: 100%;
	}
}

.modal .btn-wrapper {
	margin-top: 25px;
}

.modal .btn-wrapper .btn {
	min-width: 170px;
	padding: 10px 40px;
	border-radius: 2px;
	background: #009877;
	font-weight: bold;
	border: 0px;
}

.modal .btn-wrapper .btn .spinner-border {
	width: 20px;
	height: 20px;
}

.modal #vs1__listbox,
.modal #vs2__listbox,
.modal #vs3__listbox,
.modal #vs4__listbox {
	max-height: 140px;
}

.modal .v-select.is-invalid .vs__dropdown-toggle {
	border-color: #ff4e1d !important;
}

.modal .v-select .vs__search {
	border: 0px !important;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 750px;
	}
}

.progress-group-accordion .elementor-accordion-item {
	border: none !important;
}

.progress-group-accordion .elementor-accordion-item .elementor-accordion-title {
	color: #00263D;
}

.progress-group-accordion .elementor-accordion-item:nth-child(even) .elementor-tab-title {
	background: #f7f7f7;
}

.progress-group-accordion .elementor-accordion-item .elementor-tab-title {
	font-weight: normal;
}

.progress-group-accordion .elementor-accordion-item .elementor-tab-title .small {
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 0.8em;
}

.progress-group-accordion .elementor-accordion-item .elementor-tab-content {
	border-top: 0px !important;
	font-size: 0.9em;
}

.progress-group-accordion .elementor-accordion-item:nth-child(4n + 1) {
	border-left: 7px solid #00263d !important;
}

.progress-group-accordion .elementor-accordion-item:nth-child(4n + 2) {
	border-left: 7px solid #ff7a7a !important;
}

.progress-group-accordion .elementor-accordion-item:nth-child(4n + 3) {
	border-left: 7px solid #ffe79c !important;
}

.progress-group-accordion .elementor-accordion-item:nth-child(4n + 4) {
	border-left: 7px solid #66c1ad !important;
}

.news-content,
.event-content {
	margin-bottom: 50px;
	padding: 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 768px) {
	.news-content,
	.event-content {
		padding: 15px;
	}
}

.news-content p a,
.event-content p a {
	text-decoration: underline;
	color: #1565D8;
}

.news-content img,
.event-content img {
	margin: auto;
	text-align: center;
	display: block;
}

.news-content p,
.event-content p {
	text-align: justify;
}

.event-map {
	width: 100%;
	height: 370px;
	margin-top: 100px;
}

.event-info strong {
	display: block;
	margin-top: 10px;
}

.speakers .people {
	margin-top: 20px;
}

.speakers .people img {
	width: 100%;
	aspect-ratio: 1/ 1;
	object-fit: cover;
	object-position: center;
}

.speakers .people-name {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 24px;
}

.speakers .people-title {
	font-size: 0.7em;
	line-height: 24px;
	color: #1565D8;
	margin: 5px 0px;
}

.speakers .people-company {
	font-weight: bold;
	line-height: 24px;
	font-size: 0.7em;
}

.energy-saving {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 38, 61, 0.97);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	display: none;
}

@media (max-width: 768px) {
	.energy-saving {
		width: 100%;
	}
	.energy-saving .px-50.py-5 {
		transition: all .3s ease;
		padding: 15px !important;
	}
	.energy-saving .px-50.py-5 img {
		width: 50%;
		height: auto;
		object-fit: contain;
		object-position: left;
	}
}

.energy-saving.active {
	display: flex;
}

.energy-saving-logo {
	height: 50px;
	width: auto;
	object-fit: contain;
	object-position: left;
	margin-top: 10px;
	transition: all .3s ease;
}

.energy-saving .content {
	width: 80%;
	max-width: 600px;
	text-align: center;
	text-wrap: balance;
}

.energy-saving .content .h1 {
	color: #fff !important;
}

.energy-saving .content img {
	display: block;
	margin: 20px auto;
}

.energy-saving p {
	margin-top: 15px;
	font-weight: 300;
	font-size: 0.85em;
}

.energy-saving-footer {
	width: 90%;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding: 20px;
	text-align: center;
	font-weight: 300;
	font-size: 0.85em;
}

.our-approach-box-container {
	width: 350px;
	height: 350px;
	margin: auto;
	margin-bottom: 40px;
	position: relative;
}

@media (max-width: 768px) {
	.our-approach-box-container {
		width: 87vw;
		aspect-ratio: 1 / 1 !important;
	}
}

.our-approach-box {
	width: 49.5%;
	height: 49.5%;
	position: absolute;
	opacity: 0;
}

.our-approach-box-text {
	font-family: "Manrope", sans-serif !important;
	font-size: 1em;
	font-weight: bold;
}

.our-approach-box.animate__fadeIn {
	opacity: 1;
}

.our-approach-box.top-left {
	top: 0;
	left: 0;
	background-color: #14233C;
}

.our-approach-box.top-right {
	top: 0;
	right: 0;
	background-color: #FF5959;
}

.our-approach-box.bottom-left {
	bottom: 0;
	left: 0;
	background-color: #009877;
}

.our-approach-box.bottom-right {
	bottom: 0;
	right: 0;
	background-color: #FFB819;
}

.our-approach-box.center {
	width: 30%;
	height: 30%;
	top: 35%;
	left: 35%;
	background-color: white;
	transform: rotate(45deg);
}

.our-approach-box-text {
	position: absolute;
	height: 22px;
	color: white;
}

.our-approach-box-text.top-left {
	top: 5%;
	left: 5%;
}

.our-approach-box-text.top-right {
	top: 5%;
	right: 5%;
}

.our-approach-box-text.bottom-left {
	bottom: 5%;
	left: 5%;
}

.our-approach-box-text.bottom-right {
	bottom: 5%;
	right: 5%;
}

.our-approach-box-text.center {
	color: #14233C;
	top: -10px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.aspect-ratio-1-1 .elementor-widget-container {
	aspect-ratio: 1 / 1;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 5px;
}

.home-page-counter .elementor-counter-number {
	display: none;
}

.home-page-counter .elementor-counter-number-wrapper span {
	color: #00263D !important;
	font-size: 52px;
}

.home-page-counter .e-con-inner > .elementor-element {
	width: 48% !important;
}

.rounded-img img {
	border-radius: 5px;
}

.single-news-image {
	max-height: 30vh;
	object-fit: contain;
	object-position: center;
}

.min-width-20 {
	width: 20% !important;
	min-width: 20% !important;
}

.min-width-20 .elementor-widget-image {
	background: #f2f2f2;
	padding: 10px 10px 0px 10px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.min-width-20 {
		width: 50% !important;
		min-width: 50% !important;
	}
}

.img-bg-gray {
	background: #f2f2f2;
	padding: 10px 10px 0px 10px;
	border-radius: 5px;
	margin-top: 5px;
}

.first-item {
	display: block !important;
}

.list-progress-member .e-con-inner {
	flex-direction: row !important;
	gap: 0px !important;
}

.list-progress-member .e-con-inner img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: bottom;
}

.list-progress-member .e-con-inner * {
	line-height: 23px !important;
}

.list-progress-member .e-con-inner .speaker-title {
	color: #00263D !important;
}

.list-progress-member .e-con-inner .min-width-20 {
	width: calc(100% - 30px);
	min-width: calc(100% - 30px);
	gap: 5px !important;
	font-size: 0.85em;
	min-height: 40px;
}

.list-progress-member .e-con-inner .company {
	display: block;
	margin-top: 5px !important;
	font-weight: bold;
	font-size: 0.85em;
}

@media (max-width: 768px) {
	.list-progress-member .e-con-inner .min-width-20 {
		width: calc(50% - 5px) !important;
		min-width: calc(50% - 5px) !important;
	}
}

.thank-you {
	width: 80%;
	margin: auto;
	text-wrap: balance;
	text-align: center;
	min-height: 40vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.thank-you p {
	margin-top: 25px;
}

.terms .main-container {
	padding-bottom: 100px;
}

.terms .section {
	min-height: auto;
	padding-bottom: 50px;
}

.terms .section.main {
	margin-bottom: 50px;
}

.terms .section-text {
	width: auto;
}

.terms .content-links {
	display: block;
	margin-top: 20px;
}

.terms .section-sub-title {
	/* font-size: 18px; */
	padding-bottom: 10px;
	font-weight: bold;
	color: #00263D;
}

.terms .anchor {
	position: relative;
	top: -100px;
}

.terms .section {
	border-bottom: 1px solid #f2f2f2;
}

.terms .section:last-child {
	border: 0px;
}

.terms .section a {
	text-decoration: underline;
}

.terms .section-title {
	font-weight: bold;
	color: #00263D;
}

.terms table {
	border-collapse: collapse;
	margin-top: 20px;
	overflow-x: scroll;
}

.terms table,
.terms th,
.terms td {
	border: 1px solid #14233C;
}

.terms thead td {
	font-weight: bold;
	text-align: center;
}

.terms td {
	padding: 10px 20px;
	width: 33%;
}

.terms .who-we-share-table {
	margin-bottom: 20px;
}

.terms .who-we-share-table td {
	width: 25%;
}

.terms tbody td {
	vertical-align: top;
}

.terms td ul {
	padding-left: 20px;
	margin-top: 0;
}

.terms ul {
	margin-bottom: 0;
}

.terms .section-sub-title.main {
	font-size: 24px;
	font-weight: bold;
	color: #00263D;
}

.terms .section-sub-title.huge {
	font-size: 32px;
	font-weight: bold;
	color: #00263D;
}

.terms strong {
	font-weight: 500;
}

.max-60p img {
	max-width: 60%;
}

@media (max-width: 768px) {
	.max-60p img {
		max-width: 100%;
	}
}

.sidebar {
	position: fixed;
	width: 50px;
	height: 100%;
	left: 0;
	top: 0;
	background: #150E2D;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	transition: background 0.3s ease-in-out;
	z-index: 9999;
}

@media (max-width: 768px) {
	.sidebar {
		display: none;
	}
}

.sidebar .active-section-title {
	font-weight: 700;
	font-size: 0.7rem;
	line-height: 50px;
	text-align: center;
	transform: rotate(-90deg) translateY(-50%);
	margin-left: -150px;
	width: 400px;
	max-height: 50px;
	overflow: hidden;
	letter-spacing: 1px;
	position: relative;
}

.sidebar #hamburger {
	margin-top: 25px;
}

.sidebar .icon {
	margin: 0px auto 15px auto;
	width: 20px;
	height: auto;
}

.sidebar-menu {
	position: fixed;
	background: #fff;
	width: 500px;
	max-width: 100%;
	height: 100%;
	left: 50px;
	top: 0;
	background: #fff;
	backdrop-filter: blur(10px);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	padding: 20px 20px 0px 20px;
	font-weight: 600;
	transform: translateX(-550px);
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.9s;
}

.sidebar-menu.active {
	transform: translateX(0);
}

.sidebar-menu .menu-wrapper {
	flex: 1;
	background: #fff;
}

.sidebar-menu .menu-wrapper ul {
	margin: 40px 0px 0px 20px;
	padding: 0px;
}

.sidebar-menu .menu-wrapper ul li {
	list-style: none;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.sidebar-menu .menu-wrapper ul li a {
	font-size: 1.218em;
	font-weight: 400;
}

.sidebar-menu .menu-wrapper ul li a:hover {
	color: #150E2D;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.sidebar-menu .menu-wrapper ul li:hover, .sidebar-menu .menu-wrapper ul li.current-menu-item {
	transform: translateX(25px);
}

.sidebar-menu .menu-wrapper ul li:hover:before, .sidebar-menu .menu-wrapper ul li.current-menu-item:before {
	visibility: visible;
	opacity: 1;
	left: -25px;
	text-decoration: none !important;
}

.sidebar-menu .menu-wrapper ul li:hover a, .sidebar-menu .menu-wrapper ul li.current-menu-item a {
	color: #150E2D;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.sidebar-menu .menu-wrapper ul li:before {
	content: "\2192";
	color: #150E2D;
	margin-right: 5px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	left: -20px;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
	position: absolute;
}

.sidebar-menu .information {
	justify-self: flex-end;
	padding: 0px 10px 30px 20px;
}

.sidebar-menu .information .head {
	color: #cccccc;
	font-size: 0.8em;
	font-weight: lighter;
}

.sidebar-menu .information a {
	display: block;
}

#hamburger {
	cursor: pointer;
	display: flex;
	right: 20px;
	top: 20px;
	z-index: 9;
	transform: scale(1.3);
}

#hamburger svg {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger path {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger path:nth-child(1) {
	transform-origin: 36% 40%;
}

#hamburger path:nth-child(2) {
	stroke-dasharray: 29 299;
}

#hamburger path:nth-child(3) {
	transform-origin: 35% 63%;
}

#hamburger path:nth-child(4) {
	stroke-dasharray: 29 299;
}

#hamburger path:nth-child(5) {
	transform-origin: 61% 52%;
}

#hamburger path:nth-child(6) {
	transform-origin: 62% 52%;
}

#hamburger.active {
	transform: rotate(90deg);
}

#hamburger.active path:nth-child(1) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}

#hamburger.active path:nth-child(2) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
	display: none;
}

#hamburger.active path:nth-child(3) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}

#hamburger.active path:nth-child(4) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
	display: none;
}

#hamburger.active path:nth-child(5) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}

#hamburger.active path:nth-child(6) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}

#overlay {
	position: fixed;
	z-index: 9999;
	background: #092C38;
	opacity: 0.9;
	width: 100vw;
	height: 100vh;
}

.aspect-ratio-1 {
	aspect-ratio: 1 / 1;
}

.centered-gradient {
	color: #fff;
}

.centered-gradient .gradient-text {
	text-align: center;
	display: block;
	background-color: #f3ec78;
	background-image: linear-gradient(45deg, #54C981, #1CE7F1);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

.text-white {
	color: #fff;
}

.text-orange {
	color: #ff4e1d;
}

.timeline .row {
	margin-top: 80px;
	margin-bottom: 60px;
	gap: 80px;
}

@media (max-width: 769px) {
	.timeline .row {
		gap: 0px;
	}
	.timeline .row .left {
		font-size: 1.5em;
		max-width: 120px !important;
	}
	.timeline .row .left:after {
		right: 0px;
		height: calc(100% + 220px);
	}
	.timeline .row .right:before {
		width: 40px;
		height: 40px;
		left: -20px;
		display: none;
	}
}

.timeline .row:first-child {
	margin-top: 50px;
}

.timeline .row:last-child .left::after {
	display: none;
}

.timeline .left {
	text-align: right;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 10px;
	position: relative;
}

.timeline .left:after {
	content: " ";
	height: calc(100% + 80px);
	width: 1px;
	background: #e8e8e8;
	right: -40px;
	top: 0px;
	position: absolute;
}

.timeline .right {
	font-size: 0.9em;
	line-height: 1.5em;
	position: relative;
}

@media (min-width: 768px) {
	.timeline .right p {
		max-width: 70%;
	}
}

.timeline .right .small {
	display: block;
	color: #150E2D;
	font-size: 0.9em;
	font-weight: bold;
}

.timeline .right:before {
	content: attr(data-count);
	width: 60px;
	height: 60px;
	position: absolute;
	left: -70px;
	top: 0px;
	border-radius: 50%;
	font-size: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e8e8;
	background: #092C38;
}

.graph-carousel {
	background: #FAFAFA;
	padding: 70px 30px;
}

.graph-carousel p {
	margin: 10px auto 10px auto;
}

@media (min-width: 768px) {
	.graph-carousel p {
		max-width: 70%;
	}
}

.graph-carousel .swiper-wrapper {
	margin: 20px auto;
}

.graph-carousel .swiper-wrapper img {
	max-width: 80%;
	height: 350px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0px auto 15px auto;
}

@media (max-width: 768px) {
	.graph-carousel .swiper-wrapper img {
		max-width: 100%;
	}
}

.graph-carousel .nagivation-wrapper {
	width: 120px;
	margin: auto;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 60px);
	text-align: center;
}

.graph-carousel .btn-arrow-prev img {
	transform: rotate(180deg);
}

.ct-header .gradient-text {
	background-image: linear-gradient(45deg, #54C981, #1CE7F1) !important;
	background-size: 100% !important;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	-moz-text-fill-color: transparent !important;
}

.acte .bi-check-circle {
	color: #009270;
}

.acte .bi-x-circle {
	color: #960303;
}

.acte tbody tr {
	border-spacing: 0px !important;
	border-color: #f00;
	border-width: 1px;
}

.acte tbody tr:hover {
	background: #fafafa !important;
}

.acte tbody tr:hover td.ct-feature-heading {
	background: #fafafa !important;
}

.postCarousel {
	margin: 40px 0px;
}

.postCarousel .card {
	width: 100%;
}

@media (min-width: 1400px) {
	.postCarousel .card {
		width: 20%;
	}
}

.postCarousel .card a {
	width: 100%;
	display: flex;
}

.postCarousel .card:hover {
	cursor: pointer;
}

.postCarousel .card .card-img-top {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
	width: 50%;
	flex: 1;
}

.postCarousel .card .card-body {
	width: 50%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.postCarousel .card .card-title {
	font-size: 1.2em;
	line-height: 1.3em;
	transition: all 0.3s ease;
}

.postCarousel .card .short-desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* number of lines to show */
	line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 0.8em;
	color: #666666;
}

.postCarousel .card .date {
	display: block;
	font-size: 0.7em;
	margin-top: 10px;
	color: #333333;
}

.postCarousel .card .h3 {
	color: #00263D;
	font-size: 1em;
	display: block;
	transition: all 0.3s ease;
}

.carousel-wrapper.position-relative .nagivation-wrapper {
	position: absolute;
	left: -30px;
	top: calc(50% - 60px);
	z-index: 99;
	width: 40px;
	display: flex;
	flex-direction: column;
}

.carousel-wrapper.position-relative .nagivation-wrapper svg {
	width: 30px;
	height: 30px;
	padding: 10px;
	object-fit: contain;
	object-position: center;
	margin: 0px;
	background: #fff;
	border-radius: 50%;
	margin-top: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.carousel-wrapper.position-relative .nagivation-wrapper svg:nth-child(2) {
	background: #FF683E;
	fill: #fff !important;
}

.btn-arrow-prev-p {
	transform: rotate(180deg);
}

.swiper-button-disabled {
	opacity: 0.4;
}

.page-top {
	background: #092C38;
	min-height: 300px;
	padding: 250px 150px 50px 200px;
	color: #fff;
}

@media (max-width: 768px) {
	.page-top {
		padding: 50px;
		min-height: auto;
	}
}

.page-top .h1 {
	color: #fff;
}

.page-top .h1 .underlined {
	z-index: 9 !important;
}

.page-top .h1 .underlined:after {
	max-width: 400px;
}

.breadcrumbs {
	font-size: 0.8em;
	margin-top: -10px;
	opacity: 0.5;
}

.site-main {
	min-height: 40vh;
}

@media (max-width: 768px) {
	.site-main {
		padding: 15px;
		max-width: 100vw;
	}
}

.latest .row {
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.latest .row:after {
	content: " ";
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s ease;
	position: absolute;
	z-index: -1;
}

.latest .row:hover:after {
	height: 100%;
	background: #150E2D;
}

.latest .row:hover .arrow {
	transform: translateX(-10px);
}

.latest .row p {
	margin: 0px;
	display: inline-block;
}

@media (max-width: 768px) {
	.latest .row p {
		max-width: 75%;
	}
}

.latest .row p:after {
	content: " ";
	clear: both;
}

.latest .row .date {
	display: block;
	font-size: 0.7em;
	color: #333333;
}

.latest .row .icon {
	position: relative;
	float: left;
	width: auto;
	height: 35px;
	object-fit: contain;
	object-position: center;
	margin: 15px 25px 0px 10px;
}

.latest .row .title {
	font-size: 0.95em;
	margin-top: -5px;
	display: block;
}

.latest .row .arrow {
	max-width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.presentation-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.presentation-list .card {
	width: calc(33.3% - 15px);
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.presentation-list .card {
		width: 100%;
	}
}

.presentation-list .card .card-img-top {
	aspect-ratio: 16 / 9;
}

.presentation-list .card .card-title {
	font-size: 1.1em;
	line-height: 1.3em;
	transition: all 0.3s ease;
}

.presentation-list .card .date {
	display: block;
	font-size: 0.7em;
	color: #333333;
}

.nav.nav-tabs {
	margin: 0px;
	border: 0px;
	justify-content: end;
}

.nav.nav-tabs .nav-link {
	line-height: 30px;
	background: transparent;
	border-radius: 30px;
	color: #000;
	padding: 8px 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #e6e6e6;
	margin-left: 10px;
}

.nav.nav-tabs .nav-link.active {
	font-weight: 600;
	border: 0px;
	background: #000;
	color: #fff;
}

.tab-content {
	padding-top: 20px;
}

.tab-content .wrapper {
	margin-bottom: 25px;
}

.page-positioned-bg {
	position: absolute;
	left: 0px;
	top: -48px;
	height: 300px;
}

.p-left {
	padding-left: 15px;
}

@media (max-width: 768px) {
	.p-left {
		padding-left: 10px;
	}
}

.site-main .p-left {
	padding-left: 0px;
}

.pum-container {
	box-shadow: none !important;
	border: 0px !important;
	border-radius: 0px !important;
	border-bottom: 10px solid #150E2D !important;
	max-height: 80vh !important;
	width: 700px !important;
	max-width: 90vw !important;
}

.pum-container .pum-close.popmake-close {
	right: 22px !important;
	top: 20px !important;
	width: 35px !important;
	height: 35px !important;
	background: #150E2D !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pum-container .pum-content.popmake-content {
	padding: 10px;
	font-weight: 300 !important;
	line-height: 1.5em;
	text-align: justify !important;
}

.pum-container .pum-title.popmake-title {
	font-size: 1.5em !important;
	font-weight: bold !important;
	padding: 0px 10px;
}

.news-events-list .wrapper {
	margin-bottom: 20px;
}

.media-listing .nav-tabs {
	border-bottom: 0px;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.media-listing .nav-tabs .nav-link {
	background: #FAFAFA;
	border-radius: 50px;
	padding: 7px 30px;
	border: 0px !important;
}

.media-listing .nav-tabs .nav-link:focus, .media-listing .nav-tabs .nav-link:active, .media-listing .nav-tabs .nav-link:focus-visible {
	border: 0px !important;
	outline: none !important;
}

.media-listing .nav-tabs .nav-link.active {
	background: #150E2D;
}

.media-listing .wrapper {
	margin-bottom: 20px;
}

.media-listing .wrapper .img-wrapper img {
	height: 400px;
	border-bottom: 7px solid #150E2D;
}

.media-listing .wrapper a {
	border: none;
}

.media-listing .wrapper .h3 {
	margin-top: 10px;
}

.media-listing .wrapper .post-desc {
	padding: 10px 15px;
}

.specification-item p {
	font-size: 0.85em;
	line-height: 1.45em;
	font-weight: 200;
	margin-top: 5px;
}

.specification-item .number {
	color: #C96743;
	font-size: 1.2em;
}

.swiper-container.full-page {
	width: 100vw;
}

.swiper-container.full-page .swiper-slide {
	display: flex;
	justify-content: end;
	align-items: end;
	padding-bottom: 200px;
}

.swiper-container.full-page img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

.swiper-container.full-page .content {
	position: relative;
	z-index: 1;
	text-align: left;
	color: #fff;
}

@media (max-width: 768px) {
	.swiper-container.full-page .content {
		padding: 30px;
	}
}

.swiper-container.full-page .content small,
.swiper-container.full-page .content p {
	display: block;
}

.swiper-container.full-page .content .h2 {
	color: #fff;
	font-weight: 300;
}

@media (min-width: 768px) {
	.swiper-container.full-page .content .h2 {
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.swiper-container.full-page .content {
		padding: 50px 100px;
	}
}

.full-page-slider .e-con-inner {
	margin: 0px !important;
	padding: 0px !important;
}

.full-page-slider .nagivation-wrapper {
	position: absolute;
	left: 0px;
	width: 100%;
	top: calc(50% - 10px);
	z-index: 9;
	padding: 0px 20px;
}

.full-page-slider .nagivation-wrapper .btn-arrow-next-p {
	float: right;
}

@media (max-width: 768px) {
	.full-page-slider .nagivation-wrapper svg {
		max-width: 30px;
	}
}

.full-page-slider .btn {
	color: #fff;
	padding: 7px 35px;
	border-radius: 30px !important;
}

.full-page-slider .btn:hover {
	background: inherit;
}

.full-page-slider .btn-outline-primary {
	border: 2px solid #ff4e1d;
}

.full-page-slider .btn-outline-primary:hover {
	background-color: #ff4e1d;
}

.full-page-slider .btn-primary {
	background-color: transparent;
	background-image: linear-gradient(325deg, #FF653A 0%, #FD003C 45%);
	border-style: none;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.full-page-slider .btn-primary:hover {
	background-color: transparent;
	background-image: linear-gradient(25deg, #FF653A 0%, #FD003C 45%);
	border-style: none;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.custom-image-box {
	position: relative;
	height: 100%;
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: end;
	transition: all 0.3s ease;
	overflow: hidden;
}

.custom-image-box img {
	transition: all 0.3s ease;
}

.custom-image-box:hover {
	transform: translateY(-15px);
}

.custom-image-box:hover .cover {
	opacity: 0.95;
}

.custom-image-box .cover {
	transition: all 0.3s ease;
	opacity: 0.8;
}

.custom-image-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
}

.custom-image-box .h3 {
	font-weight: normal;
	font-weight: 500;
	letter-spacing: 7px;
}

.custom-image-box .content {
	position: relative;
	z-index: 1;
	color: #fff;
	z-index: 9;
	text-align: center;
	width: 100%;
}

.custom-image-box .content .smaller {
	font-size: 14px;
	margin-top: -5px;
	display: block;
	letter-spacing: 2px;
}

.custom-image-box .content .trigger {
	display: block;
	margin: 30px 0px;
}

.color-black .specification-item .title,
.color-black .specification-item p.col-12 {
	color: #000 !important;
}

.custom-positioned-image {
	transform: scale(1.1) translateY(-60px) translateX(20px);
}

.shadow-none * {
	box-shadow: none !important;
}

.main-post-image {
	width: 100%;
	max-height: 400px;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 50px;
}

.lead-form input {
	margin: 0px 0px 20px 0px !important;
	border-radius: 30px !important;
}

.lead-form input[type="submit"] {
	margin-top: 20px !important;
}

.wpcf7-spinner {
	display: block;
}

.wpcf7-form input,
.wpcf7-form textarea {
	margin: 0px 0px 20px 0px !important;
	border-radius: 30px !important;
}

.announcement-bar {
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 5px 0px;
	position: relative;
	z-index: 99999;
}

.announcement-bar img {
	height: 16px;
	width: auto;
}

.master-search,
.blog-search {
	max-width: 250px;
	position: relative;
	margin-right: 15px;
}

.master-search input,
.blog-search input {
	border: 0px !important;
	padding: 10px 30px;
	background: #f7f7f7;
}

.master-search svg,
.blog-search svg {
	position: absolute;
	right: 17px;
	top: 12px;
	width: 22px;
	height: 22px;
	object-fit: contain;
	object-position: center;
}

.master-search svg path,
.blog-search svg path {
	fill: gray;
}

.main-hero {
	height: 40vh;
	position: relative;
	pointer-events: none;
}

.main-hero .swiper-wrapper .swiper-slide {
	justify-content: center !important;
	align-items: center !important;
}

.main-hero .swiper-wrapper .swiper-slide .content {
	padding-top: 200px;
}

.main-carousel {
	height: 50vh;
}

.main-carousel .swiper-slide {
	position: relative;
}

.main-carousel .content {
	position: relative !important;
	z-index: 9999 !important;
}

.main-carousel .full-page-navigation {
	position: absolute;
	bottom: 130px;
	z-index: 999;
	text-align: right;
}

.main-carousel .full-page-navigation .nagivation-wrapper {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 50px;
	position: relative;
	padding-right: 0px;
}

.main-carousel .full-page-navigation .nagivation-wrapper:before {
	content: " ";
	position: absolute;
	width: 100%;
	left: -50%;
	bottom: -1px;
	border-bottom: 1px solid #bfbfbf;
}

.main-carousel .full-page-navigation .nagivation-wrapper:after {
	content: " ";
	position: absolute;
	height: calc(100% * 7);
	left: -50px;
	bottom: -133px;
	border-left: 1px solid #bfbfbf;
}

.cover {
	background: black;
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.cross-cover {
	background: url("assets/images/cross.svg") no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-position: bottom left;
	background-size: 90% auto;
}

@media (min-width: 1024px) and (max-width: 1440px) {
	.cross-cover {
		background-size: 80% auto;
	}
}

#cross {
	z-index: 999;
	position: absolute;
	left: 0px;
	bottom: 0px;
	object-fit: contain;
	object-position: bottom;
}

.property-item .card {
	background: #fff;
}

.property-item .main-image {
	height: 280px;
}

.property-item .icons {
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	margin-top: 15px;
	color: #666666;
	font-size: 0.9em;
}

.property-item .icons img {
	margin-right: 7px;
}

.property-item .trigger {
	margin-top: 45px;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	text-align: center;
}

.property-item .trigger svg {
	height: 17px;
	width: auto;
}

.property-list .top a {
	color: inherit;
	font-size: 0.8em;
}

.property-list .top a img {
	margin-left: 10px;
	width: 8px;
}

.property-list .wrapper {
	position: relative;
}

.property-list .btn-arrow-square {
	position: absolute;
	right: 25px;
	bottom: 15px;
	transition: all 0.3s ease;
}

.property-list a {
	display: block;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.property-list .search-wrapper {
	width: 50%;
}

@media (max-width: 768px) {
	.property-list .search-wrapper {
		width: 100%;
		margin-top: 10px;
	}
}

.property-list .search-wrapper input {
	border: none !important;
	border-radius: 15px;
	border-bottom: 1px solid #d9d9d9 !important;
}

.property-list .search-wrapper input:focus {
	outline: none;
	box-shadow: none;
}

.property-list .search-wrapper input::placeholder {
	font-weight: 400;
	color: #d9d9d9;
}

.property-list .search-wrapper button {
	border: none !important;
	border-bottom: 1px solid #d9d9d9 !important;
}

.property-list .search-wrapper button svg {
	margin-top: -5px;
}

.property-list .news-list .wrapper {
	width: calc(25% - 24px);
	margin: 0px 30px 30px 0px;
}

@media (max-width: 768px) {
	.property-list .news-list .wrapper {
		width: 100%;
	}
}

.property-list .news-list .wrapper:nth-child(4n + 4) {
	margin-right: 0px;
}

.property-list .wrapper {
	transition: all 0.3s ease;
}

.property-list .wrapper .img-wrapper {
	position: relative;
}

.property-list .wrapper .img-wrapper img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.property-list .wrapper .img-wrapper .price-wrapper {
	position: absolute;
	background: #C96743;
	bottom: 0px;
	right: 12px;
	color: #fff;
	min-width: 35%;
	padding: 7px 15px;
}

.property-list .wrapper .img-wrapper .small {
	display: block;
	font-size: 0.6em;
}

.property-list .wrapper .img-wrapper .price {
	display: block;
	margin-top: -10px;
}

.property-list .wrapper .date {
	display: block;
	font-size: 0.7em;
	margin-top: 10px;
	color: #333333;
	width: 40%;
	height: 120px;
}

.property-list .wrapper .h6 {
	margin-top: -2px;
	display: block;
}

.property-list .wrapper .h3 {
	color: #00263D;
	font-size: 1em;
	display: block;
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.property-list .wrapper .h3 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/* number of lines to show */
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.property-list .wrapper p {
	font-size: 0.85em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6em;
}

.property-list .wrapper:hover {
	transform: translateY(-10px);
}

.property-list .content-wrapper {
	padding: 35px 35px;
}

.property-list.page-list .property-item {
	margin-bottom: 25px;
}

.brand-head-row .link-wrapper {
	font-size: 0.8em;
}

.brand-head-row svg {
	margin-left: 10px;
}

.brand-head-row svg path {
	fill: #C96743;
}

.fixed-chat {
	background: #fff;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 80px;
	height: 100vh;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 280px 13px 13px;
	letter-spacing: 3px;
}

@media (max-width: 768px) {
	.fixed-chat {
		width: 100%;
		bottom: 0px;
		left: 0px;
		height: 100px;
		flex-direction: row;
		padding: 15px;
		align-items: center;
		z-index: 999999;
	}
	.fixed-chat .brand-rounded-button {
		transform: rotate(0deg) translateY(0px);
		letter-spacing: 1px;
		font-size: 14px;
		padding-right: 50px;
		padding-left: 50px;
	}
	.fixed-chat .rotated-text {
		transform: rotate(0deg) translateY(0px);
		letter-spacing: 1px;
		font-size: 14px;
		display: none;
	}
}

.brand-rounded-button {
	background: #C96743;
	color: #fff !important;
	padding: 8px 25px;
	border-radius: 30px;
	width: max-content;
	transform: rotate(-90deg) translateY(5px);
	transform-origin: top left;
	font-weight: 300;
}

.rotated-text {
	width: max-content;
	transform: rotate(-90deg) translateY(10px);
	transform-origin: top left;
	font-weight: 300;
}

.property-main-slider {
	width: 100%;
	height: 100%;
}

.property-main-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	min-height: 500px;
	height: 40vh;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 16 / 9;
	width: 80%;
}

@media (min-width: 768px) {
	.property-main-slider .swiper-slide {
		width: 60%;
	}
}

.property-main-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.property-main-slider .swiper-pagination-bullet {
	opacity: 1;
	background: transparent;
	border: 1px solid #fff;
}

.property-main-slider .swiper-pagination-bullet-active {
	border-color: #C96743;
	background: #C96743;
}

.property-page {
	min-height: 40vh;
}

.property-page .box {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-top: 30px;
}

.property-page .box .box-title {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
}

.property-page .box .box-title::after {
	content: " ";
	position: absolute;
	width: calc(100% + 60px);
	left: -30px;
	bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.property-details {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.property-features ul {
	margin: 0px;
	padding: 0px;
}

.property-features ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0.9em;
	margin-top: 10px;
}

.property-cta-form {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

@media (max-width: 768px) {
	.property-cta-form {
		width: 100% !important;
	}
}

.property-cta-form .h5 {
	font-weight: 300;
	margin-bottom: 10px;
}

.property-cta-form .small {
	font-size: 0.8em;
	line-height: 1.4em;
}

.floor-plans {
	font-size: 0.9em;
}

.floor-plans td {
	font-size: 0.8em;
}

.floor-plans table {
	border: 0px !important;
}

@media (min-width: 768px) {
	.lg-w-50 {
		width: 65%;
	}
}

.btn-brand-big {
	background: #C96743;
	color: #fff !important;
	border-radius: 10px !important;
	padding: 15px 35px !important;
}

.local-expert {
	padding: 90px 100px !important;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.local-expert {
		padding: 90px 25px !important;
		font-size: 1rem;
	}
	.local-expert .justify-content-end {
		justify-content: center !important;
	}
	.local-expert .text-start {
		text-align: center !important;
	}
	.local-expert .fw-bold.d-block.h6 {
		text-align: left !important;
	}
}

.local-expert img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	transform: translateY(10px);
}

.local-expert p.lg-w-50.mx-auto {
	color: #999999;
}

.local-expert .expert {
	margin: 20px auto;
	display: block;
}

.local-expert .pp {
	width: 70px;
	height: 70px;
	object-fit: cover;
	object-position: center;
	margin-top: 5px;
	margin-right: 5px;
}

.local-expert .accordion-item {
	border: 0px !important;
}

.local-expert .btn-brand-big {
	transform: translateY(14px);
}

.box {
	background: #fff;
	border-radius: 5px;
}

.search-box {
	margin-top: -100px;
	height: 200px;
	position: relative;
	z-index: 9;
	padding: 0px 50px 10px 50px;
}

@media (max-width: 768px) {
	.search-box {
		max-width: calc(100% - 30px);
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.search-box .col {
		width: 100%;
		flex: 1 100%;
	}
}

.search-box form {
	width: 100%;
}

.search-box .form-select,
.search-box .form-control {
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
}

.search-box label {
	font-size: 0.7em;
}

.search-box input,
.search-box select {
	background: #f7f7f7;
	font-size: 0.8em;
	padding: 15px 20px;
	color: gray !important;
}

.search-box .btn-search svg {
	width: 25px;
	height: auto;
}

.search-box .btn-search {
	background-color: #d65a39;
	color: white;
	border-radius: 0.25rem;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 20px 15px 30px;
	border-radius: 5px !important;
	margin-top: 37px;
}

.single-container > .h2 {
	margin: 70px auto;
	font-weight: 500;
	max-width: 50%;
	text-align: center;
	display: block;
}

@media (max-width: 768px) {
	.single-container > .h2 {
		max-width: 100%;
	}
}

.single-container img {
	border-radius: 5px;
}

.archive-blog .recent .featured-image {
	width: 100%;
	height: 40vh;
}

.archive-blog .middle-white {
	font-size: 15px;
	line-height: 1.3em;
}

.archive-blog .middle-white .col {
	display: flex;
	align-items: center;
}

.archive-blog .middle-white .title {
	text-decoration: underline;
	margin-top: 5px;
	display: block;
}

.archive-blog .middle-white a {
	display: block;
	padding: 20px 0px;
}

@media (min-width: 768px) {
	.archive-blog .middle-white a {
		max-width: 80%;
	}
}

.archive-blog .middle-white a p {
	font-size: 0.9em;
	text-decoration: none !important;
}

.blog-top-filter .form-select,
.blog-top-filter .form-control {
	border-radius: 3.25rem;
	border: none;
}

.blog-top-filter input,
.blog-top-filter select {
	background: #fff;
	font-size: 0.8em;
	padding: 15px 20px;
	color: gray !important;
}

.blog-search {
	max-width: 100% !important;
}

.blog-search input {
	background: #fff;
}

.balanced-text {
	text-wrap: balance;
}

.regular-letter-space {
	letter-spacing: normal !important;
}

.regular-letter-space .h3 {
	letter-spacing: normal !important;
}

.custom-image-box.initial {
	padding-bottom: 30px;
	aspect-ratio: 10 / 12;
}

.team-member .member-title {
	font-size: 12px !important;
	opacity: 0.5;
	margin-top: -10px;
	display: block;
}

.team-member .trigger {
	font-size: 12px;
	font-weight: 500;
}

.team-member .trigger svg {
	height: 17px;
	width: auto;
}

.bg-position-half {
	background-size: 60% 100%;
}

.tab-content-gap img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tab-content-gap .tab-pane .animated.fadeIn {
	margin: auto;
	text-align: center;
}

.brand-btn-2 {
	background: #414141;
	color: #fff;
	padding: 12px 20px;
	margin-top: -15px;
	border-radius: 30px !important;
	min-width: 100%;
	border-color: #414141;
}

.brand-btn-2:hover {
	color: #fff;
}

.brand-btn-2 svg {
	height: 20px;
	width: auto;
}

.horizantal-form p {
	width: 100%;
}

.horizantal-form .wpcf7-not-valid-tip,
.horizantal-form .wpcf7-response-output {
	color: #fff;
}

.horizantal-form .phone-number {
	margin-top: -4px !important;
}

.horizantal-form.contact .wpcf7-not-valid-tip,
.horizantal-form.contact .wpcf7-response-output {
	color: #C96743;
}

.horizantal-form.contact .phone-number {
	margin-top: 3px !important;
}

.horizantal-form.contact .wpcf7-submit {
	background: #C96743;
	border-color: #C96743;
}

.horizantal-form.contact textarea {
	padding: 40px !important;
}

.horizantal-form.contact textarea::placeholder {
	color: gray !important;
}

@media (max-width: 768px) {
	.horizantal-form .col {
		width: 100% !important;
		flex: 1 100% !important;
	}
}

.vertical-meeting-form {
	margin-top: 20px;
}

.vertical-meeting-form p,
.vertical-meeting-form span {
	width: 100%;
}

.vertical-meeting-form input {
	width: 100%;
	padding: 10px 20px;
	max-width: 100%;
	margin: 10px 0px;
}

.vertical-meeting-form .wpcf7-date {
	margin-top: 13px !important;
}

.vertical-meeting-form .wpcf7-email {
	margin-top: 18px !important;
}

.vertical-meeting-form .wpcf7-submit {
	background: #C96743;
	color: #fff;
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
}

.vertical-meeting-form .wpcf7-submit svg {
	margin-left: 10px;
}

.phone-number {
	margin-top: -14px !important;
	margin-bottom: 10px;
}

.newsletter-wrapper {
	margin: 120px auto 300px auto;
}

.newsletter-wrapper p,
.newsletter-wrapper span {
	width: 100%;
}

.newsletter-wrapper input {
	width: 100%;
	padding: 12px 20px;
	max-width: 100%;
}

.newsletter-wrapper .wpcf7-not-valid-tip,
.newsletter-wrapper .wpcf7-response-output {
	color: #C96743;
}

.newsletter-wrapper .phone-number {
	margin-top: 7px !important;
	margin-bottom: 10px;
}

.newsletter-wrapper .wpcf7-submit {
	background: #C96743;
	color: #fff;
	margin-top: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	padding: 10px 20px;
}

.newsletter-wrapper .wpcf7-submit svg {
	margin-left: 10px;
}

.latestCarousel {
	margin: 40px 0px;
}

.latestCarousel.page .col-12 {
	margin-bottom: 20px;
}

.latestCarousel.page .card {
	width: 100%;
}

.latestCarousel .card {
	width: 25%;
	border: 0px;
}

@media (min-width: 1400px) {
	.latestCarousel .card {
		width: 20%;
	}
}

.latestCarousel .card:hover {
	cursor: pointer;
	border-color: #150E2D;
}

.latestCarousel .card-body {
	padding: 25px 20px;
}

.latestCarousel .card .card-img-top {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
}

.latestCarousel .card .card-title {
	font-size: 1em;
	line-height: 1.3em;
	transition: all 0.3s ease;
	text-decoration: underline;
}

.latestCarousel .card .excerpt {
	display: block;
	font-size: 0.8em;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	line-height: 1.7em;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

.latestCarousel .card .h3 {
	color: #00263D;
	font-size: 1em;
	display: block;
	transition: all 0.3s ease;
}

.mediasCarousel {
	margin: 40px 0px;
}

.mediasCarousel .card {
	width: 28%;
	border: 0px;
}

.mediasCarousel .card:hover {
	cursor: pointer;
	border-color: #150E2D;
}

.mediasCarousel .card-body {
	padding: 25px 20px;
}

.mediasCarousel .card-body img {
	width: 70px;
	height: 30%;
	object-fit: contain;
	object-position: left;
}

.mediasCarousel .card .card-img-top {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
}

.mediasCarousel .card .card-title {
	font-size: 1em;
	line-height: 1.3em;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.mediasCarousel .card .excerpt {
	display: block;
	font-size: 0.8em;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	line-height: 1.7em;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

.mediasCarousel .card .h3 {
	color: #00263D;
	font-size: 1em;
	display: block;
	transition: all 0.3s ease;
}

.archive-media {
	margin-top: 100px;
	margin-bottom: 300px;
}

.sub-hero {
	margin-top: 100px;
	margin-bottom: 100px;
}

.overflow-hidden {
	overflow: hidden !important;
}

.local_experts {
	width: 200px;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin: auto;
	display: block;
}

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