.owl-theme .owl-dots .owl-dot span 
{
    width: 25px;
    height: 5px;
    border-radius: 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var( --fonts4-color );
}
.owl-carousel {
    width: 100%;
    z-index: 1;
}
.owl-carousel.owl-drag .owl-item,.owl-carousel.owl-drag .owl-item.active
{
	opacity:.5;
}
.owl-carousel.owl-drag .owl-item.active.center
{
	opacity:1;
}

.owl-theme .owl-nav.disabled+.owl-dots
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	
	background:rgba( 255, 255, 255, 0.2 );
	padding:5px;
}