/*Header Menu CSS*/

header#home {
    background: #fff !important;
    z-index: 999;
}

.headertop {
    display: none;
}

    .headertop.headertopnew {
        display: flex;
        padding: 0 25px;
    }

/* .headertop_Rightnew {
    text-align: center;
    padding-top: 0;
    padding-right: 15px;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/*     .headertop_Rightnew ul {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        margin-bottom: 0;
        padding: 0;
    }

        .headertop_Rightnew ul li {
            list-style: none;
            padding: 0 5px;
        } */


.headertop_leftnew {
    background: transparent;
    webkit-clip-path: unset;
    clip-path: unset;
    width: auto;
    padding-top: 0;
    height:60px;
}

    .headertop_leftnew:hover {
        background: unset;
    }

    .headertop_leftnew a img {
        width: 140px;
    }

    .headertop_leftnew a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 7px 15px 13px;
    }

/* .headertop_Rightnew ul li a {
    color: #0b934d;
    font-weight: 500;
    transition: .3s;
    position: relative;
    padding: 21px 0;
}
.headertop_Rightnew ul li:hover a {
    font-weight: 500;
    color: #ffd200;
    transition: 0.3s;
} */

header.headerfix .headertop_leftnew {
    position: unset;
    height: 60px;
}

header.headerfix .headertop_Right {
    position: unset;
}

header.headerfix {
    top: 0;
    position: fixed;
    box-shadow: 0 0 10px 0px #000;
}


li.aboutushed, li.whyscished, li.cambridgewinghed, li.admissionshed, li.newsandeventshed, li.incrediblealumnihed, li.contactushed {
    position: relative;
}

/*     li.aboutushed ul, li.whyscished ul, li.cambridgewinghed ul, li.admissionshed ul, li.newsandeventshed ul, li.incrediblealumnihed ul, li.contactushed ul {
        width: 244px;
        background: #fff;
        position: absolute;
        top: 43px;
        left: 50%;
        transform: translate(-50%);
        display: none;
        box-shadow: 0 0 5px 0px #f2f2f2;
        border-top: 1px solid #000;
    } */

/*     li.aboutushed:hover ul, li.whyscished:hover ul, li.cambridgewinghed:hover ul, li.admissionshed:hover ul, li.newsandeventshed:hover ul, li.incrediblealumnihed:hover ul, li.contactushed:hover ul {
        display: block;
    }

    li.contactushed ul:before {
        left: 75%;
    }

    li.contactushed ul {
        left: -25px;
    }

        li.aboutushed ul li, li.whyscished ul li, li.cambridgewinghed ul li, li.admissionshed ul li, li.newsandeventshed ul li, li.incrediblealumnihed ul li, li.contactushed ul li {
            padding: 7px 15px;
            transition: .3s;
            text-align: left;
        }

            li.aboutushed ul li:hover, li.whyscished ul li:hover, li.cambridgewinghed ul li:hover, li.admissionshed ul li:hover, li.newsandeventshed ul li:hover, li.incrediblealumnihed ul li:hover, li.contactushed ul li:hover {
                background: var(--green);
                transition: .3s;
            }

            li.aboutushed ul li a, li.whyscished ul li a, li.cambridgewinghed ul li a, li.admissionshed ul li a, li.newsandeventshed ul li a, li.incrediblealumnihed ul li a, li.contactushed ul li a {
                transition: 0.3s;
                font-weight: 400 !important;
                width: 100%;
                display: block;
                color: #0b934d !important;
                padding: 0;
            }

            li.aboutushed ul li:hover a, li.whyscished ul li:hover a, li.cambridgewinghed ul li:hover a, li.admissionshed ul li:hover a, li.newsandeventshed ul li:hover a, li.incrediblealumnihed ul li:hover a, li.contactushed ul li:hover a {
                color: var(--yellow) !important;
                transition: .3s;
            }

            li.aboutushed ul li a:hover, li.whyscished ul li a:hover, li.cambridgewinghed ul li a:hover, li.admissionshed ul li a:hover, li.newsandeventshed ul li a:hover, li.incrediblealumnihed ul li a:hover, li.contactushed ul li a:hover {
                font-weight: 400;
            }

li.aboutushedul li a:before, li.whyscishedul li a:before, li.cambridgewinghedul li a:before, li.admissionshedul li a:before, li.newsandeventshedul li a:before, li.incrediblealumnihedul li a:before, li.contactushedul li a:before {
    content: unset;
} */

.intSchMenu {
    display: none;
}
.headertopcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 35px;
    padding: 0 40px;
    background: var(--green);
}

.headerfix .headertopcontent {
    display: none;
}

.headertopcontent_right ul.socialmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    margin: 0 5px 0 0;
}

    .headertopcontent_right ul.socialmedia li {
        list-style: none;
    }

