html,
body {
	width: 100%;
	min-height: 100%;
}

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

body {
	font-size: 19px;
	line-height: 1.7em;
	color: #000;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	overflow-x: hidden;
}

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

@media (max-width: 768px) {
	body {
		padding-top: 90px !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: 'Inter', sans-serif !important;
}

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

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: 1400px;
	}
}

.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: #FF5959;
	color: #fff;
}

.btn-request:hover {
	background: #ff2626;
	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;
}

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

.underlined:after {
	content: " ";
	width: calc(100% + 7px);
	height: 10px;
	background: #00FFC4;
	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 - 30px);
	position: fixed;
	left: 0px;
	top: 80px;
	background: #fff;
	z-index: 999;
	padding: 15px;
	opacity: 0;
	transform: translateY(-100%);
	transition: all .3s ease;
}

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

.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;
}

.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");
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	transition: all .3s ease;
	z-index: 999;
	padding-left: 50px;
}

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

header .navbar-light {
	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 {
	color: #fff;
}

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

@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 li > 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 .navbar-toggler {
	border: 0px;
	padding: 0;
}

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

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

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: #00FFC4;
}

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

.btn-arrow-square {
	width: 45px;
	height: 45px;
	background: #00FFC4;
	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 {
	padding-left: 10px;
	border: none !important;
	border-radius: 0px;
	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: #092C38;
	color: #fff;
	min-height: 400px;
	color: #bfbfbf;
	margin-top: 100px;
	padding-top: 70px;
	border-top: 20px solid #00FFC4;
}

.footer .social-links img {
	width: 25px;
}

@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 .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;
	border-top: 1px solid black;
	font-size: 0.65em;
	font-weight: lighter;
	margin-top: 200px;
}

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

.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: #FF5959 !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: #00FFC4;
	border: 0px;
	color: #000;
	float: right;
}

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

@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"],
.modal input[type="email"],
.modal input[type="search"] {
	padding: 10px;
}

.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: #FF5959 !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: 'Inter', 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;
}

.elementor-heading-title {
	color: #00263D !important;
}

.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: #00FFC4;
	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;
	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;
}

.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: #00FFC4;
	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: #00FFC4;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.sidebar-menu .menu-wrapper ul li:before {
	content: "\2192";
	color: #00FFC4;
	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;
}

.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: #00FFC4;
	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: 25%;
}

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

.postCarousel .card:hover {
	cursor: pointer;
	border-color: #00FFC4;
}

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

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

.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;
}

.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;
}

.page-top .breadcrumbs {
	font-size: 0.8em;
	opacity: 0.8;
}

.site-main {
	padding: 0px 180px;
	min-height: 80vh;
}

@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: #00FFC4;
}

.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;
}

.nav.nav-tabs .nav-link {
	line-height: 30px;
	border: 0px !important;
	color: #000;
	border-color: #00FFC4 !important;
	padding: 8px 30px;
	font-size: 14px;
}

.nav.nav-tabs .nav-link.active {
	font-weight: 600;
	border: 0px;
	border-bottom: 4px solid #00FFC4 !important;
}

.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 #00FFC4 !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: #00FFC4 !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: #00FFC4;
}

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

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

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

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

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

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