.contact_banner img{
	max-width: 100%;
}
.contact_banner{
	position: relative;
}
.banner_text{
	position: absolute;
	font-size: 40px;
	color: white;
	right: 215px;
	bottom: 185px;
}
.map{
	height: 750px;
	background: #000;
}
#map{
	width: 100%;
	height: 100%;
}
.contact_content{
	background: #474646;
	color: white;
	letter-spacing: 1px;
	padding-bottom: 90px;
}
.company_content{
	background: #474646;
	color: white;
	padding: 95px 0 40px 0 ;
	letter-spacing: 1px;
}
.company_content h6,.contact_content h6{
	font-size: 24px;

}
.company_content p,.contact_content p{
	font-size: 16px;
	color: #ccc;
	line-height: 35px;
	text-indent: 32px;
	margin-top: 32px;
}