/*
Theme Name: Tellus Holdings 2024
Theme URI: http://rvadv.com
Description: Child theme. Child theme for RVADV Framework.
Template: rvadv_framework_theme
Author: Rearview Advertising Rafa
Author URI: http://rvadv.com
Version: 1.0 
*/
/* ---------------------------------------- */
/* ------------- CSS IMPORTS ---------------*/
/* ---------------------------------------- */
/* @import url('https://fonts.cdnfonts.com/css/mona-sans'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ---------------------------------------- */
/* -------------- CSS RESET ----------------*/
/* ---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------- */
/* -------------- VARIABLES ----------------*/
/* ---------------------------------------- */
:root {
	--primary: #1A3C6D;
	--secondary: #fff;
	--tirtiary: #bcbcbc;
	--dark: #2E2E2E;
	--links: var(--primary);
	--link-hover: var(--tirtiary);
	--primary-font: "Noto Sans", sans-serif;
	--heading-font: "Noto Sans", sans-serif;
/* 	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "wdth" 100; */
	
	--grid-container-size: clamp(800px, calc(100vw - 80px) ,1400px) ;
	font-size: clamp(1rem, 0.5rem + 1.25vw, 1.25rem);
	background-color: #fff;
}

/* ---------------------------------------- */
/* ------------ GLOBAL STYLES ------------- */
/* ---------------------------------------- */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	touch-action: manipulation;
}
img {
	max-width: 100%;
}
body {
	font-family: var(--primary-font);
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}
code {
    background-color: #eee;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
}
pre {
	font-family: monospace;
    white-space: pre;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: var(--links);
}
a:hover {
	color: var(--links);
}
.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.grid-container {
	max-width: var(--grid-container-size)  !important;

}
/* fix for flexbox from unsemantic*/
.grid-container::before, .grid-container::after {
	content: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
.button {
	font-family: var(--primary-font);
	background-color: var(--primary);
	color: white;
	text-transform: uppercase;
	border: none;
	padding: 14px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 0px;
	margin-right: 12px;
	cursor: pointer;
	width: fit-content;
	max-width: 300px;
	position: relative;
	white-space: nowrap;
}
.button:hover {
	background-color: var(--secondary);
	color: var(--dark);
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.button.secondary {
	border: 2px solid var(--primary);
	background-color: transparent;
	color: var(--primary);
}
.button.secondary:hover {
	background-color: var(--primary);
	color: var(--secondary);
	box-shadow: 0px 1px 2px 2px rgba(255, 255, 255, 0.3);
}
/* Responsive font sizing */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font);
	font-weight: 600;
}
h1 {font-size: 3.999rem;}
h2 {font-size: 2.999rem;}
h3 {font-size: 2.333rem;}
h4 {font-size: 2.000rem;}
h5 {font-size: 1.666rem;}
h6 {font-size: 1.333rem;}
ul,li,p {
	font-family: var(--primary-font);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	
}

/* drone video fade in on load */
.video-fade-in {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}
.video-fade-in.show {
	opacity: 1;
}

