/**
	Filename: 		style.css
	Author: 		Domenic Polsoni
	Date Created:	2024-04-14
*/

/* Common Styles */

:root {
	--base-vw: 0.5209176vw;
	--base-vw-mobile: 1.3021vw;
	--ease-time-0_5: 0.5s;
	--ease-time-0_15: 0.15s;
	--fs-8: 0.5rem;
	--fs-9: 0.5625rem;
	--fs-10: 0.625rem;
	--fs-11: 0.6875rem;
	--fs-12: 0.75rem;
	--fs-13: 0.8125rem;
	--fs-14: 0.875rem;
	--fs-16: 1rem;
	--fs-18: 1.125rem;
	--fs-20: 1.25rem;
	--fs-22: 1.375rem;
	--fs-24: 1.5rem;
	--fs-25: 1.5625rem;
	--fs-28: 1.75rem;
	--fs-32: 2rem;
	--fs-36: 2.25rem;
	--fs-50: 3.125rem;
	--fs-60: 3.75rem;
}

*:disabled {
	background-color: var(--gray-shade2);
	cursor: not-allowed;
}

html,
body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: var(--text-dark);
	font-family: "Roboto Slab", arial, sans-serif;
	font-weight: 400;
	scroll-behavior: smooth;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.test-outline {
	outline: 1px solid #f00;
}

.noScroll {
	overflow: hidden;
}

/* Opacity levels */

