.companies-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.companies-carousel.owl-carousel .owl-item img {
    width: auto !important;
}

.companies-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
}

.companies-carousel.owl-carousel .owl-nav .owl-prev,
.companies-carousel.owl-carousel .owl-nav .owl-next {
    outline: none;
    display: inline-block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    color: #302F2D;
    position: relative;
    font-size: 32px;
    line-height: 60px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.companies-carousel.owl-carousel .owl-nav .owl-prev:hover:not(.disabled),
.companies-carousel.owl-carousel .owl-nav .owl-next:hover:not(.disabled) {
    background-color: #f8f9fa;
    color: #ff3900;
}

.companies-carousel.owl-carousel .owl-nav .owl-prev:after,
.companies-carousel.owl-carousel .owl-nav .owl-next:after {
    font-family: 'Feather' !important;
    font-size: 90%;
    font-weight: 900;
    vertical-align: middle;
    letter-spacing: 0;
    content: "\e910";    
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
    text-indent: initial;
}

.companies-carousel.owl-carousel .owl-nav .owl-prev:after {
    content: "\e910";
}

.companies-carousel.owl-carousel .owl-nav .owl-next:after {
    content: "\e912";
}

.companies-carousel.owl-carousel .owl-nav .owl-prev.disabled,
.companies-carousel.owl-carousel .owl-nav .owl-next.disabled {
    cursor: default;
    opacity: .3;
}