/* -------------------------------------------
NOTES:
unsemantic breakpionts : mobile / tablet / desktop 
@media (max-width: 400px) {}
@media (max-width: 767px) {}

------------------------------------------- */
/* ---------------------------------------- */
/* ---------------  NAV BAR   ------------- */
/* ---------------------------------------- */
header {
	--header-height: 70px;
	--nav-btn-spacing: 24px;
	--nav-btn-height: 32px;
	--nav-bg: #fffd;

	height: var(--header-height);
	color: var(--dark);
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 100;
	transition: box-shadow 0.4s ease-in-out;
	background-color: var(--nav-bg);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
body.home header.init {
	animation: hload 3s forwards;
	animation-delay: 4s;
	opacity: 0;
}
@keyframes hload {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
header.scrolled {
	opacity: 1 !important;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	animation-play-state: paused !important;
}
/* ---------------  LOGO   ------------- */
header .grid-container {
	position: relative;
}
header a.custom-logo-link {
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
	position: absolute;
	left: 16px;
}
body.home header a.custom-logo-link {
	transition: opacity 0.4s ease-in-out;
	transition-delay: 0.1s;
	opacity: 0;
}
body.home header:has(.mobile-nav:not(.hidden)) a.custom-logo-link {
	opacity: 1;
}
 
body.home header.scrolled a.custom-logo-link {
	opacity: 1;
}
header img.custom-logo {
	max-height: 54px;
	height: var(--header-height);
	width: auto;
}
/* ------------------------------------- */
header > .grid-container {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	padding-right: 0;
	height: 100%;
}
header > .grid-container > .hide-on-mobile {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: width 0.5s ease-in-out;
	min-width: fit-content;
}
body.home header > .grid-container > .hide-on-mobile {
	width: 100%;
}
body.home header.scrolled > .grid-container > .hide-on-mobile {
	width: 400px;
}
header > .grid-container > .hide-on-mobile > .nav {
	white-space: nowrap;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu {
	display: flex;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.menu-item {
	display: flex;
	font-size: 0.9em;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.menu-item > a {
	padding: 0px var(--nav-btn-spacing);
	height: var(--nav-btn-height);
	margin-left: 4px; margin-right: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	transition: background 0.2s ease-in-out;
	position: relative;
	background: #fff0;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.current-menu-item > a,
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.menu-item > a:hover {
	color: #fff;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.menu-item > a::before {
	content: ''; display: block;
	position: absolute;
	width: 0%; height: 0%;
	z-index: -1;
	transition: height 0.2s ease-in-out, width 0.2s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
	background: #fff0;
	opacity: 0;
	border-radius: 100px;
	translate: 0 1px;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.current-menu-item > a::before,
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.menu-item > a:hover::before {
	width: 100%; height: 100%;
	background: var(--primary);
	opacity: 1;
	box-shadow: inset 0 1.6em 1em -1em #fff3;
}
header > .grid-container > .hide-on-mobile > .nav > ul.menu > li.menu-item > a:hover::before {
	background: #2D68BD;
}
header li.menu-item.menu-item-home {
	display: none !important;
}
/* ------------  SUBNAV MENU MOBILE ----------- */
/* SVG MOBILE MENU ICON ANIMATION */
.hide-on-desktop  .svg-menu {
	width: 32px;
	height: auto;
	padding: 20px;
	cursor: pointer;
	box-sizing: content-box;
}
.svg-menu * { overflow: visible; transition: all 0.2s linear; fill: var(--primary);}
.svg-menu svg rect:nth-child(1) {opacity: 1;}
.svg-menu.active svg rect:nth-child(1) {opacity: 0; transform: translateY(150px);}
.svg-menu.active svg rect:nth-child(2) {transform: rotate(45deg) translateY(-135px) translateX(45px);}
.svg-menu.active svg rect:nth-child(3) {transform: rotate(-45deg) translateY(30px) translateX(-140px);}
/*  */
.hide-on-desktop  .mobile-nav.hidden {
	max-width: 0;
}
.hide-on-desktop  .mobile-nav {
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	max-width: 100%;
	position: fixed;
	background-color: #fff;
	width: 100%;
	right: 0;
	top: var(--header-height);
	height: calc( 100vh - var(--header-height));
	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.hide-on-desktop  .mobile-nav .menu-item-has-children {
	position: relative;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children > a::after {
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: "\f0d7";
	font-size: 14px;
	font-weight: 900;
	padding-left: 8px;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children .sub-menu {
	top: var(--header-height);
	max-height: 0;
	transition: max-height 0.4s linear;
	overflow: hidden;
	left: 0;
	background-color: var(--mobile-nav-bg);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children .sub-menu .sub-menu {
	right: 0;
	top: 20px;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children:hover > .sub-menu {
	max-height: 100vh;
	z-index: 101;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children > .sub-menu > li > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.hide-on-desktop  .mobile-nav li a {
	width: 100%;
	display: block;
	padding: 8px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-left: 4px solid var(--secondary);
	border-right: 2px solid #00000022;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children .sub-menu li a {
	border-left: 8px solid var(--secondary);
}
.hide-on-desktop  .mobile-nav .menu-item-has-children > .sub-menu > li > ul {
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children > .sub-menu > li > ul > li > a {
	padding-left: 40px !important;
	position: relative;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children > .sub-menu > li > ul > li > a::before {
	content: "";
	position: absolute;
	display: block;
	left: 15px;
	top: 18px;
	width: 5px;
	height: 5px;
	background-color: var(--secondary);
	transition: left 0.1s ease-in-out;
}
.hide-on-desktop  .mobile-nav .menu-item-has-children > .sub-menu > li > ul > li > a:hover::before {
	left:25px;
}
/* BACK TO TOP BUTTON - FIXED TO BTM RIGHT OF ALL PAGES THROUGH HEADER */
#back-to-top-btn {
	display: inline-block;
	background-color: var(--primary);
	--btt-size: 42px;
	width: var(--btt-size);
	height: var(--btt-size);
	text-align: center;
	position: fixed;
	bottom: 32px;
    right: 16px;
    margin: 0 !important;
	transition: background-color .3s, 
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	overflow: hidden;
}
#back-to-top-btn::after {
	content: "\f077";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	font-size: calc( var(--btt-size)/1.6);
	line-height: var(--btt-size);
	color: #fff;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0; margin: auto;
}
#back-to-top-btn:active {
	background-color: #555;
}
#back-to-top-btn.show {
	opacity: 0.4;
	visibility: visible;
}
#back-to-top-btn:hover{
	cursor: pointer;
	opacity: 1;
}
#back-to-top-btn.goingup::after {
	animation: upnout 2.2s ease-in-out infinite;
}
@keyframes upnout {
	0%   { top: 0%; }
	6%   { top: 10%; }
	25%  { top: -80%; opacity: 1;}
	26%  { opacity: 0;}
	32%  { top: 100%; opacity: 0;}
	40%  { top: 100%; opacity: 1; }
	60% { top: 0%; }
}
@media (min-width: 500px) {
	#back-to-top-btn {
		margin: 30px;
	}
}
@media (max-width: 767px) {
	#back-to-top-btn {
		bottom: 16px;
		right: 16px;
	}
}

/* ---------------------------------------- */
/* ---------    HOMEPAGE - HERO     ------- */
/* ---------------------------------------- */
.home.hero {
	--hero-height: 72vh;
	/*/////////////////*/
	display: flex;
	color: var(--primary);
}
.home.hero .grid-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: var(--hero-height);
}
.home.hero .hero-intro {
	width: 100%;
	max-width: 800px;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: start;
}
.home.hero .hero-intro svg {
	width: 100%;
}
.home.hero .hero-content p {
	font-size: 1.6em;
	color: var(--dark);
	line-height: 124%;
	margin-top: -1em;
	font-weight: 600;
}

body.home .home.hero .hero-content p {
	animation: hcload 1.4s ease-in-out forwards;
	animation-delay: 2.4s;
	opacity: 0;
}
@keyframes hcload {
	0% { opacity: 0; transform: translateY(64%);}
	50% { opacity: 0; filter: blur(6px); }
	100% { opacity: 1; transform: translateY(0%); filter: blur(0px); }
}

@media (max-width: 767px) {
	.home.hero {
		--hero-height: 96vh;
		height: var(--hero-height);
		max-height: 800px;
		display: flex;
		align-items: center;
		margin-top: -10vh;
	}
	.home.hero .hero-content p {
		margin-top: -4em;
	}
}
.home.hero svg.hero-desktop .mid-line {
	opacity: 0;
	animation: hero-load-mid 1s ease-out forwards;
}
.home.hero svg.hero-desktop .left-svg {
	opacity: 0;
	animation: hero-load-left 1s ease-in-out forwards 0.8s;
}
.home.hero svg.hero-desktop .right-svg {
	opacity: 0;
	animation: hero-load-right 2s ease-in-out forwards 1s;
}
.home.hero svg.hero-desktop .svg-cover {
	animation: hero-cover-right 1s ease-in-out forwards 1s;
}
.home.hero svg.hero-desktop .svg-cover-up {
	animation: hero-cover-up 0s ease-in-out forwards 2s;
}
.home.hero svg.hero-mobile {
	display: none;
}
@keyframes hero-load-mid {
	0% { transform: translateY(-100%); opacity: 0; }
	100% { transform: translateY(0%); opacity: 1; }
}
@keyframes hero-load-left {
	0% { transform: translateX(50%); opacity: 0;}
	100% { transform: translateX(0%); opacity: 1;}
}
@keyframes hero-cover-right {
	0% { transform: translateX(0%);}
	100% { transform: translateX(-67%);}
}
@keyframes hero-cover-up {
	0% { transform: translateY(0%);}
	100% { transform: translateY(100%);}
}
@keyframes hero-load-right {
	0% { transform: translateX(0%); opacity: 0;}
	50% { transform: translateX(-67%); opacity: 0;}
	100% { transform: translateX(0%); opacity: 1;}
}

@media (max-width: 767px) {
	.home.hero svg.hero-desktop {
		display: none;
	}
	.home.hero svg.hero-mobile {
		display: block;
	}
	.home.hero svg.hero-mobile .mid-line {
		opacity: 0;
		transform: translateX(-100%);
		animation: hero-load-mid-mob 1s ease-out forwards;
	}
	.home.hero svg.hero-mobile .top-svg {
		opacity: 1; transform: translateY(64%);
		animation: hero-load-up 1s ease-in-out forwards 0.8s;
	}
	.home.hero svg.hero-mobile .bottom-svg {
		opacity: 1;
		animation: hero-load-down 2s ease-in-out forwards 1s;
	}
	.home.hero svg.hero-mobile .svg-cover {
		transform: translateY(59%);
		animation: hero-cover 2s ease-in-out forwards 1s; 
	}
	.home.hero svg.hero-mobile .svg-btm-cover {
		opacity: 1;
		animation: hero-cover-down 2s ease-in-out forwards 1s;
		transform: translateY(50%); 
	}
	@keyframes hero-load-mid-mob {
		0% { transform: translateX(-100%); opacity: 0; }
		100% { transform: translateX(0%); opacity: 1; }
	}
	@keyframes hero-load-up {
		0% { transform: translateY(64%); opacity: 1; }
		100% { transform: translateY(0%); opacity: 1; }
	}
	@keyframes hero-load-up {
		0% { transform: translateY(64%); opacity: 1; }
		100% { transform: translateY(0%); opacity: 1; }
	}
	@keyframes hero-load-down {
		0% { transform: translateY(0%); opacity: 1; }
		50% { transform: translateY(-50%); opacity: 1; }
		100% { transform: translateY(0%); opacity: 1; }
	}
	@keyframes hero-cover-down {
		0% { transform: translateY(50%); opacity: 1; }
		50% { transform: translateY(0%); opacity: 1; }
		100% { transform: translateY(0%); opacity: 1; }
	}
	@keyframes hero-cover{
		0%   { opacity: 1; }
		50%  { opacity: 1; }
		51%  { opacity: 0; }
		100% { opacity: 0; }
	}

	
	body.home .home.hero .hero-content p {
		font-size: 1.4em;
	}
}


/* ---------------------------------------- */
/* ---------------  FOOTER   -------------- */
/* ---------------------------------------- */
footer {
	background-color: #EDF0F4;
	color: #2E2E2E;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 2em;
}
footer .two-card {
	display: flex;
	gap: 24px;
	margin-bottom: 1em;
}
footer .two-card .card {
	background: #fff;
	width: 50%;
	padding: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
footer .two-card .card:nth-child(1){
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 1em;
}
footer .two-card .card:nth-child(1) .custom-logo-link {
	margin: auto;
	margin-left: 16px;
}
footer .two-card .card:nth-child(1) .footer-nav{
	text-align: center;
	position: relative;
	margin-left: 3em;
	padding-right: 16px;
}
footer .two-card .card:nth-child(1) .footer-nav a{
	white-space: nowrap;
	position: relative;
	transition: all 0.2s ease-in-out;
	display: block;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
footer .two-card .card:nth-child(1) .footer-nav::before {
	content: ''; display: block;
	width: calc(100% + (16px *2)); height: 1.5em;
	background: var(--primary);
	position: absolute;
	right: -16px;
	top: 0;  margin: auto;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	--offset: -0.1em; --increment: 1.7em;
}
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(1) a:hover)::before,
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(1):is(.current_page_item))::before{
	opacity: 1; transform: translateY( calc(( 0 * var(--increment) ) - var(--offset) ));
}
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(2) a:hover)::before,
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(2):is(.current_page_item))::before{
	opacity: 1; transform: translateY( calc(( 1 * var(--increment) ) - var(--offset) ));
}
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(3) a:hover)::before,
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(3):is(.current_page_item))::before{
	opacity: 1; transform: translateY( calc(( 2 * var(--increment) ) - var(--offset) ));
}
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(4) a:hover)::before,
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(4):is(.current_page_item))::before{
	opacity: 1; transform: translateY( calc(( 3 * var(--increment) ) - var(--offset) ));
}
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(5) a:hover)::before,
footer .two-card .card:nth-child(1) .footer-nav:has(li:nth-child(5):is(.current_page_item))::before{
	opacity: 1; transform: translateY( calc(( 4 * var(--increment) ) - var(--offset) ));
}
footer .two-card .card:nth-child(1) .footer-nav li:is(.current_page_item) a {
	color: #fff;
}
footer .two-card .card:nth-child(1) .footer-nav:has( li:not(.current_page_item) a:hover ) li:is(.current_page_item) a {
	color: var(--primary);
}
footer .two-card .card:nth-child(1) .footer-nav a:hover {
	color: #fff;
}

