
.hero-section {
	position: relative !important;
	overflow: hidden !important;
	min-height: 640px !important;
}

.hero-image-wrapper {
	position: absolute !important;
	left: 0 !important;
	z-index: -1 !important;
	height: 100% !important;
	width: 57% !important;
}

.hero-image-wrapper div {
	height: 100%;
}

.hero-image-wrapper img {
	height: 640px!important;
	width: 100% !important;
	object-fit: cover !important;
	object-position: top center !important;
}

.hero-wave-wrapper {
	width: calc(100% - 240px) !important;
	float: right !important;
	height: 640px !important;
}

.hero-wave-wrapper img {
	float: right !important;
	width: 100% !important;
	height: 100% !important;
}

.hero-form-wrapper {
	position: absolute !important;
	width: calc(58% - 240px) !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	display: flex !important;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.hero-form-wrapper .hero-form {
	background-color: rgba(47,47,63,0.65) !important;
	border: 2px dashed #a7a7a7 !important;
	border-radius: 4px !important;
	padding: 25px 25px 30px 25px !important;
	width: 100% !important;
	max-width: 480px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	display:inline-block!important;
	
}

.hero-form-wrapper .hero-form h4 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 40px !important;
	text-align: center !important;
	color: #ffffff !important;
	margin: 0 0 30px !important;
}

.hero-form-wrapper .hero-form label {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.hero-form-wrapper .hero-form fieldset select {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url(images/arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
	background-size: 15px !important;
	cursor: pointer !important;
}

.hero-form-wrapper .hero-form fieldset input, 
.hero-form-wrapper .hero-form fieldset select {
	width: 100% !important;
	border: none !important;
	color: #313131 !important;
	padding: 10px 20px !important;
	font-size: 16px !important;
	border-radius: 5px !important;
	background: #fff;
	box-sizing: border-box;
	height: auto !important;
	margin: 0px !important;
}

.hero-form-wrapper .hero-form fieldset {
	margin: 5px 0 20px !important;
border: none;
}

.hero-form-wrapper .hero-form input:focus, 
.hero-form-wrapper .hero-form fieldset select:focus {
	outline: none !important;
}

.hero-form-wrapper .hero-form input[type="button"] {
	background-color: #f38c1a !important;
	border: none !important;
	padding: 10px 30px !important;
	border-radius: 4px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	transition: all ease-in-out 0.3s !important;
	-webkit-transition: all ease-in-out 0.3s !important;
	-moz-transition: all ease-in-out 0.3s !important;
	height: auto !important;
	margin: 0px !important;
}

.hero-form-wrapper .hero-form input[type="button"]:hover {
	background-color: #da7d17 !important;	
}

.hero-form-wrapper .hero-form ::placeholder {
	color: #313131 !important;
}

.hero-form-wrapper .hero-form -webkit::placeholder {
	color: #313131 !important;
}

.hero-form-wrapper .hero-form -moz::placeholder {
	color: #313131 !important;
}

/*	.slider-set
{
	display: none;
}*/
.main-slider
{
	display: none;
}
.site_slider
{
	display: none;
}
._banner
{
	display: none;
}


@media screen and (max-width: 1650px) {
	.hero-wave-wrapper {
		width: calc(100% - 100px) !important;
	}

	.hero-form-wrapper {
		width: calc(58% - 100px) !important;
	}

	.hero-section,.hero-wave-wrapper {
		min-height: 550px !important;
	}

	.hero-form-wrapper .hero-form h4 {
		font-size: 32px !important;
	}
}

@media screen and (max-width: 1400px) {
	.hero-wave-wrapper {
		width: 100% !important;
	}
}

@media screen and (max-width: 1100px) {
	.hero-section, .hero-wave-wrapper {
		min-height: auto !important;
		max-height: 500px !important;
	}

	.hero-form-wrapper .hero-form {
		max-width: 400px !important;
	}

	.hero-form-wrapper .hero-form h4 {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.hero-form-wrapper .hero-form {
		max-width: 350px !important;
	}

	.hero-wave-wrapper {
		width: 110% !important;
	}

	.hero-form-wrapper {
		width: calc(58% - 50px) !important;
	}
}

@media screen and (max-width: 767px) {
	.hero-wave-wrapper {
		width: 210% !important;
	}

	.hero-form-wrapper {
		width: 100% !important;
	}

	.hero-form-wrapper .hero-form {
		max-width: 95% !important;
	}
}

.hero-image-wrapper img{opacity: 0.7;}
.hero-image-wrapper div{    background: #000;}
