.owl-carousel .owl-dots {
    position: absolute;
    left: 50px;
    /*top: 50%;*/
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fc4a00;
    border-color: #fc4a00;
    height: 20px;
    border-radius: 10px;
}

.owl-carousel.dot-style2 .owl-dots {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: -50px;
    display: inline-block;
    text-align: center;
    width: 100%;
    left: auto;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot.active span {
    width: 20px;
}

.owl-carousel .owl-nav i {
    font-size: 20px;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 54px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: #fc4a00;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
    background: #fc4a00;
    left: -25px;
    right: auto;
}

.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

@media (min-width: 1200px) {
    .owl-carousel.h2-feature-slider .owl-dots {
        top: 35%;
    }
}