.contactus-inner-banner {
	position: relative;
}
.contactus-inner-banner:after {
	content: '';
	display: block;
	height: 400px;
	background: linear-gradient(180deg, #ad4c25 0%, #5F1818 100%);
}
.contactus-form-wrapper {
	position: relative;
	top: 50px;
}
@media (max-width: 767px) {
	.contactus-form-wrapper {
	position: relative;
	top: 40px;
	}
}
.contactus-form-wrapper form h2 {
	position: relative;
}
.contactus-form-wrapper form h2:before{
	content: "";
	display: table;
	width: 84px;
	height: 6px;
	background-color: #ad4c25;
	margin: 0 auto;
	margin-bottom: 12px;
	border-radius: 24px;
}
.contactus-form-wrapper form {
	background: rgba(255,255,255,0.9);
	padding: 24px;
	border-radius: 30px;
	box-shadow: 0px 8px 3px rgba(0,0,0,0.3);
}
.contactus-form-wrapper form .form-control {
	height: 50px;
	background: transparent;
	border-radius: 25px;
	box-shadow: none;
	border: 1px solid #dc5126;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	padding-left: 20px;
	color: #000;
	transition: all 0.7s ease-out;
}
.contactus-form-wrapper form .form-control:focus{
	background: #fff;
}
@media (min-width: 768px) {
	.contactus-form-wrapper form {
		padding: 50px;
	}
}
.contactus-form-wrapper form input::placeholder {
  color: #000;
}
.contactus-form-wrapper form .btn {
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
}