#contactWrap h2 {
	text-align: left!important;
}

#contactForm {
	
}
#contactForm fieldset {
	border: none;
	padding: 30px;
	margin: 0 0 30px 0;
	background-color: #f5f5f5;
	font-size: 0;
}
#contactForm div.clearFix {
	
}
#contactForm label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contactForm input,
#contactForm textarea,
#contactForm select {
	width: 70%;
	display: block;
	padding: 15px 10px;
	border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contactForm textarea {
	width: 100% !important;
}
#contactForm select {
	padding: 10px;
}
#contactForm label input[type=file] {
	
}
#contactForm label input[type=radio],
#contactForm label input[type=checkbox] {
	width: auto;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	padding: 0;
	margin-top: 0;
	border: 0;
}
#contactForm input,
#contactForm select,
#contactForm textarea {
	margin-top: 5px;
}
#contactForm span.required {
	font-weight:bold;
	color:#c00;
	padding:0 0 0 3px;
}
#contactForm label .error {
	display:none;
	color:#c60;
	font-weight:bold;
}
#contactForm label .errorField {
	border:1px solid #dd0712;
	background-color:#E8E7EC;
}
#contactForm #submit_btn {
	border: 0;
	width: 100%;
	background: #013a78;
	color: #FFF;
	padding: 20px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    cursor: pointer;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

#contactForm #submit_btn:hover {
	background: #323231;
}

@media screen and (max-width: 1030px) {
	#contactForm #submit_btn {
		background: #013a78; /* Old browsers */
		background: -moz-linear-gradient(top,  #013a78 0%, #013a78 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#013a78), color-stop(100%,#013a78)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #013a78 0%,#013a78 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #013a78 0%,#013a78 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #013a78 0%,#013a78 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #013a78 0%,#013a78 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013a78', endColorstr='#013a78',GradientType=0 ); /* IE6-9 */
	}

	#contactForm #submit_btn:hover {
		background: #323231; /* Old browsers */
		background: -moz-linear-gradient(top,  #323231 0%, #323232 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323231), color-stop(100%,#323232)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #323231 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #323231 0%,#323232 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #323231 0%,#323232 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #323231 0%,#323232 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323231', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
	}
}

#contactForm #captcha + #submit_btn {
	margin-top: 30px;
}

/* ----	CAPTCHA	--------------------------------------------*/

#contactForm #captcha {
	display: block;
    padding: 30px 30px 5px;
    outline: 0;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    background-color: #F5F5F5;
}
#contactForm #captcha h4 {
	margin-bottom: 15px;
}
#contactForm #captcha p {
	padding: 0;
}
#contactForm #captcha input {
	padding: 10px !important;
	width: auto !important;
	min-width: 80px;
	margin-top: 10px;
	border: 1px solid #E0E0E0;
	outline: 0;
}