.cool-link {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    font-weight: bolder;    
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #121416;
        transition: width .3s;
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .4s;
    }

.carousel-inner {
    height: 320px;
}

    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        width: 100%;
        margin: auto;
        min-height: 320px;
        max-height: 320px;
    }

.text-decoration-line:hover {
    text-decoration: underline !important;
}

.active-page::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #121416;
}

.bg-newcol {
    background-color: rgb(220 220 220) !important;
}
/*  Pagination  */

.special-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.special-page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .special-page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .special-page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.special-page-item:first-child .special-page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.special-page-item:last-child .special-page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.special-page-item.active .special-page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