footer .two-card .card:nth-child(2){
	padding: 1em 16px;
}
footer .two-card .card:nth-child(2) .card-two-title{
	background: var(--tirtiary);
	color: #fff;
	width: fit-content;
	padding-right: 1em;
	padding-left: 2em;
	margin-left: -16px;
}
footer .addresses {
	display: flex;
	gap: 2em;
	padding: 0 calc( 2em - 16px);
	padding-top: 12px;
}
footer .addresses .address b {
	font-weight: 600;
}
footer .addresses .address p:nth-child(2){
	line-height: 124%;
	font-size: 0.9em;
}


@media (max-width: 767px) {
	footer .two-card {
		display: flex;
		gap: 24px;
		margin-top: 2em;
		margin-bottom: 1em;

		flex-direction: column;
	}
	footer .two-card .card {
		width: 100%;
	}
	footer .two-card .card:nth-child(1){
		flex-direction: column;
	}
	footer .two-card .card:nth-child(1) .custom-logo-link {
		margin: auto 16px;
		padding-bottom: 1em;
		display: flex;
		justify-content: center;
	}
	footer .two-card .card:nth-child(1) .footer-nav{
		margin: 0 1em;
		margin-left: 0;
		padding-right: 0;
	}
	footer .two-card .card:nth-child(1) .footer-nav::before {
		width: 50%;
		max-width: 164px;
		right: 0px; left: 0;
		top: 0;  margin: auto;
	}
	footer .two-card .card:nth-child(2) .card-two-title{
		position: absolute;
		right: 10px;
		padding-right: calc(16px + 1em);
	}
	footer .addresses {
		flex-direction: column;
		gap: 12px;
		padding-top: 0;
		font-size: 0.8em;
	}
}
footer .copyright-section p {
	color: #777;
	font-size: 0.8em;
	line-height: 124%;
}
footer .copyright-section p:nth-child(1) {
	color: #ccc;
	font-size: 0.8em;
	margin-bottom: 0.6em;
}
footer .copyright-section span {
	margin-left: 5em;
	white-space: nowrap;
}
footer .copyright-section a {
	color: inherit;
}
footer .copyright-section a:hover{
	text-decoration: underline;
}
@media (max-width: 767px) {
	footer .copyright-section {
		text-align: center;
	}
	footer .copyright-section span {
		margin-left: 0;
		white-space: unset;
	}
}

