.contact {
	margin: 80px 0;
}
#contact_bgc {
    margin: 0 auto;
    width: 100%;
    height: 380px;
    background: url(../img/contactUs/contact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_us .map {
	margin: 50px 0;
	text-align: left;
}
.contact_us .map img {
	width: 47%;
}
.contact_foot {
	margin: 50px 0;
	display: flex;
}
.contact_foot label {
	font-size: 0.9rem;
	font-weight: bold;
	color: #777;
}
.contact_foot input,
.contact_foot textarea {
	background-color: #f4f4f4;
	border: 1px #f4f4f4 solid;
	font-size: 0.8rem;
	color: #000;
	resize:none;
}
.con_img {
	flex: 1;
}
.con_img img {
	width: 100%;
}
.message {
	flex:1;
}
.message form {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 70px 0;
}
.message button {
	background-color: #ffbf00;
	border: 1px #ffbf00 solid;
	color: #fff;
	width: 200px;
}
.contact_foot input:focus,
.contact_foot textarea:focus{
	border:1px solid #ffbf00;
	box-shadow: 0 0 5px #ffbf00;
}
.message button:hover {
	background-color: #ffbf00;
	border: 1px #ffbf00 solid;
	color: #fff;
	width: 200px;
}