.owl-one .owl-prev {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 45%;
    display: block !important;
    outline: none;
}



.owl-one .owl-prev:hover ,.owl-one .owl-next:hover {background-color: rgba(255, 255, 255, 0) !important ; border: none;}
.owl-one  .owl-next {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 45%;
    right: 13px;
    display: block !important;
    outline: none;

   
}


.owl-one .owl-prev i,.owl-one .owl-next i {transform : scale(1,2); color: rgb(255, 255, 255);     font-size: 30px; border: none;
}


            .owl-one .item {
            padding: 10px;

        }
        .owl-one .item h4 {
          color: #FFF;
          font-weight: 400;
          margin-top: 0rem;
         }

.arrows{
    width: 20px;
}

.customenavs{
    position: absolute;
    width: 95%;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
}

.owl-one{
    display: block !important;
    margin: auto !important;
    width: 90% !important;
}

