.know-img::after {
    position: absolute;
    content: "";
    height: 27%;
    width: 25%;
    background-color: var(--theme-dark);
    top: -9px;
    right: -9px;
    z-index: -1;
}

.know-img::before {
    position: absolute;
    content: "";
    height: 27%;
    width: 25%;
    background-color: var(--theme-secondary);
    bottom: -9px;
    margin-left: -9px;
    z-index: -1;
}

.know-img {
    position: relative;
}

.school-video {
    height: 365px;
}

.school-video-div {
    position: relative;
    z-index: -1;
    object-fit: cover;
}

.school-video-div::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0a0a0a30;
}

.know-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.vision-btn {
    background-color: var(--theme-secondary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 160px;
}


.mission-btn {
    background-color: #00000029;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vision-mission-col {
    border-bottom: 1px solid #00000030;
}

.vision-mission-img {
    border-radius: 5px;
}

.vision-mission-col .nav .active {
    background-color: var(--theme-secondary);
    color: white !important;
}

.vision-mission-col .nav .active .icon-img {
    filter: brightness(0) invert(1);
}

.contact-us-icon {
    border: 2px solid var(--theme-secondary);
}

.brown-img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}

.vision-mission-data {
    position: relative;
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    background: black;
    opacity: 1;
    color: white;
    text-shadow: none;
    display: inline-block;
    padding: 0 4px 8px 8px;
    border-radius: 0 0 0 42px;
    cursor: pointer;
    z-index: 22;
}

.lks-video {
    background-color: #000000bf;
}

.modal-content {
    border: none !important;
}

.map-font {
    font-size: 18px;
}


.timeline::after {
    content: "";
    position: absolute;
    height: 100%;
    border: 2px solid var(--theme-primary);
    top: 0;
}


.timeline {
    position: relative;
}





@media only screen and (min-width: 782px) {
    .timeline>section:nth-child(even) {
        margin-inline-start: auto;
    }

    .timeline-section {
        width: 50%;
    }

    .timeline::after {
        left: 50%;
    }

    .timeline>section:nth-child(odd)::after {
        margin-right: -11px;
        right: 0;
        left: unset;
        margin-left: unset;

    }

    .timeline>section:nth-child(odd)::before {
        right: 15px;
        border-left: 0;
        border-bottom: 0;
        left: unset;
        border-right: 2px solid var(--theme-secondary);
        border-top: 2px solid var(--theme-secondary);

    }

}


.timeline>section {
    position: relative;
    padding: 0 26px;
}

.timeline>section::after {
    content: "";
    position: absolute;
    top: 31%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--theme-primary);
    z-index: 1;
}

.timeline>section::before {
    content: "";
    position: absolute;
    background-color: white;
    top: 30%;
    width: 22px;
    height: 22px;
    border: 2px solid var(--theme-secondary);
    transform: rotate(45deg);
    z-index: 1;
}


.timeline>section::before {
    left: 19px;
    border-right: 0;
    border-top: 0;

}

.timeline>section::after {
    margin-left: -8px;
    left: 0;
}



#timeline {
    border: 2px solid var(--theme-secondary);
    position: relative;
}

.heading-font {
    font-size: 31px;
}

.awards-img {
    height: 280px;

}

.white-logo {
    opacity: 0.2;
}

.message-div {
    position: relative;
    z-index: 5;
}

.message-div::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--theme-danger);
    position: absolute;
    bottom: 0;
    left: 0;
    top: -20px;
    z-index: -1;
    border-top: 5px solid white;
}


@media only screen and (min-width: 577px) {
    .message-div::after {
        transform: skewY(10deg);
        top: -30px !important;
    }
}

.message-font {
    font-size: 24px;
}

.message-list, .list-arrow {
    list-style: none !important;
}

.message-list li, .list-arrow li {
    list-style: none !important;
}

.message-list li, .list-arrow li {
    position: relative;
}

.message-list li::before, .list-arrow li::before {
    content: "";
    position: absolute;
    height: 17px;
    width: 27px;
    left: -25px;
    top: 5px;
    background: url("https://resources.edunexttechnologies.com/web-data/lksg/images/blue-arrow.svg") center no-repeat;
}

.affiliation-size {
    width: 260px;
}

.div-arr {
    position: absolute;
    right: 17px;
}


.teaching-div {
    width: 200px;
    aspect-ratio: 1;
    object-fit: contain;
}
.non-teaching-img {
    aspect-ratio: 9/6;
    object-fit: cover;
}

.sports-img {
    aspect-ratio: 9/4;
    object-fit: cover;
}

.small-div-card:hover {
    background-color: var(--theme-primary);
}