.headertopcontent_left {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    position: relative;
}

    .headertopcontent_left:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 18px;
        background: var(--textcolorwhite);
    }


.headertopcontent .headertopcontent_left a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
    width: 167px;
}

.headertopcontent .headertopcontent_left a img {
    width: 16px;
    filter: brightness(0) invert(1);
    margin-top: -2px;
}

.headertopcontent .headertopcontent_left a span {
    font-size: 16px;
    color: var(--textcolorwhite);
    transition: .3s;
    font-weight: 500;
    text-transform: uppercase;
}

    .headertopcontent .headertopcontent_left a span:hover {
        color: var(--yellow);
        transition: .3s;
    }

.headertopcontent_right ul.socialmedia li a i {
    color: var(--textcolorwhite);
    transition: .3s;
    font-size: 16px;
}

.headertopcontent_right ul.socialmedia li.facebook_color i:hover {
    color: #4267B2;
    transition: .3s;
}

.headertopcontent_right ul.socialmedia li.instagram_color i:hover {
    color: #d9317a;
    transition: .3s;
}

.headertopcontent_right ul.socialmedia li.youtube_color i:hover {
    color: #FF0000;
    transition: .3s;
}

/*Heder Menu CSS*/
.supportersslider .item img {
    cursor:pointer;
}
/*welcome css*/

.welcome_main {
    padding: 45px 0 0 0 !important;
}

/*welcome css*/

/*Our Accreditions CSS*/
section.supporters.OurAccreditions {
    background: var(--green);
    padding: 30px 0 45px;
    background-image: url(../images/bgpattern_new.png);
}

    section.supporters.OurAccreditions .subheding {
        color: var(--textcolorwhite);
    }

.accreditionsslider {
    width: 650px !important;
    margin: 0 auto;
}

    .accreditionsslider .lower-content {
        position: relative;
        padding: 25px;
        background: #fff;
        border: 4px solid var(--yellow);
    }

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

.button-box {
    margin-top: 10px;
}
/*Our Accreditions CSS*/

/*Infrastructure CSS*/
section.testimonials {
    padding: 30px 0 45px;
}

    section.testimonials .subheding {
        color: var(--textcolorblack);
    }

.shadow-effect {
    position: relative;
    background: #fff;
    padding: 0 !important;
    text-align: center;
    box-shadow: unset !important;
}

.aurcampusslider .item {
    padding: 7px;
    box-shadow: 0 0 10px 1px #f2f2f2;
    margin-bottom: 0;
}

.Infrastructure_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: none;
    align-items: center;
    justify-content: center;
    transition: all ease 750ms;
    padding: 7px;
}

.shadow-effect:hover .Infrastructure_overlay {
    display: flex;
    transition: all ease 750ms;
}

section.testimonials .owl-nav {
    margin-top: 15px;
    margin-bottom: 0 !important;
}
/*Infrastructure CSS*/

/*Our Partnerships CSS*/

section.supporters .subheding {
    color: var(--textcolorblack);
}

.supporters {
    padding: 30px 45px;
}
/*Our Partnerships CSS*/

/*Toppers CSS*/

.achievement {
    padding: 30px 0 45px;
}

/*Toppers CSS*/

/*Award css*/
.appreciationmain {
    padding: 30px 0 45px;
}
/*Award css*/

/*school events css*/
.stories {
    padding: 30px 0 45px;
}
/*school events css*/
/*GIT css*/
.contactus {
    padding: 45px 0;
}
/*GIT css*/
@media screen and (max-width:1124px) {
    section.supporters.OurAccreditions .subheding {
        padding-top: 0px;
    }

    section.testimonials .subheding {
        padding-top: 0px;
    }

    section.supporters .subheding {
        padding-top: 0px;
    }

    .subheding {
        padding-top: 0px !important;
    }
}

/* @media screen and (max-width:1052px) {
    .headertop_Rightnew ul li a {
        font-size: 16px;
    }
}
 */
