.owl-carousel {    
    position: relative;
    width: 94%;
    margin-left: 2%;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 40px !important;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    font-size: 20px !important;
    color: #fff !important;
    border: 3px solid #fff !important;
    text-align: center;
    /* background: #fbc531 !important; */
    transition: 0.7s ease-in-out;
}

.owl-carousel .owl-prev {
    left: 20px;
}

.owl-carousel .owl-next {
    right: 20px;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover{
    background: #fbc531 !important;
}