/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
    border:0px solid black;
}
.owl-prev, .owl-next {
    font-size: 28px!important;
    /*color: #3f9fff;*/
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
