/*banner*/
.site-banner {
	width: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.site-banner__overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	background-color: #000000;
}

.site-banner__content {
	width: 100%;
	z-index: 10;
	padding: 2em 0;
	position: relative;
}

.site-banner__content-title {
	text-align: left;
}


.site-banner__content-title h1 {
	color: #ffffff;
	font-weight: 400;
	font-size: 2.5rem;
	letter-spacing: -0.6px;
	font-family: "Poppins", sans-serif;
}

/*banner*/



/*form*/


.page-form h3 {
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	font-size: 1.5625rem;
	line-height: 2.0625rem;
	font-family: "Poppins", sans-serif;
}

.page-form .nf-form-cont {
	max-width: 100%;
}

.page-form .nf-error-wrap,
.page-form .nf-after-form-content,
.page-form .nf-before-form-content {
	display: none !important;
}

.page-form .nf-field-container {
	border: 1px solid red;
	margin-bottom: 1rem!important;
}

.page-form .nf-field-label span,
.page-form .nf-field-label label {
	display: none !important;
}

.page-form .nf-form-content .ninja-forms-field {
	color: #ffffff;
	font-weight: 400;
	font-size: 0.95rem;
	box-shadow: none !important;
	border-radius: 5px !important;
	font-family: "Poppins", sans-serif;
	border: 1.5px solid #ffffff !important;
	background-color: transparent !important;
}

.page-form .nf-form-content input.ninja-forms-field,
.page-form .nf-form-content select.ninja-forms-field {
	height: 45px!important;
}

.page-form .nf-form-content .checkbox-wrap.nf-error,
.page-form .nf-form-content .nf-error .ninja-forms-field {
	background-color: red;
}

.page-form .nf-form-content .checkbox-container .nf-error-wrap {
	display: none !important;
}

.page-form .ninja-forms-field::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.page-form textarea.ninja-forms-field {
	resize: vertical;
	height: 140px !important;
}

/*form upload*/

.page-form .file_upload-container .nf-field-element {
	gap: 1em;
	row-gap: 0;
	display: flex;
	padding: 0.5em;
	flex-wrap: wrap;
	justify-content: flex-end;
	border-radius: 5px !important;
	border: 1.5px solid #ffffff !important;
}

.page-form .file_upload-container .nf-fu-progress,
.page-form .file_upload-container .nf-field-label {
	margin: 0 !important;
	display: none !important;
}

.page-form .file_upload-container .nf-fu-fileinput-button,
.page-form .file_upload-container .file_upload-wrap.nf-error .nf-fu-fileinput-button {
	order: 1;
	z-index: 1;
	color: #0B8457;
	width: fit-content;
	position: relative;
	font-size: 0.938rem;
	margin: 0 !important;
	padding: 0.5em !important;
	border-radius: 5px !important;
	background-color: #ffffff !important;
}

.page-form .file_upload-container .nf-fu-fileinput-button span {
	display: flex;
	margin: 0 auto;
	font-weight: 500;
	padding-left: 30px;
	width: fit-content;
	position: relative;
	align-items: center;
	font-size: 0.6875rem;
	line-height: 0.6875rem;
	justify-content: center;
	font-family: "Poppins", sans-serif;
}

.page-form .file_upload-container .nf-fu-fileinput-button span:before {
	left: 0;
	display: block;
	color: #0B8457;
	content: "\f317";
	font-size: 1.3rem;
	position: absolute;
	line-height: 1.3rem;
	border: solid 1px red;
	font-family: dashicons;
}

.page-form .file_upload-container input[type="file"] {
	order: 4;
	height: 0 !important;
	width: 100% !important;
	visibility: hidden !important;
}

.page-form .file_upload-container button.nf-fu-button-cancel {
	order: 3;
	width: 0 !important;
	height: 0 !important;
	display: none !important;
	visibility: hidden !important;
}

.page-form .nf-form-content .file_upload-container .files_uploaded {
	order: 0;
	color: #ffffff;
	position: relative;
	margin: 0 !important;
	/*border: none !important;*/
	box-shadow: none !important;
	background-color: transparent;
	border: 1.5px solid blue;
}

.page-form .file_upload-container div.files_uploaded p {
	z-index: 10;
	display: flex;
	max-width: 50px;
	overflow: hidden;
	max-height: 30px;
	font-size: 0.8rem;
	color: transparent;
	width: fit-content;
	position: relative;
	align-items: center;
	margin: 0 !important;
	justify-content: center;
	border-radius: 5px !important;
	/*background-color: #4479AB !important;*/
}

.page-form .file_upload-container div.files_uploaded p a {
	height: 100%;
	display: flex;
	position: absolute;
	width: fit-content;
	color: transparent;
	align-items: center;
	justify-content: center;
	/*background-color: #4479AB !important;*/
}

.page-form .file_upload-container div.files_uploaded p a:before {
	display: block;
	color: #ffffff;
	content: "\f182";
	font-size: 1.3rem;
	position: absolute;
	line-height: 1.3rem;
	font-family: dashicons;
}

/*form upload*/

/*form terms*/

.page-form .html-container {
	border: solid 1px red;
}

.page-form .html-container p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 0 !important;
	font-family: "Poppins", sans-serif;
}

.page-form .html-container p a {
	color: #ffffff;
	font-weight: 600;
	font-style: normal;
	text-decoration: underline;
}

/*form terms*/

.page-form .nf-form-content input[type="submit"] {
	display: block;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: 400;
	min-width: 220px;
	border-radius: 5px;
	height: 45px !important;
	color: #0B8457 !important;
	transition: all 0.5s ease-in-out;
	font-family: "Poppins", sans-serif;
	background-color: #ffffff !important;
}

.page-form .nf-form-content input[type="submit"]:hover {
	color: #ffffff !important;
	border-color: #373640!important;
	background-color: #373640!important;
}

/*form*/



/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.site-banner {
		min-height: 255px;
	}

	.site-banner__content-title h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1023px) {

	.site-banner {
		min-height: 300px;
	}

}

@media (min-width: 1024px) and (max-width: 1025px) {

}

/*mobile and tablet*/
@media (max-width: 1023px) {

	.site-banner {
		align-items: flex-end;
	}

}

/*desktop*/
@media (min-width: 1025px) {

	.site-banner {
		min-height: 690px;
	}

	.site-banner__content-title {
		padding-top: 4em;
	}

}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.site-banner {
		min-height: 590px;
	}

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

}

/*RESPONSIVE*/
