.owl-nav {
    height: 41px;
}

#home-slider {
    width: 100%;
    margin: auto;
}

#home-slider .owl-prev,
#home-slider .owl-next {
    position: absolute;
    bottom: 10px;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 0px !important;
}

#home-slider .owl-prev {
    width: 52px;
    height: 26px;
    font-size: 14px !important;
    right: 103px;
    padding-right: 21px !important;
}

#home-slider .owl-next {
    width: 75px;
    height: 26px;
    font-size: 14px !important;
    right: 0;
    padding-left: 21px !important;
}

/******************************/

#testi-slider {
    width: 100%;
    margin: auto;
}

#testi-slider .owl-prev,
#testi-slider .owl-next {
    position: absolute;
    bottom: 10px;
    border-radius: 0px !important;
    padding: 0px !important;
    font-size: 0px !important;
}

#testi-slider .owl-prev {
    width: 52px;
    height: 26px;
    font-size: 14px !important;
    right: 103px;
    padding-right: 21px !important;
}

#testi-slider .owl-next {
    width: 75px;
    height: 26px;
    font-size: 14px !important;
    right: 0;
    padding-left: 21px !important;
}


/******************************/



.owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
}

.owl-dot:hover span {
    border: 2px solid #ccc;
}

.owl-dot.active span:before {
    content: "";
    background: white;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.owl-dot {
    display: inline-block;
    zoom: 1;
}
