.about_banner,
.contact_banner{
	height: 50vh;
	background-image: url('../img/about-us_banner.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
}
.about_banner2{
	height: 50vh;
	background-image: url('../img/about-us_banner2.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
}
.about_banner3{
	height: 50vh;
	background-image: url('../img/about-us_banner3.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
}
.contact_banner{
	background-position: center center;
	background-image: url('../img/contact.jpg');
}
.nav-tabs>li{
	max-width: 13%;
}
.nav-tabs li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.owl-carousel::after{
	content: "";
	height: 2px;
	display: block;
	margin-top: 100px;
	margin-bottom: 50px;
}
.owl-carousel .owl-nav{
	width: 100%;
	font-size: 45px;
	position: absolute;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
	width: 50%;
	float: left;
	display: inline-block;
}
.owl-carousel .owl-nav .owl-next{
	text-align: right;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    display: block;
color: white;
    border: 1px solid #828282;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#submit{width:25% !important;height:37px;}
.contact-form input:focus,
.contact-form textarea:focus{
	opacity: 1;
	outline: none;
	border-color: #3F6D68;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-form input{
	height: auto;
}
.contact-form textarea{
	resize: none;
	height: 185px;
}
.contact-form button{
	font-size: 20px;
	padding: 0 20px;
	border-radius: 0;
	line-height: 35px;
	background-color: #fff;
	border: 2px solid #000;
}
.contact-form button:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.text-dark{
	color: #000;
}
a.text-dark:hover{
	color: #000;
	opacity: 0.9;
}
