.carousel-item {
	height: 50%;
}

.carousel-item h1 {
	position: absolute;
	margin: 0;
	color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#contact-us-section
{
	text-align: left;
	background-color: rgb(235,235,235);
	padding: 45px 45px;
}

#contact-us-section h2
{
	color: rgb(45,5,45);
	margin-bottom: 40px;
}

form .row
{
	margin-bottom: 15px;
	margin-top: 20px;
}

#contact-us-section button {
	background-color: #4c4c4c;
	color: #ededed;
	font-size: 13px;
	border-radius: 0;
	border: 0;
	padding: 6px 25px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 5px;
}

#contact-us-section button:hover, #contact-us-section button:focus, #contact-us-section button:active, #contact-us-section button:active:hover {
	background-color: rgba(233,91,15,1);
	color: #ffffff;
	border: 0;
}

/*Form Input Titles*/
form div.row h5
{
	margin-right: 5px;
	margin-top: 0px;
}