.carousel {
    height: 590px;
}
.carousel-caption {
    position: absolute;
    left: 61.2%;
    top: 212px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-family: 'Open Sans Condensed', sans-serif;
}
a.right.carousel-control {
    display: none;
}
a.left.carousel-control {
    display: none;
}
.carousel-caption h2 {
    font-size: 4.8rem;
    line-height: 76px;
    color: #528493;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 300;
    z-index: 99999;
    position: relative;
}
.interior .about-section {
    padding: 42px 0 25px;
}
.interior .contact-form {
    padding: 53px 87px 53px;
}
@media (max-width: 767px)
{
	.carousel {
		height: auto;
	}
	.interior .contact-form {
    padding: 53px 0px 53px;
}
}