.sty-owl-b.owl-theme .owl-nav button.disabled,.sty-owl-a .owl-nav button.disabled{
	opacity: .5;
}
.sty-owl-b.owl-theme .owl-nav button,.sty-owl-a.owl-carousel .owl-nav button  {
    position: absolute;
    bottom: 0;
    display: flex;
    text-align: center;
    color: #FFF;
    background: rgba(0,0,0,0.15);
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
    border-radius: 0;
    transition: background-color 0.2s;
}
.sty-owl-b.owl-theme .owl-nav button:not(.disabled):hover,.sty-owl-a .owl-nav button:not(.disabled):hover{
	background-color: rgba(0,0,0,0.25);
}
.sty-owl-b .owl-nav .owl-prev,.sty-owl-a .owl-nav .owl-prev {

    left: 1px;
}
.sty-owl-b .owl-nav .owl-next,.sty-owl-a .owl-nav .owl-next {
    right: 1px;
}
.sty-owl-b .owl-nav .owl-next span:before,.sty-owl-a .owl-nav .owl-next span:before{
    transform: rotate(180deg);
}
.sty-owl-b.owl-theme .owl-nav{
	margin: 0;
}
.sty-owl-b.owl-theme .owl-nav span,.sty-owl-a.owl-theme .owl-nav span{
	font-size: 0;
}
.sty-owl-b.owl-theme .owl-nav span:before,.sty-owl-a.owl-theme .owl-nav span:before{
	content: '';
	position: absolute;
	background-image: url("../images/icons/arr-left-w.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.sty-owl-b .owl-dots {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    /*left: 50%;*/
    /*opacity: 0;*/
}
.sty-owl-b.owl-theme .owl-dots .owl-dot{
	vertical-align: bottom;
	position: relative;
}
.sty-owl-b.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 3px;
	background: #DADADA;
	border-radius: 0;
	margin: 5px 4px;
	transition: height 0.2s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	height: 7px;
    background-color: #0272BC;
}
.sty-owl-b button:active,.sty-owl-a button:active{
	box-shadow: none;
}
.sty-owl-a.owl-theme .owl-nav{
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.sty-owl-a:hover  .owl-nav{
    visibility: visible;
    opacity: 1;
}
.sty-owl-a.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 7px;
    background: #DADADA;
    border-radius: 0;
    margin: 5px 4px;
    transition: background-color 0.1s;
    position: relative;
}
.sty-owl-a.owl-theme .owl-dots .owl-dot span:before{
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    transition: height 0.1s;
}
.sty-owl-a.owl-theme .owl-dots .owl-dot.active span{
    background-color: #0272BC;
}
.sty-owl-a.owl-theme .owl-dots .owl-dot.active span:before{
    height: 0px;
}

@media(min-width: 768px){

    .sty-owl-b.owl-theme .owl-nav button,.sty-owl-a.owl-theme .owl-nav button{
        top: calc(50% - 27.5px);
        height: 55px;
        width: 55px;
    }
    .sty-owl-b.owl-theme .owl-nav span:before,.sty-owl-a.owl-theme .owl-nav span:before{
        width: 9px;
        height: 16px;
        top: calc(50% - 8px);
        left: calc(50% - 4.5px);
    }
}

@media(max-width: 767px){
    .sty-owl-b.owl-theme .owl-nav button,.sty-owl-a.owl-theme .owl-nav button{
        top: calc(50% - 21px);
        height: 42px;
        width: 42px;
    }

    .sty-owl-b.owl-theme .owl-nav span:before,.sty-owl-a.owl-theme .owl-nav span:before{
        width: 7px;
        height: 13px;
        top: calc(50% - 6.5px);
        left: calc(50% - 3.5px);
    }
}