.sec-title i {
    font-size: 20px;
}

.white {
    color: white !important;
}

.c-pri {
    color: #D94799;
}

h2.white {
    margin-bottom: 1.5rem;
}

.slearning h6 {
    color: white;
    font-size: 18px;
    margin-bottom: 4px;
}

.slearning p {
    margin-bottom: 1.2rem;
    padding-left: 1rem;
}

.s-learing__area .content_wrapper {
    padding: .5rem 2rem;
}

.team__slide a {
    cursor: pointer;
}

.pb-50 {
    padding-bottom: 50px;
}


.d-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.d-s p {
    width: 40%;
}

.year-filter-wrapper {
    padding: 1.5rem 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#year-filter button {
    color: white;
    padding: 0 20px;
}

.details-wrapper {
    transition: all ease-in .2s;
    width: 100%;

}

.course-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.semester {
    flex: 1 1 50%;
}

.details-wrapper h4 {
    color: white;
    margin-bottom: 1rem;
}

.details-wrapper .semester h6 {
    color: #fff;
    margin-bottom: .5rem;
    font-size: 18px;
    letter-spacing: .2px;
}

.semester .course-topic>p {
    color: white;
    font-size: 20px;
    margin-bottom: .2rem;
}

.semester .course-topic {
    padding-left: 1rem;
}

.semester .course-topic .sub-topic {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.gallery-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gallery-image {
    height: 200px;
    width: 250px;
    /* max-height: 150px;
    max-width: 200px; */
    margin-left: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: transform ease-in .2s;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 3rem;
}

.modal-content {
    display: block;
    width: 80%;
    max-width: 800px;
    max-height: 80%;
    margin: auto;
}

.close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.r__portfolio .content_wrapper p {
    margin-bottom: 1rem;
    padding-left: .5rem;
}

.r__portfolio .content_wrapper h4 {
    font-size: 26px;
}

.r__portfolio .content_wrapper ul {
    padding-left: 1rem;
    margin: 2rem 0;
    width: 50%;
}

.r__portfolio .content_wrapper ul li {
    color: #d4d4d4;
    padding: .8rem .5rem;
    border-bottom: 1px solid #999;
    list-style: disc;
    list-style-position: inside;
}

.r__portfolio .content_wrapper ul li:first-child {
    border-top: 1px solid #999;
}

.portfolio__should .p-box-row {
    width: 85%;
    margin-left: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #999;
    padding: 2rem .5rem;
}

.portfolio__should .p-box-row:last-child {
    border-bottom: 1px solid #999;
}

.portfolio__should .p-box-row .p-box-row-inner {
    width: 80%;
}

.portfolio__should .p-box-row .p-box-row-inner {
    color: #D94799;
}

.admission__details ul li {
    color: #999;
    list-style: disc;
    list-style-position: inside;
}

.admission__details .content_wrapper .closing_dates {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin: 2rem 0;
}

.admission__details .content_wrapper .closing_dates h4 {
    color: #D94799;
}

.admission__details .content_wrapper_inner h4 {
    color: #D94799;
    margin-bottom: .5rem;
}

.admission__details .content_wrapper_inner p,
.admission__details .content_wrapper p {
    margin-bottom: 1rem;
}

.admission__details .content_wrapper_inner p:last-child {
    margin-bottom: 2.5rem;
}

.notes {
    background-color: #999;
    width: fit-content;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 11px;
    margin-bottom: 4rem;
}

.notes p {
    color: var(--black-2);
    z-index: 9999999;
    margin-bottom: .2rem !important;
    padding: 0;
}

.campus__details .story__text b {
    color: #D94799;
    letter-spacing: .4px;
    font-size: 20px;
}

.aid-point-wrapper {
    margin-bottom: 1rem;
}

.aid-point-wrapper p {
    font-size: 20px;
    color: white;
    margin-bottom: .2rem;
    letter-spacing: .2px;
}

.aid-point-wrapper ul {
    padding-left: 1.5rem;
}

.aid-point-wrapper ul li {
    list-style: disc;
    list-style-position: inside;
    color: #999;
    margin-bottom: .5rem;
    letter-spacing: .2px;
    font-size: 18px;
}
.aid-logos{
    width: 70%;
    display: flex;
    align-items: center;    
    justify-content: space-evenly;
    margin-bottom: 1.5rem;
}
.aid-logos img{
    display: inline-block;
    width: 250px;
}


.logo-slider {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.logo-slide-track {
    display: inline-block;
    white-space: nowrap;
    animation: 50s logoSlide infinite linear;
}

.logo-slide-track .logo-slide {
    height: 80px;
    width: 120px;
    margin: 0 30px;
    display: inline-block;
    border: 1px solid #999;
    padding: 20px 10px;
    background-color: #fff;
}

.logo-slide-track .logo-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
}


@keyframes logoSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%)
    }
}


.awards-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 1rem;
}

.award {
    width: calc(20% - 20px);
    padding: .5rem;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #dadada;
    border-radius: 5px;
}

.award-img {
    width: 100%;
}

.award-img img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.award-txt p {
    font-size: 17px;
    text-align: center;
    color: #fff;
}
@media (max-width:768px) {
    .awards-wrapper {
        flex-wrap: wrap;
    }

    .award {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .award-img img {
        width: 100%;
        height: 140px;
        object-fit: contain;
        margin-bottom: 1rem;
    }
}