:root {
	--primary: #4c6052;
	--primary-color: #ffffff;
	--secondary: #0b151f;
	--text: #0b151f;
	--tint: 0, 0, 0;
	--tint-opacity: 0.4;
}

html,
body {
	font-family: 'Montserrat', serif;
	height: 100%;
	max-width: 100%;
}

html {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text);
	margin: 0 0 10px 0;
	font-weight: 700;
}

h1 {
	font-size: 2.75rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1rem;
}

p {
	font-size: 18px;
	color: var(--text);
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

a, 
a:visited {
	color: var(--primary-color);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--primary-color);
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

textarea.form-control {
	height: 10rem !important;
	padding: 1rem .75rem !important;
}

/*------------------------
  Helper css
--------------------------*/
.bg-tint {
	background-color: rgba(var(--tint), var(--tint-opacity));
}

.btn .vr {
	border-left: 1px solid var(--primary);
	margin: 0 5px;
	transition: .5s;
}

.btn:hover .vr {
	border-left: 1px solid var(--text);
	transition: .5s;
}

.btn-danger:focus,
.btn-danger:active:focus {
	box-shadow: 0 0 0 .15rem rgba(225,83,97,.5);
}

.btn-fake:hover {
	background-color: initial !important;
	border-color: var(--primary) !important;
	color: var(--primary) !important;
}

.btn-primary,
.btn-primary:active {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary:disabled {
	background-color: color-mix(in srgb, var(--primary), white 20%);
	border-color: color-mix(in srgb, var(--primary), white 20%);
}

.btn-primary:focus,
.btn-primary:active:focus {
	background-color: color-mix(in srgb, var(--primary), white 10%);
	border-color: color-mix(in srgb, var(--primary), black 5%);
	box-shadow: 0 0 0 .15rem color-mix(in srgb, var(--primary), white 40%);
}

.btn-primary:hover {
	background-color: color-mix(in srgb, var(--primary), white 10%);
	border-color: color-mix(in srgb, var(--primary), black 5%);
}

.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary.dropdown-toggle.show:focus {
	background-color: var(--primary);
	border-color: var(--primary);
	box-shadow: none;
	color: var(--primary-color);
}

.btn-secondary:focus,
.btn-secondary:active:focus {
	box-shadow: 0 0 0 .15rem rgba(130,138,145,.5);
}

.color-primary {
	color: var(--primary);
}

.contact-form {
	padding-top: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	font-size: 16px;
	border: none;
	background: #f0f0f0;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 200px;
	margin-bottom: 30px;
}

.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}

.contact-form :-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::placeholder {
	font-style: italic;
}

.divider {
	flex: 0.2 0 auto;
	text-align: center;
}

.divider-wrapper {
	display: flex;
	font-size: 16px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.divider-wrapper:after {
	border-bottom: 1px solid var(--text);
	content: "";
	flex: 1 0 auto;
	height: 0.75em;
	margin: 0;
}

.divider-wrapper:before {
	border-bottom: 1px solid var(--text);
	content: "";
	flex: 1 0 auto;
	height: 0.75em;
	margin: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
	background-color: var(--primary);
	color: var(--primary-color);
}

.dropdown-menu a,
.dropdown-menu a:visited {
	color: var(--text);
}

.dropdown-menu a:hover {
	color: var(--primary-color);
}

.form-check-input[type=checkbox] {
	margin-top: 0;
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.form-check-input:focus {
	box-shadow: none;
}

.form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 .25rem rgba(170, 170, 170, .25);
}

.form-floating > label {
	left: initial;
}

.galleryButton {
	align-content: center;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	color: var(--text);
	font-weight: bold;
	height: 100px;
	text-align: center;
}

.galleryButton::before {
	content: "";
	display: block;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
}

.galleryLink:hover {
	background: initial;
}

.galleryText {
	color: rgba(0,0,0,1.0);
	font-size: larger;
	position: relative;
	text-shadow: 0 2px 5px #ffffff;
	top: -60px;
}

.icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 80px;
}

.iframe {
	display: block; 
	height: 1180px; 
	overflow: hidden; 
	position: relative; 
	width: 100%;
}

.p-8 {
	padding: 2rem;
}

.rounded-4 {
	border-radius: .75rem;
}

.row-list {
	padding: 0 15px;
}

.row-list ul li {
	padding-bottom: 15px;
}

.section-title {
	margin-bottom: 15px;
}

.section-title h1,
.section-title h2 {
	display: inline-block;
	background: var(--primary-color);
	margin-bottom: 0;
}

.side_img {
	max-height: 500px;
}

.text-danger ul {
	list-style-position: inside;
	list-style-type: disclosure-closed;
}

.text-dark {
	color: var(--text);
}

.text-dark:hover {
	text-decoration: underline;
}

/*------------------------
  Common element css
--------------------------*/
#pre-loader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	/*noinspection CssInvalidPropertyValue*/
	transition: opacity 1s ease-in, display 1s allow-discrete;
	width: 100%;
	z-index: 999999;
}

