@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --mainFont: 'Poppins', sans-serif;
    --maincolor: #248657,
}

.table-bordered {
    border: .5px solid lightgray !important;
}

@media only screen and (min-width:100px) and (max-width: 992px) {
    .swiper-button-next {
        border-radius: 50%;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 20px !important;
        width: 20px !important;
        padding: 15px;
        text-align: center;
    }

    .gallery_swiper .swiper-button-next,
    .swiper-button-prev {
        border-radius: 50%;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 20px !important;
        width: 20px !important;
        padding: 15px;
        text-align: center;
    }

}

.newsSection {
    margin: 20px 0px 70px 0px;
}

.newsSection h1 {
    margin-bottom: 40px;
}

.new_section_heading h1 {
    margin-bottom: 40px;
    font-family: var(--mainFont);
    font-weight: 500 !important;
    font-size: 35px;
    text-transform: capitalize;
}

.instagram_feed {
    margin: 50px 0px 60px 0px;
}

.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}

.news_title {
    font-weight: 500;
}

.instagram_feed .card img {
    border-radius: 10px;
    margin-bottom: 20px !important;
}

.newsdetails_img {
    overflow: hidden;

}

.main_aboutimghere {
    overflow: hidden;

}

.main_aboutimghere img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 40px;
    border-radius: 10px;
}

.newsdetails_img img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    background: #f5f4f4;
    padding: 13px;
    border-radius: 12px;
}

.news_cards {
    background: #fff;
    height: 475px;
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news_cards img {
    height: 300px;
    width: 100%;
    border-radius: 16px;
    padding: 4px;
}

.news_cards .card-body {
    padding: 10px 20px 0px 14px;
}

.news_cards .card-body a {
    font-weight: 500;
}

.slider_img_one {
    height: 680px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(1.2);
}

.slider_img_two {
    height: 680px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(1.2);
}

.gallery_heading {
    font-weight: 600;
    /* color: #248657 !important; */
    font-family: var(--mainFont) !important;
}

.error {
    font-size: 13px !important;
    color: red;
}

.slider_layer {
    height: 680px;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.cut_line {
    margin-top: -40rem;
    position: relative;
    /* z-index: 9999; */
    width: 100%;
    opacity: .7;
}

.cut_line_two {
    margin-top: -28rem;
    position: relative;
    /* z-index: 9999; */
    width: 100%;
    opacity: .8;
}

.cut_line_three {
    margin-top: -30rem;
    position: relative;
    /* z-index: 9999; */
    width: 100%;
    opacity: .9;
}


.about-btn {
    padding: 10px 15px;
    border-radius: 30px;
}

.after_slider_content .line_no_one {
    position: relative;
    min-height: 500px;
    width: 80px;
    background-color: #5151f0;
    border-top: 110px solid rgba(114, 114, 243, 1);
    border-left: 100px solid transparent;
}

.after_slider_content .line_no_two {
    position: relative;
    min-height: 500px;
    width: 80px;
    background-color: #5151f0;
    border-top: 110px solid rgba(114, 114, 243, 1);
    border-right: 100px solid transparent;
}

.main_msg_container {
    padding: 140px 40px 40px 40px;
    text-align: center;
}

.main_msg_container h1 {
    font-family: var(--mainFont);
    font-size: 35px;
    text-transform: capitalize;
}

.principal_msg_content {
    padding: 25px 30px 30px 30px;
}

.after_arrow_content {
    margin-top: -90px;
}

.after_arrow_content .container .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.aboutschool_text p {
    text-align: justify !important;
    font-family: var(--mainFont);
}

.aboutschool_text h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--mainFont);
}

.after_arrow_content .features_box {
    max-height: 250px;
    width: 100%;
    background: rgba(36, 36, 236, .1);
    box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 20px 10px 20px;
    transition: background 1.2s, filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.after_arrow_content .features_box:hover {
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
    transform: translateY(-5px);
    background: #4545ef;
    ;
}

.after_arrow_content .features_box:hover .bottom_txt h5 {
    color: #d6304d;
    font-weight: 600 !important;
    font-size: 20px;
}

.after_arrow_content .features_box:hover .bottom_txt p {
    color: #fff;
}

.after_arrow_content .features_box .icon img {
    height: 80px;
    outline: 1px dotted #0a0966;
    outline-offset: 7px;
    border-radius: 50px;
}

.after_arrow_content .features_box .bottom_txt {
    padding: 20px;
}

.after_arrow_content .features_box .bottom_txt h5 {
    font-weight: 600 !important;
    font-size: 20px;
    color: #0a0966;
}

.after_arrow_content .features_box .bottom_txt p {
    color: #000;
    font-weight: 500;
    font-family: var(--mainFont);
}

.about-content-wrap .section-title h2 {
    font-size: 30px;
    font-weight: 500;
}

.about-btn {
    padding: 10px 15px;
    border-radius: 30px;
}

@media only screen and (min-width:100px) and (max-width:991px) {
    .about_msg_section {
        margin-top: 20px;
    }
}

@media only screen and (min-width:800px) and (max-width:2000px) {
    .row_width {
        width: 1244px;
    }
}

.toppers_section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.background_img {
    min-height: 300px;
    background-image: url('https://kidsgardenjharia.com/wp-content/uploads/2021/06/topper.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.background_img .background_layer {
    min-height: 300px;
    background-color: rgba(255, 255, 255, .92);
}

.toppers_section_here {
    padding: 20px;
}

.toppers_section_here .fa {
    font-size: 25px;
    color: rgba(220, 53, 69, .9);
}

.toppers_section_here p {
    font-weight: 400;
    text-align: justify;
    color: #000;
}

.background_layer .top_heading {
    padding-top: 9px;
    text-align: center;
}

.background_layer .top_heading h3 {
    font-size: 30px;
    font-weight: 600;
}

.toppers_section_here .top_heading h3 {
    font-size: 30px;
    font-weight: 600;
}

.toppers_section .toppers_section_here {
    min-height: 240px;
}

.toppers_section .toppers_section_here .top_students_box .student_img {
    padding: 30px;
}

.toppers_section .toppers_section_here .top_students_box .student_img img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #0a0966;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #0a0966;
}

.class_12topper {
    border-right: 2px dotted gray;
}

.pt-10 {
    padding: 10px !important;
}

.gallerySection {
    padding-bottom: 17px;
}

.blue_line_one {
    position: relative;
    min-height: 500px;
    width: 80px;
    background-color: #5151f0;
    border-bottom: 93px solid rgba(114, 114, 243, 1);
    border-left: 100px solid transparent;
    z-index: 99999;
}

.blue_line_two {
    position: relative;
    min-height: 500px;
    width: 80px;
    background-color: #5151f0;
    border-bottom: 93px solid rgba(114, 114, 243, 1);
    border-right: 100px solid transparent;
    z-index: 99999;
}

.shadow_img {
    position: relative
}

.shadow_img .cut_line {
    position: absolute;
    top: 31rem;
    bottom: 0;
    transform: scale(-1);
}

.shadow_img .cut_line_two {
    position: absolute;
    top: 21.5rem;
    transform: scale(-1);
}

.shadow_img .cut_line_three {
    position: absolute;
    top: 19rem;
    transform: scale(-1);
}

.ml-0 {
    margin-left: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.gallery_section {
    padding: 20px 20px 0px 20px;
}

.gallery_section .gallery_heading h1 {
    font-family: var(--mainFont);
    font-size: 35px;
    text-transform: capitalize;
    margin-left: 3rem !important;
}

.gallery_section .gallery_swiper {
    padding: 50px 0px 0px 0px;
    min-height: 300px;
}

.gallery_swiper .swiper-wrapper {
    min-height: 250px;
}

.gallery_swiper .swiper-button-prev {
    top: 50% !important;
    left: 0 !important;
}

.gallery_swiper .swiper-button-next {
    top: 50% !important;
    right: 0 !important;
}

.gallery_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    border-radius: 10px;
}

/* .gallery_section .gallery_swiper .swiper-backface-hidden .swiper-slide{
    background: #000;
} */
.gallery_section .gallery_swiper .galler_img {
    width: 100% !important;
    overflow: hidden !important;

}

.gallery_section .gallery_swiper .galler_img img {
    height: 290px;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px;
}

@media only screen and (max-width: 479px) {
    .gallery_section .gallery_swiper .galler_img img {
        height: 260px;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 8px;
    }
}

/* 
@media only screen and (min-width: 200px) and (max-width: 480px) {
    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 0px !important;
        min-height: 200px;
    }

    .gallery_section .gallery_swiper .galler_img img {
        height: 210px;
        width: 259px !important;
        object-fit: cover !important;
        border-radius: 8px;
    }
} */



.gallery_overlay {
    /* display: none; */
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(rgba(0, 0, 0, .19)40%, rgba(0, 0, 0, .9));
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 0px 15px 0px 15px;
    border-radius: 10px;
}

.gallery_overlay .last_txt {
    position: absolute;
    bottom: 0;
    text-align: left;
}

.gallery_overlay .last_txt p {
    color: #fff;
    font-size: 13px !important;
}

.newjoiners_section {
    padding-top: 0px;
    margin-bottom: 0px;
}


.new_joiners_heading h1 {
    font-family: var(--mainFont);
    font-size: 35px;
    text-transform: capitalize;
    margin-left: 20px;
}

.blue_bgline {
    height: 100px;
    width: 100%;
    background: var(--maincolor);
    margin-top: 11rem;
    margin-bottom: 20rem;
}

.new_joiner_swiper {
    position: relative;
    bottom: 0;
    top: -19%;
}

.new_joiner_swiper .new_joiners_circle {
    min-height: 200px;
    overflow: hidden;
}

.new_joiner_swiper .new_joiners_circle img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid rgba(207, 196, 200, .7);
}

