/* Section Carousel Styles */
.home .section-title {
	font-size: 34px;
	display: table;
	margin: 0 auto;
}

.carousel-shortcode {
	
}
.carousel-shortcode .owl-carousel {
	display: inline-block !important;
	margin: 0; padding: 0;
	position: relative;
}
.carousel-shortcode .owl-theme .owl-nav [class*=owl-] {
	background: #6b9591;
	font-size: 18px;
	padding: 0px 8px 1px;
	transition: all 0.2s;
}
.carousel-shortcode .owl-theme .owl-nav [class*=owl-]:hover {
	background: #725c51;
}