.load-complete {
	display: none;
	opacity: 0;
}

.loader {
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	border-left-color: transparent;
	animation: loader 0.8s linear infinite;
	/*noinspection CssInvalidPropertyValue*/
	transition: opacity 0.8s ease-in, display 0.8s allow-discrete;
}

.multi-select {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	position: relative;
	width: 100%;
	user-select: none;
}
.multi-select .multi-select-header {
	border: 1px solid #dee2e6;
	padding: 7px 30px 7px 12px;
	overflow: hidden;
	gap: 7px;
	min-height: 45px;
}
.multi-select .multi-select-header::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
	height: 12px;
	width: 12px;
}
.multi-select .multi-select-header.multi-select-header-active {
	border-color: #c1c9d0;
}
.multi-select .multi-select-header.multi-select-header-active::after {
	transform: translateY(-50%) rotate(180deg);
}
.multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
	display: flex;
}
.multi-select .multi-select-header .multi-select-header-placeholder {
	color: #65727e;
}
.multi-select .multi-select-header .multi-select-header-option {
	display: inline-flex;
	align-items: center;
	background-color: #f3f4f7;
	font-size: 14px;
	padding: 3px 8px;
	border-radius: 5px;
}
.multi-select .multi-select-header .multi-select-header-max {
	font-size: 14px;
	color: #65727e;
}
.multi-select .multi-select-options {
	display: none;
	box-sizing: border-box;
	flex-flow: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	margin-top: 5px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.multi-select .multi-select-options::-webkit-scrollbar {
	width: 5px;
}
.multi-select .multi-select-options::-webkit-scrollbar-track {
	background: #f0f1f3;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb {
	background: #cdcfd1;
}
.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
	background: #b2b6b9;
}
.multi-select .multi-select-options .multi-select-option, .multi-select .multi-select-options .multi-select-all {
	padding: 4px 12px;
	height: 42px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
	margin-right: 14px;
	height: 16px;
	width: 16px;
	border: 1px solid #ced4da;
	border-radius: 4px;
}
.multi-select .multi-select-options .multi-select-option .multi-select-option-text, .multi-select .multi-select-options .multi-select-all .multi-select-option-text {
	box-sizing: border-box;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
	font-size: 16px;
	line-height: 20px;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
	border-color: #40c979;
	background-color: #40c979;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	margin: 0.17em 0 0 0.37em;
	border: solid #fff;
	border-width: 0 0.15em 0.15em 0;
	transform: rotate(45deg);
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
	color: #40c979;
}
.multi-select .multi-select-options .multi-select-option:hover, .multi-select .multi-select-options .multi-select-option:active, .multi-select .multi-select-options .multi-select-all:hover, .multi-select .multi-select-options .multi-select-all:active {
	background-color: #f3f4f7;
}
.multi-select .multi-select-options .multi-select-all {
	border-bottom: 1px solid #f1f3f5;
	border-radius: 0;
}
.multi-select .multi-select-options .multi-select-search {
	padding: 7px 10px;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	margin: 10px 10px 5px 10px;
	width: 100%;
	outline: none;
	font-size: 16px;
}
.multi-select .multi-select-options .multi-select-search::placeholder {
	color: #b2b5b9;
}
.multi-select .multi-select-header, .multi-select .multi-select-option, .multi-select .multi-select-all {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	color: #212529;
}

.primary-image {
	aspect-ratio: 16 / 9;
	border-radius: 5px;
	object-fit: cover;
	width: 100%;
}

/*===  Loader ===*/
.circle-progress {
	text-align: center;
	padding-top: 30px;
	display: inline-block;
}

.circle-progress .prog-circle {
	position: relative;
	margin-bottom: -155px;
}

