.nmims-open-videos {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bullet-list li {
    position: relative;
    padding-left: 20px;
}
.objectives-listing  li{
	position: relative;
    padding-left: 20px;
}
.bullet-list li::after {
    position: absolute;
    content: "";
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;
}
.objectives-listing ul{list-style:none;}
.objectives-listing ul li::after{ position: absolute;
    content: "";
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;}
.clip-path-cards .bullet-list li::after {
    background-image: url(../images/bullet-white.svg);
}

.educational-obj-listing ul{list-style:none;}
.educational-obj-listing ul li::after{ position: absolute;
    content: "";
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;}
.educational-obj-listing  li{
	position: relative;
    padding-left: 20px;
}
.career-opp-listing  li{
	position: relative;
    padding-left: 20px;
}
.career-opp-listing ul{list-style:none;padding-left: 0px;}
.career-opp-listing ul li::after{ position: absolute;
    content: "";
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;}
.career-opp-listing  li{
	position: relative;
    padding-left: 20px;
}
.clip-path-cards .bullet-list li::after {
    background-image: url(../images/bullet-white.svg);
}

/* 404 */
#error-section {
    margin: 50px 0;
}

#error-section h1 {
    font-size: var(--f50);
    font-weight: bold;
    font-family: var(--nims-font-neue);
    text-align: center;
}

#error-section .error-btn {
    margin-top: 20px;
}

#error-section .error-logo {
    text-align: center;
    margin-bottom: 50px;
}

#error-section .error-logo a {
    display: block;
}

#error-section .error-btn a {
    background-color: var(--nims-dark-red);
    transition: all 0.6s;
    color: var(--nims-white);
    font-weight: bold;
    padding: 20px 66px 20px 66px;
    font-size: var(--f16);
    line-height: 20px;
    font-family: var(--nins-font-overpass);
    border-radius: 4px;
    display: inline-block;
}

#error-section .error-btn a:hover {
    background-color: var(--nims-red);
}

/* 404 */

/* accordion-slider */
.accordion-slider li {
    padding: 0 0;
}

.accordion-slider .accordion-card {
    border-radius: 10px;
    overflow: hidden;
}

.accordion-slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* accordion-slider */

#about-banner .banner-about {
    display: flex;
    justify-content: start;
    align-items: end;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    position: relative;
}

#about-banner .banner-about{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0% 100%);
}

#about-banner {
    background-color: var(--nims-bg-gray);
}

section.animation_center {
    opacity: 1;
    transform-origin: top;
    transform: none;
}

#about-banner .banner-about h1 {
    font-family: var(--nims-font-neue);
    font-weight: bold;
    color: var(--nims-white);
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    bottom: 100px;
    width: 100%;
}

#about-banner .banner-about::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.event-text-details {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pagination {
    justify-content: center;
    margin: 25px 0;
    gap: 2px;
}

.page-numbers.current {
    background: var(--nims-dark-red);
    color: var(--nims-white);
}

.page-numbers {
    padding: 5px 15px;
    background: transparent;
    transition: all 0.4s;
    color: var(--nims-blue);
    display: block;
    cursor: pointer;
    border: 1px solid var(--nims-dark-red);
    font-weight: bold;
    font-family: var(--nins-font-overpass);
}

.pagination a:hover {
    background: var(--nims-dark-red);
    color: var(--nims-white);
}

.search_result-area {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #about-banner .banner-about h1 {
        text-align: center;
    }
}

@media (max-width:991px) {
    #about-banner .banner-about .container{
        padding: 0 30px;
    }
}

@media (min-width: 1100px) {
    #about-banner .banner-about {
        clip-path: unset;
        min-height: calc(100vh - 102px);
    }
}

@media (min-width: 992px) {
    #about-banner .banner-about h1 {
        font-size: var(--f56);
        padding: 0;
        bottom: 100px;
    }
}


@media (min-width: 768px) {
    #about-banner .banner-about h1 {
        line-height: 76px;
        text-align: left;
        left: 0;
        transform: unset;
    }
    .accordion-slider li {
        padding: 0 10px;
    }
}