/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
footer textarea.form-control{
	height: 80px;
}
#request-form input{
	float: left;
	width: 31%;
	margin-bottom: 20px;
	border: 0;
	border-bottom: 2px solid #FF9800;
	margin-right: 3%;
}
#request-form input.nomargin{
	margin-right: 0;
}
#request-form textarea{
	height: 80px;
	border: 0;
	border-bottom: 2px solid #FF9800;
	resize: none;
}
#request-form h2{
	margin-bottom: 10px;
}
.description_request{
	margin-bottom: 30px;
}
.wpcf7-form-control-wrap{
	min-width: 250px;
	display: block;
}
span.wpcf7-not-valid-tip{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