@media screen and (max-width:1024px) {
    header#home {
        height: 60px;
    }

    .headertopcontent {
        display: none;
    }

    .headertop.headertopnew {
        display: none;
    }

    .headertop {
        display: flex;
        flex-direction: row-reverse;
        padding: 0 15px;
        height: 60px;
    }

    .headerfix .headertop {
        display: flex;
        flex-direction: row-reverse;
        padding: 0 15px;
    }

    .headerfix .headertopnew {
        display: none;
    }

    header.headerfix .headertop_left {
        position: relative;
    }

    .headertop .headertop_left {
        clip-path: unset;
        -webkit-clip-path: unset;
        background: rgb(0 0 0 / 0%);
        padding: 0;
        width: 30px;
    }

    .headertop_left .burger {
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

        .headertop_left .burger span {
            background-color: #00a551;
        }

            .headertop_left .burger span::before, .headertop_left .burger span::after {
                background-color: #00a551;
            }

    .headertop_left.active .burger span::before, .headertop_left.active .burger span::after {
        background-color: #fff;
    }

    .headertop_Right a img {
        width: 120px;
    }

    .headertop_Right {
        padding: 15px 0;
    }

    .intSchMenu {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .accreditionsslider {
        width: 100% !important;
    }

    .contactus {
        padding: 0 0 45px;
    }
}

@media screen and (max-width:600px) {
    .shadow-effect {
        background: var(--greendark);
        box-shadow: none;
    }

    .aurcampusslider .item {
        margin-bottom: 15px;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        background: var(--green);
    }

    .Infrastructure_overlay {
        display: flex;
    }
}

/*footer CSS*/
footer.footer_new {
    background: var(--textcolorwhite);
}

footer.footer_new:before {
    background: var(--textcolorwhite);
}

footer.footer_new p {
    color: var(--textcolorblack);
}

.footer_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_right {
    z-index: 99;
    background-image: url(../images/scisbanner1.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 25px 0 15px;
}

    .footer_right:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--rgbcolorblue);
    }

.footer_toptext {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    background: var(--blue);
    padding: 15px 45px;
    grid-gap: 15px;
}

footer.footer_new .footer_toptext p {
    width: 25%;
    padding: 0;
    color: var(--textcolorwhite);
    position: relative;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: justify;
}

.footer_toptext div {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
}

    .footer_toptext div input[type="Email"] {
        width: 70%;
        height: 42px;
        resize: none;
        display: block;
        padding: 8px 18px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #034ea1;
        border-radius: 21px;
    }

    .footer_toptext div input:focus-visible {
        outline: none;
    }

    .footer_toptext div button {
        width: 30%;
        height: 42px;
        resize: none;
        display: block;
        padding: 8px 25px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #fff;
        background-color: #ff0000;
        background-clip: padding-box;
        border: 1px solid #034ea1;
        border-radius: 21px;
        transition: all ease 500ms;
    }

.footer_toptext button:hover {
    background-color: #fff;
    color: #ff0000;
    transition: all ease 500ms;
}

.footer_lefttbox .footerheading {
    color: var(--textcolorblack);
    margin-top: 22px;
}

.footer_lefttbox ul.socialmedia {
    padding: 0;
    margin: 0;
}

    .footer_lefttbox ul.socialmedia li {
        list-style: none;
        margin-bottom: 0px;
        display: inline-block;
        margin-right: 15px;
        color: var(--bs-green);
        font-size: 16px;
    }

        .footer_lefttbox ul.socialmedia li a {
            width: 40px;
            height: 40px;
            display: block;
            border: 2px solid var(--textcolorblack);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            color: var(--textcolorblack);
            transition: .3s;
        }

        .footer_lefttbox ul.socialmedia li.facebook_color a:hover {
            background: #4267B2;
            color: #fff;
            transition: .3s;
            border: 2px solid var(--textcolorblack);
        }

        .footer_lefttbox ul.socialmedia li.instagram_color a:hover {
            background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
            color: #fff;
            transition: .3s;
        }

        .footer_lefttbox ul.socialmedia li.youtube_color a:hover {
            background: #FF0000;
            color: #fff;
            transition: .3s;
        }

footer.footer_new .arrowtoptobottom {
    background: var(--green);
}

@media screen and (max-width:991px) {
    .footer_right {
        padding: 15px;
    }

    .footer_top {
        flex-direction: column-reverse;
    }

    .footer_lefttbox .footerheading {
        display: inline-block;
    }

    footer.footer_new p {
        text-align: center;
    }

    .footer_top > :nth-child(1) {
        padding-top: 0;
    }
}

@media screen and (max-width:767px) {
    footer.footer_new {
        padding-top: 0;
    }
}

@media screen and (max-width:575px) {
    .footer_lefttbox .footerheading {
        display: block;
        text-align: center;
    }

        .footer_lefttbox .footerheading:before {
            content: unset;
        }

    .footer_lefttbox ul.socialmedia {
        text-align: center;
        margin-bottom: 22px;
    }

    .footer_toptext {
        flex-direction: column;
    }

    footer.footer_new .footer_toptext p br {
        display: none;
    }

    footer.footer_new .footer_toptext p {
        width: 100%;
        text-align: center;
    }

    .footer_toptext div {
        width: 100%;
    }

        .footer_toptext div button {
            padding: 8px 15px;
        }
}

@media screen and (max-width:420px) {
    .footer_toptext {
        padding: 15px;
    }

        .footer_toptext div {
            flex-direction: column
        }

            .footer_toptext div input[type="Email"] {
                width: 80%;
            }

            .footer_toptext div button {
                width: 40%;
            }
}
/*footer CSS*/
