.carousel-wrapper {
	width: 1200px;
	margin: auto;
	position: relative;
	text-align: center;
	font-family: sans-serif;
}

.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}
.owl-carousel .item {
	text-align: center;
}

.owl-carousel .nav-button {
	height: 50px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	top: 110px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.25;
}

.owl-carousel .owl-prev {
	left: -35px;
}

.owl-carousel .owl-next {
	right: -35px;
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #ffffff;
	font-size: 34px;
	background: #c1272d;
	/* border-radius: 10px; */
	border-radius: 69%;
	width: 4%;
	padding: initial;
}

@media only screen and (max-width: 767px) {
	.owl-theme .owl-nav [class*="owl-"] {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.owl-theme .owl-nav [class*="owl-"] {
		display: none;
	}
}

.owl-carousel .prev-carousel:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
	background-position: -24px -53px;
}
test {
	display: inline-block;
	border-bottom: 3px solid #c1272d;
	padding-bottom: 5px;
}
.bta:hover,
.bta:active,
.bta:focus {
	/* color: #a5c422; */
	color: #fff;
	background-color: #c1272d;
	outline: none;
}
