.page-wrap{
	margin-bottom: 70px;
}

.bread{
	margin: 15px 0 30px 0;
	background: url("../images/breadcrumb.png") no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bread h3{
	font-size: 26px;
	font-weight: bold;
	color: white;
}

.bread a{
	font-size: 16px;
	color: white;
}

.bread a.arrow{
	font-size: 13px;
}

.contact-form{
	color: #919191;
}

.contact-form .left{
	padding-left: 0;
	text-align: justify;
}

.contact-form .right{
	padding-right: 0;
}

.contact-form .title{
	color: #f44336;
	font-size: 20px;
	margin: 30px 0;
}

.contact-form .desc{
	margin-bottom: 30px;
}

.contact-form textarea.form-control{
	min-height: 150px;
}

.contact-form .contact-margin{
	margin-right: 7px;
}

@media only screen and (max-width: 767px) {
	.contact-form .left, .contact-form .right{
		padding: 0;
	}

	.contact-form .contact-margin{
		margin-right: -15px;
	}
}
