.owl-carousel .owl-nav button.owl-next{
	margin-top: -20px;
	right: -25px;
	float: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav button span{
	font-size: 80px;
	line-height: 80px;
	color: #FFF;
	font-weight: 300;
}
.owl-carousel .owl-nav button:focus{
	outline: none;
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	float: left;
	left: -25px;
	margin-top: -20px;
}
.md-contact .d-flex .text-muted{
	color: #FFF !important;
}