@charset "utf-8";
/* CSS Document */


/*********************************
9. Contact
*********************************/

.contact
{
	padding-top: 106px;
	padding-bottom: 117px;
}
.contact_title
{
	font-size: 36px;
	font-weight: 500;
	color: #1a1a1a;
}
.contact_form_container
{
	margin-top: 70px;
}
.input_field
{
	width: 100%;
	background: #f8f4f4;
	margin-bottom: 24px;
	height: 42px;
	padding-left: 33px;
	border-color: rgba(9, 0, 255, 0.32);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.input_field:focus
{
	outline: none !important;
	border-color: #0025ff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.text_field
{
	width: 100%;
	height: 189px;
	background: #f8f4f4;
	border-color: rgba(9, 0, 255, 0.32);
	padding-left: 33px;
	margin-bottom: 24px;
}
.text_field:focus
{
	outline: none !important;
	border-color: #0025ff;
}
.contact_send_btn
{
	width: 100%;
	height: 48px;
	background: #0025ff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}
.contact_send_btn:focus
{
	outline: solid 1px #0025ff;
	border: green !important;
}
