.title-description {
    text-align: justify;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-rounded {
    border-radius: 1rem;
}

.custom-btn {
    background-color: #111d5e;
    color: #fff;
    transition: background-color 0.5s ease-out;
}

.custom-btn:hover {
    background-color: #e32845;
    color: #fff;
    /* transition: background-color all ease 0.5s; */
}

.full_width {
    width: 100% !important;
}

.card_title {
    height: 50px;
    overflow: hidden;
}

.card_content {
    height: 80px !important;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

img {
    max-width: 100% !important;
}

.owl-thumbs {
    text-align: right;
    position: relative;
    margin-top: -60px;
    z-index: 1;
}

.owl-thumbs .owl-thumb-item {
    width: 80px;
    height: 60px;
}

.ads_section {
    position: relative;
    /* border: 1px solid #eee; */
    cursor: pointer;
    max-width: 100%;
    margin: 5px 0px 2px 0px;
    z-index: 1;
}

.ads_close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: red;
    cursor: pointer;
    padding: 0px 5px;
    z-index: 1;
}

.footer_overlay {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
    bottom: -80px;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
}

.mobile-responsive-nav .mobile-responsive-menu .logo {
    margin-right: 10px;
}

.institute_name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #1e3a8a;
    /* Deep academic blue */
    position: relative;
    padding-bottom: 6px;
    transition: all 0.3s ease;
}

.institute_name:hover::after {
    width: 100%;
}

.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    position: absolute !important;
}

.slider-item {
    padding-top: 250px;
    padding-bottom: 0px;
    padding-left: 60px;
}

@media (min-width: 1440px) {
    .slider-item {
        padding-top: 350px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .slider-item {
        padding-top: 100px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

/* Mobile friendly */
@media (max-width: 768px) {
    .institute_name {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .slider-item {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .hero-slider.owl-theme .owl-nav [class*="owl-"] {
        bottom: -60px;
    }
}