.new-highlight .block-title {
    border-bottom: 8px solid #144B98;
}

.item-highlight-banner-slider {
    position: relative;
}

.item-highlight-banner-slider:hover .link-cover {
    transition: 0.2s ease-in-out 0s;
}

.item-highlight-banner-slider:hover .link-cover {
    background-color: rgba(0, 0, 0, 0.4);
}

.highlight-banner-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 576px) {
    .single-event {
        justify-content: center;
    }

    .single-event h4 {
        margin-bottom: 0;
    }

    .single-event .my-owl-nav {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .new-highlight .block-title {
        border-bottom-width: 5px;
    }

    .recent-events-slider {
        padding-right: 15px !important;
    }
}

.faculty-btn-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}

.faculty-btn-list ul li {
    display: flex;
    align-items: center;
}

.d-btn {
    display: inline-flex;
    width: 260px;
    height: 82px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: 0.2s ease-in-out 0s;
    position: relative;
    gap: 5px;
}

.d-btn:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent transparent #fff #fff;
    border-width: 10px;
}

.d-btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    border-width: 10px;
}

.d-btn label {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.d-btn label span.txt-bg {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
}

.d-btn label span.txt-md {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    max-width: 120px;
    line-height: 1.2;
}

.d-btn span.link-full {
    color: #fff;
    font-size: 11px;
}

.bg-mngt-one {
    background-color: #154995;
}
.bg-mngt-one:hover {
    background-color: #123f81;
}

.bg-mngt-three {
    background-color: #cf2628;
}
.bg-mngt-three:hover {
    background-color: #b62326;
}

.bg-mngt-two {
    background-color: #ef5721;
}
.bg-mngt-two:hover {
    background-color: #d15122;
}

.bg-mngt-four {
    background-color: #4687c6;
}
.bg-mngt-four:hover {
    background-color: #396b9e;
}

.bg-scl-one {
    background-color: #825da7;
}
.bg-scl-one:hover {
    background-color: #6a4b8a;
}

.bg-scl-two {
    background-color: #4d266b;
}
.bg-scl-two:hover {
    background-color: #44225e;
}

.bg-scl-three {
    background-color: #dbac57;
}
.bg-scl-three:hover {
    background-color: #cea252;
}

.bg-it-one {
    background-color: #286270;
}
.bg-it-one:hover {
    background-color: #265d6b;
}

.bg-it-two {
    background-color: #00b1b6;
}
.bg-it-two:hover {
    background-color: #07a1a7;
}

.d-btn.disabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}