.circle-progress .prog-circle:after {
	position: absolute;
	content: "";
	width: 177px;
	height: 177px;
	left: 9px;
	top: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.circle-progress canvas {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	width: 100%;
	border-radius: 150px;
	margin: 0 auto;
	padding-top: 22px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
}

.circle-progress .prog-title {
	text-align: center;
	margin-top: 100px;
}

.circle-progress .prog-title h3 {
	font-size: 18px;
	color: #727272;
}

.img-popup-warp .mfp-content {
	opacity: 0;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.logo-area {
	float: left;
	padding: 10px 0;
}

.logo-size {
	height: 70px;
}

.logo-footer-size {
	height: 60px;
}

.navbar {
	background: linear-gradient(rgba(11, 21, 31, 0.2) 0%, transparent 100%);
	position: fixed;
	transition: 0.3s;
	width: 100%;
	z-index: 99;
}

.nav-container {	
	padding: 0 calc(51vw - 750px);
	z-index: 1000;
}

.nav-item {
	margin: 0 10px;
}

.nav-link,
.nav-link:visited {
	color: var(--primary-color);
	opacity: .5;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
	color: var(--primary-color);
	opacity: 1;
}

.nav-menu {
	display: inline-block;
	float: left;
	margin-top: 45px;
}

.nav-menu ul li > a:not(#manage) {
	background-color: initial;
	color: var(--text);
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 30px;
	padding: .2em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-menu-admin {
	margin-top: 0;
}

.underline:after {
	background-color: var(--primary);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: relative;
	transition: 0.3s;
	width: 0;
}

.underline:hover:after {
	width: 100%;
}

/*----------------------------------------*/
/*  Hero Section CSS
/*----------------------------------------*/
.hero {
	max-height: 1080px;
}

.hero-content {
	max-width: 92vw;
	width: 700px;
	z-index: 2;
}

.hero-img {
	background: url('../img/hero.jpg') no-repeat center center;
	background-size: cover;
}

/*----------------------------------------*/
/*  Intro Section CSS
/*----------------------------------------*/
.intro-section {
	padding: 100px 0;
}

.intro-text p {
	margin-bottom: 50px;
}

.intro-text p.last-paragraph {
	margin-bottom: 0;
}

/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/
.cta-section {
	position: relative;
}

.cta-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #222222BB;
	z-index: 2;
}

.cta-section .cta-image-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-image: url("../img/footer_blueprint.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.25;
}

.cta-section .container {
	position: relative;
	z-index: 9;
}

.cta-section .cta-content h2 {
	color: #fff;
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 50px;
	margin: 0 40px 0 0;
}

.cta-section .cta-content .cta-img-icon:last-child {
	margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 100%;
}

/*----------------------------------------*/
/*  Footer Section CSS
/*----------------------------------------*/
.footer-contact {
	margin-bottom: 15px;
	text-align: left;
}

.footer-contacts {
	margin: 0 auto;
}

.footer-section {
	background-color: var(--secondary);
	box-shadow: 0 -3px 8px;
	padding-bottom: 50px;
	position: relative;
}

.footer-section .copyright {
	color: var(--text);
}

.footer-title {
	color: var(--primary-color);
	margin-bottom: 15px;
	padding: 0 5px;
	text-transform: uppercase;
	text-align: center;
}

.footer-item {
	text-align: center;
}

.copyright a,
.copyright a:visited {
	color: var(--primary-color);
	padding: 0 5px;
}

.copyright a:active,
.copyright a:hover {
	text-decoration: underline;
}

.copyright div img {
	margin-bottom: 20px;
}

.footer-section .footer-social {
	width: 75px;
	text-align: center;
	position: absolute;
	right: 60px;
	top: -55px;
	padding-top: 20px;
	background: var(--text);
}

.footer-item ul {
	list-style: none;
}

.footer-item ul li {
	display: block;
	margin-bottom: 10px;
}

.footer-item ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	padding: 0 5px;
}

.footer-item ul li a:hover {
	text-decoration: underline;
}

/*----------------------------------------*/
/*  Other pages CSS
/*----------------------------------------*/
#cardDeck {
	justify-content: center;
}

#cardDeck .col {
	min-width: 440px;
}

#deck {
	justify-content: center;
}

#deck.flex-wrap {
	display: flex;
}

.grey-bg {
	background-color: #f2f2f2;
}

.card {
	min-width: 415px;
	box-shadow: 0 3px 8px var(--text);
}

.card-body-small {
	padding: .5rem 0;
}

.card-img-top {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.card-img-bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.card-inspiration {
	box-shadow: 0 3px 8px var(--text);
}

.card-inspiration .card-body {
	align-content: center;
	display: flex;
	padding: .5rem;
}

.col-inspiration {
	min-width: initial;
	transition: 300ms;
}

.col-inspiration:hover {
	transform: scale(1.1);
	transition: 300ms;
	z-index: 999;
}

.img-contain {
	background-size: contain;
	height: 100px;
}

.margin-left {
	margin-left: .25rem;
}

.page-header-section {
	height: 300px;
	padding-top: 150px;
	background-blend-mode: lighten;
	background-color: rgba(255, 255, 255, 0.7);
	background-position: center -400px;
	background-size: cover;
}

.page-header-section .header-title {
	font-size: 82px;
	color: var(--text);
}

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

.rounded-card img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* ===========================
  Communities
==============================*/

.communities {
	overflow: auto;
}

.community-item {
	align-items: center;
	border-bottom: 1px solid var(--text);
	flex-direction: row;
	gap: 20px;
	height: 230px;
	padding: 10px;
}

.community-item img {
	max-height: 210px;
}

/* ===========================
  Animation
==============================*/
/*noinspection CssInvalidAtRule*/
@starting-style {
	.load-complete {
		opacity: 1;
	}
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* ===========================
  Responsive
==============================*/