.foote_lvs_logo {
    max-width: 13rem;
}

.foote_lvs_logoss {
    max-width: 6rem;
}

.school-logo {
    max-width: 316px;
}

.lvs-contents {
    text-align: justify;
}

.school_timings .about-card-item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 40px;
    border-radius: 5px;
}

/* categry gallery area start */

.degrees-graduate-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 70px;
    z-index: 10;
}

.degrees-graduate-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    background-color: #f9f5f3;
    z-index: -1;
}

.degrees-graduate-area__bg.style2 {
    background-color: #f1f4fb;
}

.degrees-graduate-top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 52px;
}

.degrees-graduate-top-title .sec-title {
    position: relative;
    display: block;
    padding: 0;
}

.degrees-graduate-top-title .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 8px;
}

.degrees-graduate-top-title .btns-box a {
    color: var(--thm-base);
    background-color: transparent;
    border: 1px solid #e6e1df;
}

.degrees-graduate-top-title .btns-box a:hover {
    color: #fff;
    border-color: var(--thm-black);
}

.single-degrees-graduate-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

.single-degrees-graduate-box .top {
    position: relative;
    display: block;
    padding: 35px 35px 0px;
}

.single-degrees-graduate-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.single-degrees-graduate-box .inner-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: #50af37;
}

.single-degrees-graduate-box .inner-title h3 {
    font-size: 26px;
    line-height: 32px;
}

.single-degrees-graduate-box p {
    margin: 17px 0 0;
    line-height: 22px;
}

.single-degrees-graduate-box .img-box {
    position: relative;
    display: block;
}

.single-degrees-graduate-box .img-box:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 100px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    z-index: 2;
}

.single-degrees-graduate-box .img-box:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: -1px;
    height: 115px;
    background: #e4dfdd;
    clip-path: polygon(100% 0, 100% 15%, 0 100%, 0 85%);
    z-index: 2;
}

.single-degrees-graduate-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000000;
}

.single-degrees-graduate-box .img-box .inner img {
    width: 100%;
    transition: all 0.5s ease;
}

.single-degrees-graduate-box:hover .img-box .inner img {
    transform: rotate(2deg) scale(1.05);
    opacity: 0.5;
}

.single-degrees-graduate-box .img-box .btn-box {
    position: absolute;
    left: 35px;
    bottom: 130px;
    z-index: 3;
}

.single-degrees-graduate-box .img-box .btn-box a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background-color: #50af37;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 68px;
    text-align: center;
    transition: all 0.5s ease;
}

.single-degrees-graduate-box:hover .img-box .btn-box a {
    color: #ffffff;
    background-color: #331f76;
    transform: rotate(90deg);
}

.galary-head-line {
    font-size: 1.5rem !important;
}

/* categry gallery area End */

.degrees-graduate-area .container {
    max-width: 1140px;
}

.heading-cut-color {
    color: #50af37;
}

.directo-msg-social-icone li i {
    color: #50af37;
    font-size: 18px;
}

.directo-msg-social-icone li:hover i {
    color: #fff !important;
}

.campuse-line {
    height: 10px;
    margin: 1rem 0;
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    .times_school {
        display: none;
    }
    .download-menu-main {
        display: none !important;
    }
    .top-header .header-left-content {
        font-size: 12px !important;
    }
    .school_timings .about-card-item {
        padding: 20px !important;
        flex-direction: column;
        align-items: unset !important;
    }
    .school_timings .card-title {
        color: #252525;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .school_timings h6 {
        padding-bottom: 10px;
    }
    .about-hero {
        padding-bottom: 20px;
    }
    .mend-lvs {
        display: none !important;
    }
    /*.header-left-content {
        display: flex !important;
    }*/
    .admission-content {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .header-left-content {
        display: flex !important;
        text-align: justify;
    }
    .disc_losure {
        display: none !important;
    }
}

.notice_board {
    list-style: none;
    padding-left: 5px !important;
}

.p-auto {
    font-weight: 600;
}

.mission-vission-left li {
    padding: 23px !important;
    margin: 0px !important;
}

.misiion-statements-litra .events-content h2 {
    font-size: 45px;
    margin-bottom: 15px;
}

.misiion-statements-litra .lvs_mission_heading_area {
    padding-left: 20px;
}

.misiion-statements-litra .event-img {
    margin-bottom: 0px !important;
}

.misiion-statements-litra .events-timer {
    background-color: var(--optional-color);
    text-align: center;
    padding: 40px 30px;
}

.pricipl_area .admission-content p {
    margin-bottom: 25px;
}

.about-content-paragraph p {
    margin-bottom: 10px;
}

.about-us-lvs-belief li {
    color: #fff !important;
}

.school-lab .container {
    max-width: 1140px;
}

.meta-information {
    border-bottom: 2px dotted;
    padding: 0px;
    margin-bottom: 23px;
}

.lvs-labs {
    text-decoration: underline;
}

.letrss {
    font-size: 15px;
}

.admission-over .container {
    max-width: 1250px;
}

.not_e {
    color: #50af37;
}

.grading_lvs .ri-graduation-cap-fill {
    color: #331f76;
}

.project-detail {
    position: relative;
    padding: 120px 0 120px;
}

.icons-schhol {
    max-width: 33px !important;
    position: relative;
}

.online-reg-lvs .border-info {
    --bs-border-opacity: 1;
    border-color: #50af37 !important;
}

.school_teacher_lvs .single-team-member .team-content .team-name {
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    padding: 6px 15px;
    width: 307px;
    max-width: 100%;
    text-align: center;
}

.school_teacher_lvs .single-team-member .team-content h3 {
    margin-bottom: 2px;
    font-size: 15px;
}

.about-content-paragraph p {
    margin-bottom: 10px;
}

.about-us-lvs-belief li {
    color: #fff !important;
}

.seconary-school-color {
    color: #50af37;
}

/* *********************** */

.download-menu-main:hover .mainmegamenu {
    display: block !important;
}

.mainmegamenu .nav-item .nav-link {
    color: black;
    padding: 12px 40px 12px 15px;
    border-bottom: 1px solid rgba(90, 89, 89, 0.086);
    font-size: 15px;
}

.mainmegamenu .nav-item .nav-link:hover {
    color: #50af37;
}

.carrier-bg {
    background-color: white;
}

.carrier-top {
    padding: 0 !important;
}

.coming-soon-areass {
    padding-top: 25vh !important;
    padding-bottom: 22vh !important;
    position: relative;
}

.galary-main-img {
    width: 100% !important;
    min-height: 190px !important;
    max-height: 190px !important;
}

.lvs-gallry-img {
    width: 100% !important;
    height: 204px !important;
}

.literati-img-size {
    width: 100%;
    height: 350px !important;
}

.literati-img-size img {
    width: 100%;
    height: 100% !important;
}