.single-category .row {
    justify-content: stretch;
}

.single-category .card-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-category .card-wrapper .card {
    height: 100%;
    background-color: #F7F8FB;
    transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
}

.single-category .card-wrapper .card:hover {
    background-color: #EFF1F5;
}



.single-category .card-wrapper .card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    text-decoration: none;
}

.single-category .card-wrapper .card:after {
    content: none;
}


.single-category .it-single-slide-wrapper .card-wrapper .card .card-body .category-top a {
    text-decoration: none;
    font-size: 0.85rem;

}

.single-category .card-wrapper .card .card-body .category-top a:hover {
    text-decoration: underline;
}

.single-category .card-wrapper .card .card-body .category-title-box .card-title.h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}


.single-category .card-wrapper .card .card-body .category-title-box .card-title.h5 {
    text-decoration: none;
    color: #000000;
}

.single-category .card-wrapper .card .card-body .category-title-box .card-title.h5:hover {
    text-decoration: underline;
    color: #000000;
}

.single-category .card-wrapper .card .card-body .category-title-box .card-title.h5 a {
    text-decoration: none;
}

.single-category .card-wrapper .card .card-body .category-title-box .card-title.h5 a:hover {
    text-decoration: underline;
}

.single-category .card-wrapper .card .card-body .category-title-box .abstract-text {
    font-size: 1rem;
    margin-bottom: 50px;
    text-decoration: none;
}


.single-category .card-wrapper .card .card-body .category-title-box {
    text-decoration: none;
    color: #000000;
}

.background-color-active{
    background-color: #E6ECF2;
}