.new_joiner_swiper .new_joiners_circle .newjoiner_details {
    margin-top: 10px;
}

.new_joiner_swiper .new_joiners_circle .newjoiner_details h5 {
    font-size: 22px;
    font-weight: 500 !important;
}

.new_joiner_swiper .new_joiners_circle .newjoiner_details p {
    font-size: 16px;
}

.top_footer_content {
    margin-top: 0rem !important;
}

.school_name_here {
    padding-bottom: 20px;
    position: relative;
}

.school_name_here .school_name {
    padding-top: 30px;
}

.school_name_here .school_name h1 {
    font-weight: 600;
    font-family: var(--mainFont);
    color: #fff;
    font-size: 33px;
    filter: brightness(1.1);
    word-spacing: 10px;
}

.school_name_here .school_name h2 {
    font-weight: 600;
    font-family: var(--mainFont);
    color: #f9ea1b;
    font-size: 30px;
    filter: brightness(1.1);
    word-spacing: 10px;
    margin-top: 10px;
}

.school_name_here .school_name h3 {
    font-weight: 600;
    font-family: var(--mainFont);
    color: #f9ea1b;
    font-size: 25px;
    filter: brightness(1.1);
    word-spacing: 10px;
    margin-top: 10px;
}

.footer-about .footer_logo {
    height: 120px;
    width: 120px;
    background: #fff;
    border-radius: 50%;
    object-fit: cover;
}

.school_name_here .school_logo {
    position: absolute;
    top: -44%;
    bottom: 0;
    right: 44.5%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.school_name_here .school_logo img {
    height: 120px;
    width: 124px;
    /* object-fit: contain; */
}

.usefull_footerlink .usefull_links li {
    display: inline-block;
    margin-right: 20px;
}

.usefull_footerlink .usefull_links li a {
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
}

.usefull_footerlink .usefull_links li:hover a {
    color: #f9ea1b !important;
    transform: translateY(-5px);
}

.pr-0 {
    padding-right: 0px !important;
}

#footer-area {
    min-height: 300px;
    background-image: url('../images/s4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal .fade .show {
    overflow: hidden !important;
}

/* .mainmenu {
    position: absolute;
} */

.mainmenu .sidebar_menu {
    min-height: 400px;
    position: fixed !important;
    right: 40px;
    top: 26%;
    /* background: red; */
    background: rgba(255, 255, 255, 0);
    border-radius: 21px;
    /* white-space: nowrap; */
    z-index: 999;
}

.modal-open .sidebar_menu .sidebar {
    position: fixed;
    right: 40px;
    transition: margin 0.3 ease;
}

.border-left {
    border-left: 1px solid #000;
}

.president_msg_section {
    padding-top: 70pt !important;
}

.mainmenu .sidebar_menu .main_menu_ui {
    padding-right: 10px;
    text-align: right;
}

.mainmenu .sidebar_menu .main_menu_ui li {
    padding: 3px 5px 2px 10px;
    position: relative;
    z-index: 999999;
    margin-top: 16px;

}

.mainmenu .sidebar_menu .main_menu_ui li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.mainmenu .sidebar_menu .main_menu_ui .menu_txt a {
    font-size: 13px;
}

.mainmenu .sidebar_menu .main_menu_ui .menu_txt:hover {
    background: transparent;
    box-shadow: none !important;
}

.mainmenu .sidebar_menu .main_menu_ui li .menu_icon i {
    color: rgba(13, 110, 253);
    font-size: 14px;
    height: 30px;
    width: 30px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .3);
    background-color: #fff;
    text-align: center;
    padding: 8px 7px;
    border-radius: 50%;
}

.mainmenu .sidebar_menu .main_menu_ui li a .nav_links {
    display: none;
    /* display: inline-block; */
}

.mainmenu .sidebar_menu .main_menu_ui li:hover .nav_links {
    color: #000;
    display: inline-block;
}

.mainmenu .sidebar_menu .main_menu_ui li:hover .menu_icon i {
    color: #000 !important;
}

.mainmenu .sidebar_menu .main_menu_ui li:hover {
    background: rgba(255, 255, 255, .4);
    border-radius: 8px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .3);
    /* animation: slide-left 0.5s ease forwards; */
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

.mainmenu .sidebar_menu .main_menu_ui .menu_txt {
    position: relative;
}

.mainmenu .sidebar_menu .main_menu_ui .menu_txt .sidebar_logo {
    position: fixed;
    right: 25px;
    top: 15%;
    bottom: 0;
    height: 90px;
    width: 90px;
    object-fit: cover;
    transition: transform .03s ease-in-out;
    /* background: #fff; */
    /* border-radius: 50%; */
}

.mainmenu .sidebar_menu .main_menu_ui .menu_txt .sidebar_logo:hover {
    background-color: transparent !important;
    transform: scale(1.1);
}

.mainmenu .sidebar_menu .main_menu_ui li:hover .menu_icon i {
    box-shadow: none;
}

.submenu_here {
    position: relative;
}

.submenu_here .sub-menu {
    position: absolute;
    min-height: 200px;
    right: 75%;
    top: 30px;
    background: rgba(255, 255, 255, .7);
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .3);
    display: none;
}

p {
    font-family: var(--mainFont);
}

.suggestion_Size {
    margin-top: 4px;
    font-size: 13px;
}

.submenu_here .sub-menu a {
    text-align: left;
}

.submenu_here .sub-menu a li {
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 2px !important;
    padding: 4px 4px 4px 8px !important;
}

.submenu_here .sub-menu a li:hover {
    color: #000;
}

.mainmenu .sidebar_menu .main_menu_ui .submenu_here:hover .sub-menu {
    animation: scaleZ 400ms ease-in-out forwards;
    transform-origin: top center;
    display: block;
    color: #000;
    min-width: 280px !important;
    overflow: hidden;
}

