.image_block_two .image-inner .image-shape .shape-1 {
    bottom: -147px !important;
}

.image_block_two .image-inner .image-shape .shape-2 {
    top: -103px !important;
}

.category-list a:hover,
.category-list a.active,
.category-list a.current {
    color: #fff !important;
    background-color: #28a745 !important;
    border-radius: 5px;
}

@media (max-width:1200px) {
    .category-bg {
        background-color: #141417;
    }
}

/* FontAwesome Regular */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
    font-display: swap !important;
}

.loading-logo {
    top: 15px;
    left: 15px;
}

@media (max-width: 768px) {
    .loading-logo {
        left: 25px !important;
    }

    .letters-loading img {
        width: 80px !important;
    }

}

@media (max-width: 576px) {
    .loading-logo {
        left: 16px !important;
    }

}
.text-justify{
    text-align: justify !important;
}


