.mixitup-container .item-views.table-elements .row > div {
    visibility: visible !important;
}

[data-ref="mixitup-target"] {
    display: block !important;
}
.item-views.table-elements .item .body-info {
    padding: 0 !important;
}
.b-projects-examples-carousel .owl-next, .b-projects-examples-carousel .owl-prev{
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    box-sizing: border-box;
    height: 42px;
    width: 42px;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}
.b-projects-examples-carousel:hover .owl-next, .b-projects-examples-carousel:hover .owl-prev{
    opacity: 1 !important;
    visibility: visible !important;
}

 @media (max-width: 768px) {
     .b-projects-examples-carousel .owl-next, .b-projects-examples-carousel .owl-prev {
         opacity: 1 !important;
         visibility: visible !important;
     }
     .b-projects-examples-carousel .owl-prev{
         left: 5px !important;
     }

     .b-projects-examples-carousel .owl-next{
         right: 5px !important;
     }
 }

.b-projects-examples-carousel .titles h2 {
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 25px !important;
}

 @media (max-width: 768px) {
     .b-projects-examples-carousel .titles h2 {
         color: #fff;
         font-size: 1em;
         margin: 0 0 15px !important;
     }
 }

.b-projects-examples-carousel:hover .owl-prev{
    left: 20px;
}

.b-projects-examples-carousel:hover .owl-next{
    right: 20px;
}


.b-projects-examples-carousel {
    position: relative;
    display: inline-flex;
}

.b-projects-examples-carousel .owl-nav {

}

.b-projects-examples-carousel .owl-prev {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_left_large.svg) 14px 12px no-repeat #fff !important;
    left: -45px;
}
.b-projects-examples-carousel .owl-prev:hover {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_left_white_large.svg) 14px 12px no-repeat #474a51 !important;
}


.b-projects-examples-carousel .owl-next {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_right_large.svg) 17px 12px no-repeat #fff !important;
    right: -45px;
}
.b-projects-examples-carousel .owl-next:hover {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_right_white_large.svg) 17px 12px no-repeat #474a51 !important;
}

.b-projects-examples-carousel {
    position: relative;
}


