.contact-custom {
	text-align: center;
}
.contact-custom h1 {
	font-size: 30px;
	text-transform: uppercase;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
	padding-left: 100px;
}
form label {
	text-align: left;
	margin-bottom: 10px;
	display: block;
}
.btn-default:hover {
	background-color: var(--primaryColor);
	transition: all 0.4 ease-in-out;
}
form .form-group select {
	width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-search__field::placeholder {
	font-weight: initial;
}
form .form-group .select2 {
	width: 100% !important;
	overflow-x: hidden;
}
form .form-group .select2-selection--multiple {
	font: normal normal normal 14px/16px Cera-GR, sans-serif;
	border: 1px solid #aaa;
	background-color: white;
	height: 100%;
	border-radius: 4px;
	cursor: pointer;
	padding-bottom: 0;
	min-height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: text;
	align-items: center;
}
.select2-container--default .select2-search--inline .select2-search__field {
	margin-top: 0;
}
form .form-group .select2-selection--multiple .select2-selection__rendered {
	height: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
form .form-group .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
form .form-group .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
}

form .panel {
	margin-bottom: 30px;
}
form .panel__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
form .panel__body .text-cut {
	width: 100%;
	margin-bottom: 20px;
}
form .panel__body .text-cut strong {
	display: block;
}
form .panel__body .text-cut a {
	color: #3f7355;
	font-weight: 600;
	margin-right: 5px;
	font-size: 16px;
}
form .panel__body .text-cut a i {
	margin-right: 10px;
	color: #bbbbbb;
}
form h3 {
	font-size: 40px;
	line-height: 46px;
	font-weight: bold;
	text-transform: uppercase;
}
form p {
	font-size: 16px;
	font-weight: 100;
	text-transform: none;
}
form .form-group .textarea {
	background-color: transparent;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
	color: #bbbbbb;
}
form .form-group .formfieldCheckbox input {
	width: 15px;
	margin-right: 10px;
	height: 15px;
	padding: 0;
}
form .form-group .formfieldCheckbox a {
	color: #3f7355;
	font-weight: 600;
	opacity: 0.7;
}
form .form-group .formfieldCheckbox a:hover {
	color: #3f7355;
	opacity: 1;
}
form .form-group .iti {
	width: 100%;
}
form .form-group .iti .iti__country-list {
	background-color: #1a2026;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #bbbbbb;
}
form .form-group .iti .iti__country-list::-webkit-scrollbar {
	width: 10px;
}
form .form-group .iti .iti__country-list::-webkit-scrollbar-track {
	background: #6c757d;
}
form .form-group .iti .iti__country-list::-webkit-scrollbar-thumb {
	background: #343a40;
}
form .form-group .iti input {
	padding-left: 52px;
}
@media screen and (min-width: 768px) {
	form .panel__body .text-cut {
		margin-bottom: 0px;
		width: 50%;
	}
	form .panel__body .text-cut a {
		font-size: 20px;
	}
}
/* .select2-dropdown {
  background-color: #1a2026;
} */
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #333;
	color: #fff;
}
.select2-container--default .select2-results__option {
	color: #1a2026;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primaryColor);
	color: white;
}
.select2-dropdown .select2-results .select2-results__options {
	color: #bbbbbb;
}
.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
	width: 10px;
}
.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
	background: #6c757d;
}
.select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
	background: #343a40;
}
.select2-dropdown .select2-results .select2-results__option--selected {
	background-color: transparent;
}
.select2-dropdown .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #ddd;
	color: #1a2026;
}
.navbar-brand {
	margin-right: 5rem;
}

.select2-results__option {
	color: black;
}

.list-disc {
	list-style: disc;
}


.banner {
	position: relative;
	z-index: 1;
}

.banner__image {
	position: absolute;
	inset: 0;
	z-index: -1;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.banner__intro {

}

.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.object-cover {
	object-fit: cover;

}

#contact {
	position: relative;
	z-index: 1;
}

.contact__image {
	position: absolute;
	inset: 0;
	z-index: -1;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

