.slider-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.cat-home{
    margin-bottom: 0 !important;
}
.cat-home ul li{
    border-bottom: 1px solid #e5e5e5;
}
.cat-home ul li:last-child{
    border: none;
}
.cat-home ul li a{
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
    padding: 3px 8px 3px 8px;
    display: block;
    position: relative;
}
.cat-home ul li a:hover{
    color: #fff;
    background-color: #ed2e2e;
}
.cat-home ul li.menu-item-has-children:hover > ul{
    display: block;
}
.cat-home ul li.menu-item-has-children > a:after{
    content: '\f105';
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 12px;
    z-index: 1;
    font-family: 'fontawesome'; 
}
.cat-home ul{
    list-style: none;
    background-color: #f5f5f5;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);
    padding: 3px 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    z-index: 10;
}
.cat-home ul ul{
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
}
.cat-home ul ul{
    display: none;
}
@media (max-width: 991px){
    .cat-home{
        display: none;
    }
    .slider-carousel {
        width: 100%;
        float: none;
    }
}