/* Add here all your css styles (customizations) */
.right.owl-carousel-control{
        z-index: 11 !important;
        position: absolute;
        top: 44%;
        right: 15px;
        margin-top: -12px;
        font-size: 20px;
        color: #72c02c;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
        filter: alpha(opacity=50);
        opacity: 1;
        z-index: 999;
}

.left.owl-carousel-control{
    z-index: 11 !important;
    position: absolute;
    top: 44%;
    left: 15px;
    margin-top: -12px;
    font-size: 20px;
    color: #72c02c;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 999;
}

.news-carousel > .owl-controls{
    margin-top: 10px;
}