/* ================= Contact Us Area ==================== */

.contact-us {
	padding:150px 0 145px;
}

.contact-us .form-group {
	margin-bottom:25px;
}

.contact-us textarea {
	margin-top:30px;
}

.contact-us .form-control {
	height:39px;
}

textarea {
	height:90px !important;
	max-height:90px !important;
	min-height:90px !important;
}



.contact-us .white-bg {
	padding:99px 90px 98px 90px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);

}

.address {
	padding:99px 0 98px 90px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.address .block {
	margin-bottom:65px;
}

.address .block:last-child {
	margin-bottom:0;
}

.address h2 {
	margin-bottom:20px;
}

.address p {
	font-size:18px;
	line-height:24px;
	margin-bottom:0;
}

.address a {
	font-size:18px;
	color:#666;
}

.form.white-bg {
	padding-top:85px;
}