.hero-banner {
	position: relative;
	height: 900px;
	background-position: bottom center;
	background-size: cover;
	z-index: 1;
	padding-bottom: 15vw;
}
.hero-banner:before {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(27,35,113);
	background: -moz-linear-gradient(90deg, rgba(27,35,113,1) 0%, rgba(16,21,67,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(27,35,113,1) 0%, rgba(16,21,67,1) 100%);
	background: linear-gradient(90deg, rgba(27,35,113,1) 0%, rgba(16,21,67,1) 100%);
	opacity: 0.8;
	z-index: -1;
}
.hero-banner:after {
	content: ' ';
	height:  15vw;
	width: 100%;
	position: absolute;
	background-color: white;
	bottom: 0px;
	left: 0px;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.hero-banner .container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding: 0px 30px 116px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hero-banner .container h1 {
	font-size: 7.5rem;
	color: #e2f0d9;
	max-width: 880px;
	margin: 0px auto 1rem;
}
.hero-banner .btn {
	display: inline-block;
	margin: 0px;
	padding: 18px 24px;
	border: 2px solid #e7a625;
	border-radius: 16px;
	color: #e7a625;
	text-decoration: none;
	text-transform: uppercase;
	transition: .3s ease-in-out;
	line-height: 1rem;
}
.hero-banner .btn:hover {
	background-color: #e7a625;
	color: white;
}
.hero-banner p {
	color: white;
	max-width: 765px;
	margin-bottom: 64px;
}
.hero-banner .inset-images {
	position: relative;
	margin: 0px auto;
	width: 100%;
	max-width: 710px;
}
.hero-banner .md-img {
	position: absolute;
	top: -100px;
	left: 0px;
	max-width: calc(100% - 60px);
    z-index: 4;
	
}
.hero-banner .smll-img {
	position: absolute;
	top: -30px;
	right: 0px;
	max-width: calc(100% - 340px);
	z-index: 4;
}



.hero-banner #nf-form-1-cont ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.5);
  opacity: 1; /* Firefox */
}

.hero-banner #nf-form-1-cont input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.5);
}

.hero-banner #nf-form-1-cont ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.5);
}
.hero-banner .nf-form-fields-required {
	display: none;
}
.hero-banner  .nf-form-cont {
	padding-top: 30px;
	min-width: 620px;
		
}


@media(max-width:1010px){
	.hero-banner .container h1 {
		
	}
}
@media (max-width: 650px){
	.hero-banner .inset-images {
		width: auto;
		margin: 0px 30px;
	}
}
@media (max-width: 620px){
	.hero-banner  .nf-form-cont {
		min-width: 0px;
	}
}
@media (max-width: 600px){
	.hero-banner #nf-field-4 {
		width: 100%;
	}
}


.block-editor-block-list__layout .hero-banner .container h1 {
	font-size: 1.875rem;	
}