.owl-carousel {
	margin: 0 auto;
	padding: 0px 0;
}
.owl-carousel .item {
	text-align: left;
	padding: 0;
	margin: 5px;
	line-height: 2;
	font-weight: 700;
	background-color: #fff;
}

.owl-carousel .item img{border-radius: 12px; height: 250px;}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	align-items: center;
	background-color: rgba(255,255,255,0.9) ;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.8);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.owl-nav button span {
	height: 100%;
	display: block;
	width: 100%;
	font-size: 23px;
	font-weight: bold;
	color: #073929;
	background: #a7e04c;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -15px !important;

}
.owl-carousel .owl-nav button.owl-next {
	right: -15px !important;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span{background: #27b4fc}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0;
}