.opacity-0 {
	opacity: 0;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-100 {
	opacity: 1;
}

.opacity-0 {
	opacity: 0;
}

/* Font sizes - using 1920px as the default desktop resolution */

[class*="fs-"] {
	line-height: 140%;
}

.fs-8 {
	font-size: var(--fs-8);
}

.fs-9 {
	font-size: var(--fs-9);
}

.fs-10 {
	font-size: var(--fs-10);
}

.fs-11 {
	font-size: var(--fs-11);
}

.fs-12 {
	font-size: var(--fs-12);
}

.fs-13 {
	font-size: var(--fs-13);
}

.fs-14 {
	font-size: var(--fs-14);
}

.fs-16 {
	font-size: var(--fs-16);
}

.fs-18 {
	font-size: var(--fs-18);
}

.fs-20 {
	font-size: var(--fs-20);
}

.fs-22 {
	font-size: var(--fs-22);
}

.fs-24 {
	font-size: var(--fs-24);
}

.fs-25 {
	font-size: var(--fs-25);
}

.fs-28 {
	font-size: var(--fs-28);
}

.fs-32 {
	font-size: var(--fs-32);
}

.fs-36 {
	font-size: var(--fs-36);
}

.fs-50 {
	font-size: var(--fs-50);
}

.fs-60 {
	font-size: var(--fs-60);
}

/* Font weights and styles */

.italic {
	font-style: italic;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

/* Common display types */

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.d-none {
	display: none;
}

.d-iblock {
	display: inline-block;
}

.d-inline {
	display: inline;
}

/* Widths */

.w-5p {
	width: 5%;
}

.w-8p {
	width: 8%;
}

.w-10p {
	width: 10%;
}

.w-12p {
	width: 12%;
}

.w-14p {
	width: 14%;
}

.w-20p {
	width: 20%;
}

.w-22p {
	width: 22%;
}

.w-25p {
	width: 25%;
}

.w-30p {
	width: 30%;
}

.w-33p {
	width: 33%;
}

.w-40p {
	width: 40%;
}

.w-45p {
	width: 45%;
}

.w-50p {
	width: 50%;
}

.w-55p {
	width: 55%;
}

.w-60p {
	width: 60%;
}

.w-65p {
	width: 65%;
}

.w-70p {
	width: 70%;
}

.w-75p {
	width: 75%;
}

.w-80p {
	width: 80%;
}

.w-85p {
	width: 85%;
}

.w-90p {
	width: 90%;
}

.w-100p {
	width: 100%;
}

.w-auto {
	width: auto;
}

.h-line {
	height: calc(0.5 * var(--base-vw));
}

/* Text decoration and transformations */

.t-transform-upper {
	text-transform: uppercase;
}

.t-decoration-underline {
	text-decoration: underline;
}

/* Margins */

.ml-auto {
	margin-left: auto;
}

.ml-2_8vw {
	margin-left: 2.8vw;
}

.mb-2_8vw {
	margin-bottom: 2.8vw;
}

.mr-2_8vw {
	margin-right: 2.8vw;
}

.mt-2_8vw {
	margin-top: 2.8vw;
}

.mb-1_4vw {
	margin-bottom: 1.4vw;
}

.ml-1_4vw {
	margin-left: 1.4vw;
}

.mr-1_4vw {
	margin-right: 1.4vw;
}

.mt-1_4vw {
	margin-top: 1.4vw;
}

.mb-1_1vw {
	margin-bottom: 1.1vw;
}

.ml-1_1vw {
	margin-left: 1.1vw;
}

.mr-1_1vw {
	margin-right: 1.1vw;
}

.mb-0_5vw {
	margin-bottom: 0.5vw;
}

.ml-0_5vw {
	margin-left: 0.5vw;
}

.mr-0_5vw {
	margin-right: 0.5vw;
}

.mt-0_5vw {
	margin-top: 0.5vw;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mt-0 {
	margin-top: 0;
}

.mr-0 {
	margin-right: 0;
}

/* Flex box */

.flex-row-vcenter {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: left;
}

.flex-col-vcenter {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: left;
}

.flex-align-items-flex-start {
	align-items: flex-start;
}

.flex-align-items-flex-end {
	align-items: flex-end;
}

.inline-flex {
	display: inline-flex;
}

.justify-content-flex-start {
	justify-content: start;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-space-between {
	justify-content: space-between;
}

.justify-content-right {
	justify-content: right;
}

.justify-content-end {
	justify-content: flex-end;
}

.flex-wrap-no-wrap {
	flex-wrap: nowrap;
}

.flex-1 {
	flex: 1;
}

.left-align {
	text-align: left !important;
}

.center-align {
	text-align: center !important;
}

#mobile-nav-icon-open {
	display: none;
}

.bg-image-overlay {
	background-color: rgb(0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-image-overlay.white-bg {
	background-color: #fff;
}

.bg-image {
	background-color: var(--main-blue-shade1);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

#loader.display {
	display: block;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* End of common styles */

/* Mobile */

@media only screen and (max-width: 900px) {
	.content-container {
		margin: 0 auto;
		width: 90%;
	}

	.h-line {
		height: calc(1.5 * var(--base-vw));
	}

	/* [class*="fs-"] {
		font-size: 1rem;
	} */
	html,
	body {
		-webkit-overflow-scrolling: touch;
		font-size: calc(8px + (20 - 8) * ((100vw - 400px) / (800 - 400)));
		margin: 0;
	}

	.inner-container {
		display: block;
		width: 100%;
	}

	header {
		background: #fff;
		box-shadow: 0 0.75vw 1.5vw 0.5vw rgba(0, 0, 0, 0.1);
		position: fixed;
		width: 100%;
		z-index: 1;
	}

	nav {
		background-color: var(--main-blue-shade1);
		box-shadow: 0 0.5vw 2.5vw 0.2vw rgba(0, 0, 0, 1);
		color: #fff;
		left: 0;
		position: absolute;
		-webkit-transition: transform 0.3s ease-in-out 0s;
		-moz-transition: transform 0.3s ease-in-out 0s;
		-o-transition: transform 0.3s ease-in-out 0s;
		transition: transform 0.3s ease-in-out 0s;
		transform: translate3d(0, 0, 0);
		opacity: 0;
		width: 100%;
		z-index: 0;
	}

	nav ul {
		list-style-type: none;
		width: 100%;
	}

	@media only screen and (max-width: 415px) {
		nav ul li a {
			display: block;
			font-size: 16px;
			font-weight: 300;
			height: 48px;
			line-height: 48px;
			letter-spacing: 1px;
			padding: 0 20px;
		}
	}

	@media only screen and (min-width: 416px) {
		nav ul li a {
			display: block;
			font-size: 1.25rem;
			font-weight: 300;
			padding: 0.75rem 1rem;
		}
	}

	.close-button {
		display: block;
		height: 48px;
		line-height: 48px;
		position: absolute;
		top: 0;
		width: 48px;
		z-index: 99;
	}

	.close-button:after {
		content: "";
		position: absolute;
		display: block;
		left: 0;
		margin: auto;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		height: 0;
		border-top: 2px solid var(--gray-shade7);
		transform: rotate(45deg);
		transform-origin: center;
		z-index: 99;
	}

	.close-button:before {
		content: "";
		position: absolute;
		display: block;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		height: 0;
		border-top: 2px solid var(--gray-shade7);
		transform: rotate(-45deg);
		transform-origin: center;
		z-index: 99;
	}

	#main-logo-container {
		background-color: #fff;
		margin: 0;
		padding: 2vw 0;
		position: relative;
		z-index: 1;
		width: 100%;
	}

	#main-logo-container img {
		margin: 0 0 0 1vw;
		max-width: 125px;
		width: 22%;
	}

	.logo-content {
		text-shadow: 1px 1px 1px var(--gray-shade4);
	}

	.logo-content > div:first-child {
		font-size: var(--fs-22);
	}

	.logo-content > div:nth-child(2) {
		font-size: var(--fs-24);
	}

	#mobile-nav-icon-open {
		cursor: pointer;
		display: block;
		height: 48px;
		margin: 0;
		position: absolute;
		right: calc(2 * var(--base-vw-mobile));
		top: 50%;
		transform: translateY(-50%);
		width: 48px;
		z-index: 3;
	}

	#mobile-nav-icon-open span {
		background: var(--gray-shade7);
		display: block;
		height: 3px;
		left: 11px;
		opacity: 1;
		position: absolute;
		width: 26px;
	}

	#mobile-nav-icon-open span:nth-child(1) {
		top: 14px;
	}

	#mobile-nav-icon-open span:nth-child(2) {
		top: 22px;
	}

	#mobile-nav-icon-open span:nth-child(3) {
		top: 30px;
	}

	#mobile-nav-icon-open.open span:nth-child(1) {
		left: 14px;
		margin: 0;
		top: 12px;
	}

	#mobile-nav-icon-open.open span:nth-child(2) {
		width: 0%;
	}

	#mobile-nav-icon-open.open span:nth-child(3) {
		left: 14px;
		margin: 0;
		top: 30px;
	}

	section {
		position: relative;
	}

	#section-home {
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
		padding-bottom: 5vw;
	}

	#section-home .content-container {
		opacity: 0;
		padding: 10vw 0;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		transform: translate3d(-10%, 0, 0);
	}

	#section-home .content-container.load {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	#section-home .bg-image {
		background-image: url("../assets/common/image-1-768.webp");
	}

	#goal-text {
		background-color: rgba(255, 255, 255, 0.9);
		border-radius: 1vw;
		/* bottom: -100%; */
		/* box-shadow: 0 0.5vw 2.5vw 0.2vw rgba(0, 0, 0, 0.3); */
		color: var(--text-dark);
		display: block;
		font-weight: 300;
		/* left: 50%; */
		margin: 0 auto;
		padding: 5vw 0;
		/* position: absolute; */
		text-shadow: none;
		/* transform: translate(-50%, 0); */
		width: 90%;
	}

	#goal-text > div:first-child {
		margin: 0 auto;
		width: 50%;
	}

	#goal-text img {
		display: block;
		height: auto;
		width: 100%;
	}

	#goal-text > div:nth-child(2) {
		/* background-color: var(--gray-shade1); */
		/* border-radius: 0.5vw; */
		margin: 0 auto !important;
		padding: 3vw 5vw 0 5vw;
	}

	#goal-text > div p {
		font-size: var(--fs-28);
		font-weight: 300;
		margin: 0 0 5vw 0;
	}

	#goal-text > div p:last-child {
		margin: 0 0 0 0;
	}

	#section-about {
		background-color: var(--gray-shade1);
		padding: 5vw 0;
	}

	#section-about [class*="w-"] {
		width: 100%;
	}

	#section-about .content-container {
		text-align: center;
	}

	#section-about .content-container .inner-section-1 {
		margin-bottom: 5vw;
	}

	#section-about .content-container .inner-section-2 {
		display: block;
	}

	#section-about .content-container .inner-section-2 > div:first-child {
		margin-bottom: 5vw;
	}

	.image-container {
		background: #fff;
		border-radius: 1vw;
		box-shadow: 0 0 3vw 1vw rgba(0, 0, 0, 0.2);
		opacity: 0;
		padding: 2.5vw 2.5vw;
		transform: translate3d(0, 5%, 0);
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 100%;
	}

	.image-container.load {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	.image-container img {
		border: 0.2vw solid var(--gray-shade2);
		border-radius: 0.3vw;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	#section-about .image-container {
		margin-right: 2vw;
	}

	#section-about p {
		font-size: 1.7rem;
		font-weight: 300;
		margin: 0 0 5vw 0;
		text-align: left;
	}

	#section-history {
		color: #fff;
		padding: 5vw 0;
		text-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 1);
	}

	#section-history .bg-image {
		background-image: url("../assets/common/image-3-768.webp");
	}

	#section-history .h-line {
		margin: 0 auto 1.4vw auto;
		width: 38%;
	}

	#section-history p {
		font-size: 1.7rem;
		font-weight: 300;
		margin: 0 0 5vw 0;
		text-align: left;
	}

	#section-services {
		background-color: var(--main-blue-shade1);
		color: var(--gray-shade1);
		font-weight: 300;
		overflow: hidden;
		padding: 5vw 0;
		position: relative;
	}

	#section-services .h-line {
		margin: 0 auto 1.4vw auto;
	}

	#section-services .custom-list-container {
		margin: 0 auto;
		text-align: center;
		z-index: 100;
		width: 90%;
	}

	#section-services p {
		font-size: 1.7rem;
		margin-bottom: 1.4vw;
		text-align: left;
	}

	#section-services ul {
		font-size: 1.7rem;
		overflow: hidden;
		padding-left: 10%;
		text-align: left;
	}

	#section-services ul li {
		line-height: 140%;
		transform: translateX(-100%);
		transition: transform 0.5s, opacity 2s;
		opacity: 0;
	}

	#section-services ul.load li.show {
		transform: translateX(0%);
		opacity: 1;
	}

	.services-image {
		height: calc(100 * var(--base-vw));
		opacity: 0.2;
		position: absolute;
		right: 0;
		transform: translate(0, -50%);
		top: 50%;
	}

	.services-image img {
		height: 100%;
		opacity: 0.3;
	}

	#section-contact {
		background-color: var(--gray-shade1);
		color: var(--text-dark);
		font-weight: 300;
		padding: 5vw 0;
	}

	#contact-container {
		display: flex;
		flex-direction: column;
		font-size: 1.7rem;
	}

	#contact-container > div {
		width: 90%;
	}

	#address-container {
		text-align: left;
		margin: 0 auto 2.5vh auto;
		order: 2;
	}

	#address-container > div {
		margin-bottom: 2vh;
	}

	#section-contact .h-line {
		width: 38%;
	}

	#section-contact p {
		margin: 0;
	}

	#section-contact .h-line {
		margin: 0 auto 1.4vw auto;
		background-color: #4a4a4a;
	}

	#section-contact h5 {
		line-height: 140%;
	}

	#map-container {
		border: 0.1vw solid var(--gray-shade2);
		border-radius: 0.25vw;
		height: 40vh;
		min-height: 200px;
		/* height: 35vh; */
		margin: 2.5vh auto;
		order: 1;
		width: 100%;
	}

	#map-container img {
		display: block;
		width: 100%;
	}

	.marker-container {
		position: relative;
		height: 20vw;
		width: 20vw;
		z-index: 1;
	}

	.marker {
		color: #000;
		left: 50%;
		position: absolute;
		top: -1vh;
		transform: translate(-50%, -30%);
		-moz-transition: transform 0.25s ease 0s;
		-o-transition: transform 0.25s ease 0s;
		-webkit-transition: transform 0.25s ease 0s;
		transition: transform 0.25s ease 0s;
		width: 60%;
		z-index: 10;
	}

	.marker-label {
		background: rgb(255, 255, 255);
		border-radius: 0.2vh;
		box-shadow: 0px 0.3vw 1vw 0.3vw rgba(50, 50, 50, 0.2);
		color: var(--main-blue-shade1);
		font-family: "Roboto Slab", arial, sans-serif;
		font-size: 1.5rem;
		font-weight: 400;
		left: 50%;
		padding: 0.5vh 1vh;
		position: absolute;
		text-overflow: ellipsis;
		top: -5vh;
		transform: translate(-50%, 0);
		-moz-transition: opacity 0.25s ease 0s;
		-o-transition: opacity 0.25s ease 0s;
		-webkit-transition: opacity 0.25s ease 0s;
		transition: opacity 0.25s ease 0s;
		white-space: nowrap;
	}

	.marker-label:after {
		border-style: solid;
		border-width: 0.7vh 0.65vh 0 0.65vh;
		border-color: #fff transparent transparent transparent;
		bottom: -0.65vh;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 0;
		z-index: 0;
	}

	.marker svg path {
		fill: #fff;
	}

	.epicentre {
		background: var(--main-blue-shade1);
		border-radius: 50%;
		color: #fff;
		height: 100%;
		opacity: 0;
		position: absolute;
		-moz-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		-webkit-transition: all 0.25s ease 0s;
		transition: all 0.25s ease 0s;
		transform: scale(0);
		width: 100%;
	}

	.marker-container .epicentre10 {
		opacity: 0.35;
		transform: scale(0.2);
		z-index: 1;
	}

	.marker-container .epicentre20 {
		opacity: 0.3;
		transform: scale(0.4);
		z-index: 2;
	}

	.marker-container .epicentre30 {
		opacity: 0.25;
		transform: scale(0.6);
		z-index: 3;
	}

	.marker-container .epicentre40 {
		opacity: 0.2;
		transform: scale(0.8);
		z-index: 4;
	}

	.marker-container .epicentre50 {
		opacity: 0.15;
		transform: scale(1);
		z-index: 5;
	}

	#form-container {
		margin: 0 auto 2.5vh auto;
		order: 3;
		position: relative;
		width: 37.5%;
	}

	#form-message {
		border-radius: 0.25vw;
		color: var(--main-blue-shade1);
		height: 100%;
		font-size: 1.5rem;
		font-weight: 400;
		padding: 2vw;
	}

	.error-outline {
		border: 0.1vw solid var(--error-shade2) !important;
	}

	.form-error {
		background: var(--error-shade1);
		border-radius: calc(2 * var(--base-vw));
		font-weight: 400;
		margin-bottom: 20px;
		padding: 5px 10px;
		text-align: left;
		width: 100%;
	}

	#contact-form label {
		font-weight: 500;
		font-size: var(--fs-18);
		margin-bottom: 1vh;
		text-transform: uppercase;
	}

	textarea#message,
	input[type="text"],
	input[type="email"],
	input[type="password"] {
		border: calc(0.1 * var(--base-vw)) solid var(--gray-shade3);
		border-radius: calc(2 * var(--base-vw));
		font-size: var(--fs-18);
		font-weight: 400;
		height: 44px;
		line-height: 44px;
		margin-bottom: 2vh;
		padding: 0 10px;
		width: 100%;
	}

	textarea#message {
		height: 200px;
		padding: 0 10px;
		resize: vertical;
	}

	#form-submit.button {
		position: relative;
	}

	.button {
		border-radius: 0.2vw;
		color: #fff;
		height: 5.5vh;
		line-height: calc(4.8 * var(--base-vw));
		text-transform: uppercase;
		transition: background-color 0.15s ease-in-out 0s;
		width: 100%;
	}

	.button:hover {
		background-color: #144ba3 !important;
	}

	#loader {
		-moz-animation: spin 1s linear infinite;
		-o-animation: spin 1s linear infinite;
		-webkit-animation: spin 1s linear infinite;
		animation: spin 1s linear infinite;
		border: 0.2vw solid rgb(255, 255, 255);
		border-radius: 50%;
		border-top: 0.2vw solid #808080;
		box-shadow: 0 0 1vw 0.4vw rgba(0, 0, 0, 0.2);
		display: none;
		height: 1.5vw;
		left: 50%;
		margin: -0.75vw 0 0 -0.75vw;
		position: absolute;
		top: 50%;
		width: 1.5vw;
		z-index: 1001;
	}
}

