/*********************************************************************************
				29. contact-us.html CSS Start
*********************************************************************************/
.contact-address {
	color: #ffffff;
	padding: 60px 0px;
	background: #00adef;
}
.contact-address h2 {
	font-weight: 800;
	letter-spacing: 1px;
}
.contact-address h5 {
	line-height: 2;
}
.contact-address p {
	font-size: 16px;
	font-weight: bold;
}
.contact-address a {
	color: #ffffff;
}
.contact-address a:hover {
	color: #F2676B;
}
.contact-address i {
	font-size: 40px;
	margin: 30px 0px;
}
.contact-form {
	padding: 30px 15px;
}
.contact-form .form-control {
	height: 40px;
	border-radius: 0px;
	margin: 10px 0px;
}
.contact-form textarea {
	height: auto !important;
}
.contact-form h2 {
	font-weight: 800;
	letter-spacing: 1px;
}
.contact-form h5 {
	line-height: 2;
}
.contact-map {
	border: 0px;
	width: 100%;
	height: 520px;
}


.page-title {
	background: url('../images/about-us-background.jpg') no-repeat ;
	padding: 70px 0px;
	background-attachment: fixed;
	background-size: contain;
	color: #ffffff;
}
.page-title h1 {
	font-weight: 800;
	font-size: 28px;
	letter-spacing: 1px;
}
.page-title h5 i {
	color: #F19C4F;
}
.page-title p {
	color: #fff;
}
.page-title p i {
	margin-right: 5px;
}

@media (max-width:767px) {
	.page-title {
	background: url('../images/about-us-background.jpg') no-repeat ;
	
	background-size: cover;
	color: #ffffff;
}
}