.owl-nav {
    float: right;
    top: 0%;
}
.owl-prev {
    float: left;
    left: 0px;
}
.owl-next {
    float: right;
    right: 0px;
}
.owl-prev, .owl-next {
    color: #005bac;
    font-size: 40px;
    line-height: 27px;
    opacity: .8;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all .3s ease 0s;
    z-index: 1;
    height: 30px;
    width: 30px;
}