/* ---------------------------------------- */
/* -----------   HOMEPAGE SEC1    --------- */
/* ---------------------------------------- */
.sec1 {
	background-color: var(--primary);
	color: var(--secondary);
	padding: 16px;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	margin: 2em 0 4em 0;
	--res-x: calc((100vw - (var(--grid-container-size) ))/2);
	margin-right: max(16px, var(--res-x));
	padding-left: max(16px, var(--res-x));
	overflow: hidden;
	position: relative;
	min-height: 542px;
	display: flex; flex-direction: column; justify-content: center;
}
.sec1 > img,
.sec1 > video {
	position: absolute; top: 0; left: 0;
	object-fit: cover;
	width: 100%; height: 100%;
	z-index: 0;
	/* filter: brightness(0.5);
	-webkit-filter: brightness(0.5); */
}
.sec1 > .overlay-gradient {
	position: absolute; top: 0; left: 0;
	object-fit: cover;
	width: 100%; height: 100%;
	background: linear-gradient( 145deg, var(--primary) -100%, #0004 100%);
	filter: brightness(0.5);
	-webkit-filter: brightness(0.5);
}
.sec1 > .content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.sec1 > .content h2,
.sec1 > .content p {
	font-size: 1.4em;
	text-shadow: 
	0px 1px 2px #0003,
	0px 1px 3px #000a;
}

.sec1 > .content .desktop-content { display: contents; }
.sec1 > .content .mobile-content { display: none; }
@media (max-width: 767px) {
	.sec1 > .content .desktop-content { display: none; }
	.sec1 > .content .mobile-content { display: contents; }
}

.sec1 > .content a {
	color: #fff;
	width: fit-content;
	text-transform: uppercase;
	padding: 4px 8px 4px 12px;
	margin-left: -12px;
	transition: all 0.2s ease-in-out;
	border: 1px solid #fff0;
}
.sec1 > .content a:hover {
	background: #0006;
	border: 1px solid #fff6;
}
.sec1 > .content a svg {
	height: 1em;
	margin-bottom: -0.16em;
	transition: all 0.2s ease-in-out;
}
.sec1 > .content a:hover svg {
	margin-left: 0.4em;
}
@media (max-width: 767px) {
	.sec1 {
		margin: 0;
		padding: 4em 16px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.sec1 > img {
		filter: brightness(0.8);
	}
	.sec1 > .content h2 {
		font-size: 1.6em;
		line-height: 108%;
	}
	.sec1 > .content p {
		font-weight: 400;
	}
	.sec1 > .content a {
		margin-left: 0.2em;
		margin-top: 1em;
		font-size: 1.2em;
		padding: 0.6em 2em;
		background: #0006;
		border: 1px solid #fff6;
	}
}

/* ---------------------------------------- */
/* -----------   HOMEPAGE SEC2    --------- */
/* ---------------------------------------- */
.sec2 {
	margin: 4em 0;
	overflow: hidden;
}
.sec2 .grid-container{
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 6em;
	padding-bottom: 4em;
	position: relative;
}
.sec2 p{
	font-size: 1.2em;
	line-height: 150%;
}
.sec2 p span {
	font-size: 1.4em;
	font-weight: 1000;
}
.sec2 .sec2-block {
	text-align: end;
	--res-x: calc(((100vw - (var(--grid-container-size) ))/2) + (var(--grid-container-size)  * 7/ 12));
	margin-right: min(var(--res-x), 1100px);
	margin-bottom: 1em;
}
.sec2 .sec2-w-block {
	text-align: end;
	--res-x: calc(((100vw - (var(--grid-container-size) ))/2) + (var(--grid-container-size)  * 4/ 12));
	padding: 2em;
	margin-right: min(var(--res-x), 600px);
	background: linear-gradient(#fff0 0%,#fff 50%);
	z-index: 1;
}
.sec2 .sec2-w-block h4{
	font-size: 1.4em;
	font-weight: 800;
	margin-bottom: 0.6em;
}
.sec2 .sec2-w-block p{
	font-size: 1.3em;
	line-height: 124%;
}
.sec2 .svg-map { 
	position: absolute; right: 0; top: 0;
	width: 60%; 
}
.sec2 .svg-map svg {
	width: 100%;
	height: clamp(500px, 40vw, 700px);
}
.sec2 .svg-map svg path {
	transition: 0.2s ease-in-out;
	fill-opacity: 1;
}
.sec2 .svg-map svg path[fill="white"]{
	pointer-events: none;
	filter: drop-shadow( 0 2px 1px #0002);
}
.sec2 .svg-map svg path[fill="#939393"]:hover {
	fill: var(--primary);
	cursor: pointer;
}
.sec2 .svg-map svg circle {
	animation: anicirc 12s infinite ease-in;
	transform-origin: 48% 28%;
	pointer-events: none;
}
@keyframes anicirc {
	0% { scale: 1; opacity: 0.5;}
	100% { scale: 6; opacity: 0;}
}
.sec2 .svg-map svg circle:nth-of-type(1){ animation-delay: -4s; }
.sec2 .svg-map svg circle:nth-of-type(2){ animation-delay: -8s; }
.sec2 .svg-map svg circle:nth-of-type(3){ animation-delay: -12s; }
.sec2 .svg-map svg circle:nth-of-type(4){ animation-play-state: paused; opacity: 1 !important; }
@media (max-width: 1600px) {
	.sec2 .sec2-block{
		--res-x: calc(((100vw - (var(--grid-container-size) ))/2) + (var(--grid-container-size)  * 8/ 12));
	}
	.sec2 .sec2-w-block {
		--res-x: calc(((100vw - (var(--grid-container-size) ))/2) + (var(--grid-container-size)  * 3/ 12));
	}
}
@media (max-width: 1000px) {
	.sec2 .sec2-block{
		--res-x: calc(((100vw - (var(--grid-container-size) ))/2) + (var(--grid-container-size)  * 7/ 12));
	}
	.sec2 .sec2-w-block {
		--res-x: calc(((100vw - (var(--grid-container-size) ))/2) + (var(--grid-container-size)  * 3/ 12));
	}
}
@media (max-width: 767px) {
	.sec2 .grid-container{
		padding-top: 1em;
		gap: 0px;
	}
	.sec2 .sec2-block:nth-child(1){
		margin-top: -4em;
	}
	.sec2 .sec2-block, .sec2 .sec2-w-block {
		--res-x: 0px;
		text-align: left;
		padding: 10px;
		font-size: 0.9em;
	}
	.sec2 .sec2-w-block br {
		display: none;
	}
	.sec2 .grid-container > * {
		order: 2;
	}
	.sec2 .svg-map { 
		position: relative;
		order: 1;
		width: 200%;
		transform: translateX(-20%);
		height: 400px;
	}
}

/* ---------------------------------------- */
/* --------   HOMEPAGE PROJECTS    -------- */
/* ---------------------------------------- */
.projects {
	position: relative;
	margin-bottom: 4em;
	padding-left: 16px;
	margin-left: max(0px, calc((100% - var(--grid-container-size) )/2));

	--card-height: 275px;
}
.owl-stage{
	padding-left: 0px !important;
	margin-bottom: 12px;
}
.projects h2 {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.projects .owl-item {
	max-width: 600px;
}
.project h3 {
	position: absolute;
	z-index: 1;
	bottom: -1px; left: -1px;
	font-size: 1em;
	padding: 0.5em;
	padding-right: 1em;
	padding-bottom: 0px;
	background: #fff;
	box-shadow: 
    -6px 6px 0px 6px #fff,
	inset -10px 10px 8px -6px rgba(0, 0, 0, 0.1);
	max-width: 90%;
	color: var(--primary);
}
.project video,
.project img {
	object-fit: cover;
	height: var(--card-height);
	max-height: var(--card-height);
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out;
	margin-top: 10px;
}
.project a:hover video,
.project a:hover img {
	box-shadow: 10px -10px 0 0 var(--primary);
}
.projects a.view-more {
	background: var(--primary);
	color: #fff;
	height: var(--card-height); width: 100%;
	display: flex;
	justify-content: center; align-items: center;
	text-align: center;
	opacity: 0.24;
	transition: all 0.2s ease-in-out;
	translate: 10px 10px;
}
.projects a.view-more:hover {
	opacity: 0.3;
}
@media (max-width: 767px) {
	.projects {
		--card-height: 180px;
	}
	.project a:hover video,
	.project a:hover img {
		box-shadow: none;
	}
}

.owl-nav {
	position: absolute;
	top: -3em; right: 0;
	display: flex;
	gap: 0.4em;
	margin-right: max(16px, calc((100vw - var(--grid-container-size) )/2));
}
.owl-nav button {
	display: inline-block;
	width: 2em; height: 2em;
	overflow: hidden;
}
.owl-nav button i {
	transition: all 0.2s ease-in-out;
}
.owl-nav button.owl-next {
	background: var(--primary) !important;
	color: #fff !important;
}
.owl-nav button.owl-next:hover i {
	transform: translateX(0.2em);
}
.owl-nav button.owl-prev:hover i {
	transform: translateX(-0.2em);
}
.button.view-all-projects {
	margin-right: max(16px, calc((100vw - var(--grid-container-size) )/2));
	float: right;
}



/* ---------------------------------------- */
/* -----   HOMEPAGE CARD SECTION    ---- */
/* ---------------------------------------- */
.card-sec {
	background: var(--primary);
	margin-bottom: -1px;
}
.card-sec h2 {
	font-size: 2em;
	font-weight: 400;
	padding-top: 1em;
	margin-bottom: 0em;
	text-align: center;
	color: #fff;
}
.card-sec .card-container {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 2em 0;
}

.card-sec .card-container .card {
	width: 25%;
	background: #2D68BD;
	color: #fff;
	display: flex;
	flex-direction: column;

	padding: 2em;
	padding-top: 2em;
	box-shadow: 0 2px 8px 0 #0003;
	transform: translateY(2em);
	transition: all 0.8s ease-out;
}
.card-sec .card-container .card:hover {
	transform: translateY(1em);
}
.card-sec .card-container .card img {
	position: absolute;
	top: 12%; right: 4%;
	width: auto;
	height: 72%;
	user-select: none;
	object-fit: contain;
	filter: invert(1) opacity(0.16);
	-webkit-filter: invert(1) opacity(0.16);
	pointer-events: none;
}
.card-sec .card-container .card h3 {
	font-size: 1.1em;
	margin: 0.4em 0;
}
.card-sec .card-container .card p {
	line-height: 124%;
	font-weight: 300;
	font-size: 0.9em;
}
@media (max-width: 767px) {
	.card-sec .card-container {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		padding: 2em 0;
		margin: 0 4px;
		flex-direction: column;
	}
	.card-sec .card-container .card {
		width: 100%;
		pointer-events: none;
		
		padding: 1.4em;
		padding-top: 1.2em;
		transform: translateY(0em);
		max-width: 400px;
		margin: auto;
	}
}

/* ---------------------------------------- */
/* -------   HOMEPAGE NEWS SECTION    ----- */
/* ---------------------------------------- */
.news-sec {
	background: var(--primary);
	padding-top: 4em;
	padding-bottom: 2em;
	box-shadow: inset 0 -6em 0 0 #edf0f4;

	--card-height: 275px;
}
.news-posts {
	position: relative;
	padding-left: 16px;
	margin-left: max(0px, calc((100% - var(--grid-container-size) )/2));
}
.news-posts h2 {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0.5em;
	color: #fff;
}
.news-posts .owl-item {
	max-width: 600px;
}
.news-post {
	display: flex;
	background: #2D68BD;
	color: #fff;
	max-height: var(--card-height);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.news-post::before {
	content: ''; display: block;
	position: absolute; top: calc(100% - 0.4em);
	width: 0em; height: 0.4em;
	background: #2D68BDcc;
	z-index: 1;
	transition: width 0.4s ease-out;
}
.news-posts a:hover .news-post::before {
	width: 50%;
}
.news-post img {
	width: 50% !important; height: var(--card-height) !important; object-fit: cover;
	transition: all 0.2s ease-in-out;
}
.news-post .post-content {
	padding: 0.6em 1em;
	width: 50%;
}
.news-post .post-content p.post-date{
	font-weight: 600;
	font-size: 0.9em;
}
.news-post .post-content h3 + p {
	font-size: 0.9em;
	padding: 0.4em 0;
	line-height: 124%;
	font-weight: 300;
}
.news-post .post-content p.read-more {
	position: absolute;
	right: 1em; bottom: 0.2em;
	font-size: 0.8em;
}
.news-post .post-content h3 {
	font-size: 1em;
}

.news-posts a:hover .news-post img {
	filter: brightness(1.1);
}
.news-posts .owl-nav button i {
	color: #fff;
}
.news-posts .owl-nav button.owl-next {
	background: #2D68BD !important;
}


@media (max-width: 767px) {
	.news-sec {
		--card-height: 180px;
	}
	.news-post .post-content p.post-date{
		font-size: 0.8em;
		font-weight: 400;
	}
	.news-post .post-content h3 + p {
		display: none;
	}
}
/* ---------------------------------------- */
/* ----------   CONTACT SECTION    -------- */
/* ---------------------------------------- */
.contact-section {
	margin-top: -1px;
	background: #EDF0F4;
	padding: 4em 0;
}
.contact-section .grid-container {
	display: flex;
	justify-content: space-between;
}
.contact-section .contact-content {
	width: 62%;
	padding-right: 2em;
}
.contact-section .contact-content > h2 {
	margin-bottom: 0.2em;
}
.contact-section .contact-content > p {
	max-width: 500px;
	margin-bottom: 2em;
	line-height: 124%;
}
.contact-section .contact-content .cont-sub-sec{
	display: flex;
	margin-bottom: 1em;
}
.contact-section .contact-content .cont-sub-sec .icon{
	width: 4em; height: 4em;
}
.contact-section .contact-content .cont-sub-sec:nth-of-type(2) .icon{
	filter: brightness(1.8);
}
.contact-section .contact-content .cont-sub-sec-cont{
	/* padding-left: 1.6em; */
}
.contact-section .contact-content .cont-sub-sec-cont p{
	line-height: 124%;
}
.contact-section .contact-content .cont-sub-sec-cont p b{
	font-weight: 600;
}
.contact-section .contact-section-form-wrap {
	width: 38%;
}
.contact-section .contact-section-form-wrap > .wpcf7 {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	padding: 1em;
	padding-bottom: 0;
	background-image: url('/wp-content/uploads/2024/08/form-brand.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) calc(0% + 1em);
	background-size: 180px;
}
@media (max-width: 1300px) { .contact-section .contact-section-form-wrap > .wpcf7 { background-size: 100px; } }
@media (max-width: 1100px) { .contact-section .contact-section-form-wrap > .wpcf7 { background-size: 0px; } }
@media (max-width: 767px) { .contact-section .contact-section-form-wrap > .wpcf7 { background-size: 30%; } }
@media (max-width: 350px) { .contact-section .contact-section-form-wrap > .wpcf7 { background-size: 0%; } }
.contact-section .contact-section-form-wrap > .wpcf7 form span {
	display: block;
}
.contact-section .contact-section-form-wrap > .wpcf7 form :is(input, textarea, button) {
	padding: 0; margin: 0;
}
.contact-section .contact-section-form-wrap > .wpcf7 form textarea {
	resize: vertical;
	height: 100px;
	max-height: 260px;
}
.contact-section .contact-section-form-wrap > .wpcf7 form :is(input, textarea, button) {
	width: 100%;
}
.contact-section .contact-section-form-wrap > .wpcf7 form :is(input, textarea) {
	border: 1px solid #D4D4D4;
	border-radius: 0;
	padding: 1em 1.4em;
	margin-bottom: 0.8em;
	font-family: var(--primary-font);
}
.contact-section .contact-section-form-wrap > .wpcf7 form input.wpcf7-not-valid{
	border: 1px solid rgb(212, 52, 12);
}
.contact-section .contact-section-form-wrap > .wpcf7 form :is(input, textarea)::placeholder {
	font-family: var(--primary-font);
	font-size: 1em;
	line-height: 100%;
}
.contact-section .contact-section-form-wrap > .wpcf7 form .dual-input{
	display: flex;
	gap: 0.5em;
	margin-top: 0.4em;
}
.contact-section .contact-section-form-wrap > .wpcf7 form .dual-input > p {
	display: contents;
	width: 50%;
}
.contact-section .contact-section-form-wrap > .wpcf7 form .dual-input > p > span {
	width: 100%;
}
.contact-section .contact-section-form-wrap > .wpcf7 form .dual-input > span {
	width: 50%;
	display: block;
}
.contact-section .contact-section-form-wrap > .wpcf7 form input[type="submit"] {
	background: #2D68BD;
	color: #fff;
	font-size: 1em;
	margin-bottom: 0;
	cursor: pointer;
}
.contact-section .contact-section-form-wrap > .wpcf7 form input[type="submit"]:hover {
	background: var(--primary);
}

.contact-section .contact-section-form-wrap > .wpcf7 .wpcf7-not-valid-tip {
	font-size: 0.6em;
	line-height: 100%;
	position: relative;
	background: #eee;
	padding: 2px 8px;
	margin-top: -16px;
	margin-bottom: 12px;
	border: 1px solid #0004;
	width: fit-content;
	float: right;
	margin-right: 8px;
	pointer-events: none;
	color: rgb(187, 58, 25);
}
.contact-section .contact-section-form-wrap > .wpcf7 .wpcf7-response-output {
	background: #eee;
	margin: 0;
	transform: translateY(12px);
	box-shadow: 0 4px 8px 0 #0003;
	border: 1px solid #0002;
	padding: 12px;
	text-align: center;
	color: #2E2E2E;
}

@media (max-width: 767px) {
	.contact-section .grid-container {
		flex-direction: column;
	}
	.contact-section .contact-content {
		width: 100%;
		margin-bottom: 1.8em;
		padding-right: 0;
	}
	.contact-section .contact-content > h2 {
		text-align: center;
		margin-bottom: 0.4em;
	}
	.contact-section .contact-content > h2 + p {
		display: none;
	}
	.contact-section .contact-content .cont-sub-sec {
		margin-bottom: 0;
	}
	.contact-section .contact-content .cont-sub-sec-cont{
		text-align: center;
		padding: 0 1em;
		width: 100%;
		color: var(--primary);
	}
	.contact-section .contact-content .cont-sub-sec-cont p + p {
		display: none;
	}
	.contact-section .contact-content .cont-sub-sec-cont p b {
        font-weight: 500;
        font-size: 0.88em;
	}
	.contact-section .contact-section-form-wrap {
		width: 100%;
	}
}

/* ---------------------------------------- */
/* -----------   ABOUT PAGE HERO  --------- */
/* ---------------------------------------- */
.default-hero {
	background-color: var(--primary);
	color: var(--secondary);
	padding-bottom: 1em;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	--res-x: calc((100vw - (var(--grid-container-size) ))/2);
	margin-right: max(16px, var(--res-x));
	padding-left: max(16px, var(--res-x));
	position: relative;
	height: 448px;
	min-height: 448px;
	display: flex; flex-direction: column; justify-content: end;
}
.default-hero  > img,
.default-hero  > video {
	position: absolute; top: 0; left: 0;
	object-fit: cover;
	width: 100%; height: 100%;
	z-index: 0;
	filter: brightness(0.9);
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
}
.default-hero h2.page-title {
	color: #fff;
	font-size: 1.4em;
	text-shadow: 
	0px 1px 2px #0003,
	0px 1px 3px #000a;
	font-size: 2em;
	position: relative;
}
.default-hero h2.page-title + p {
	text-shadow: 
	0px 1px 2px #0003,
	0px 1px 3px #000a;
	font-size: 1.2em;
	font-weight: 300;
	margin-top: 0.2em;
}
.grid-container {
	width: 100%;
	position: relative;
}
.grid-container.slim {
	max-width: 1000px !important;
}
.grid-container.half-slim {
	max-width: 1200px !important;
}
.default-page-content {
	margin: 3em auto;
}
.default-page-content p{
	color: #2E2E2E;
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.default-hero {
		margin: 0;
		padding: 16px 0.2em;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		height: 60vw;
		min-height: 248px;
	}
	.default-hero  > img,
	.default-hero  > video {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.default-hero > img {
		filter: brightness(0.8);
	}
	.default-hero h2.page-title{
		font-size: 2em;
	}
	.default-page-content {
		padding: 0 1em !important;
	}
	.default-page-content p{
		font-size: 1em;
		line-height: 164%;
	}
}

/* ---------------------------------------- */
/* ----   ABOUT PAGE TRI SECTION  --------- */
/* ---------------------------------------- */
.about-page.tri-section {
	background: #DDE7F4;
	box-shadow: 
	inset 0 3em 0 0em #fff,
	inset 0 -3em 0 0em #fff;
}
.about-page.tri-section .sect {
	width: calc(100% - 20%);
	margin: 1em 0;
	color: #fff;
	background: #2D68BD;
	border-top-right-radius: 2em;
	border-bottom-left-radius: 2em;
	display: flex; align-items: center;
	padding-right: 10vw;
	position: relative;
}
.about-page.tri-section .sect:nth-child(2) {
	background: var(--primary);
	margin-left: 10%;
}
.about-page.tri-section .sect:nth-child(3) {
	margin-left: 20%;
}
.about-page.tri-section .sect img {
	padding: 2em;
	margin: 0 2em;
	max-width: 200px;
	height: 200px;
	object-fit: contain;
}
.about-page.tri-section .sect:nth-child(1) img { scale: 1; }
.about-page.tri-section .sect:nth-child(2) img { scale: 1; }
.about-page.tri-section .sect:nth-child(3) img { scale: 1; }
.about-page.tri-section .sect .content {
	margin-top: 2em;
	margin-bottom: 2.4em;
}
.about-page.tri-section .sect .content p {
	font-size: 1.2em;
	margin-top: 0.2em;
}
@media (max-width: 1000px) {
	.about-page.tri-section .grid-container {
		padding: 0 !important;
	}
	.about-page.tri-section .sect {
		width: 100%;
		margin: 0;
		margin-left: 0 !important;
		margin-top: 1em;
		border-radius: 0 ;
		flex-direction: column;
		padding: 0;
		padding-top: 1em;
		overflow: hidden;
	}
	.about-page.tri-section .sect h3 {
		font-size: 1.4em;
	}
	.about-page.tri-section .sect .content p {
		padding: 0.5em 0;
		font-size: 1em;
	}
	.about-page.tri-section .sect img {
		margin-bottom: -2em;
		opacity: 0.16;
		position: absolute;
		right: 4%;
		top: 0; bottom: 0; margin: auto;
	}
	.about-page.tri-section .sect .content {
		padding: 0 2em;
	}
}

/* ---------------------------------------- */
/* -----------   ABOUT PAGE TEAM  --------- */
/* ---------------------------------------- */
.about-page.team-section {
	margin: 100px 0;
}
.about-page.team-section h3 {
	margin-bottom: 0.6em;
}
.about-page.team-section .profile-cards {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
.about-page.team-section .profile-card {
	width: calc(25% - 25px);
	color: #2e2e2e;
	position: relative;
}
.about-page.team-section .profile-card a.profile-img-wrap {
	display: block;
	overflow: hidden;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	margin-bottom: 1em;
}
.about-page.team-section .profile-card a.profile-img-wrap:hover img {
	scale: 1.08;
}
.about-page.team-section .profile-card img {
	transition: all 0.2s ease-in-out;
}
.about-page.team-section .profile-card .prof-title {
	font-size: 1.1em;
}
.about-page.team-section .profile-card .prof-name {
	font-size: 1.4em;
	font-weight: 600;
}
.about-page.team-section .profile-card hr {
	border: 0;
	background: #ededed;
	width: 80%;
	height: 5px;
	margin-left: 0;
}
.about-page.team-section .profile-card b{
	font-weight: 800;
}

.about-page.team-section .profile-card .bio-link {
	width: 100%;
	margin-top: 1em;
	max-width: unset;
}
.about-page.team-section .profile-card .bio-link::before{
	content: '';
	display: block;
	width: 36px; height: 36px;
	position: absolute;
	top: 8px; right: 8px;
	opacity: 0.64;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M25.74 7.83v-.17l-.06-.2a1.18 1.18 0 0 0-.11-.19.8.8 0 0 0-.08-.16 1.92 1.92 0 0 0-.55-.55 1.29 1.29 0 0 0-.16-.09l-.19-.1-.2-.06h-.17a2.58 2.58 0 0 0-.39 0H9.64a2 2 0 0 0 0 4H19L6.81 22.36a2 2 0 1 0 2.83 2.83l12.14-12.14v9.31a2 2 0 0 0 4 0V8.22a2.58 2.58 0 0 0-.04-.39Z"/></svg>');
	background-size: 80%;
	background-position: 100% 0%;
	transition: background 0.2s ease-in-out;
	background-repeat: no-repeat;
	mix-blend-mode: difference;
	filter: invert(1);
	-webkit-filter: invert(1);
}
p.prof-email a {
    word-break: break-word;
}
p.prof-email a, p.prof-phone a {
    font-size: 18px;
}
@media (max-width: 1000px) {
	.about-page.team-section .profile-card {
		width: 33.3%;
		margin-right: 1em;
	}
}
@media (max-width: 767px) {
	.about-page.team-section {
		margin: 64px 0 0 0;
	}
	.about-page.team-section h3 {
		text-align: center;
		margin-bottom: 1em;
	}
	.about-page.team-section .profile-cards {
		flex-direction: column;
	}
	.about-page.team-section .profile-card {
		width: 100%;
		margin-right: 0;
		max-width: 242px;
		margin: auto;
		margin-bottom: 4em;
	}
	.about-page.team-section .profile-card img {
		border-radius: 0;
	}
	.about-page.team-section .profile-card .bio-link::before{
		display: none;
	}
}
/* ---------------------------------------- */
/* -----------   PROJECTS PAGE   ---------- */
/* ---------------------------------------- */
.project-single .page-title {
	color: var(--primary);
    font-size: 2em;
    position: relative;
	margin: 1em 0 0 0;
	font-weight: 800;
	max-width: 72%;
}
.project-single .news-back {
	position: absolute;
	right: 0; top: 0;
	background: var(--primary);
	color: #fff;
	padding: 0.4em 1em;
	border: 4px solid #fff;
	border-radius: 0.6em 0 0 0.6em;
}
.project-single .news-back:hover {
	background: #2D68BD;
}
.projects-page.projects {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}
.projects-page.projects .project {
	width: calc(50% - 1em);
	position: relative;
}
@media (max-width: 767px) {
	.project-single .page-title {
		font-size: 2.2em;
        margin-bottom: -0.6em;
		max-width: 100%;
	}
	.project-single .news-back {
		display: none;
	}
	.projects-page.projects {
		flex-direction: column;
		gap: 1em;
	}
	.projects-page.projects .project {
		width: 100%;
		position: relative;
	}
}
.project-gallery-container {
	margin-top: 6em;
	margin-bottom: 6em;
}
.project-gallery-container h3 {
	text-align: center;
}
.project-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	margin: 2em 0;
}
.project-gallery a{
	width: calc(33.33% - 0.8em); display: block;
	overflow: hidden;
	border-radius: 0.5em;
	box-shadow: 0 3px 8px 0 #0003;
	position: relative;
}
.project-gallery a:nth-child(1){
	width: 100%;
}
@media (max-width: 767px) {
	.project-gallery-container {
		margin-top: 0em;
		margin-bottom: 4em;
	}
	.single-project .news-post-content .side-section {
		display: none;
	}
	.project-gallery {
		flex-direction: column;
		gap: 0.6em;
	}
	.project-gallery a{
		width: 100%;
		border-radius: 0;
	}
	.project-gallery a img {
		scale: 1.04;
	}
}
.project-gallery a img,
.project-gallery a video {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: all 0.2s ease-in-out;
}
.project-gallery a:hover img {
	scale: 1.1;
}
.project-gallery a video {
	display: none;
}
.project-gallery a:has(video)::before {
	display: block; content: '';
	position: absolute;
	width: 100%; height: 100%;
	background: #0005;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Cpath d='M240,128a15.74,15.74,0,0,1-7.6,13.51L88.32,229.65a16,16,0,0,1-16.2.3A15.86,15.86,0,0,1,64,216.13V39.87a15.86,15.86,0,0,1,8.12-13.82,16,16,0,0,1,16.2.3L232.4,114.49A15.74,15.74,0,0,1,240,128Z'%3E%3C/path%3E%3C/svg%3E"), linear-gradient(#0005, #0005);
	background-position: 50%;
	background-repeat: no-repeat;
	z-index: 1;
}

/* ---------------------------------------- */
/* -----------   NEWS PAGE   -------------- */
/* ---------------------------------------- */

.blog .news-page .page-title{
    color: var(--primary);
    font-size: 2em;
    position: relative;
	text-align: center;
}
.news-page .news-cards {
	display: flex; justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	margin: 4em 0;
}
.news-page .news-cards .news-card {
	width: calc(50%);
	display: flex;
	flex-direction: column;
	border: 1px solid #3330;
	transition: all 0.2s ease-in-out;
	border-radius: 1em;
}
.news-page .news-cards .news-card:hover{
	border: 1px solid #3332;
	box-shadow: 0 4px 8px 0 #0003;
}
.news-page .news-cards .news-card > * {
	order: 1;
}
.news-page .news-cards .news-card .news-img {
	width: 100%; height: 264px; 
	border-radius: 1em;
	overflow: hidden;
	order: 2;
}
.news-page .news-cards .news-card img {
	object-fit: cover;
	width: 100%; height: 100%;
	transition: scale 0.2s ease-in-out;
}
.news-page .news-cards .news-card:hover img {
	scale: 1.1;
}
.news-page .news-cards .news-card .news-card-content {
	width: 100%;
	padding: 1em;
	padding-left: 0;
	transition: padding 0.4s ease-in-out;
}
.news-page .news-cards .news-card:hover .news-card-content {
	padding-left: 1em;
}
.news-page .news-cards .news-card p.news-date {
	font-size: 0.8em;
}
.news-page .news-cards .news-card h4.news-title {
	font-size: 1em;
	margin-bottom: 0.8em;
}
.news-page .news-cards .news-card p.news-excerpt {
	line-height: 108%;
	font-size: 0.8em;
	margin-bottom: 0.8em;
}
.news-page .news-cards .news-card p.news-more {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 500;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
}
.news-page .news-cards .news-card:hover p.news-more {
	opacity: 1;
}
@media (max-width: 767px) {
	.news-page .news-cards .news-card {
		width: 100%;
	}
	.news-page .news-cards .news-card .news-img {
		height: 224px;
	}
	.news-page .news-cards .news-card p.news-more {
		opacity: 0.6;
	}
}
.news-pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
	gap: 0.2em;
}
.news-pagination .page-numbers {
	width: 1.6em; height: 1.6em;
	display: flex; justify-content: center; align-items: center;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}
.news-pagination .page-numbers:hover {
	background: #2D68BD;
	color: #fff;
}
.news-pagination .page-numbers.current {
	background: var(--primary);
	color: #fff;
}

.news-page .news-back {
	position: absolute;
	right: 0;
	bottom: -2em;
	background: var(--primary);
	color: #fff;
	padding: 0.4em 1em;
	border: 4px solid #fff;
	border-radius: 0.6em;
}
.news-page .news-back:hover {
	background: #2D68BD;
}
.news-single-content {
	margin-top: 3em;
	margin-bottom: 3em;
}
.news-single-content .content-wrap :is( h1, h2, h3, h4, ul, img ) {
	margin-bottom: 0.8em;
}
.news-single-content .content-wrap li{
	list-style-type: disc;
	margin-left: 1.6em;
}
.news-single-content .content-wrap p {
	line-height: 150%;
	font-size: 1.2em;
	font-weight: 400;
	color: #2e2e2e;
	margin-bottom: 1.2em;
}
.news-single-content p b {
	font-weight: 700;
}
.news-single-content hr {
	background: #D6DCE5;
	width: 100%; height: 5px; 
	border: 0;
	margin-top: 3em;
}
.news-single-content .news-post-content {
	display: flex;
}
.news-single-content .content-wrap {
	width: calc(100% - 300px);
	padding-right: min(8vw, 140px);
}
.news-single-content .side-section {
	width: 300px; height: 100%;
}
.news-single-content .side-section .read-more-posts h3 {
	font-size: 1.2em;
	width: fit-content;
	margin-left: auto;
}
.news-single-content .side-section .read-more-posts h3::after{
	content: ''; display: block;
	width: 100%;
	height: 5px;
	background: #ededed;
	margin-top: 0.4em;
}
.news-single-content .side-section .read-more-posts ul li {
	margin-top: 1em;
}
.news-single-content .side-section .read-more-posts ul li a {
	position: relative;
	display: block;
	height: 180px;
	overflow: hidden;
}
.news-single-content .side-section .read-more-posts ul li a img {
	width: 100%; object-fit: cover;
	max-height: 180px;
	transition: all 0.2s ease-in-out;
	filter: brightness(0.9);
}
.news-single-content .side-section .read-more-posts ul li a:hover img{
	filter: brightness(1);
	scale: 1.1;
}
.news-single-content .side-section .read-more-posts ul li a .read-more-cont {
	position: absolute;
	bottom: 0;
	padding: 0.3em 0.6em;
	text-shadow: 0 1px 2px #000a;
}
.news-single-content .side-section .read-more-posts ul li a h4 {
	color: #fff; font-size: 1em; font-weight: 400;	
}
.news-single-content .side-section .read-more-posts ul li a p {
	color: #fff; font-size: 0.8em; font-weight: 600; line-height: 64%;
}

.news-post-image {
	margin-bottom: 3em;
}
@media (max-width: 767px) {
	.news-single-content .news-post-content {
		flex-direction: column;
	}
	.news-page .news-back {
		bottom: -2.9em;
	}
	.news-single-content .content-wrap {
		width: 100%;
		padding: 0em 4px 2em 4px;
	}
	.news-single-content .side-section {
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-top: 1em;
	}
	.news-single-content .side-section .read-more-posts h3 {
		margin-left: 0;
	}
}

/* ---------------------------------------- */
/* -----------   CONTACT PAGE   ----------- */
/* ---------------------------------------- */
.contact-page-bg {
	display: none;
	position: absolute;
	width: 100%;
	left: 0; top: 0;
	height: 642px;
}
.page-template-page_contact .contact-page-bg {
	display: block;
}
.contact-page-bg > *{
	object-fit: cover;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
}
.contact-page-bg .overlay {
	background: linear-gradient(#fff, #fffa);
}
@media (max-width: 767px) {
	.contact-page-bg {
		height: 90vh;
	}
}

.page-template-page_contact .contact-section-form-wrap  {
	max-height: 684px;
}
.page-template-page_contact .contact-section-form-wrap > div {
	position: sticky;
	top: 5em;
	translate: 0 -1em
}

.contact-cards {
	display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
	margin-top: 4em;
	margin-left: 4.6em;
	margin-bottom: -2em;
}
.page-template-page_contact .contact-cards {
	display: grid;
}
.contact-card {
	position: relative;
	width: min(424px, 40vw);
	padding: 1em 1em 2em 1em;
}
.contact-card b {
	font-weight: 600;
}
.contact-card p {
	line-height: 124%;
}
.contact-card p a {
	color: #2E2E2E;
}
.contact-card p a:hover {
	color: #2D68BD;
	text-decoration: underline;
}
.contact-cards > .contact-card:nth-child(1),
.contact-cards > .contact-card:nth-child(2) {
	border-right: 3px solid rgba(24,24,24,0.14);
}
.contact-card .arrow,
.profile-card .arrow {
	width: 36px; height: 36px;
	position: absolute;
	top: 8px; right: 8px;
	opacity: 0.18;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M25.74 7.83v-.17l-.06-.2a1.18 1.18 0 0 0-.11-.19.8.8 0 0 0-.08-.16 1.92 1.92 0 0 0-.55-.55 1.29 1.29 0 0 0-.16-.09l-.19-.1-.2-.06h-.17a2.58 2.58 0 0 0-.39 0H9.64a2 2 0 0 0 0 4H19L6.81 22.36a2 2 0 1 0 2.83 2.83l12.14-12.14v9.31a2 2 0 0 0 4 0V8.22a2.58 2.58 0 0 0-.04-.39Z"/></svg>');
	background-size: 80%;
	background-position: 0% 100%;
	transition: background 0.2s ease-in-out;
	background-repeat: no-repeat;
}
.contact-card .arrow:hover,
.profile-card .arrow:hover {
	background-position: 100% 0%;
	box-shadow: inset 0 0 0 2em #0003;
}
.contact-cards > .contact-card:nth-child(1) {
	grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.contact-cards > .contact-card:nth-child(1)::before {
	content: ''; display: block;
	width: calc(100% - 32px); height: 3px;
	position: absolute;
	bottom: 0%;
	background: rgba(24,24,24,0.14);
}
.contact-cards > .contact-card:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2 / 2;
}
.contact-cards > .contact-card:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
	padding-left: 3em;
}
@media (max-width: 767px) {
	.contact-cards {
		display: flex !important;
		flex-direction: column;
		background: #edf0f4;
		margin-left: 0;
		margin-bottom: 0;
	}
	.contact-card {
		position: relative;
		width: 100%;
		padding: 1em 1em 2em 1em;
	}
	.contact-cards > .contact-card:nth-child(1),
	.contact-cards > .contact-card:nth-child(2) {
		border-right: 0px solid rgba(24,24,24,0.14);
	}
	.contact-cards > .contact-card:nth-child(1)::before,
	.contact-cards > .contact-card:nth-child(2)::before {
		content: ''; display: block;
		width: calc(100% - 32px); height: 2px;
		position: absolute;
		bottom: 0%;
		background: rgba(24,24,24,0.14);
	}
	.contact-cards > .contact-card:nth-child(3) {
		padding-left: 1em;
	}
}

/* ---------------------------------------- */
/* --------   SINGLE PERSON POST   -------- */
/* ---------------------------------------- */
.single-person-hero {
	display: flex;
	margin-top: 2em;
	margin-bottom: 4em;
	--left-sz: min(45%, 500px);
}
.single-person-hero .left {
	width: var(--left-sz);
}
.single-person-hero .right {
	width: calc(100% - var(--left-sz));
	padding-left: 4em;
}
.single-person-hero .left img {
	width: 100%; height: 100%;
	max-height: min(800px, 80vh);
	object-fit: cover;
	border-radius: 2em;
}
.single-person-hero .right > h2 {
	font-size: 2.2em;
	margin-bottom: 0.1em;
}
.single-person-hero .right > p {
	font-size: 1.2em;
}
.single-person-hero .right > .single-person-content {}
.single-person-hero .right > .single-person-content p {
	font-size: 1em;
	line-height: 142%;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}
.single-person-hero .right p b { 
	font-weight: 600;
}
.single-person-hero .right p a {
	color: #2E2E2E;
} 
.single-person-hero .right p a:hover {
	color: #2D68BD;
	text-decoration: underline #4785db;
}
.single-person-hero .right hr {
    border: 0;
    background: #ededed;
    width: 200px;
    height: 5px;
    margin-left: 0;
}
@media (max-width: 767px) {
	.single-person-hero {
		flex-direction: column;
		margin-top: 1em;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.single-person-hero .left {
		width: 100%;
		margin-bottom: 2em;
	}
	.single-person-hero .right {
		width: 100%;
		padding-left: 0em;
	}
}