/* Start Category */
.student-category
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.student-category .slider-title
{
    display: block;
}
.student-category .slider-title h3
{
    margin-bottom: 10px;
}
.student-category .category li a:hover
{
    background: #0A0A0A;
    color: #FFF;
}
.student-category .wide .card
{
    flex-direction: row;
    padding: 0;
}
.student-category .wide .card .card-img-top 
{
    position: relative;
    display: block;
    width: 50%;
}
.student-category .wide .card .card-img-top:after
{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .2s ease-in-out;
}
.student-category .wide .card .card-img-top:hover:after
{
    background: rgba(0, 0, 0, .2);
}
.student-category .wide .card .card-img-top img
{
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.student-category .wide .card .card-body
{
    padding: 30px;
    padding-bottom: 55px;
}
.student-category .wide .card .card-body .card-title a
{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    line-height: 1.364;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.student-category .wide .card .card-body .card-title:hover a
{
    color: #366AFF;
}
.student-category .wide .card .card-body p
{
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.student-category .wide .card .card-body .meta
{
    position: absolute;
    bottom: 30px;
}
.student-category .parallax 
{
    display: flex;
    height: 100%;
}
.student-category .parallax .overlay
{
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
}
.student-category .parallax:hover .overlay
{
    background: rgba(0, 0, 0, .6);
}
.student-category .parallax .card-title a
{
    color: #fff !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.student-category .parallax .card-body,
.student-category .without-banner .card-body
{
    padding: 30px;
    padding-bottom: 55px;
}
.student-category .parallax .card-body p,
.student-category .without-banner .card-body p
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.student-category .parallax .card-body .meta,
.student-category .without-banner .card-body .meta
{
    position: absolute;
    bottom: 30px;
}
.student-category .parallax .card-body .meta a
{
    color: #fff;
}
.student-category .without-banner
{
    display: flex;
    height: 100%;
}
.student-category .without-banner .card-title a
{
    margin-bottom: 10px;
}
.student-category .tab-content > div:not(:first-of-type)
{
    display: none
}
.student-category .controls .pagination
{
    justify-content: center;
    margin-bottom: 0;
}
.student-category .controls .pagination .page-link
{
    background: none;
    color: #1E1E1E;
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    margin: 5px;
    cursor: pointer;
    transition: all 0.15s ease-out
}
.student-category .controls .pagination .page-link:hover,
.student-category .controls .pagination .page-link.active
{
    background: rgba(30, 30, 30, 0.1);
}
/* End Category */