@keyframes scaleZ {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    80% {
        transform: scale(1.07);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.news_section_box {
    margin-bottom: 80px;
}

.new_and_eventssection {
    text-align: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.new_and_eventssection .new_event_here {
    padding-left: 50px;
    padding-right: 80px;
}

.new_and_eventssection .new_event_here .news_marquee {
    height: 450px;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li {
    background-color: rgba(36, 36, 236, .1);
    padding: 15px;
    border-radius: 10px;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a {
    color: #000;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a span {
    display: inline-block;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a .date_box {
    background-color: rgba(217, 67, 93, .6);
    height: 90px;
    width: 90px;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a .date_box h5 {
    font-weight: 600;
    font-family: var(--mainFont);
    font-size: 32px;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a .date_box p {
    font-family: var(--mainFont);
}

@media only screen and (max-width: 600px) {

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .date_box {
        background-color: rgba(217, 67, 93, .6);
        height: 50px;
        width: 50px;
        text-align: center;
        /* padding: 5px; */
        border-radius: 10px;
        color: #fff;
        -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
        clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
        overflow: hidden;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .date_box h5 {
        font-weight: 600;
        font-family: var(--mainFont);
        font-size: 20px;
        margin-top: -8px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .date_box p {
        font-family: var(--mainFont);
        font-size: 13px;
        margin-top: -10px;
    }
}

.new_and_eventssection .new_event_here .news_marquee .school_news li {
    position: relative;
    margin-top: 27px;
    overflow: hidden;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
    position: absolute;
    top: 25px;
    padding-left: 30px;
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
    font-weight: 500;
    font-family: var(--mainFont);
}

.new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
    font-size: 13px;
    line-height: 16px !important;
}

.history_of_osa {
    min-height: 100vh;
    width: 100%;
    background-image: url('../images/vectorbg.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-attachment: fixed !important;
}

.history_of_osa .about_osa_layer {
    min-height: 100vh;
    width: 100%;
    background: rgba(255, 255, 255, .4) !important;
}

.history_of_osa .about_osa_layer .school_name_header {
    background: rgba(255, 255, 255, .8) !important;
    text-align: center;
    padding: 20px;
}

.school_name_header h1 {
    font-size: 33px;
    font-weight: 600;
    line-height: 2;
    color: rgba(10, 9, 102, 1) !important;
}

.school_name_header .fa-angle-right {
    font-size: 12px;
}

.school_name_header .top_header li {
    display: inline-block;
}

.school_name_header .top_header li img {
    height: 120px;
}

.school_name_header .top_header li h3 {
    font-size: 22px;
}

.about_main_container {
    padding: 90px 60px 90px 60px;
    background: rgba(255, 255, 255, .5) !important;
}

@media only screen and (max-width: 991px) {
    .new_and_eventssection .new_event_here {
        padding-left: 0;
        padding-right: 0;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 25px;
        padding-left: 20px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .blog_description p {
        font-size: 15px;
    }

    .about_main_container {
        padding: 60px 30px 60px 30px;
        background: rgba(255, 255, 255, .5) !important;
    }

    p {
        text-align: justify;
    }

    .page_header_heading h1 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #fff;
        font-size: 14px !important;
        filter: brightness(1.1);
        word-spacing: 10px;
    }

    .page_header_heading p {
        font-family: var(--mainFont);
        font-weight: 500;
        color: #fff;
        font-size: 15px;
    }
}

.about_main_container .card {
    background: transparent;
}

.about_main_container .ourTeam_card {
    background: #ffff;
    margin-bottom: 40px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ourTeam_card h6 {
    color: var(--blueColor);
}

.about_main_container .ourTeam_card img {
    padding: 6px;
    border-radius: 12px;
}

.officebearersmain_container {
    padding: 60px 60px 90px 60px;
    background: rgba(255, 255, 255, .5) !important;
}

.officebearersmain_container .card {
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.1);
}

.officebearersmain_container .card:hover {
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.5);
}

.officebearersmain_container .card .card-body {
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.officebearersmain_container .card .card-body h5 {
    font-weight: 500;
    font-size: 22px;
}

.Achievers_main_container {
    padding: 60px 60px 90px 60px;
    background: rgba(255, 255, 255, .5) !important;
}

.Achievers_main_container .card {
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
}

.Achievers_main_container .card img {
    height: 250px;
    width: 1005;
    border-radius: 5px;
    object-fit: cover;
}

.Achievers_main_container .card .card-body {
    text-align: center;
    padding: 30px 10px 20px 10px;
}

.Achievers_main_container .card .card-body h5 {
    font-weight: 500;
    font-size: 22px;
}

.Alumni_Directory_main_container {
    padding: 90px 60px 90px 60px;
    background: rgba(255, 255, 255, .5) !important;
}

.Gallery_main_container {
    padding: 60px 60px 90px 60px;
    background: rgba(255, 255, 255, .5) !important;
}

.Gallery_main_container .card {
    padding: 10px;
    overflow: hidden;
    margin-top: 30px;
    height: 380px;
}

.gallerytwo .card {
    padding: 10px;
    overflow: hidden;
    margin-top: 30px;
    height: 280px;
}

.gallerytwo .card .card-img {
    background-color: #f2f2f2;
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.gallerytwo .card .card-body {
    display: none;
}

.Gallery_main_container .card .card-img {
    height: 260px;
}

.Gallery_main_container .card img {
    background-color: #f2f2f2;
    height: 260px;
    width: 100%;
    object-fit: contain;
}

.Gallery_main_container .card .card-body {
    padding-top: 20px;
}

.Gallery_main_container .card .card-body h5 {
    font-weight: 500;
    font-size: 20px;
    color: #248657;
}

.Alumni_Directory_main_container .card {
    overflow: hidden;
}

.Alumni_Directory_main_container .card .card-body {
    padding: 18px;
}

.card_para_txt {
    font-size: 14px;
}

.Alumni_Directory_main_container .card .card-body .card-text {
    font-style: 13px;
}

.bottom_msg {
    margin-top: 60px;
}

.registerform_main_container {
    padding: 90px 60px 90px 60px;
    /* background: rgba(255, 255, 255, .5) !important; */
}

.registerform_main_container .card {
    padding: 20px 20px 25px 30px;
    background: transparent;
}

.registerform_main_container .card .register_card_here {
    background: transparent;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .3);
    border-radius: 20px;
}

.registerform_main_container .card .register_card_here input[type="text"] {
    background: transparent !important;
    border: 1px solid rgb(190, 185, 185);
}

.registerform_main_container .card .register_card_here input[type="date"] {
    background: transparent !important;
    border: 1px solid rgb(190, 185, 185);

}

.registerform_main_container .card .register_card_here input[type="number"] {
    background: transparent !important;
    border: 1px solid rgb(190, 185, 185);

}

.registerform_main_container .card .register_card_here input[type="email"] {
    background: transparent !important;
    border: 1px solid rgb(190, 185, 185);

}

.registerform_main_container .card .register_card_here select {
    background: transparent !important;
    border: 1px solid rgb(190, 185, 185);

}

a {
    font-family: var(--mainFont) !important;
}

.register_form label {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--mainFont);
}

.conatactus_main_container {
    padding: 90px 60px 90px 60px;
}

.conatactus_main_container .card {
    padding: 20px 20 25px 20px !important;
    background-color: transparent;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .3);
}

.conatactus_main_container .card .contactus_form {
    padding: 30px;
}

.conatactus_main_container .card .contactus_form h3 {
    font-weight: 500;
    font-family: var(--mainFont) !important;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.contactform label {
    color: #0a0966;
    font-weight: 500;
}

.contactform .form-control {
    border: 1px solid rgb(190, 185, 185);
    padding: 9px 12px !important;
    font-size: 13px !important;
    border-radius: 10px;
    color: #000;
    background: transparent;
}

.contactform::placeholder {
    font-family: var(--mainFont) !important;
    color: #000;
}

::placeholder {
    font-family: var(--mainFont) !important;
    color: #aaa !important;
}

.addresscard {
    margin-top: 50px;
}

.addresscard ul li {
    margin-top: 35px;
    margin-bottom: 0px;
    background: rgba(12, 9, 97, .03);
    border-radius: 10px;
    padding: 20px 10px 30px 20px;
    overflow: hidden;
}

.addresscard .get_intouch li a .fa {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background: rgba(37, 36, 119, .1);
    font-size: 18px;
    text-align: center;
    padding: 8px;
    position: relative;
    top: 15px;
    color: #252477;
}

.addresscard .get_intouch li a {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--mainFont);
    color: #252477;
}

.school_address {
    padding-left: 50px;
    font-size: 15px;
    color: #000;
}

.map_card {
    padding: 20px;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .registerform_main_container {
        padding: 90px 0px 90px 0px;
        background: rgba(255, 255, 255, .5) !important;
    }

    .registerform_main_container .card {
        padding: 20px 10 25px 10px !important;
    }

    .conatactus_main_container {
        padding: 90px 0px 90px 0px;
        background: rgba(255, 255, 255, .5) !important;
    }

    .conatactus_main_container .card {
        padding: 20px 10 25px 10px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .page_header_heading {
        padding: 8rem 0 0px 30px !important;
    }
}

.registerform_main_container ::placeholder {
    font-size: 13px;
    color: #aaa;
    font-family: var(--mainFont);
}

.registerform_main_container select {
    font-size: 13px;
    color: #a6a0a0;
    width: 100% !important;
    display: block !important;
    border: 1px solid lightgray;
    padding: 7px 12px !important;
    border-radius: 5px;
}

.register_form .form-control {
    border: 1px solid lightgray;
    padding: 7px 12px;
    font-size: 13px !important;
    color: #a6a0a0;
}

.register_form .from-group {
    margin-top: 15px;
}

.register_form .from-group .form-input {
    padding-right: 20px;
}

.register_form .from-group .form-input .warning {
    font-size: 12px !important;
    color: red;
}

.text_here {
    margin-left: 30px !important;
    margin-top: 20px !important;
}

.register_btn {
    border-radius: 20px !important;
    border: none;
    margin-top: 6px;
    color: #fff !important;
    background: var(--blueColor);
    width: 140px;
    padding: 10px 0;
    font-size: 15px !important;
    font-weight: 500;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 3px 15px inset, rgba(0, 0, 0, 0.4) 0px 3px 5px, rgba(0, 0, 0, 0.1) 0px 10px 13px;
    transition: background .4s ease-in-out;
}

.register_btn:hover {
    border-radius: 20px;
    border: none;
    margin-top: 6px;
    color: #000 !important;
    background: #fff !important;
    width: 140px;
    padding: 10px 0;
    font-size: 15px !important;
    font-weight: 500;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 3px 15px inset, rgba(0, 0, 0, 0.4) 0px 3px 5px, rgba(0, 0, 0, 0.1) 0px 10px 13px !important;
}

/* .register_btn:focus {
    border-radius: 20px;
    border: none;
    margin-top: 6px;
    color: #000 !important;
    background: #fff !important;
    width: 140px;
    padding: 10px 0;
    font-size: 15px !important;
    font-weight: 500;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 3px 15px inset, rgba(0, 0, 0, 0.4) 0px 3px 5px, rgba(0, 0, 0, 0.1) 0px 10px 13px !important;
} */

/* input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #a6a0a0;
    margin-right: 0.5em;
} */

/* input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
    color: #a6a0a0;
} */

.login_form {
    padding: 20px;
    border-radius: 10px;
}

.login_form .forgot_password {
    font-weight: 500;
    font-size: 15px !important;
}

.about_main_container .card .school_img {
    overflow: hidden;
}

.bg_lightcolor {
    background: #fff !important;
}

.about_main_container p {
    text-align: justify;
    line-height: 2rem;
    font-family: var(--mainFont);
}

.about_main_container .card .school_img img {
    height: 400px;
    width: 100%;
    transition: transform 2s ease-in-out;
}

.about_main_container .card .school_img:hover {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .3) !important;
}

.Alumni_Directory_main_container table thead {
    background: #ae2e43;
    text-align: center;
}

.table thead {
    vertical-align: center !important;
}

.Alumni_Directory_main_container table thead tr {
    text-align: center;
}

.Alumni_Directory_main_container table thead tr th {
    color: #fff;
    font-family: var(--mainFont);
    font-weight: 500;
}

.Alumni_Directory_main_container table tbody tr th,
td {
    text-align: center;
    font-family: var(--mainFont);
    font-weight: 500;
}

.history_txt_here {
    padding-bottom: 40px;
}

.history_txt_here h5 {
    font-weight: 500;
    margin-top: 20px;
    font-size: 20px;
    font-family: var(--mainFont);
}

.president_msg {
    padding-left: 40px;
}

.president_msg h4 {
    font-family: var(--mainFont);
    font-weight: 500;
}

.about_main_container .president_img {
    overflow: hidden;
}

.president_img img {
    width: 100%;
    object-fit: cover;
    filter: brightness(1.1);
}

.president_msg .fa {
    font-size: 25px;
    color: #248657;
}

.President_name {
    margin-top: 10px;
    font-style: italic !important;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--mainFont);
    color: #248657;
}



.page_haeder .page_header_layer {
    height: auto;
    width: 100%;
    background-color: rgba(53, 78, 153, .9);
}

.page_header_heading {
    text-align: center;
    padding: 50px 0;
}

.page_header_heading h1 {
    font-weight: 600;
    font-family: var(--mainFont);
    color: #fff;
    font-size: 40px;
    filter: brightness(1.1);
    word-spacing: 10px;
}

.page_header_heading p {
    font-family: var(--mainFont);
    font-weight: 500;
    color: #fff;
}

.page_header_heading p a {
    color: #fff;
}

.president_msg_here {
    font-family: var(--mainFont);
    font-size: 25px;
    font-weight: 600;
    text-align: justify;
    color: #248657;
    margin-bottom: 15px;
}

.founder_president_msg {
    font-family: var(--mainFont);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: justify;
    color: #248657;
}

.secretary_msg h5 {
    font-family: var(--mainFont);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: justify;
}

.secretary_msg h4 {
    font-family: var(--mainFont);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: justify;
}

.ex_presindent_msg_ {
    font-weight: 500;
    font-family: var(--mainFont);
}

.ex_presindent_msg_img {
    height: 400px;
}

.last_word {
    font-size: 21px;
    font-weight: 500;
}

.bottom_content a {
    font-weight: 500;
    font-family: var(--mainFont);
    color: #248657;
}

@media only screen and (min-width: 100px) and (max-width: 360px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .slider_img_one {
        height: 200px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .slider_img_two {
        height: 200px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .principal_msg_content {
        padding: 0;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 14px; */
    }

    .cut_line {
        margin-top: -10rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
        display: none;
    }

    .cut_line_two {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
        display: none;
    }

    .cut_line_three {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
        display: none;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -90px;
        position: relative;
        min-height: 620px;
        width: 20px;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 38px solid transparent;
        display: none;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        display: none;
        top: -90px;
        position: relative;
        min-height: 620px;
        width: 20px;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 38px solid transparent;
    }

    .new_and_eventssection {
        text-align: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 0;
        padding-right: 0;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        display: none;
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 39px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        display: none;
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 39px solid transparent;
        z-index: 99999;
    }

    .blue_bgline {
        height: 100px;
        width: 100%;
        background: var(--maincolor);
        margin-bottom: 86px;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 14px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 12px;
        font-family: var(--mainFont);
        line-height: 1.2;
    }

    .gallery_section .gallery_heading h1 {
        font-family: var(--mainFont);
        font-weight: 500 !important;
        font-size: 35px;
        text-transform: capitalize;
        margin-left: 0 !important;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 10rem;
        bottom: 0;
        transform: scale(-1);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 8px;
        padding-left: 17px;
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 7rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 5rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    .school_name_here {
        padding-bottom: 42px;
        position: relative;
    }

    .school_name_here .school_name h1 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #fff;
        font-size: 20px;
        filter: brightness(1.1);
        word-spacing: 10px;
    }

    .school_name_here .school_name h2 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 18px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_name h3 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 16px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_logo {
        position: absolute;
        left: 0;
        right: 0;
        top: -56%;
        bottom: 0;
    }
}



@media only screen and (min-width: 360px) and (max-width: 440px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .slider_img_one {
        height: 330px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .slider_img_two {
        height: 330px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    /* .principal_msg_content {
        padding: 7px 10px 0 10px;
    } */

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 13px; */
    }

    .cut_line {
        margin-top: -10rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
        display: none;
    }

    .cut_line_two {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
        display: none;
    }

    .cut_line_three {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
        display: none;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 0px;
        /* min-height: 380px; */
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -90px;
        position: relative;
        min-height: 620px;
        width: 20px;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 38px solid transparent;
        display: none;
    }

    .main_msg_container {
        padding: 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        display: none;
        top: -90px;
        position: relative;
        min-height: 620px;
        width: 20px;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 38px solid transparent;
    }

    .new_and_eventssection {
        text-align: center;
        align-items: center;
        padding: 20px 10px 20px 10px;
        box-sizing: border-box;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 0;
        padding-right: 0;
    }

    .after_arrow_content {
        margin-top: -120px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        display: none;
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 39px solid transparent;
        z-index: 999;
    }

    .blue_line_two {
        display: none;
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 39px solid transparent;
        z-index: 999;
    }

    .blue_bgline {
        height: 100px;
        width: 100%;
        background: var(--maincolor);
        margin-bottom: 198px;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 15px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        font-family: var(--mainFont);
    }

    .gallery_section .gallery_heading h1 {
        font-family: var(--mainFont);
        font-weight: 500 !important;
        font-size: 35px;
        text-transform: capitalize;
        margin-left: 0 !important;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 10rem;
        bottom: 0;
        transform: scale(-1);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 17px;
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 7rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 5rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    .school_name_here .school_name h1 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #fff;
        font-size: 24px;
        filter: brightness(1.1);
        word-spacing: 10px;
    }

    .school_name_here .school_name h2 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 22px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_name h3 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 20px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_logo {
        position: absolute;
        left: 0;
        right: 0;
        top: -56%;
        bottom: 0;
    }
}

@media only screen and (min-width: 440px) and (max-width: 460px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 70px !important;
    }

    .slider_img_one {
        height: 330px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .slider_img_two {
        height: 330px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .principal_msg_content {
        padding: 7px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 13px; */
    }

    .cut_line {
        margin-top: -10rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -90px;
        position: relative;
        min-height: 620px;
        width: 20px;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 38px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -90px;
        position: relative;
        min-height: 620px;
        width: 20px;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 38px solid transparent;
    }

    .new_and_eventssection {
        text-align: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 0;
        padding-right: 0;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 39px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 39px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 15px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        font-family: var(--mainFont);
    }

    .gallery_section .gallery_heading h1 {
        font-family: var(--mainFont);
        font-weight: 500 !important;
        font-size: 35px;
        text-transform: capitalize;
        margin-left: 0 !important;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 10rem;
        bottom: 0;
        transform: scale(-1);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 17px;
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 7rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 5rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    .school_name_here .school_name h1 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #fff;
        font-size: 24px;
        filter: brightness(1.1);
        word-spacing: 10px;
    }

    .school_name_here .school_name h2 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 22px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_name h3 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 20px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_logo {
        position: absolute;
        left: 0;
        right: 0;
        top: -56%;
        bottom: 0;
    }
}

@media only screen and (min-width: 460px) and (max-width: 575px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .principal_msg_content {
        padding: 7px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 13px; */
    }

    .cut_line {
        margin-top: -10rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -9rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -100px;
        position: relative;
        min-height: 420px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 52px solid rgba(114, 114, 243, 1);
        border-left: 37px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -100px;
        position: relative;
        min-height: 420px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 52px solid rgba(114, 114, 243, 1);
        border-right: 37px solid transparent;
    }

    .new_and_eventssection {
        text-align: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 0;
        padding-right: 0;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 39px solid transparent;
        z-index: 999;
    }

    .blue_line_two {
        position: relative;
        min-height: 420px;
        width: 20px;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 39px solid transparent;
        z-index: 999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 15px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 11px;
        line-height: 15px;
        font-family: var(--mainFont);
    }

    .gallery_section .gallery_heading h1 {
        font-family: var(--mainFont);
        font-weight: 500 !important;
        font-size: 35px;
        text-transform: capitalize;
        margin-left: 0 !important;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 10rem;
        bottom: 0;
        transform: scale(-1);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 9px;
        padding-right: 13px;
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 7rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 5rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    .school_name_here .school_name h1 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #fff;
        font-size: 24px;
        filter: brightness(1.1);
        word-spacing: 10px;
    }

    .school_name_here .school_name h2 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 22px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_name h3 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 20px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_logo {
        position: absolute;
        left: 0;
        right: 0;
        top: -56%;
        bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .gallery_section {
        padding: 32px 20px 0px 20px;
    }
}

.footer_cutline .cut_line {
    /* margin-top: -13rem; */
    /* position: relative; */
    z-index: 10;
    /* width: 100%;
    opacity: .7; */
}

.footer_cutline .cut_line_two {
    /* margin-top: -11rem;
    position: relative; */
    z-index: 10;
    /* width: 100%;
    opacity: .8; */
}

.footer_cutline .cut_line_three {
    /* margin-top: -11rem;
    position: relative; */
    z-index: 10;
    /* width: 100%;
    opacity: .9; */
}

/* .footer_blue_line .blue_line_one {
    position: relative;
    min-height: 500px;
    width: 100%;
    background-color: #5151f0;
    border-bottom: 41px solid rgba(114, 114, 243, 1);
    border-left: 48px solid transparent;
    z-index: 10;
}

.footer_blue_line .blue_line_two {
    position: relative;
    min-height: 500px;    width: 100%;
    background-color: #5151f0;
    border-bottom: 41px solid rgba(114, 114, 243, 1);
    border-right: 48px solid transparent;
    z-index: 10;
} */

@media only screen and (min-width: 575px) and (max-width: 620px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 70px !important;
    }

    .principal_msg_content {
        padding: 25px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 15px; */
    }

    .footer_cutline .cut_line {
        margin-top: -13rem;
        position: relative;
        z-index: 10;
        width: 100%;
        opacity: .7;
    }

    .cut_line {
        margin-top: -13rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .footer_cutline .cut_line_two {
        margin-top: -11rem;
        position: relative;
        z-index: 10;
        width: 100%;
        opacity: .8;
    }

    .cut_line_two {
        margin-top: -11rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .footer_cutline .cut_line_three {
        margin-top: -11rem;
        position: relative;
        z-index: 10;
        width: 100%;
        opacity: .9;
    }

    .cut_line_three {
        margin-top: -11rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -100px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 48px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -100px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 48px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 48px solid transparent;
        z-index: 10;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 48px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 48px solid transparent;
        z-index: 10;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 48px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 20px;
        padding-right: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 16px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 14px;
        font-family: var(--mainFont);
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 13rem;
        bottom: 0;
        transform: scale(-1);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 17px;
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 9rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 7rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    .school_name_here .school_name h1 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #fff;
        font-size: 24px;
        filter: brightness(1.1);
        word-spacing: 10px;
    }

    .school_name_here .school_name h2 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 22px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_name h3 {
        font-weight: 600;
        font-family: var(--mainFont);
        color: #f9ea1b;
        font-size: 20px;
        filter: brightness(1.1);
        word-spacing: 10px;
        margin-top: 10px;
    }

    .school_name_here .school_logo {
        position: absolute;
        left: 0;
        right: 0;
        top: -56%;
        bottom: 0;
    }
}

@media only screen and (min-width: 620px) and (max-width: 670px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 70px !important;
    }

    .principal_msg_content {
        padding: 25px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 15px; */
    }

    .slider_blue_lines .cut_line {
        margin-top: -15rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line {
        margin-top: -15rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .7;
    }

    .slider_blue_lines .cut_line_two {
        margin-top: -13rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_two {
        margin-top: -13rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .8;
    }

    .slider_blue_lines .cut_line_three {
        margin-top: -13rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .cut_line_three {
        margin-top: -13rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 53px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 53px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 53px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 53px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 14rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 11rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 9rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 670px) and (max-width: 714px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 70px !important;
    }

    .slider_img_one {
        height: 330px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .slider_img_two {
        height: 330px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .principal_msg_content {
        padding: 25px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 15px; */
    }

    .cut_line {
        margin-top: -15rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -13rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -13rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 57px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 57px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 57px solid transparent;
        z-index: 99;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-left: 57px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 57px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 41px solid rgba(114, 114, 243, 1);
        border-right: 57px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 15rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 12rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 9rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 714px) and (max-width: 768px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 70px !important;
    }

    .principal_msg_content {
        padding: 25px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 15px; */
    }

    .cut_line {
        margin-top: -17rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -15rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -14.5rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 60px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 61px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 53px solid rgba(114, 114, 243, 1);
        border-left: 62px solid transparent;
        z-index: 99;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 53px solid rgba(114, 114, 243, 1);
        border-left: 62px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 53px solid rgba(114, 114, 243, 1);
        border-right: 62px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 53px solid rgba(114, 114, 243, 1);
        border-right: 62px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 15rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 12rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 9rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .registerform_main_container .card {
        padding: 15px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 620px) {
    .school_name_here .school_logo {
        /* right: 37% !important; */
        top: -36%;
    }
}

@media only screen and (min-width: 620px) and (max-width: 991px) {
    .school_name_here .school_logo {
        right: 41%;
        top: -46%;
    }
}


@media only screen and (max-width: 768px) {
    .slider_img_one {
        height: 200px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .slider_img_two {
        height: 200px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .main_msg_container {
        padding-top: 0px;
        text-align: center;
        margin-left: 0px;
    }

    .after_arrow_content .features_box {
        margin-top: 30px;
    }

    .mainmenu .sidebar_menu {
        min-height: 60px;
        min-width: 400px;
        position: fixed;
        justify-content: center;
        top: 30px;
        right: 0;
        left: 0;
        background: red;
        border-radius: 30px;
        white-space: nowrap;
        z-index: 999999;
        text-align: center;
        align-items: center;
        display: none;
    }

    .site-header.header-fixed.showed {
        position: fixed;
        width: 100%;
        z-index: 999999 !important;
        left: 0;
        top: 0;
        background: #fff;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        -webkit-animation: k .65s cubic-bezier(0.23, 1, 0.32, 1) both;
        animation: k .65s cubic-bezier(0.23, 1, 0.32, 1) both;
    }

    /* .principal_msg_content {
        padding: 0px;
    } */

    .mainmenu .sidebar_menu .main_menu_ui .menu_txt .sidebar_logo {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        object-fit: cover;
        transition: transform 2s ease-in-out;
    }

    .about_main_container .card .school_img img {
        height: 300px;
        width: 100%;
        transition: transform 2s ease-in-out;
        object-fit: cover;
    }

    .mobile_site_logo {
        height: 80px;
        width: 80px;
        object-fit: cover;
    }

    .site-header .main-nav .codeboxr-main-menu {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .site-header .main-nav-container.open-menu {
        opacity: .4;
        left: 0;
        visibility: visible;
    }


}

@media only screen and (min-width: 768px)and (max-width:991px) {

    .slider_img_one {
        height: 400px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }

    .slider_img_two {
        height: 400px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(1.2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 60px !important;
    }

    .principal_msg_content {
        padding: 25px 10px 0 10px;
    }

    .principal_msg_content p {
        text-align: justify;
        /* font-size: 15px; */
    }

    .slider_blue_lines .cut_line {
        margin-top: -17rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line {
        margin-top: -17rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .7;
    }

    .slider_blue_lines .cut_line_two {
        margin-top: -15rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_two {
        margin-top: -15rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .8;
    }

    .slider_blue_lines .cut_line_three {
        margin-top: -14.5rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .cut_line_three {
        margin-top: -14.5rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .gallery_section .gallery_swiper {
        padding: 50px 0px 0px 20px;
        min-height: 200px;
    }

    .gallerySection {
        padding-bottom: 0px;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-left: 60px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 60px solid rgba(114, 114, 243, 1);
        border-right: 61px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 53px solid rgba(114, 114, 243, 1);
        border-left: 62px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 53px solid rgba(114, 114, 243, 1);
        border-right: 62px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 17rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 12rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 9rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 845px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -20rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -15rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -15rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 59px;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1);
        border-left: 70px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 40px;
        right: 0;
        background-color: #5151f0;
        border-top: 62px solid rgba(114, 114, 243, 1);
        border-right: 70px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 50px;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 70px solid transparent;
        z-index: 999;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 50px;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 70px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 66px solid transparent;
        z-index: 99;
    }


    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 50px;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 70px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 17rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 12.5rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 9rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 845px) and (max-width: 900px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .slider_blue_lines .cut_line {
        margin-top: -20rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line {
        margin-top: -20rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .7;
    }

    .slider_blue_lines .cut_line_two {
        margin-top: -16rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_two {
        margin-top: -16rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .8;
    }

    .slider_blue_lines .cut_line_three {
        margin-top: -16rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .cut_line_three {
        margin-top: -16rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 50px;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1);
        border-left: 69px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 62px solid rgba(114, 114, 243, 1);
        border-right: 69px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 50px;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 73px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 50px;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 73px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 18rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 13rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 10rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 960px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .slider_blue_lines .cut_line {
        margin-top: -20rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line {
        margin-top: -20rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .7;
    }

    .slider_blue_lines .cut_line_two {
        margin-top: -18rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_two {
        margin-top: -18rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .8;
    }

    .slider_blue_lines .cut_line_three {
        margin-top: -18rem;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .cut_line_three {
        margin-top: -18rem;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 59px;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1);
        border-left: 77px solid transparent
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        right: 0;
        background-color: #5151f0;
        border-top: 62px solid rgba(114, 114, 243, 1);
        border-right: 77px solid transparent;
    }

    .after_arrow_content {
        margin-top: -150px;
    }

    .features_box {
        margin-top: 20px;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 73px solid transparent;
        z-index: 99;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 73px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 73px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 73px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 20rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 14rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 12rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1000px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -22rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -18rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -18rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 77px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 62px solid rgba(114, 114, 243, 1) !important;
        border-right: 77px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 82px solid transparent;
        z-index: 99;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 82px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 82px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 82px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 130px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 20rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 14rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 12rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 28% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -24rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -20rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .8;
    }

    .cut_line_three {
        margin-top: -20rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 77px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 62px solid rgba(114, 114, 243, 1) !important;
        border-right: 89px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-left: 88px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100%;
        background-color: #5151f0;
        border-bottom: 43px solid rgba(114, 114, 243, 1);
        border-right: 88px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 22rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 16rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 14rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 28% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1170px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -27rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -22rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -23rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 93px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 93px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 93px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 93px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 24rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 17rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 15rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 28% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1290px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -27rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -24rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -23rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 26rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 19rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 15rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 28% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 2% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1290px) and (max-width: 1380px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .footer_cutline .cut_line {
        margin-top: -29rem !important;
        position: relative;
        z-index: 10;
        width: 100%;
        opacity: .7;
    }

    .cut_line {
        margin-top: -29rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .footer_cutline .cut_line_two {
        margin-top: -26rem !important;
        position: relative;
        z-index: 10;
        width: 100%;
        opacity: 1;
    }

    .cut_line_two {
        margin-top: -26rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .footer_cutline .cut_line_three {
        margin-top: -25rem !important;
        position: relative;
        z-index: 10;
        width: 100%;
        opacity: .9;
    }

    .cut_line_three {
        margin-top: -25rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 27rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 21rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 17rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 24% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 6% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1380px) and (max-width: 1485px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -31rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -28rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -27rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .footer_blue_line .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99;
    }

    .footer_blue_line .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 28rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 22rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 19rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 20% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 9% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1485px) and (max-width: 1550px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 60px !important;
    }

    .cut_line {
        margin-top: -33rem !important;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -30rem !important;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -29rem !important;
        position: relative;
        /* z-index: 9999; */
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -18rem !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 30rem;
        bottom: 0;
        transform: scale(-1);
        z-index: 0;
        /* background: #000; */
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 24rem;
        transform: scale(-1);
        z-index: 0;
        /* background: #000; */
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 21rem;
        /* background: #000; */
        z-index: 0;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 21% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 11% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1550px) and (max-width: 1600px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -33rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -31rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -30rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 32rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 25rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 22rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 20% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 13% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -35rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -33rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -32rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 140px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 33rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 27rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 24rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 19% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 14% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1820px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -38rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -35rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -34rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 160px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 37rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 29rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 26rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 18% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 17% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1820px) and (max-width: 1925px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -40rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -37rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -36rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 180px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 40rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 32rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 28rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 17% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 19% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1925px) and (max-width: 3000px) {
    #slider-area .single-slide-wrap {
        padding: 0pc 0 80px !important;
    }

    .cut_line {
        margin-top: -41rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .7;
    }

    .cut_line_two {
        margin-top: -39rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: 1;
    }

    .cut_line_three {
        margin-top: -38rem !important;
        position: relative;
        z-index: 9999;
        width: 100%;
        opacity: .9;
    }

    .president_msg_section {
        padding-top: 70pt !important;
    }

    .after_slider_content .line_no_one {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        right: 0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-left: 100px solid transparent !important;
    }

    .main_msg_container {
        padding: 0px 10px 10px 10px !important;
        text-align: center;
    }

    .after_slider_content .line_no_two {
        top: -110px;
        position: relative;
        min-height: 500px;
        width: 100% !important;
        right: 0;
        background-color: #5151f0;
        border-top: 59px solid rgba(114, 114, 243, 1) !important;
        border-right: 100px solid transparent !important;
    }

    .after_arrow_content {
        margin-top: -150px !important;
    }

    .features_box {
        margin-top: 20px;
    }

    .blue_line_one {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-left: 100px solid transparent;
        z-index: 99999;
    }

    .blue_line_two {
        position: relative;
        min-height: 500px;
        width: 100% !important;
        background-color: #5151f0;
        border-bottom: 63px solid rgba(114, 114, 243, 1);
        border-right: 100px solid transparent;
        z-index: 99999;
    }

    #footer-area .section-padding {
        padding: 180px 0 30px 0px;
    }

    .shadow_img .cut_line {
        position: absolute;
        top: 42rem;
        bottom: 0;
        transform: scale(-1);
    }

    .shadow_img .cut_line_two {
        position: absolute;
        top: 34rem;
        transform: scale(-1);
    }

    .shadow_img .cut_line_three {
        position: absolute;
        top: 30rem;
        transform: scale(-1);
    }

    .toppers_section {
        padding-top: 15px;
        padding-bottom: 80px;
    }

    #about-area .about-area-wrapper:before {
        background-image: url(../images/gallery/president.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        position: absolute;
        width: 17% !important;
        height: 85%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20% !important;
        z-index: 2;
    }

    .new_and_eventssection .new_event_here {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text {
        position: absolute;
        top: 13px;
        padding-left: 30px;
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text h6 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--mainFont);
    }

    .new_and_eventssection .new_event_here .news_marquee .school_news li a .link_text p {
        font-size: 13px;
        line-height: 1.4;
    }
}

.msg_main_container {
    padding: 70px 60px 90px 60px;
    background: rgba(255, 255, 255, .5) !important;
}

.msg_main_container .card {
    border-radius: 10px;
    position: relative;
    padding: 4px;
    margin-top: 40px;
    background: transparent !important;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.principal_image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(81, 81, 240, .9);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease-in-out;
    border-radius: 10px;
}

.msg_main_container .card:hover {
    box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
}

.msg_main_container .card:hover .overlay {
    height: 50%;
}

.overlay_text {
    color: white;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay_text h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--mainFont);
}

.msg_main_container .card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(1.1);
}

@media only screen and (min-width: 200px) and (max-width: 350px) {
    .msg_main_container .card img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        filter: brightness(1.1);
    }
}

@media only screen and (min-width: 350px) and (max-width: 450px) {
    .msg_main_container .card img {
        height: 370px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        filter: brightness(1.1);
    }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
    .msg_main_container .card img {
        height: 450px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        filter: brightness(1.1);
    }
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    .msg_main_container .card img {
        height: 290px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        filter: brightness(1.1);
    }
}

.msg_main_container .card .card-body {
    padding-top: 20px;
    padding-bottom: 10px;
}

.overlay_text p {
    font-size: 14px !important;
    font-family: var(--mainFont);
}

.msg_main_container .card .card-body p {
    font-size: 15px !important;
    font-family: var(--mainFont);
}

.suggestion_main_container {
    padding: 90px 60px 90px 60px;
    background: transparent;
}

.suggestion_main_container .card {
    background: transparent;
}

.bluebgimg_here {
    padding: 0em 0em 1.5em 1.5em;
    background-image: url('../images/bluebg.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 370px auto;
    border-radius: 20px;
}

.suggestion_page_ui {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .3);
}

.suggestion_heading {
    font-weight: 500;
    font-family: var(--mainFont);
    font-size: 30px !important;
    margin-bottom: 30px;
}

.suggestionpage .form-control {
    background: transparent;
}

.suggestionpage input::placeholder {
    font-weight: 500 !important;
}

.suggestionpage textarea::placeholder {
    font-weight: 500 !important;
}

.officebearers_card .card {
    height: 430px;
    width: 100%;
}

.officebearers_txt h5 {
    color: #d6304d;
    font-size: 20px !important;
}

.officebearers_txt p {
    font-weight: 500;
    font-family: var(--mainFont);
}

.officebearers_img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.editorial_board_card .card {
    height: 400px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .officebearers_card .card {
        height: 490px;
        width: 100%;
    }

    .editorial_board_card .card {
        height: 470px;
        width: 100%;
    }

    .officebearers_txt h5 {
        color: #d6304d;
        font-size: 20px !important;
    }

    .officebearers_txt p {
        font-weight: 500;
        font-family: var(--mainFont);
    }

    .officebearers_img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .officebearersmain_container {
        padding: 60px 40px 60px 40px;
        background: rgba(255, 255, 255, .5) !important;
    }

    /* .gallery_section .gallery_swiper .galler_img img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    } */
}

.modal_bg_img {
    /* min-height: 550px; */
    width: 100%;
    background-image: url('/assets/images/newlogo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px;
    border-radius: 5px;
    border: 7px solid var(--maincolor)
}

.modal_bg_layer {
    /* height: 490px; */
    width: 100%;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .86);
}

.modal_bg_layer .modal_main_content {
    text-align: center;
    padding-bottom: 40px;
}

.modal_bg_layer .modal_main_content h3 {
    color: var(--maincolor);
    text-transform: uppercase;
    font-family: var(--font-f) !important;
    font-weight: 500 !important;
    font-size: 20px;
    word-spacing: 6px;
}

.modal_welcome_content {
    padding: 10px 30px 0px 30px;
}

.modal_welcome_content h1 {
    color: #248657 !important;
    font-size: 4.5rem !important;
    font-weight: bolder !important;
    font-family: 'Dancing Script', cursive !important;
}

.modal_bg_layer h4 {
    cursor: pointer;
    color: #000;
    text-align: end;
    font-weight: 600;
    margin-right: 20px;
    padding-top: 10px;
}

.modal_bg_layer .modal_main_content .modal_welcome_content {
    padding-top: 40px;
}

.css-qlig70 {
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
    -webkit-padding-end: 0 !important;
    padding-inline-end: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.css-x9dxnn {
    max-width: 60rem !important;
}

.css-qlig70 {
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
    -webkit-padding-end: 0 !important;
    padding-inline-end: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-flex: 1;
    border-radius: 10px !important;
}

@media only screen and (max-width:768px) {
    .modal_bg_img {
        width: 100%;
        background-image: url('/assets/images/newlogo.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 400px;
        border-radius: 5px;
        border: 7px solid var(--maincolor);
        position: relative;
        z-index: 9999999;
    }

    .modal_bg_layer {

        width: 100%;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, .86);
    }

    .welcome_msg {
        padding: 10px !important;
        line-height: 2.3rem !important;
    }

    .modal_bg_layer .modal_main_content .modal_welcome_content {
        padding-top: 0px;
    }

    .modal_welcome_content {
        padding: 20px 20px 0px 20px;
    }

    .welcome_msg p {
        font-size: 15px;
        text-align: center;
        color: #000;
        font-weight: 500 !important;
        font-family: var(--mainFont) !important;
    }

    .modal_welcome_content h1 {
        color: red;
        font-size: 3rem !important;
        font-family: 'Dancing Script', cursive !important;
    }

    .president_msg h4 {
        font-family: var(--mainFont);
        font-weight: 500;
        margin-top: 30px;
    }

    .president_msg {
        padding-left: 0px;
    }

    .secretary_msg h5 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .social-networks-icon .audio_Play {
        display: block !important;
    }

    .css-x9dxnn {
        max-width: 20rem !important;
    }

    .new_joiner_swiper .new_joiners_circle img {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        object-fit: cover;
        border: 8px solid rgba(207, 196, 200, .7);
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .msg_main_container {
        padding: 69px 20px 60px 20px;
        background: rgba(255, 255, 255, .5) !important;
    }
}

.welcome_msg {
    padding: 30px;
    line-height: 2.5rem;
}

.welcome_msg p {
    text-align: center;
    color: #000;
    font-weight: 500 !important;
    font-family: var(--mainFont) !important;
}

.social-networks-icon button {
    color: #ffff;
    font-size: 25px;
}

.schoolname_txt {
    text-align: center;
    padding-top: 30px;
}

.schoolname_txt h6 {
    font-weight: 900;
    font-size: 18px;
    font-family: var(--mainFont);
}

.sitemain_logo {
    height: 89px;
    width: 90px;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .suggestion_main_container {
        padding: 50px 20px 50px 20px;
        background: transparent;
    }

    .suggestion_heading {
        font-weight: 500;
        font-family: var(--mainFont);
        font-size: 24px !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .about_main_container {
        padding: 58px 10px 60px 10px;
        background: rgba(255, 255, 255, .5) !important;
    }

    .rumnaberji_img {
        height: 540px !important;
        width: 100%;
        object-fit: cover !important;
        filter: brightness(1.1);
    }
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
    .rumnaberji_img {
        height: 700px !important;
        width: 100%;
        object-fit: cover !important;
        filter: brightness(1.1);
    }
}

@media only screen and (max-width: 768px) {
    .ex_presindent_msg_img {
        height: 600px;
    }

    .founder_president_msg {
        font-family: var(--mainFont);
        font-size: 22px;
        font-weight: 600;
        margin-top: 26px;
        margin-bottom: 30px;
        text-align: justify;
        color: #248657;
    }

    .Alumni_Directory_main_container {
        padding: 50px 20px 50px 20px;
        background: rgba(255, 255, 255, .5) !important;
    }

    .Gallery_main_container {
        padding: 50px 20px 50px 20px;
        background: rgba(255, 255, 255, .5) !important;
    }
}

.av-invalid .form-control {
    border-width: 1px !important;
    padding: 7px 12px;
    font-size: 13px !important;
    color: #a6a0a0;
}

.av-invalid ::placeholder {
    font-weight: 400 !important;
    color: #aaa !important;
}

.av-invalid .invalid-feedback {
    color: rgba(220, 53, 69) !important;
    font-size: 11px !important;
}

.av-invalid {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--mainFont);
}

.warning_txt {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--mainFont);
}

.form-check-label {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--mainFont);
    color: #000 !important;
}

.react-bootstrap-table {
    max-height: 800px !important;
    overflow: auto !important;
}

.alumniTable {
    border-top: none !important;
}

.scrollableTable {
    padding: 0 5px 20px 5px;
    max-height: 600px !important;
    overflow: auto !important;
}

.usersTables thead {
    position: sticky;
    top: -1px;
}

.lg-react-element {
    display: flex !important;
    column-gap: 20px;
}

.galleryimgcard {
    width: 400px;
}

.galleryImgs {
    background-color: #f2f2f2;
    height: 260px;
    width: 400px;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .lg-react-element {
        display: block !important;
    }

    .galleryimgcard {
        width: 400px;
    }
}

.blogCards_here .card {
    height: 450px;
    margin-top: 20px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.1);
}

.blogCards_here .card:hover {
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.5);
}

.blogCards_here .card img {
    height: 196px !important;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    object-fit: contain;
}

.blogCards_here .card .card-body {
    padding: 20px 10px 0px 10px;
    overflow: hidden;
}

.blogCards_here .card .card-footer {
    padding: 8px 20px 20px 20px;
    background: #fff;
    border-radius: 7px;
}

.fw-600 {
    font-weight: 500 !important;
}

.blogtitle_txt {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.modal_blog_heading h5 {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: red;
}

.modal_blog_body {
    padding: 10px 30px 30px 30px !important;
    text-align: justify;
}

.modal_blog_body a {
    color: rgba(66, 153, 225, 1);
}

@media only screen and (max-width: 991px) {
    .mobile_menu_visible {
        display: block !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 3000px) {
    .mobile_menu_visible {
        display: none !important;
    }
}

.blog_img_here_detailspage img {
    height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: contain;
    background: #f7f7f7;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1007px) {
    .Gallery_main_container .card .card-body h5 {
        font-weight: 500;
        font-size: 15px;
    }
}

@media only screen and (min-width:992px) and (max-width: 3000px) {

    .swiper-button-next {
        border-radius: 50%;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 40px !important;
        width: 40px !important;
        padding: 15px;
        text-align: center;

    }

    .gallery_swiper .swiper-button-next,
    .swiper-button-prev {
        border-radius: 50%;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 40px !important;
        width: 40px !important;
        padding: 15px;
        text-align: center;
    }
}

.swiper-button-prev:after {
    font-size: 17px !important;
    font-weight: bold !important;
    color: var(--maincolor);
}

.swiper-button-next:after {
    font-size: 17px !important;
    font-weight: bold !important;
    color: var(--maincolor);
}