/* End of mobile */

/* Desktop */

@media only screen and (min-width: 901px) {
	p {
		margin-bottom: 1vw;
	}

	p:last-child {
		margin-bottom: 0;
	}

	.content-container {
		width: 100%;
	}

	html,
	body {
		font-size: calc(16px + (64 - 16) * ((100vw - 1920px) / (7680 - 1920)));
	}

	header {
		background: #fff;
		box-shadow: 0 0.3vw 0.7vw 0.1vw rgba(0, 0, 0, 0.3);
		height: calc(8 * var(--base-vw));
		left: 50%;
		position: fixed;
		top: 0;
		transform: translateX(-50%);
		width: 100%;
		z-index: 1000;
	}

	.inner-container {
		margin: 0 auto;
		height: 100%;
		position: relative;
		width: 65%;
	}

	#main-logo-container {
		width: calc(40 * var(--base-vw));
	}

	#main-logo-container img {
		width: 30%;
	}

	.logo-content {
		text-shadow: 0.1vw 0.1vw 0.1vw var(--gray-shade4);
	}

	nav ul {
		list-style-type: none;
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	nav ul li {
		margin: 0 0 0 2vw;
	}

	nav ul li:first-child {
		margin: 0;
	}

	nav ul li a {
		color: var(--main-blue-shade1);
		font-size: var(--fs-18);
		font-weight: 500;
		position: relative;
		padding-bottom: calc(1 * var(--base-vw));
		text-decoration: none;
	}

	nav ul li a.current {
		font-weight: 700;
	}

	nav ul li a:before {
		bottom: 0;
		content: "";
		display: block;
		height: calc(0.3 * var(--base-vw));
		left: 0;
		position: absolute;
		-moz-transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		-o-transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		-webkit-transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		width: 0;
	}

	nav ul li a:after {
		bottom: 0;
		content: "";
		display: block;
		height: calc(0.3 * var(--base-vw));
		left: 0;
		position: absolute;
		-moz-transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		-o-transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		-webkit-transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		transition: width var(--ease-time-0_15) ease,
			background var(--ease-time-0_15) ease;
		width: 0;
	}

	@media not all and (hover: none) {
		nav ul li a:hover:before {
			background: var(--gray-shade2);
			-moz-transition: width var(--ease-time-0_15) ease;
			-o-transition: width var(--ease-time-0_15) ease;
			-webkit-transition: width var(--ease-time-0_15) ease;
			transition: width var(--ease-time-0_15) ease;
			width: 100%;
		}

		nav ul li a:hover:after {
			background: transparent;
			-moz-transition: all 0s ease;
			-o-transition: all 0s ease;
			-webkit-transition: all 0s ease;
			transition: all 0s ease;
			width: 100%;
		}
	}

	section {
		position: relative;
		padding: 5vw 0;
	}

	#section-home {
		color: #fff;
		height: calc(93.25 * var(--base-vw));
		padding: 0;
		text-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 1);
	}

	#section-home .content-container {
		opacity: 0;
		position: absolute;
		top: calc(50% + calc(4 * var(--base-vw)));
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
		transform: translate3d(-5%, -50%, 0);
		transition: all 1s ease-in-out;
	}

	#section-home .content-container.load {
		opacity: 1;
		transform: translate3d(0, -50%, 0);
	}

	#section-home .bg-image {
		background-image: url("../assets/common/image-1-1280.webp");
	}

	@media only screen and (min-width: 1600px) {
		#section-home .bg-image {
			background-image: url("../assets/common/image-1-1920.webp");
		}
	}

	@media only screen and (min-width: 2560px) {
		#section-home .bg-image {
			background-image: url("../assets/common/image-1-2560.webp");
		}
	}

	#goal-text {
		background-color: #fff;
		border-radius: 0.5vw;
		box-shadow: 0 0.3vw 0.7vw 0.1vw rgba(0, 0, 0, 0.3);
		bottom: -14%;
		color: var(--text-dark);
		font-weight: 300;
		padding: 2vw;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
		text-shadow: none;
		width: 80%;
		z-index: 100;
	}

	#goal-text > div:first-child {
		width: 25%;
	}

	#goal-text img {
		display: block;
		height: auto;
		width: 100%;
	}

	#goal-text > div:nth-child(2) {
		background-color: var(--gray-shade1);
		border-radius: 0.5vw;
		padding: 1vw 1.5vw;
		width: 75%;
	}

	#goal-text > div p {
		font-size: var(--fs-18);
	}

	#section-about {
		background-color: var(--gray-shade1);
		padding: 0 0 5vw 0;
	}

	#section-about .content-container {
		padding-top: 10vw;
	}

	#section-about .image-container {
		background: #fff;
		border-radius: 0.2vw;
		box-shadow: 0 0 0.8vw 0.4vw rgba(0, 0, 0, 0.2);
		opacity: 0;
		padding: 1vw 1vw;
		transform: translate3d(0, 5%, 0);
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#section-about .image-container.load {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#section-about .image-container img {
		border: 0.05vw solid var(--gray-shade2);
		border-radius: 0.3vw;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	#section-about .image-container {
		margin-right: 2vw;
	}

	#section-about p {
		font-size: 1.2rem;
		font-weight: 300;
	}

	#section-history {
		color: #fff;
		padding: 5vw 0;
		text-shadow: 0.1vw 0.1vw 0.1vw rgba(0, 0, 0, 1);
	}

	#section-history .bg-image {
		background-image: url("../assets/common/image-3-1280.webp");
	}

	@media only screen and (min-width: 1600px) {
		#section-history .bg-image {
			background-image: url("../assets/common/image-3-1920.webp");
		}
	}

	@media only screen and (min-width: 2560px) {
		#section-history .bg-image {
			background-image: url("../assets/common/image-3-2560.webp");
		}
	}

	#section-history .h-line {
		margin: 0 auto 1.4vw auto;
	}

	#section-history p {
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 160%;
		text-align: left;
	}

	#section-services {
		background-color: var(--main-blue-shade1);
		color: var(--gray-shade1);
		font-weight: 300;
		height: calc(70 * var(--base-vw));
		overflow: hidden;
		position: relative;
		padding: 0 0 5vw 0;
	}

	#section-services .custom-list-container {
		left: 18%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: calc(100 * var(--base-vw));
		z-index: 100;
	}

	#section-services p {
		font-size: 1.2rem;
	}

	#section-services ul {
		overflow: hidden;
		padding-left: 5%;
	}

	#section-services ul li {
		font-size: 1.2rem;
		line-height: 140%;
		opacity: 0;
		transform: translateX(-100%);
		transition: transform 0.5s, opacity 2s;
	}

	#section-services ul.load li.show {
		transform: translateX(0%);
		opacity: 1;
	}

	.services-image {
		height: calc(100 * var(--base-vw));
		opacity: 0.2;
		position: absolute;
		right: 0;
		transform: translate(0, -50%);
		top: 50%;
	}

	.services-image img {
		height: 100%;
		opacity: 0.2;
	}

	#section-contact {
		background-color: var(--gray-shade1);
		color: var(--text-dark);
		font-weight: 300;
		padding: 5vw 0;
	}

	#section-contact p {
		margin: 0;
	}

	#section-contact .h-line {
		margin: 0 auto 1.4vw auto;
		background-color: #4a4a4a;
	}

	#section-contact h5 {
		line-height: 140%;
	}

	#address-container {
		text-align: left;
	}

	#map-container {
		border: 0.1vw solid var(--gray-shade2);
		border-radius: 0.25vw;
		/* height: 35vh; */
		margin: 0 2vw 0 1vw;
		width: 37.5%;
	}

	#map-container img {
		display: block;
		width: 100%;
	}

	.marker-container {
		position: relative;
		height: 96px;
		width: 96px;
		z-index: 1;
	}

	.marker {
		color: #000;
		left: 50%;
		position: absolute;
		top: -7px;
		transform: translate(-50%, -30%);
		-moz-transition: transform 0.25s ease 0s;
		-o-transition: transform 0.25s ease 0s;
		-webkit-transition: transform 0.25s ease 0s;
		transition: transform 0.25s ease 0s;
		width: 60%;
		z-index: 10;
	}

	.marker-label {
		background: rgb(255, 255, 255);
		border-radius: 0.2vw;
		box-shadow: 0px 0.3vw 1vw 0.3vw rgba(50, 50, 50, 0.2);
		color: var(--main-blue-shade1);
		font-family: "Roboto Slab", arial, sans-serif;
		font-size: 1rem;
		font-weight: 400;
		left: 50%;
		padding: 0.5vw 1vw;
		position: absolute;
		text-overflow: ellipsis;
		top: -3vw;
		transform: translate(-50%, 0);
		-moz-transition: opacity 0.25s ease 0s;
		-o-transition: opacity 0.25s ease 0s;
		-webkit-transition: opacity 0.25s ease 0s;
		transition: opacity 0.25s ease 0s;
		white-space: nowrap;
	}

	.marker-label:after {
		border-style: solid;
		border-width: 0.5vw 0.45vw 0 0.45vw;
		border-color: #fff transparent transparent transparent;
		bottom: -0.45vw;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 0;
		z-index: 0;
	}

	.marker svg path {
		fill: #fff;
	}

	.epicentre {
		background: var(--main-blue-shade1);
		border-radius: 50%;
		color: #fff;
		height: 100%;
		opacity: 0;
		position: absolute;
		-moz-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		-webkit-transition: all 0.25s ease 0s;
		transition: all 0.25s ease 0s;
		transform: scale(0);
		width: 100%;
	}

	.marker-container .epicentre10 {
		opacity: 0.35;
		transform: scale(0.2);
		z-index: 1;
	}

	.marker-container .epicentre20 {
		opacity: 0.3;
		transform: scale(0.4);
		z-index: 2;
	}

	.marker-container .epicentre30 {
		opacity: 0.25;
		transform: scale(0.6);
		z-index: 3;
	}

	.marker-container .epicentre40 {
		opacity: 0.2;
		transform: scale(0.8);
		z-index: 4;
	}

	.marker-container .epicentre50 {
		opacity: 0.15;
		transform: scale(1);
		z-index: 5;
	}

	#form-container {
		position: relative;
		width: 37.5%;
	}

	#form-message {
		border-radius: 0.25vw;
		color: var(--main-blue-shade1);
		height: 100%;
		font-size: 1.5rem;
		font-weight: 400;
		padding: 2vw;
	}

	.error-outline {
		border: 0.1vw solid var(--error-shade2) !important;
	}

	.form-error {
		background: var(--error-shade1);
		border-radius: 0.2vw;
		font-weight: 400;
		margin-bottom: 1vw;
		padding: 0.5vw 1vw;
		text-align: left;
		width: 100%;
	}

	#contact-form label {
		font-weight: 500;
		font-size: var(--fs-18);
		margin-bottom: 0.5vw;
		text-transform: uppercase;
	}

	textarea,
	input[type="text"],
	input[type="email"],
	input[type="password"] {
		border: calc(0.1 * var(--base-vw)) solid var(--gray-shade3);
		border-radius: 0.2vw;
		font-size: var(--fs-18);
		font-weight: 400;
		height: calc(4.3 * var(--base-vw));
		padding: 0 1vw;
		width: 100%;
	}

	textarea {
		height: 12vh;
		padding: 0.5vw 1vw;
		resize: vertical;
	}

	#form-submit.button {
		position: relative;
	}

	.button {
		border-radius: 0.2vw;
		color: #fff;
		height: calc(4.8 * var(--base-vw));
		line-height: calc(4.8 * var(--base-vw));
		text-transform: uppercase;
		transition: background-color 0.15s ease-in-out 0s;
		width: 100%;
	}

	.button:hover {
		background-color: #144ba3 !important;
	}

	#loader {
		-moz-animation: spin 1s linear infinite;
		-o-animation: spin 1s linear infinite;
		-webkit-animation: spin 1s linear infinite;
		animation: spin 1s linear infinite;
		border: 0.2vw solid rgb(255, 255, 255);
		border-radius: 50%;
		border-top: 0.2vw solid #808080;
		box-shadow: 0 0 1vw 0.4vw rgba(0, 0, 0, 0.2);
		display: none;
		height: 1.5vw;
		left: 50%;
		margin: -0.75vw 0 0 -0.75vw;
		position: absolute;
		top: 50%;
		width: 1.5vw;
		z-index: 1001;
	}
}

/* End of desktop */