body {
    font-family: 'Glory', sans-serif;
    font-size: 18px;
    color: var(--innertextcolor);
}

a {
    text-decoration: none;
    color: var(--colortextcursor);
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 56%);
}

body::-webkit-scrollbar-thumb {
    background: var(--textcolorwhite);
}


.tablescroll::-webkit-scrollbar {
    width: 0px;
}


:root {
    --blue: #034ea1;
    --bluehover: #064386;
    --rgbcolorblue: rgb(3 78 161 / 92%);
    --bluebackgroundcolor: #064386;
    --green: #00a551;
    --greendark: #0b934d;
    --greenhover: #0e8448;
    --rgbcolorgreen: rgb(0 166 80 / 85%);
    --greenbackgroundcolor: #0e8448;
    --yellow: #ffd200;
    --yellowlight: #ffe97f;
    --textcolorwhite: #ffffff;
    --textcolorblack: #333333;
    --innertextcolor: #666666;
    --bordercolor: #ffd200;
    --bordercolorwhite: rgb(255 255 255 / 20%);
    --colortextcursor:#4ca9f5
}



/*header*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
}

.headerfix .topheaderlogo {
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

header.headerfix .headertop_left{
    position: fixed;
    top: 0px;
    left: 0px;
    transition: 0.5s;
}
/* header.headerfix .headertop_right {
    position: fixed;
    top: 0px;
    right: 0px;
    transition: 0.5s;
} */


.topheaderlogo img {
    width: 240px;
}

.topheaderlogo {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
    transition: 0.5s;
    z-index: 999;
}

.headertop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}
/* 
.headertop_right {
    background: var(--greendark);
    width: 75px;
    height: 75px;
    padding-top: 8px;
    padding-left: 12px;
    clip-path: circle(100% at 100% 0%);
    -webkit-clip-path: circle(100% at 100% 0%);
    text-align: center;
    position: relative;
    z-index: 9999;
} */

/* .headertop_right p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--textcolorwhite);
    line-height: 13px;
} */

/* .headertop_right img {
    width: 24px;
    filter: brightness(0) invert(1);
    position: relative;
    left: 4px;
    top: -4px;
} */

svg.click_banner_memu_icon {
    width: 28px;
    fill: #fff;
    cursor: pointer;
}

.headertop_left {
    text-align: center;
    background: var(--greendark);
    -webkit-clip-path: circle(100% at 0% 0%);
    clip-path: circle(100% at 0% 0%);
    width: 75px;
    height: 75px;
    padding-top: 8px;
    padding-right: 20px;
    position: relative;
    z-index: 9999;
}
.headertop_left:hover {
    background: var(--greenhover);
}
.headertop_left.active{
    background: var(--greenhover);
}
.headertop_right:hover {
    background: var(--greenhover);
}
.headertop_left p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--textcolorwhite);
    line-height: 13px;
}

.intSchMenu.isOpened {
    top:0px;
}

.intSchMenu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 0.7s;
    overflow: hidden;
    z-index:999;
}

.first-level-navigation {
    padding: 100px 0px 35px 30px;
    width: 44%;
    float: left;
    position: relative;
}

.homeiconmobileview {
    position: absolute;
    top: 25px;
    right: 25px;
}

    .homeiconmobileview a {
        width: 50px;
        height: 50px;
        display: inline-block;
        background: var(--greenbackgroundcolor);
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        color: var(--textcolorwhite);
        transition:0.5s;
    }
        .homeiconmobileview a:hover {
            color: var(--yellow);
        }
.intSchMenu
.intSchMenu__extraContent {
    background: var(--yellow);
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 100px;
    padding-bottom: 35px;
}
.latestnewsview .border-layer {
    display: none;
}
.latestnewsview .lower-content {
    background: var(--blue);
}
.latestnewsview .newsname {
    background: var(--green);
    color: var(--textcolorwhite);
}
.rightsideonmenuview {
    height: calc(100vh - 223px);
    padding-left: 15px;
    padding-right: 10px;
    overflow: auto;
    margin-top: 30px;
    margin-right: 15px;
}
.rightsideonmenuview::-webkit-scrollbar {
    width: 8px;
}

.rightsideonmenuview::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 26%);
    border-radius: 10px;
}

.rightsideonmenuview::-webkit-scrollbar-thumb {
    background: var(--textcolorwhite);
    border-radius: 10px;
}
.intSchMenu__overflow-area-inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    background: var(--green);
    position: relative;
}
.intSchMenu__overflow-area-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bgpattern1.png);
    background-size: 16%;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.intSchMenu__menusWrapper {
    float: left;
    width: 100%;
}

.second-level-navigation {
    padding: 100px 0px 35px 0px;
    width: 33.33%;
    float: left;
    position:relative;
}

.third-level-navigation {
    padding: 100px 30px 35px 0px;
    width: 33.33%;
    float: left;
    position:relative;
}

.first-level-navigation ul {
    height: calc(100vh - 135px);
    overflow: auto;
    padding: 0;
    margin: 0;
}

.second-level-navigation ul {
    padding: 0;
    margin: 0;
    min-height: 442px;
    background: var(--greenbackgroundcolor);
}

.third-level-navigation ul {
    margin: 0;
    padding: 0;
    background: var(--greenbackgroundcolor);
}

.third-level-navigation .tab-content.current {
    height: calc(100vh - 135px);
    overflow: auto;
}

    .third-level-navigation .tab-content.current ul li a:hover {
        color: var(--yellowlight);
    }

.intSchMenu__menusWrapper ul li.current a {
    color: var(--yellowlight);
}

.intSchMenu__menusWrapper ul li a {
    color: var(--textcolorwhite);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    transition: 0.5s;
}

    .intSchMenu__menusWrapper ul li a:hover {
        background: var(--greenbackgroundcolor);
    }

.intSchMenu__menusWrapper ul li.current a {
    background: var(--greenbackgroundcolor);
}

.second-level-navigation .tab-content.current {
    height: calc(100vh - 135px);
    overflow: auto;
}

    .second-level-navigation .tab-content.current ul li a:hover {
        color: var(--yellowlight);
    }

    .second-level-navigation .tab-content.current ul li.current a {
        color: var(--yellowlight);
    }

.intSchMenu__menusWrapper ul li a span {
    font-size: 16px;
}

.intSchMenu__menusWrapper ul li {
}

.intSchMenu__menusWrapper .tab-content {
    display: none;
}

    .intSchMenu__menusWrapper .tab-content.current {
        display: block;
    }

.intSchMenu__menusWrapper ul {
    padding: 0;
}

.intSchMenu__menusWrapper ul::-webkit-scrollbar {
    width: 8px;
}

.intSchMenu__menusWrapper ul::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 26%);
    border-radius: 10px;
}

.intSchMenu__menusWrapper ul::-webkit-scrollbar-thumb {
    background: var(--textcolorwhite);
    border-radius: 10px;
}


.second-level-navigation .tab-content.current::-webkit-scrollbar {
    width: 8px;
}

.second-level-navigation .tab-content.current::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 26%);
    border-radius: 10px;
}

.second-level-navigation .tab-content.current::-webkit-scrollbar-thumb {
    background: var(--textcolorwhite);
    border-radius: 10px;
}


.third-level-navigation .tab-content.current::-webkit-scrollbar {
    width: 8px;
}

.third-level-navigation .tab-content.current::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 26%);
    border-radius: 10px;
}

.third-level-navigation .tab-content.current::-webkit-scrollbar-thumb {
    background: var(--textcolorwhite);
    border-radius: 10px;
}


.menulogo {
    text-align: center;
    position: relative;
}

.menulogo img {
    width: 200px;
}

header .toppers {
    grid-template-columns: 1fr 1fr;
    background: no-repeat;
    grid-gap: 30px;
}

header .toppers .toppersbox:nth-child(2) {
    margin-top: 0px;
}

header .toppers .toppersbox:nth-child(4) {
    margin: 0;
}

header .toppesrimgbox img {
    width: 120px !important;
    height: 120px;
    object-fit: cover;
}

header .toppesrimgbox {
    max-width: 160px;
    height: 160px;
    background-image: url(../images/bgpatternblack.png);
    background-size:89%;
}
header .toppersbox .studentname {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    color: var(--textcolorblack);
}

header .toppersbox .studentclass {
    color: var(--textcolorblack);
    font-size: 16px;
    font-weight: 500;
    line-height: 10px;
}

header .toppersbox .division {
    color: var(--textcolorblack);
    font-size: 14px;
    margin-top: 6px;
}

header .boxforpdfview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    display:none;
}
header .boxforpdfview .gridboxpdf .iconpdf {
    width: 70px;
    height: 70px;
    padding: 30px 0 0px 30px;
}
header .boxforpdfview .gridboxpdf .iconpdf img {
    width: 34px;
}
.gridboxpdf .content-overlay {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.gridboxpdf:hover .content-overlay {
    opacity: 1;
    z-index: 9;
}

.gridboxpdf img {
    width: 100%;
    transition: 0.6s;
    height: 290px;
    object-fit: cover;
    object-position: top center;
}
header .gridboxpdf img {
    height: 240px;
}
.gridboxpdf:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 9;
}

.gridboxpdf .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 80%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.latestnewsview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
/*header*/

/*banner*/
.banner_main {
    height: 100vh;
    z-index: 99;
    position: relative;
}

    /*.banner_main::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        background: linear-gradient(180deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 100%, rgb(0 212 255 / 0%) 100%);
        height: 150px;
        width: 100%;
        z-index: 9;
    }*/

    .banner_main .bannerslider {
        height: 100vh;
        z-index:unset;
    }
    .svgviewin5size {
        position: relative;
        z-index: 9;
        width:100%;
    }
    .banner_main .bannerslider .item {
        height: 100vh;
        overflow:hidden;
    }

    .banner_main .bannerslider .item img {
        height: 100vh;
        object-fit: cover;
        webkit-animation: move 50s infinite;
    -moz-animation: move 50s infinite;
    -o-animation: move 50s infinite;
    animation: move 50s infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    }
@keyframes move {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.owl-item.active .bannertextbox h1 {
    animation: 1s .5s fadeInUp both;
}

.owl-item.active .bannertextbox h2 {
    animation: 1s .5s fadeInUp both;
}

.owl-item.active .bannertextbox h3 {
    animation: 1s .5s fadeInUp both;
}

.owl-item.active .bannertextbox ul {
    animation: 1s .5s fadeInUp both;
}

.owl-item.active .banner-right .banner-right-inner img {
    animation: 1s .5s fadeInUp both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.bannerslider .owl-nav {
    display: none;
}

.bannerslider .owl-dots {
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index:9;
}

.bannerslider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: var(--textcolorwhite);
    border: 2px solid var(--textcolorwhite);
    margin: 0px !important;
}

.bannerslider .owl-dots button {
    position: relative;
    margin: 0 8px;
}

    .bannerslider .owl-dots button:before {
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        width: 32px;
        height: 2px;
        background: var(--textcolorwhite);
    }

.bannerslider.owl-theme .owl-dots .owl-dot.active span, .bannerslider.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green);
    position: relative;
}

.bannerslider .owl-dots button:nth-child(1):before {
    background: transparent;
}

.bannerslider.owl-theme .owl-dots .owl-dot.active span:before, .bannerslider.owl-theme .owl-dots .owl-dot:hover span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 10px;
}

.fixtextbanner {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

    .fixtextbanner p {
        margin-bottom: 0;
        color: var(--textcolorwhite);
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
        text-shadow: 0 0 10px rgb(0 0 0 / 49%);
        text-transform:uppercase;
    }

.toptobottom:before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%);
    width: 2px;
    background: var(--textcolorwhite);
    height: 44px;
}
.toptobottomfixed {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}
.toptobottom {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 2px solid var(--textcolorwhite);
    color: var(--textcolorwhite);
    font-size: 18px;
    transition: 0.5s;
    background: var(--green);
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.toptobottom:hover {
    background: var(--yellow);
    cursor: pointer;
}

.toptobottom i {
    rotate: 270deg;
}

/* Apply the translate and rotate transformation for our text to look curved  */
.bannertextviewcurve {
    position: absolute;
    bottom: 256px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%);
}
#curved2 {
    color: #fff;
    font-weight: 900;
    font-size:55px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
}
#curved1 {
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    bottom: -145px;
}
/* An inline-block element is placed as an inline element (on the same line as adjacent content), but it behaves like a block element  */


.bannertextview {
   position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    z-index:9;
}
.bannertextbox {
    border-left: 10px solid var(--yellow);
    padding: 18px;
    width: 100%;
    position: relative;
    background: rgb(3 78 161 / 71%);
    max-width: 500px;
    float: right;
}

.bannertextbox h1 {
    color: var(--textcolorwhite);
    font-size: 41px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 50px;
    font-family: 'Satisfy', cursive;
}

.bannertextbox h2 {
    color: var(--textcolorwhite);
    font-size: 25px;
    font-family: 'Caveat Brush', cursive;
    letter-spacing: 2px;
}
 
.bannertextbox h3 {
    color: var(--textcolorwhite);
    font-size: 18px;
    margin-bottom: 0;
}

/*.bannertextbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 83%;
    height: 10px;
    background: var(--yellow);
}

.bannertextbox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 82.9%;
    height: 10px;
    background: var(--yellow);
}*/

.bannertextbox .innerlineright {
    position: relative;
}

/* .bannertextbox .innerlineright:before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 78px;
    width: 10px;
    height: 50%;
    background: var(--yellow);
}*/

.innerlineright ul {
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.innerlineright ul li img {
    width: 20px !important;
    height: auto !important;
    position: absolute;
    top: 14px;
    left:14px;
}

.innerlineright ul li:nth-child(1) .allbtnview span {
    padding: 10px 15px 10px 35px;
}

.innerlineright ul li {
    list-style: none;
    margin-right: 20px;
}

.innerlineright ul li a {
    display: block;
    font-family: 'Caveat Brush', cursive;
}
/*banner*/


/*welcome*/
@font-face {
    font-family: 'Roman Morrissey DEMO';
    src: url('../fonts/RomanMorrisseyDEMO.eot');
    src: url('../fonts/RomanMorrisseyDEMOd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/RomanMorrisseyDEMO.woff2') format('woff2'), url('../fonts/RomanMorrisseyDEMO.woff') format('woff'), url('../fonts/RomanMorrisseyDEMO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.welcome_main {
    padding: 70px 0;
}

.auto-container {
    position: relative;
    max-width: 1300px;
    padding: 0px 15px;
    margin: 0 auto;
}
.bg-shadows {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.bg-shadows:after, .bg-shadows:before {
    content: "";
    display: block;
    height: 264px;
    left: 0;
    position: absolute;
    width: 100%;
}
.bg-shadows:before {
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,transparent 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65),transparent);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.65)),to(transparent));
    background: -o-linear-gradient(top,rgba(0,0,0,.65) 0,transparent 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.65) 0,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=0);
    top: 0;
}
.bg-shadows:after {
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.65));
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.65)));
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.65));    
    bottom: 0;
}

.image-column .inner-column {
    position: relative;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 180px;
}

.image-column .pattern-layer {
    position: absolute;
    content: '';
    left: -90px;
    top: 0px;
    width: 592px;
    height: 580px;
    background-repeat: no-repeat;
}

.patternleftright {
    position: absolute;
    content: '';
    left: 0;
    bottom:53px;
    width: 241px;
    height: 388px;
    background-repeat: no-repeat;
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
    0% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(0px);
        opacity: 0.80;
    }

    100% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
}

@keyframes float_left_right_two {
    0% {
        transform: translateX(-30px);
        opacity: 1;
    }

    50% {
        transform: translateX(0px);
        opacity: 0.80;
    }

    100% {
        transform: translateX(-30px);
        opacity: 1;
    }
}

.image-column .image-one {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 0 17px rgb(0 0 0 / 15%);
}

    .image-column .image-one img {
        width: 392px;
        height: 445px;
        object-fit: cover;
    }

.image-column .image-two {
    position: absolute;
    left: -35px;
    top: 120px;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 0 17px rgb(0 0 0 / 15%);
}

    .image-column .image-two img {
        width: 397px;
        height: 391px;
        object-fit: cover;
    }

.image-column .image-three {
    position: absolute;
    right: 50px;
    bottom: 53px;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    border: 10px solid var(--green);
}

    .image-column .image-three img {
        width: 246px;
        height: 282px;
        object-fit: cover;
    }

.image-column .kids-title {
    position: absolute;
    left: -30px;
    top: 2px;
    color: var(--yellow);
    line-height: 1em;
    font-size: 135px;
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Roman Morrissey DEMO';
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

#logosvg path:nth-child(1) {
    stroke-dasharray: 390.17;
    stroke-dashoffset: 390.17;
    animation: line-anim 1.5s ease forwards;
}

#logosvg path:nth-child(2) {
    stroke-dasharray: 266.665;
    stroke-dashoffset: 266.665;
    animation: line-anim 1.5s ease forwards 0.3s;
}

#logosvg path:nth-child(3) {
    stroke-dasharray: 371.948;
    stroke-dashoffset: 371.948;
    animation: line-anim 1.5s ease forwards 0.6s;
}

#logosvg path:nth-child(4) {
    stroke-dasharray: 151.79;
    stroke-dashoffset: 151.79;
    animation: line-anim 1.5s ease forwards 0.9s;
}

#logosvg path:nth-child(5) {
    stroke-dasharray: 371.9486;
    stroke-dashoffset: 371.9486;
    animation: line-anim 1.5s ease forwards 1.2s;
}

#logosvg path:nth-child(6) {
    stroke-dasharray: 255.86;
    stroke-dashoffset: 255.86;
    animation: line-anim 1.5s ease forwards 1.5s;
}

#logosvg path:nth-child(7) {
    stroke-dasharray: 192.64;
    stroke-dashoffset: 192.64;
    animation: line-anim 1.5s ease forwards 1.8s;
}

#logosvg path:nth-child(8) {
    stroke-dasharray: 447.4229;
    stroke-dashoffset: 447.4229;
    animation: line-anim 1.5s ease forwards 2.1s;
}

#logosvg path:nth-child(9) {
    stroke-dasharray: 266.66;
    stroke-dashoffset: 266.66;
    animation: line-anim 1.5s ease forwards 2.4s;
}

#logosvg path:nth-child(10) {
    stroke-dasharray: 365.12;
    stroke-dashoffset: 365.12;
    animation: line-anim 1.5s ease forwards 2.7s;
}

#logosvg path:nth-child(11) {
    stroke-dasharray: 444.81;
    stroke-dashoffset: 444.81;
    animation: line-anim 1.5s ease forwards 3s;
}

#logosvg path:nth-child(12) {
    stroke-dasharray: 266.666;
    stroke-dashoffset: 266.666;
    animation: line-anim 1.5s ease forwards 3.3s;
}

#logosvg path:nth-child(13) {
    stroke-dasharray: 282.46;
    stroke-dashoffset: 282.46;
    animation: line-anim 1.5s ease forwards 3.6s;
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

.content-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.content-column .sec-title-two {
    margin-bottom: 15px;
}

.sec-title-two h2 {
    color: var(--textcolorblack);
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 700;
}

.sec-title-two h2 .hedingone {
    color: var(--blue);
}

.sec-title-two h2 .hedingtwo {
    color: var(--yellow);
}

.sec-title-two h2 .hedingthree {
    color: var(--green);
}

.content-column .dark-text {
    position: relative;
    color: var(--innertextcolor);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: justify;
}

.content-column .feature-column {
    position: relative;
    margin-bottom: 20px;
}

    .content-column .feature-column .feature-inner {
        position: relative;
        padding-left: 75px;
        font-size: 18px;
        color: var(--innertextcolor);
        line-height: 28px;
    }

        .content-column .feature-column .feature-inner .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            line-height: 1em;
        }

        .content-column .feature-column .feature-inner strong {
            position: relative;
            display: block;
            color: var(--textcolorblack);
            font-size: 24px;
            font-weight: 600;
            opacity: 1;
            margin-bottom: 10px;
        }

.content-column .button-box {
    position: relative;
    margin-top: 15px;
}

.feature-inner .icon img {
    width: 50px;
}

.allbtnview {
    display: inline-block;
    position: relative;
    border: none;
    color: var(--textcolorblack);
    cursor: pointer;
    background: var(--yellow);
    margin: 0px;
    font-weight: 500;
}

    .allbtnview:hover {
        color: var(--textcolorblack);
    }

    .allbtnview span {
        display: block;
        padding: 10px 19px 10px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .allbtnview::before, .allbtnview::after {
        content: "";
        width: 0;
        height: 3px;
        position: absolute;
        transition: all 0.2s linear;
        background: var(--green);
    }

    .allbtnview span::before, .allbtnview span::after {
        content: "";
        width: 3px;
        height: 0;
        position: absolute;
        transition: all 0.2s linear;
        background: var(--green);
    }

    .allbtnview:hover::before, .allbtnview:hover::after {
        width: 100%;
    }

    .allbtnview:hover span::before, .allbtnview:hover span::after {
        height: 100%;
    }

    .allbtnview::after {
        right: 0;
        bottom: 0;
        transition-duration: 0.4s;
    }

    .allbtnview span::after {
        right: 0;
        bottom: 0;
        transition-duration: 0.4s;
    }

    .allbtnview::before {
        left: 0;
        top: 0;
        transition-duration: 0.4s;
    }

    .allbtnview span::before {
        left: 0;
        top: 0;
        transition-duration: 0.4s;
    }
/*welcome*/


/*announcement*/
.announcement {
    position: relative;
}
.announcement-right .tripple-line img {
    filter: brightness(0) invert(1);
}
.announcement-right .owl-dots {
    display: none;
}

.announcement-right.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -40px;
}

.announcement-right.owl-theme .owl-nav [class*=owl-] {
    margin: 0px 5px !important;
    background: var(--yellow);
    padding: 0px !important;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 43px;
}
.announcement-right.owl-theme .owl-nav [class*=owl-]:hover{
    background:#fff;
    color:var(--green);
}

.announcement-right .owl-next {
    margin: 0px !important;
}
.announcement-right .item .maskingimag img {
    height: 460px;
}
.announcement-right {
}
.announcement-right .item {
    padding: 15px 0;
}
.announcement .subheding {
    padding: 0;
}
.announcement-left .boxforpdfview {
    grid-template-columns: 1fr 1fr;
}
.announcement-left {
    height: 472px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 70px;
    padding-right: 15px;
}
.announcement-left .gridboxpdf img {
    height: 228px;
}
    .announcement-left::-webkit-scrollbar {
        width: 8px;
    }

    .announcement-left::-webkit-scrollbar-track {
        background: rgb(0 0 0 / 26%);
        border-radius: 10px;
    }

    .announcement-left::-webkit-scrollbar-thumb {
        background: var(--textcolorwhite);
        border-radius: 10px;
    }

.announcement-left ul {
    padding: 0;
    margin: 0;
}

    .announcement-left ul li {
        list-style: none;
        display: block;
        margin-bottom: 13px;
        text-align: justify;
    }

.announcement-left ul li a {
    color: var(--textcolorwhite);
    font-size: 18px;
    transition: 0.3s;
    display: flex;
}
.announcement-left ul li a:hover {
    color: var(--yellow);
}
.announcement-left ul li a i {
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    top: 3px;
}
.newtag {
    background: #f51c1c;
    color: #fff;
    display: inline-block;
    line-height: 15px;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
    top: -1px;
}
.crposition {
    background: var(--green);
    padding: 100px 0 100px;
    background-image: url(../images/bgpattern_new.png);
    background-attachment: fixed;
}

.logorotate {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 12%;
}

    .logorotate img {
        width: 450px;
        opacity: 0.1;
    }

.logorotateinner {
    animation: animName 16s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.subheding {
    text-align: center;
    font-size: 40px;
    color: var(--textcolorwhite);
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

    .subheding:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%);
        width: 140px;
        height: 3px;
        background: var(--yellow);
    }

.appreciation .item {
}

.lower-content {
    position: relative;
    padding: 15px 15px;
    background: var(--textcolorwhite);
}

    .lower-content .border-layer {
        position: absolute;
        left: -12px;
        top: -20px;
        z-index: -1;
        width: 32px;
        bottom: -15px;
        border: 4px solid var(--yellow);
        -ms-transform: skewY(20deg);
        transform: skewY(20deg);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.appreciation .item img {
    position: relative;
    height: 235px;
    object-fit: cover;
}

.appreciation .item {
    padding: 31px 0px 21px 13px;
}

    .appreciation .item:hover .border-layer {
        border-color: var(--textcolorwhite);
        -ms-transform: skewY(-20deg);
        transform: skewY(-20deg);
    }

.appreciation .owl-dots {
    display: none;
}

.appreciation .owl-nav {
    margin-top: 0;
}

    .appreciation .owl-nav .owl-prev {
        position: absolute;
        left: -60px;
        top: 40%;
        width: 50px;
        height: 50px;
        border-radius: 50px !important;
        margin: 0 !important;
        border: 2px solid var(--textcolorwhite) !important;
        transition: 0.5s;
    }

    .appreciation .owl-nav .owl-next {
        position: absolute;
        right: -60px;
        top: 40%;
        width: 50px;
        height: 50px;
        border-radius: 50px !important;
        margin: 0 !important;
        border: 2px solid var(--textcolorwhite) !important;
        transition: 0.5s;
    }

.appreciation.owl-theme .owl-nav [class*=owl-] i {
    font-size: 17px;
    position: relative;
    top: 2px;
    color: var(--textcolorwhite);
}
.appreciationmain {
    background-color: var(--green);
    background-image: url(../images/award.png);
    padding: 60px 0 70px 0;
    background-size: 75%;
    background-position: center center;
    background-attachment: fixed;
}
.appreciationmain .subheding {
    padding: 0;
}
.appreciation.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--yellow)
}

.appreciation {
    position: relative;
}


.schooltimingmain.announcement_table {
    grid-template-columns: auto;
}

    .schooltimingmain.announcement_table table tr td:last-child a {
        color: #333;
        font-weight: 500;
    }

.schooltimingmain.announcement_table table tr td:last-child {
    text-align:justify;
}

    .schooltimingmain.announcement_table table tr td:last-child a:hover {
        color: var(--green);
    }

.schooltimingmain.announcement_table table tr th:last-child {
    text-align: left;
}
.schooltimingmain.announcement_table table tr th {
    width: auto !important;
}

    .schooltimingmain.announcement_table table tr td {
        vertical-align: middle;
        line-height: 20px;
        font-weight: 600;
        font-size: 16px;
    }


/*announcement*/

/*achievement*/
.achievement {
    background: url(../images/pattern3.jpg);
    background-repeat: no-repeat;
    padding: 60px 0;
}

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

        .achievement .subheding span {
            font-size: 20px;
            font-weight: 600;
            color: var(--green);
        }

.toppers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    background: url(../images/connect.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position:relative;
}
.arrowtopagetopper {
}
    .arrowtopagetopper:before {
        content: '';
        position: absolute;
        bottom: 225px;
        right: 0px;
        z-index: 99;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 50px solid var(--blue);
        rotate: -39deg;
        -webkit-animation: pulse1 1s infinite alternate;
        animation: pulse1 1s infinite alternate;
    }
/*.arrowtopagetopper:after {
content: 'View More';
    position: absolute;
    bottom: 120px;
    right: -37px;
    color: var(--green);
    font-size: 20px;
    font-weight: 500;
}*/
.toppersbox .division {
    font-size: 16px;
    font-weight: 600;
    color: var(--yellow);
}
.toppesrimgbox {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    width: 100%;
    background-image: url(../images/bgpattern2.png);
    border-radius: 50%;
    background-size:65%;
    position: relative;
}
    .toppesrimgbox img {
        width: 150px !important;
        display: unset !important;
        height: 150px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        object-fit: cover;
    }
.toppersbox .studentname {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    color: var(--blue);
}

.toppersbox .studentclass {
    font-size: 18px;
    font-weight: 600;
    color: var(--green);
}

.toppers .toppersbox:nth-child(2) {
    margin-top: 60px;
}

.toppers .toppersbox:nth-child(4) {
    margin-top: -34px;
}

/*achievement*/


/*contactus*/
.contactus {
    background-image: url('../images/get-in-touch.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 98px 0;
}

.contactus-main {
    background: var(--textcolorwhite);
}

    .contactus-main .contactus-left {
        background: var(--blue);
        padding: 40px;
    }
        .contactus-main .contactus-left:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(../images/bgpattern1.png);
            background-size: 20%;
            background-position: center center;
            width: 100%;
            height: 100%;
            opacity: 0.1;
        }
    .contactus-main .contactus-right {
        background: var(--textcolorwhite);
        position: relative;
        padding: 40px;
    }

        .contactus-main .contactus-right:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -17px;
            transform: translate(0, -50%);
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-right: 18px solid white;
            border-bottom: 15px solid transparent;
        }

.contactus-right .gettouch {
    font-size: 40px;
    font-weight: 500;
    color: var(--textcolorblack);
    line-height: 30px;
    margin-bottom: 8px;
}

.contactus-right .form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.contactus-right .gettouchtext {
    font-size: 18px;
    color: var(--textcolorblack);
    font-weight: 500;
    margin-bottom: 25px;
}

.contactus-right .mb-3 {
    margin-bottom: 0px !important;
}

.contactus-right .form-label {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    color: var(--textcolorblack);
}
.form-control[type=file]{
    padding: 8px 12px!important;
}
.contactus-right.workwithus .form-select {
    padding: 8px;
}

.contactus-right.workwithus .form-control {
    padding: 8px;
}
.contactus-right .form-control {
    border-radius: 0px;
    padding: 8px 8px 8px 48px;
}
.allpagesview-right .locationmap {
    margin-top:30px;
}
.allpagesview-right .locationmap iframe {
    height: 400px;
}
.fullviewpart {
    grid-column: 1 / 3;
}
.fullviewpart .textareaview {
    resize: unset;
    height: 200px;
}
.contactus-right .form-select {
    border-radius: 0px;
    padding: 8px 8px 8px 48px;
}

.contactus-left .gettouch {
    font-size: 40px;
    font-weight: 500;
    color: var(--textcolorwhite);
    line-height: 30px;
    margin-bottom: 8px;
}

.contactus-left .gettouchtext {
    font-size: 18px;
    color: var(--textcolorwhite);
    font-weight: 500;
    margin-bottom: 25px;
}

.contactus-left ul {
    padding: 0;
    margin: 0;
}

    .contactus-left ul li {
        list-style: none;
        color: var(--textcolorwhite);
        font-size: 18px;
        margin-bottom: 20px;
    }

        .contactus-left ul li a {
            color: var(--textcolorwhite);
            display: flex;
            align-items: baseline;
            line-height: 24px;
            transition:0.5s;
            font-size:18px;
        }
            .contactus-left ul li a:hover {
                color: var(--yellow);
            }
        .contactus-left ul li img.addressview {
            top: 12px !important;
        }
        .contactus-left ul li img {
            width: 25px;
            margin-right: 15px;
            position: relative;
            top: 7px;
            filter: brightness(0) invert(1);
        }

.locationmap iframe {
    width: 100%;
    height: 377px;
}
.contactus-right .mb-3 > div {
    position: relative;
}

.contactus-right .icon {
    position: absolute;
    top: 6px;
    left: 12px;
}
.contactus-right .fullviewpart.text-center {
    margin-top: 15px;
}
    .contactus-right .icon img {
        width: 23px;
    }
.contactus-right input.form-control.name {
    background-image: url(../../cdn-icons-png.flaticon.com/512/9187/9187475.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 9px 8px;
}
.contactus-right input.form-control.email {
    background-image: url(../../cdn-icons-png.flaticon.com/512/2549/2549872.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 10px 7px;
}
.contactus-right input.form-control.mobile {
    background-image: url(../../cdn-icons-png.flaticon.com/512/1034/1034131.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px;
}
.contactus-right input.form-control.city {
    background-image: url(../../cdn-icons-png.flaticon.com/512/10509/10509761.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 5px 4px;
}
.contactus-right select.form-select.grade {
    background-image: url(../../cdn-icons-png.flaticon.com/512/9987/9987254.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 9px 7px;
}
.contactus-right input.form-control.school {
    background-image: url(../../cdn-icons-png.flaticon.com/512/3104/3104525.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 8px 6px;
}
.otherviewtext {
    position: relative;
}

.otherviewtext i {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.error_message {
    color: #eb5252;
    font-weight: 500;
    background: #ffa3a3;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
}
.success_message {
    color: #29c429;
    font-weight: 500;
    background: #c8ffc8;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
}
/*contactus*/

/*supporters*/
.supporters {
    background: url(../images/pattern.jpg);
    padding: 20px 0;
    position: relative;
}

.supportersslider .item {
    text-align: center;
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: center;
}

.supportersslider .item img {
    width: 250px !important;
    object-fit: cover;
    margin: 0 auto;
    filter: grayscale(100%);
    transition:0.5s;
}

.supportersslider .item:hover img {
    filter: grayscale(0);
}

.supportersslider .owl-nav {
    display: none;
}

.supportersslider .owl-dots {
    display: none;
}
/*supporters*/

/*stories*/
.stories {
    padding: 50px 0 60px 0;
}

.stories .subheding {
    padding-top: 0;
    color: var(--textcolorblack);
}

.stories-main img {
    width: 100%;
    position: relative;
}

.stories-main .stories-left img {
    height: 450px;
    object-fit: cover;
}

.stories-main .stories-right img {
    height:188px;
    object-fit: cover;
}

.stories-main .lower-content .border-layer {
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    width: 32px;
    bottom: -15px;
    border: 4px solid var(--yellow);
    -ms-transform: skewY(20deg);
    transform: skewY(13deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.stories-main .lower-content {
    position: relative;
    padding: 15px 15px;
    background: var(--blue);
    transition: 0.5S;
}

.newsname i {
    position: relative;
    left: -8px;
}

.newsname {
    background: var(--yellow);
    color: var(--bluehover);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 10px 0px;
    -webkit-clip-path: circle(29.9% at 1% 1%);
    clip-path: circle(100% at 0% 0%);
    transition: 0.5s;
}
/*important remove color*/
.schoolnews:hover .border-layer {
    border-color: #2fc5e5!important;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.schoolnews:hover .newsname {
    background: #2fc5e5!important;
    color: var(--textcolorwhite);
}
.schoolnews:hover .lower-content {
    background: #2fc5e5!important;
}
/*important remove color*/

.samecolor:hover .lower-content {
    background: #2fc5e5 !important;
}

.samecolor:hover .newsname {
    background: #2fc5e5 !important;
}
.samecolor .hovertext p {
    -webkit-line-clamp: 4;
}
/*important remove color*/

.facebooknews:hover .border-layer {
    border-color: #4267B2;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.facebooknews:hover .newsname {
    background: #4267B2;
    color: var(--textcolorwhite);
}

.facebooknews:hover .lower-content {
    background: #4267B2;
}

.instagramnews:hover .border-layer {
    border-color: #893dc2;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.instagramnews:hover .newsname {
    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: var(--textcolorwhite);
}

.instagramnews:hover .lower-content {
    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%);
}

.twitternews:hover .border-layer {
    border-color: #1DA1F2;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.twitternews:hover .newsname {
    background: #1DA1F2;
    color: var(--textcolorwhite);
}

.twitternews:hover .lower-content {
    background: #1DA1F2;
}

.youtubenews:hover .border-layer {
    border-color: #FF0000;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.youtubenews:hover .newsname {
    background: #FF0000;
    color: var(--textcolorwhite);
}

.youtubenews:hover .lower-content {
    background: #FF0000;
}

.twonewsview > div:nth-child(1) {
    margin-bottom: 45px;
}

.newsinnertext {
    position: relative;
}
.newsinnertext img{
  width:100%;
}
.newsinnertext:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 30%, rgb(0 212 255 / 0%) 100%);
    z-index: 9;
    transition: 0.5s;
}

.newsinnertext .newsinnertextview {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    z-index: 9;
}

.hovertext {
    position: absolute;
    top: 0;
    padding: 15px 40px 0px 40px;
    color: var(--textcolorwhite);
    z-index: 9;
    line-height: 22px;
    font-size: 16px;
    transition: 0.5s;
    opacity: 0;
    height: 100%;
    width:100%;
}

    .hovertext p {
        line-height: 25px;
        margin-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

.newsinnertext:hover .newsinnertextview {
    z-index: 0;
}

.newsinnertext:hover .hovertext {
    opacity: 1;
}

/*.newsinnertext:hover:before {
    background: rgb(0 0 0 / 68%);
}*/

.newsinnertextview .sb-info {
    color: var(--textcolorwhite);
    font-weight: 600;
    font-size: 16px;
}

.stories-left .hovertext p {
    -webkit-line-clamp: 16;
}

.newsmoreview {
    position: absolute;
    bottom: 0px;
    right: 0;
    background: var(--textcolorwhite);
    padding: 8px 15px;
    color: var(--textcolorblack);
    cursor: pointer;
}

.newsinnertextview .sb-date {
    color: var(--textcolorwhite);
    font-weight: 600;
    font-size: 16px;
}

.allnews {
    text-align: center;
    margin-top:30px;
}
/*stories*/

/*footer*/
footer {
    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-top: 50px;
}



.footerlogo {
    position: relative;
}

    .footerlogo img {
        width: 200px;
    }

footer p {
    color: var(--textcolorwhite);
    position: relative;
    margin-bottom: 0px;
    padding-top: 25px;
    font-size: 18px;
    text-align: justify;
}
.mobilecenter .allbtnview span {
    padding: 8px 18px;
    font-size: 16px;
}
.mobilecenter {
    margin-top: 15px;
}
.footerheading {
    position: relative;
    font-size: 22px;
    color: var(--textcolorwhite);
    font-weight: 500;
    margin-bottom: 22px;
}

    .footerheading:before {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 35px;
        height: 2px;
        background: var(--yellow);
    }

.quicklinks {
    position: relative;
    padding-left: 45px;
}

    .quicklinks ul {
        padding: 0;
        margin: 0;
    }

    .quicklinks ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .quicklinks ul li a {
        color: var(--textcolorwhite);
        background: url(../images/tick.png);
        background-size: 14px;
        background-repeat: no-repeat;
        padding-left: 19px;
        background-position: 0 4px;
        font-size: 18px;
        transition: 0.5s;
    }

.quicklinks ul li a:hover {
    color: var(--yellowlight);
}

.footerbottom {
    border-top: 2px solid var(--yellow);
    margin-top: 45px;
    position: relative;
}

.connectus {
    position: relative;
}

    .connectus ul {
        padding: 0;
        margin: 0;
    }

        .connectus ul li {
            color: var(--textcolorwhite);
            font-size: 16px;
            list-style: none;
            margin-bottom:20px;
        }

.connectus ul li a {
    color: var(--textcolorwhite);
    transition: 0.5s;
    display: flex;
    line-height: 24px;
    align-items: baseline;
    font-size: 18px;
}

.connectus ul li a:hover {
    color: var(--yellowlight);
}

.connectus ul li img {
    width: 18px;
    margin-right: 8px;
    filter: brightness(0) invert(1);
    position: relative;
    top: 4px;
}
img.addressview {
    top: 7px !important;
}
.arrowtoptobottom {
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 36%);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

    .arrowtoptobottom:hover:before {
        background: var(--yellow);
    }

    .arrowtoptobottom:hover img {
        filter: brightness(0) invert(1);
    }

    .arrowtoptobottom:hover {
        cursor: pointer;
    }
.connectus ul.socialmedia li.facebook_color a:hover {
    background: #4267B2;
    color: #fff;
}

.connectus ul.socialmedia li.twitter_color a:hover {
    background: #1DA1F2;
    color: #fff;
}

.connectus 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;
}

.connectus ul.socialmedia li.youtube_color a:hover {
    background: #FF0000;
    color: #fff;
}
.connectus ul.socialmedia li {
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 15px;
}

    .connectus ul.socialmedia li a {
        width: 40px;
        height: 40px;
        display: block;
        border: 2px solid var(--textcolorwhite);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
    }

.arrowtoptobottom img {
    width: 21px;
    position: relative;
    padding: 20px 0;
}

.arrowtoptobottom:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 46px;
    height: 46px;
    background: var(--textcolorwhite);
    border-radius: 50%;
}

.footerbottom p {
    color: var(--textcolorwhite);
    margin-bottom: 0px;
    font-size: 16px;
    padding: 15px 0;
}

.footerbottom p a {
    color: #82b9f9;
}

.footerbottom ul {
    margin: 0;
    text-align: right;
    padding: 15px 0;
}

    .footerbottom ul li {
        list-style: none;
        display: inline-block;
        margin-left: 15px;
    }

        .footerbottom ul li a {
            color: var(--green);
            font-size: 16px;
            transition: 0.5s;
        }

    .footerbottom ul li a:hover {
        color: var(--yellow);
    }
/*footer*/



/*inner banner*/
.inner-banner {
    position: relative;
    z-index: 99;
    clip-path: ellipse(100% 100% at 50% 0%);
}
.inner-bannermain {
    position: relative;
    z-index: 99;
    clip-path: ellipse(100% 100% at 50% 0%);
    top: 60px;
}
.inner-bannermain .row{
    margin:0px!important;
}
.innerbannerdesign2 img {
    border: 10px solid;
    border-radius: 0 60px;
}

.innerbannerdesign2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 9;
    margin-top: -140px;
    margin-left: -75px;
}

.imageoverlape1 {
}

.imageoverlape2 {
    position: relative;
    top: 150px;
    left: -70px;
}
/*.imageoverlape3 {
    position: absolute;
    top: 190px;
    left: 35px;
    width: 50%;
}*/
.svgviewin5size img {
    width:400px !important;
}
.inner-banner img, .inner-bannermain img {
    width: 100%;
    height: 100%;
}
.rightinnerimg {

}
.bgsvgview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.bgsvgview svg {
    width: 100%;
    height: 100%;
}

.inner-bannermain.visionmissionpage:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg-banner-a.svg');
}
.inner-bannermain.sportspage:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg-banner-b.svg');
}
.inner-bannermain.performingartspage:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg-banner1.svg');
}
.inner-bannermain.visualarts:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg-banner2.svg');
}
.inner-bannermain.communityservice:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg-banner4.svg');
    background-size: 100%;
}

.innerbannerdesign2.showbannerleftside.leftpostionview {
    left: 0;
}

.alignviewbanner {
    display: flex;
    align-items: center;
    padding: 0px;
}
.rightpartbigimg {
    padding: 0px;
}
.inner-banner:before, .inner-bannermain:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 100%, rgb(0 212 255 / 0%) 100%);
    height: 150px;
    width: 100%;
    z-index: 99;
}

.innerbannerdesign2.showbannerleftside {
    left: 120px;
}
.innerbannerdesign2.showbannerleftside img {
    border-radius: 0 60px 0 60px;
    border-color: #fff;
}

/*inner banner*/
.breadcrumbmain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumbmain ol.breadcrumb li a {
    color: var(--green);
}

.breadcrumbmain ol.breadcrumb li {
    color: #333;
}



/*allpagesview*/
.allpagesview {
    margin-top: -55px;
}

.allpagesview-left {
    background: var(--green);
    padding-top: 130px;
    z-index: 9;
    position: relative;
}
    .allpagesview-left:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/bgpattern1.png);
        background-size: 80%;
        background-position: center center;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }
.lefttopfixed.fixed-sidebar {
    position: fixed;
    top: 0;
}

    .lefttopfixed.fixed-sidebar .allpagesview-left {
        padding-top: 15px;
    }

.allpagesview-right {
    margin-top: 130px;
    padding-bottom: 60px;
    position: relative;
}

.breadcrumbview {
    position: absolute;
    top: 0;
    right: 0;
}

    .breadcrumbview .breadcrumb {
        margin-bottom: 0;
    }

.left_subheading {
    color: var(--textcolorwhite);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 10px;
    position:relative;
}

.allpagesview-left ul li a:hover {
    background: var(--greenhover);
}

.allpagesview-left ul {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
}

    .allpagesview-left ul li.active {
        background: var(--greenhover);
    }

    .allpagesview-left ul li {
        list-style: none;
        border-bottom: 1px solid var(--bordercolorwhite);
        position: relative;
    }

        .allpagesview-left ul li a em {
            position: absolute;
            top: 8px;
            right: 7px;
        }

        .allpagesview-left ul li a {
            display: block;
            color: var(--textcolorwhite);
            font-size: 18px;
            padding: 8px 10px;
            transition: 0.5s;
        }

        .allpagesview-left ul li:last-child {
            border-bottom: 0px;
        }

        .allpagesview-left ul li ul li {
            border-bottom: 0px;
        }

            .allpagesview-left ul li ul li a:hover {
                background: transparent;
                color: var(--yellow);
            }

        .allpagesview-left ul li.selected {
            background: var(--greenhover);
            border-bottom: 1px solid #2eb872;
        }

        .allpagesview-left ul li ul li a {
            padding: 3px 0 3px 20px !important;
        }

        .allpagesview-left ul li ul li.selected--last {
            background: var(--green);
        }

        .allpagesview-left ul li ul li:last-child a {
            padding-bottom: 5px !important;
        }

        .allpagesview-left ul li ul {
            display: none;
        }


.headingh1 {
    font-size: 32px;
    color: var(--green);
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 600;
}

.headingh2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 8px;
    color: var(--textcolorblack);
    font-weight:600;
}

.headingh2gap {
    margin-bottom: 15px;
}

.headingh2gaptop {
    margin-top: 25px;
}

.headingh3 {
    font-size:20px;
    color: var(--textcolorblack);
    font-weight: 500;
}

.headingh3nogap {
    margin-bottom: 0px;
}

.headingh4 {
    font-size: 18px;
    font-weight:400;
    color: var(--innertextcolor);
}

.headingh1:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--yellow);
}

.allpagesview p {
    color: var(--innertextcolor);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: justify;
}
.allpagesview ul li {
    text-align: justify;
}

    .allpagesview ul li a {
        text-align: left;
    }
    .allpagesview p strong {
        font-weight: 600;
        color: var(--textcolorblack);
    }
.allpagesview-bottom p {
    padding: 10px 10px 0;
    margin: 0;
    font-weight: 600;
    color: var(--textcolorblack);
}
.allpagesview-bottom {
    background: var(--yellow);
    margin-top: 20px;
    padding-top:10px;
    position:relative;
}
    .allpagesview-bottom:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/bgpattern1.png);
        background-size: 80%;
        background-position: center center;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }
    .allpagesview-bottom ul {
        padding: 0;
        margin: 0;
        z-index: 99;
        position: relative;
    }




        .allpagesview-bottom ul li {
            list-style: none;
        }
            .allpagesview-bottom ul li a img {
                width: 22px;
            }
            .allpagesview-bottom ul li a {
                color: var(--textcolorblack);
                font-size: 18px;
                font-weight: 500;
                display: flex;
                padding: 10px 10px;
                transition: 0.5s;
                align-items: center;
                gap: 5px;
                line-height: 24px;
            }

li.lastbtnapply {
    text-align: center;
    display: block;
}

    li.lastbtnapply a {
        display: inline-block !important;
        text-align: center;
        background: var(--green);
        border-radius: 3px;
        font-size: 18px !important;
        color: var(--textcolorwhite) !important;
        padding:10px 35px !important;
    }
        li.lastbtnapply a:hover {
            background: var(--greenhover);
        }
.allpagesview-bottom ul li:last-child {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align:center;
}

.admission_open_view {
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom:70px;
}

    .admission_open_view img {
        width: 100%;
    }
/*allpagesview*/


/*maskingimg*/
.maskingimag {
    -webkit-mask-image: url(../images/wave-mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.maskingimag:hover img {
    transform: scale(1.2);
}

.maskingimag img {
    width: 100%;
    object-fit: cover;
    transition: 0.6s;
    height: 350px;
}

.screensizebootstrap8 .maskingimag img {
    min-height: 460px;
}

.maskingmain {
    position: relative;
  
}

    .maskingmain:before {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 0;
        background: url(../images/wave-mask.svg);
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 9;
        height: 100%;
        z-index: 9;
        -webkit-animation: pulse1 1s infinite alternate;
        animation: pulse1 1s infinite alternate;
    }

@keyframes pulse1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-4px);
    }
}

@keyframes pulse1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-4px);
    }
}

.allthemegaptop {
    margin-top: 35px;
}

.allthemegapbottom {
    margin-bottom: 55px;
}

.tripple-line {
    position: absolute;
    bottom: 15px;
    right: 0px;
    rotate: -20deg;
}

    .tripple-line img {
        width: 85px !important;
        animation-name: float_left_right_two;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: float_left_right_two;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: float_left_right_two;
        -moz-animation-duration: 5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: float_left_right_two;
        -ms-animation-duration: 5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-animation-name: float_left_right_two;
        -o-animation-duration: 5s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

.maskingimag video {
    width: 100%;
}

.maskingimag iframe {
    display: none;
}
/*maskingimg*/


/*directors*/
.boxfornewsgrid {
    display: grid;
    gap: 20px;
    margin-bottom: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.boxfornewsgrid .gridbox {
    border: 5px solid var(--blue);
    background: var(--blue);
    display:flex;
    align-items:center;
}

.boxfornewsgrid .gridbox img {
  width:100%;
}
.boxfornewsgrid .gridbox:hover img {
    transform: unset;
}
.boxfornewsgrid .gridbox video {
    width: 100%;
    height: 100%;
}
.newsinnertext video {
    width: 100%;
    height: 100%;
}

.boxforfridview {
    display: grid;
    gap: 20px;
    margin-bottom: 10px;
}

    .boxforfridview.gridboxone {
        grid-template-columns: 1fr;
    }

    .boxforfridview.gridboxtwo {
        grid-template-columns: 1fr 1fr;
    }

    .boxforfridview.gridboxthree {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .boxforfridview.gridboxfour {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .boxforfridview.gridboxfive {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .boxforfridview.gridboxsix {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.gridboxthree .gridbox img {
    height: 300px;
    object-fit: cover;
    object-position: top center;
}

.gridboxtwo .gridbox img {
    height: 500px;
    object-fit: cover;
    object-position: top center;
}

.gridboxfour .gridbox img {
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

.gridboxfive .gridbox img {
    height: 200px;
    object-fit: cover;
    object-position: top center;
}

.boxforfridview.gridboxsix {
    object-position: top center;
}

.gridboxsix .gridbox img {
    height: 160px;
    object-fit: cover;
}
.gridbox img {
    width: 100%;
    transition: 0.6s;
}

.gridbox:hover img {
    transform: scale(1.2);
}

.gridbox p {
    margin-bottom: 0;
    line-height: 22px;
}
/*directors*/

/*recognition*/
.recognition .gridbox {
    border: 1px solid var(--yellow);
}

.recognition .gridbox img {
    height: 260px;
    object-fit: contain;
    object-position: top center;
}
.achievement_img .gridbox img {

}
.achievement_img .gridbox {
    border: 1px solid var(--yellow);
}
/*recognition*/
/*logoviewbox*/
.borderboxmain {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}
    .borderboxmain:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--textcolorwhite);
        z-index: 9;
    }
.mainheadingteacher {
    font-weight: 500;
    color: var(--textcolorblack);
    font-size: 22px;
}


.borderboxmain .borderboxview:nth-child(3n+3) {
    border-right: 0px;
}
.borderboxview {
    border-radius: 0;
    border-right: 1px solid var(--bordercolor);
    text-align: center;
    padding: 20px 10px;
    min-height: 200px;
}
.borderboxview:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid var(--yellow);
    left: 0;
}


.borderboxview:hover {
    transition: all .5s ease;
    transform: scale(1.02);
    -webkit-box-shadow: 3px 3px 20px 5px #ccc;
    -moz-box-shadow: 3px 3px 20px 5px #ccc;
    box-shadow: 3px 3px 20px 5px #ccc;
    transition: all .5s ease;
    background-color: var(--textcolorwhite);
}

.classnameview {
    color: var(--textcolorblack);
    font-size: 22px;
    font-weight: 500;
}

.borderboxview img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--bordercolor);
    object-fit: cover;
    object-position: top;
}

.teachernameview {
    font-weight: 500;
    font-size: 20px;
    color: var(--textcolorblack);
    margin-top: 10px;
    margin-bottom: 3px;
}

.borderboxview p {
    line-height: 22px;
    margin-bottom: 0px;
    text-align:center;
}

.borderboxview {
    animation: 1s .1s fadeInRight both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/*logoviewbox*/

/*staff*/
.faqview.staffview .accordion .accordion-item .accordion-body {
    padding: 0 0 10px 0;
}
/*staff*/
/*tabing part*/
.allpagesview-right .nav-pills .nav-link {
    background: #ededed;
    padding: 5px 10px;
    color: var(--textcolorblack);
    font-size: 18px;
    font-weight: 500;
}

    .allpagesview-right .nav-pills .nav-link.active, .allpagesview-right .nav-pills .show > .nav-link {
        background: var(--green);
        color: var(--textcolorwhite);
    }

.allpagesview-right .nav-pills {
    gap: 6px;
}

.select-year {
    margin-bottom: 15px;
    width: 110px;
}

    .select-year .form-select {
        padding: 6px 10px;
        background-position: 85px 13px;
        font-size: 16px;
    }

.allpagesview-right .tab-content {
    position: relative;
}

.allpagesview-right .nav-pills .nav-link:hover {
    background: var(--green);
    color: var(--textcolorwhite);
}
/*tabing part*/


/*schooleventsslider*/
.schooleventsslider .owl-dots {
    display: none;
}

.schooleventsslider .owl-nav {
    margin-top: 0;
}

.schooleventsslider .owl-nav .owl-prev {
    position: absolute;
    left: -22px;
    top: 45%;
    margin: 0 !important;
    transition: 0.5s;
}

.schooleventsslider .owl-nav .owl-next {
    position: absolute;
    right: -22px;
    top: 45%;
    margin: 0 !important;
    transition: 0.5s;
}

.schooleventsslider.owl-theme .owl-nav [class*=owl-] i {
    font-size: 24px;
    position: relative;
    top: 0;
    color: var(--green);
}

.schooleventsslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.schooleventsslider.owl-theme .owl-nav [class*=owl-]:hover i {
    color: var(--yellow);
}

.tabingslider {
    margin-bottom: 20px;
}

.tabingslider .owl-dots {
    display: none;
}
.nav-pills.tabingslider .owl-prev.disabled {
    display: none;
}

.nav-pills.tabingslider .owl-next.disabled {
    display: none;
}
.tabingslider .owl-nav {
    margin: 0!important;
}

.tabingslider .owl-nav .owl-prev {
    position: absolute;
    left: -22px;
    top: 6px;
    margin: 0 !important;
    transition: 0.5s;
}

.tabingslider .owl-nav .owl-next {
    position: absolute;
    right: -22px;
    top: 6px;
    margin: 0 !important;
    transition: 0.5s;
}

.tabingslider.owl-theme .owl-nav [class*=owl-] i {
    font-size: 24px;
    position: relative;
    top: 0;
    color: var(--green);
}

.tabingslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.tabingslider.owl-theme .owl-nav [class*=owl-]:hover i {
    color: var(--yellow);
}

.schooleventsslider.owl-carousel .owl-item img {
    height: 300px;
    object-fit: cover;
}
.animate {
    animation-name: animate-fade;
    animation-duration: 0.5s;
    animation-delay: .5s;
    animation-fill-mode: backwards;
}

.pop {
    animation-name: animate-pop;
}

@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.2, 0.2);
    }

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

.boxforpdfview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.boxforpdfview .gridboxpdf {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
}
.boxforpdfview .gridboxpdf a{
    color: var(--textcolorblack);
}
.boxforpdfview .gridboxpdf h3 {
    font-size: 18px;
    margin: 0;
}

.boxforpdfview .gridboxpdf p {
    margin-bottom: 0;
}
.boxforpdfview .gridboxpdf .iconpdf {
    position: absolute;
    bottom:-60px;
    right:-60px;
    clip-path: circle(80% at 100% 100%);
    background: var(--textcolorwhite);
    width: 100px;
    height: 100px;
    padding: 45px 0 0px 45px;
    transition: 0.3s;
    z-index:9;
}

.boxforpdfview .gridboxpdf .iconpdf img {
    width: 50px;
    height:auto;
}
.boxforpdfview .gridboxpdf:hover .iconpdf {
    bottom:0px;
    right:0px;
}
.boxforpdfview .gridboxpdf h4 {
    color: var(--textcolorwhite);
    font-size: 14px;   
    margin-bottom: 0px;
}
/*schooleventsslider*/


/*fullwithview*/
.fullwithview {
    padding: 60px 0;
}

.fullwithview.bgimgview {
    z-index: 99;
    background-image: url('../images/pexels-photo-5212700.html');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

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

.fullwithview .subheding {
    padding: 0;
    margin-bottom: 20px;
}

.subhedingtextcenter {
    text-align: center;
    color: var(--textcolorwhite);
    font-size: 18px;
    padding: 0 10%;
    font-weight: 500;
}

.fullwithview .d-grid {
    grid-template-columns: 400px auto;
    margin-top: 40px;
    gap: 35px;
}

.fullwithview .nav-pills .nav-link.active, .fullwithview .nav-pills .show > .nav-link {
    background: var(--green);
    border: 2px solid var(--yellow);
}

.fullwithview .nav-pills .nav-link {
    background: var(--yellow);
    color: var(--textcolorwhite);
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    text-align: left;
    padding: 8px 25px;
    position: relative;
    font-weight: 500;
    border: 2px solid var(--yellow);
}

    .fullwithview .nav-pills .nav-link span {
        position: absolute;
        left: -60px;
        background: var(--yellow);
        width: 46px;
        height: 46px;
        border-radius: 50%;
        color: var(--textcolorwhite);
        top: 0px;
        text-align: center;
        font-size: 25px;
        font-weight: 900;
        padding: 4px 0;
        border: 2px solid var(--yellow);
    }

    .fullwithview .nav-pills .nav-link.active span {
        background: var(--green);
        border: 2px solid var(--yellow);
    }

.fullwithview .nav-pills {
    padding-left: 60px;
}

    .fullwithview .nav-pills button:last-child {
        margin-bottom: 0px;
    }

.sliderandtextview {
    display: grid;
    grid-template-columns: auto 350px;
    gap: 45px;
    align-items: center;
}

.singleviewslider .maskingimag img {
    min-height: 260px;
}

.singleviewslider .item {
    padding-top: 10px;
}

.singleviewslider .tripple-line img {
    filter: brightness(0) invert(1);
}

.sliderandtextview p {
    color: var(--textcolorwhite);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

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

.fundraiser .subhedingtextcenter {
    color: var(--textcolorblack);
}

.customelistview ul {
    padding: 0;
    margin: 0;
}

.customelistview ul li {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    text-align:justify;
}

.customelistview ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
}
.customelistview ul li strong {
    font-weight: 500;
    color: var(--textcolorblack);
}

.fundraiser .maskingimag img {
    min-height: 305px;
}

.imgdowntextslider .item {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 410px auto;
    gap: 50px;
    align-items: center;
}
.imgdowntextslider .owl-item img {
    min-height: 305px;
}

.imgdowntextslider .owl-item .tripple-line img {
    min-height: auto;
}


.imgdowntextslider.owl-carousel .owl-nav {
    margin-top: 0px;
}

.imgdowntextslider.owl-carousel .owl-dots {
    display: none;
}

.imgdowntextslider.owl-carousel .owl-nav button.owl-next, .imgdowntextslider.owl-carousel .owl-nav button.owl-prev {
    margin: 0 5px !important;
    border-radius: 0px !important;
    background: var(--yellow);
    padding: 8px 15px !important;
    color: var(--textcolorwhite);
    transition: 0.5s;
}

    .imgdowntextslider.owl-carousel .owl-nav button.owl-next i, .imgdowntextslider.owl-carousel .owl-nav button.owl-prev i {
        position: relative;
        top: 2px;
    }

    .imgdowntextslider.owl-carousel .owl-nav button.owl-next:hover, .imgdowntextslider.owl-carousel .owl-nav button.owl-prev:hover {
        background: var(--green);
    }
.shadow-effect {
    background: #fff;
    padding: 7px;
    text-align: center;
    box-shadow: 0 0 10px 1px #f2f2f2;
}

.aurcampusslider .item {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
    opacity: .2;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aurcampusslider .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto;
}

.aurcampusslider.owl-carousel .owl-nav button.owl-next, .aurcampusslider.owl-carousel .owl-nav button.owl-prev {
    margin: 0 5px !important;
    border-radius: 0px !important;
    background: var(--yellow);
    padding: 8px 15px !important;
    color: var(--textcolorwhite);
    transition: 0.5s;
}

    .aurcampusslider.owl-carousel .owl-nav button.owl-next i, .aurcampusslider.owl-carousel .owl-nav button.owl-prev i {
        position: relative;
        top: 2px;
    }

    .aurcampusslider.owl-carousel .owl-nav button.owl-next:hover, .aurcampusslider.owl-carousel .owl-nav button.owl-prev:hover {
        background: var(--green);
    }

.aurcampusslider.owl-carousel.owl-loaded.owl-drag .owl-nav {
    text-align: center;
    margin-bottom: 25px;
}

.customelistview.yellowcolor ul li:before {
    background: var(--yellow);
}

.bgimgview .allthemegaptop {
    color: var(--textcolorwhite);
}

.showthetitle {
    text-align: center;
    font-weight: 600;
}

.bgimgview .allthemegaptop .headingh2 {
    color: var(--textcolorwhite);
}
/*fullwithview*/



/*faq*/
.faqview .accordion {
    border: 0px;
    background: var(--textcolorwhite);
    border-radius: 0px;
}

    .faqview .accordion .accordion-item {
        border-radius: 0px;
        border: 0px;
    }

        .faqview .accordion .accordion-item .accordion-button {
            border-radius: 0px;
            border: 0;
            padding:15px 10px;
            box-shadow: none;
            background: #f6f6f6;
            color: var(--textcolorblack);
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .faqview .accordion .accordion-item .accordion-body {
            padding: 5px 10px 0 10px;
            border: 0px;
        }

        .faqview .accordion .accordion-item .accordion-collapse {
            border: 0px;
            border-radius: 0px;
        }

/*faq*/

/*table*/
.allpagesview-right table {
    border: 1px solid var(--bordercolor);
}
/*table*/


/*process-area*/
.educationview {
    padding: 60px 0;
}
.process-box-body .process-number small {
    font-size: 16px;
    position: relative;
    display: block;
    height: 10px;
    line-height: 7px;
    top: 16px;
}
.process-box-body {
    width: 200px;
    height: 210px;
    box-shadow: 0px 20px 60px 0px rgba(16, 55, 65, 0.06);
    background-color: var(--textcolorwhite);
    text-align: center;
    border-radius: 0 50% 50% 50%;
    position: relative;
    margin:0 auto 20px;
}
.process-area .process-box {
    text-align: center;
}
.process-box-body:before {
    content: "";
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    border: 2px solid var(--green);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 0 50% 50% 50%;
    transition: all ease 0.4s;
}

    .process-box-body .process-number {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        color: var(--textcolorwhite);
        background-color: var(--green);
        display: block;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        transform: translate(-24px, -24px);
        position: relative;
    }

        .process-box-body .process-number:before, .process-box-body .process-number:after {
            content: "";
            width: calc(100% + 40px);
            height: calc(100% + 40px);
            background-color: var(--green);
            position: absolute;
            top: -20px;
            left: -20px;
            border-radius: 50%;
            box-shadow: 0px 20px 60px 0px rgba(0, 35, 160, 0.06);
            opacity: 0.6;
            z-index: -1;
            animation: numPulse 4s infinite;
        }

    .process-box-body:hover:before {
        border-color: var(--green);
    }



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

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

.process-box-body .process-number:after {
    animation-delay: 2s;
}

.process-box-body .process-content {
    padding:5px 0;
}
.topimgview {
    position: relative;
}

    .topimgview img {
        width: 100%;
    }
.process-box-body .process-icon {
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
    bottom: 18%;
    position: absolute;
}
.process-box-body .process-icon i {
    font-size: 70px;
    color: var(--green);
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  48% {
    -webkit-transform: rotateY(0deg); 
  }
  50% { 
    left: calc(100% - 100px);
    -webkit-transform: rotateY(180deg); 
  }
  98% {
    -webkit-transform: rotateY(180deg); 
  }
  100% {
    left: 0;    
     -webkit-transform: rotateY(0deg);
  }
}
.process-area {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 50px;
}
.process-area .process-box {
    margin-bottom: 45px;
}
/*process-area*/


/*video*/
.videosection video {
    width: 100%;
}

.playbtn svg {
    width: 45px;
    fill: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    border-radius: 50%;
}

svg.pause {
    display: none;
}

.videosection iframe {
    width: 100%;
    height: 375px;
    display: none;
}

.playbtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 40%;
    z-index: 9;
}
/*video*/
.fancybox-slide--image {
    padding: 100px 0 !important;
}

.fancybox-caption {
    padding: 15px !important;
}

    .fancybox-caption:after {
        left: 0px !important;
        right: 0px !important;
    }

.gridbox {
    position: relative;
    overflow: hidden;
}

    .gridbox .content-overlay {
        background: rgb(0 0 0 / 50%);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .gridbox:hover .content-overlay {
        opacity: 1;
        z-index: 9;
    }

    .gridbox:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
        z-index: 9;
    }

    .gridbox .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 80%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

.content-details .headingh3 {
    color: var(--textcolorwhite);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.content-details p {
    color: var(--textcolorwhite);
    text-align:center;
}



/*houses*/
.align_mid {
    align-items: center;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link {
    padding: 20px 0px;
    background: transparent;
    font-weight: normal;
    width: 100%;
    border:5px solid transparent;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link img {
    width: 120px;
    margin-bottom: 10px;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link p {
    margin: 0;
    font-size: 18px;
    color: var(--textcolorblack);
    font-weight: 500;
    line-height: normal;
    text-align:center;
}
.allpagesview-right .nav-pills.navimgtabing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: unset;
    grid-gap: 15px;
    padding: 0;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link p {
    color: var(--textcolorwhite);
}
.allpagesview-right .nav-pills.navimgtabing .nav-link.nav-link-color1 {
    background: var(--yellow);
}
.allpagesview-right .nav-pills.navimgtabing .nav-link.nav-link-color2 {
    background: #bfdc15;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link.nav-link-color3 {
    background: #fa2345;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link.nav-link-color4 {
    background: #074c92;
}
.allpagesview-right .nav-pills.navimgtabing .nav-link.active{
    border:5px solid var(--green);
}
.boxhousespirit img {
    width: 100%;
}


.boxleftright {
    margin-top: 30px;
}
.boxleftrightmain {
    display: flex;
    position: relative;
}
.boxleftright .boxleftrightmain:nth-child(odd) {
    flex-direction: row-reverse;
}
.boxleftright_left {
    flex: 0 0 50%;
    max-width: 50%;
    position:relative;
}
.boxleftright_right img {
    width: 250px;
}
.boxleftright_right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
    text-align: right;
}
.boxleftright_left:before {
    content: " ";
    text-align: center;
    display: block;
    line-height: 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -14px;
    -webkit-box-shadow: 0 0 0 2px var(--green) inset;
    box-shadow: 0 0 0 2px var(--green) inset;
    border-radius: 50%;
}

.boxleftright_left:after {
    content: " ";
    text-align: center;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: -7px;
    background: var(--green);
    border-radius: 50%;
}
.boxleftright .boxleftrightmain:nth-child(even) .boxleftright_left:before {
    right: -14px;
    left: unset;
}
.boxleftright .boxleftrightmain:nth-child(even) .boxleftright_left:after {
    right: -7px;
    left: unset;
}
.boxleftright .boxleftrightmain:nth-child(even) .boxleftright_line:before {
    right: -1px;
    left: unset;
}

.boxleftright_line {
    position: relative;
    padding-left: 50px;
    min-height: 240px;
}
.boxleftright .boxleftrightmain:nth-child(even) .boxleftright_left .boxleftright_line {
    padding-right: 50px;
    text-align: right;
    padding-left: 0;
}
.boxleftright .boxleftrightmain:nth-child(even) .boxleftright_left .boxleftright_line p{
    text-align:right;
}
.boxleftright_line:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: -1px;
    background: var(--green);
}

.boxleftright .boxleftrightmain:nth-child(even) .boxleftright_right {
    padding-left: 50px;
    padding-right: 0px;
    text-align: left;
}

.boxleftright_right img.boxleftright_right_smallimg {
    width: 180px;
}
.classwisehouse ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

    .classwisehouse ul li {
        list-style: none;
        text-align: center;
    }
        .classwisehouse ul li:nth-child(1) a, .classwisehouse ul li:nth-child(2) a, .classwisehouse ul li:nth-child(3) a {
            font-size: 18px;
        }
        .classwisehouse ul li a {
            width: 120px;
            height: 120px;
            display: block;
            border-radius: 50%;
            margin:0 auto;
            color: var(--textcolorwhite);
            font-size: 45px;
            line-height: 120px;
            font-weight: bold;
            position:relative;
            text-align:center;
        }
            .classwisehouse ul li a:before {
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                background-color:var(--yellow);
                left: 0;
                right: 0;
                top: 0;
                z-index: -1;
                border-radius: 50%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
                animation: border-transform-default 10s linear infinite alternate forwards;
            }
            .classwisehouse ul li a:after {
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                background-color:var(--green);
                left: 0;
                right: 0;
                top: 0;
                z-index: -1;
                border-radius: 50%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                -webkit-animation: border-transform-default 50s linear infinite alternate forwards;
                animation: border-transform-default 50s linear infinite alternate forwards;
            }
@keyframes border-transform-default {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

/*houses*/



/*testimonials*/
.testimonialsmain {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.testimonialsbox {
    display: grid;
    grid-template-columns: 1fr 7fr;
    grid-gap: 15px;
    border: 2px solid var(--bordercolor);
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    margin: 10px 0;
}
.testimonialsbox:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -9px;
    background-image: url(../images/quote.png);
    background-size: 100%;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-color: #fff;
}
.testimonialsbox:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -30px;
    background-image: url(../images/quote.png);
    background-size: 100%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.testimonialsimg img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--bordercolor);
    position: relative;
}
.testimonialstext .headingh2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.testimonialstext {
    position: relative;
}


    .testimonialstext h3 {
        margin: 0;
        color: var(--innertextcolor);
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
    }

.testimonialstext p {

}

/*testimonials*/


/*school topper*/
.allpagesview-right .toppers {
    background: none;
    grid-gap: 25px;
}
.allpagesview-right .toppers .toppersbox:nth-child(2){
   margin: 0;
}
.allpagesview-right .toppers .toppersbox:nth-child(4) {
   margin: 0;
}
/*school topper*/

/*schooltiming*/
.schooltimingmain table {
    width: 100%;
    border: 0px;
    margin-bottom:15px;
}
    .schooltimingmain table thead {
        background: rgb(255 210 0 / 53%);
    }
.schooltimingmain table tr td {
    padding:8px;
    text-align: center;
    border: 1px solid var(--fc-border-color);
    font-size:16px;
}
.scis_alumni.schooltimingmain table tr td{
    text-align: left;
}
.schooltimingmain table tr th {
    padding: 10px 8px;
    font-weight: 600;
    color: var(--textcolorblack);
    text-align: center;
    line-height: 18px;
    border: 1px solid var(--fc-border-color);
    font-size: 16px;
}

.schooltimingmain table tbody tr:nth-child(odd) {
    background-color:rgb(255 220 40 / 12%);
}
.schooltimingmain table tbody tr:nth-child(even) {
    background-color:rgb(255 220 40 / 16%);
}
.schooltimingmain {
    display: grid;
    grid-template-columns:2fr 1fr;
    grid-gap: 30px;
}
.schooltimeimg img {
    width: 100%;
}
.schooltimeimg {
    padding-top: 40px;
}
.feestructure.schooltimingmain table tbody tr:last-child {
    background-color: #848484;
}
.scis_alumni.schooltimingmain table tbody tr:last-child {
    background-color: rgb(255 220 40 / 12%);
}
.feestructure.schooltimingmain table tbody tr:last-child td {
    color: #fff;
}
.scis_alumni.schooltimingmain table tbody tr:last-child td {
    color: var(--innertextcolor);
}
.watch {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--bgcolor);
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.3), inset 0 15px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    background: var(--green);
    margin: 25px auto 0;
}

    .watch:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('../images/watch-face.png');
        background-size: calc(100% - 40px);
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.5;
    }

    .watch:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: var(--hourhand);
        border: 8px solid var(--textcolorwhite);
        border-radius: 50%;
        z-index: 10;
        box-shadow: 0 0 45px 90px rgba(255, 255, 255, 0.01);
    }

.hour,
.min,
.sec {
    position: absolute;
}

.hour,
.hour-hand {
    width: 170px;
    height: 170px;
}

.min,
.min-hand {
    width: 190px;
    height: 190px;
}

.sec,
.sec-hand {
    width: 220px;
    height: 220px;
}

.hour-hand,
.min-hand,
.sec-hand {
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    transform: rotateZ(0deg);
}

    .hour-hand:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 80px;
        background: var(--yellow);
        border-radius: 6px 6px 0 0;
        z-index: 10;
    }

    .min-hand:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 90px;
        background: var(--textcolorwhite);
        border-radius: 6px 6px 0 0;
        z-index: 11;
    }

    .sec-hand:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 140px;
        background: var(--textcolorwhite);
        border-radius: 6px 6px 0 0;
        z-index: 12;
    }
/*schooltiming*/

/*uniform*/
.uniformbox_left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
    position:relative;
}

.uniformbox_right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
}

.uniformmain {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.uniformmain:nth-child(odd) {
    flex-direction: row-reverse;
}
.uniformmain:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    top:0;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
    background: var(--green);
}
.uniform_wrapper .uniformmain:nth-child(1) .mainheadinguniform {
    margin-top: 0px;
}
.uniformmain img {
    width: 200px;
    margin-bottom: 20px;
}
.mainheadinguniform {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: var(--textcolorblack);
    padding-bottom: 10px;
    background: var(--textcolorwhite);
    margin-top: 40px;
}
.uniformbox_left:before {
    background: var(--textcolorwhite);
    content: " ";
    text-align: center;
    display: block;
    line-height: 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: -14px;
    -webkit-box-shadow: 0 0 0 2px var(--green) inset;
    box-shadow: 0 0 0 2px var(--green) inset;
    border-radius: 50%;
}

.uniformbox_left:after {
    content: " ";
    text-align: center;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    right: -7px;
    background: var(--green);
    border-radius: 50%;
}
.uniformmain ul {
    padding: 0;
    margin-bottom:25px;
}

.uniformmain ul li {
    list-style: none;
}

.uniformmain:nth-child(odd) .uniformbox_left:before {
    right: unset;
    left:-14px;
}
.uniformmain:nth-child(odd) .uniformbox_left:after {
    right: unset;
    left:-7px;
}
.uniformmain:nth-child(even) .uniformbox_left {
    padding-right: 50px;
    text-align: right;
    padding-left: 0;
}
.uniformmain:nth-child(odd) .uniformbox_right {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}
.uniformmain:nth-child(odd) .uniformbox_left {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}
.uniformmain:nth-child(odd) .uniformbox_left {
    padding-left: 50px;
    padding-right: 0px;
    text-align: left;
}
.uniformmain:nth-child(even) .uniformbox_left ul li {
    text-align:right;
}
.uniformmain:nth-child(odd) .uniformbox_right ul li {
    text-align: right;
}

.schooltimingmain table.totalmainview thead {
    background: #848484;
}

.schooltimingmain table.totalmainview thead tr th {
    color: var(--textcolorwhite);
}
ul.orderlistview {
    padding: 0;
    margin: 0;
}
.feestructure.schooltimingmain table.tablelasttr tbody tr:last-child {
    background-color: #ffe778;
}
.feestructure.schooltimingmain table.tablelasttr tbody tr:last-child td {
    color: #333;
    font-weight: 600;
}
ul.orderlistview li {
    list-style: none;
    line-height: 28px;
    margin-bottom: 6px;
}
/*uniform*/


/*fee*/
.feestructureul {
    margin-bottom:15px;
}
/*fee*/


/*bus svg animation*/

.bus-wrap {
    position: absolute;
    bottom: 15px;
    top: auto !important;
    z-index: 1;
    left: auto !important;
    right: 80px;
    width: 450px;
}

    .bus-wrap img {
        width: 100%;
    }

.bus-stand-wrap {
    position: absolute;
    bottom: 146px;
    top: auto !important;
    left: 100px !important;
    width: 250px;
}

    .bus-stand-wrap img {
        width: 100%;
    }

.road-wrap {
    height: 160px;
    background: #4a4953;
    margin-bottom: 15px;
}

    .road-wrap .bar {
        position: absolute;
        content: "";
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 39px 9px;
        background-repeat: repeat-x;
        height: 4px;
        left: 0;
        width: 100%;
        right: 0;
        top: 50%;
    }

        .road-wrap .bar:before {
            content: "";
            position: absolute;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 0%);
            background-size: 39px 9px;
            height: 4px;
            left: -100%;
            display: block;
            width: 100%;
        }

    .road-wrap:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 10px;
        border-top: 5px solid #e6db69;
    }

.slide-right {
    -webkit-animation: slide-right 30s linear infinite both;
    animation: slide-right 30s linear infinite both;
}
@-webkit-keyframes slide-right {
    0% {
        transform: translateX(0);
    }

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

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

    100% {
        transform: translateX(100%);
    }
}
/*bus svg animation*/

/*admissionprocess*/
.boxforfridview.gridboxthree.admissionprocess {
    margin-bottom: 20px;
}
.boxforfridview.gridboxthree.admissionprocess .gridbox {
    padding: 20px 20px;
    border-radius: 5px;
}
.boxforfridview.gridboxthree.admissionprocess .gridbox h2 {
    font-size: 24px;
    color: var(--textcolorwhite);
    font-weight: 500;
    margin: 0 0 20px 0;
}
.gridbox.admissionprocess_color1 {
    background: #3f6db5;
}
.gridbox.admissionprocess_color2 {
    background: #f7b71a;
}
.gridbox.admissionprocess_color3 {
    background: #f6871f;
}
.boxforfridview.gridboxthree.admissionprocess .gridbox p {
    color: var(--textcolorwhite);
    padding-right: 90px;
}
.iconforschool img {
    width: 80px;
    height: auto !important;
}
.iconforschool {
    position: absolute;
    top: 36%;
    right: 20px;
}
/*admissionprocess*/

.accordion-button::after {
    background-image: url(../images/plus-line-icon.svg);
    transition: unset !important;
    background-size: 19px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-line-icon.svg);
    transform: unset !important;
    background-size: 19px;
    background-position: 0px 8.5px;
}

em.mdi.mdi-chevron-down.mdi-flip-v:before {
    content: "\F374" !important;
    font-size: 14px;
}
.mdi-chevron-down:before {
    content: "\F415" !important;
    font-size: 14px !important;
}



.headertop_left .burger {
    height: 24px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.headertop_left .burger span {
    width: 100%;
    height: 2px;
    background-color: var(--textcolorwhite);
    border-radius: 12px;
    display: block;
    transition: background-color 0.5s ease-in-out;
}

.headertop_left .burger span::before,
.headertop_left .burger span::after {
    content: "";
    width: 100%;
    background-color: var(--textcolorwhite);
    display: block;
    transition: all 0.5s ease-in-out;
    border-radius: 12px;
    height: 2px;
}

.headertop_left .burger span::before {
    transform: translateY(-8px);
}

.headertop_left .burger span::after {
    transform: translateY(8px);
    margin-top: -2px;
}

.headertop_left.active .burger span {
    background-color: transparent;
}

.headertop_left.active .burger span::before {
    transform: rotateZ(45deg) translateY(0);
}

.headertop_left.active .burger span::after {
    transform: rotateZ(-45deg) translateY(0);
}

/*mobile header responsive*/
.mobilemenuforthis {
    display: none;
}
/*mobile header responsive*/


/*news*/
.newsbox {
    display: grid;
    grid-template-columns: 2fr 8fr;
    border: 1px solid var(--yellow);
    border-radius: 10px;
    margin-bottom: 20px;
}

.newsboximg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.newsboxtext {
    padding: 15px;
}

/*.newsboxtext p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}*/

.showlinethree {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.showlinetwo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.datenewsview {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: var(--green);
    color: #fff;
    width: 55px;
    text-align: center;
    padding: 14px 5px 5px 5px;
    border-radius: 5px;
    line-height: 22px;
}
.newsboximg {
    position: relative;
    margin-bottom:10px;
}
.newsboxview .dateformatview {
    margin-bottom: 5px;
}
.newsboxtext .headingh2 a {
    color: var(--textcolorblack);
}
.datenewsview span {
    font-size: 30px;
    font-weight: 600;
    line-height: 10px;
}
.newsbox:hover .datenewsview {
    background: var(--yellow);
}
.newsbox.newsboxdetails:hover .datenewsview {
    background: var(--green);
}
.newsbox.newsboxdetails {
    grid-template-columns: auto;
    border-radius: 0px;
    border: 0px;
}

.newsbox.newsboxdetails .newsboximg img {
    border-radius: 0px;
    height: auto;
    width: 100%;
}

.newsbox.newsboxdetails .newsboxtext {
    padding:0;
}

.latestnewsview .newsinnertext img {
    height: 195px;
    object-fit: cover;
}
/*news*/

.feature-inner .showlinethree {
    -webkit-line-clamp: 3;
}
.feature-inner .showlinethree p {
    margin: 0 !important;
    text-align: justify;
}


.fc-event-title {
    font-size: 12px;
    font-weight: 500;
    word-wrap: break-word;
    white-space: break-spaces;
    padding: 2px 6px;
    line-height: 14px;
    display: block !important;
}


.boxforfridview.gridboxtwo {
    gap: 45px;
}
.postviewbox {
   
}
.post_date img {
    width: 15px !important;
    height: auto !important;
    margin-right: 3px;
    opacity: .6;
    position: relative;
    top: -1px;
}
.dateformatview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.postviewbox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blogdetails:before {
    display: none;
}

.blogdetails {
    margin-bottom: 5px;
}
.postviewbox h2 {
    font-size: 20px;
    color: var(--textcolorblack);
    font-weight: 600;
    margin:0px;
}
.titleblogs {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blogtext {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
    .blogtext ol li a {
        word-break: break-all;
    }
    .blogtext ul li a {
        word-break: break-all;
    }
    .break_anchor a {
        word-break: break-all;
    }

.postviewbox p {
    line-height: 26px;
    margin-bottom: 0px !important;
}

.post_img_view {
    position: relative;
}
.imgbox_inner {
    width: 100%;
    margin-bottom:10px;
}
.postviewbox a:hover h2 {
    color: var(--green);
}
.post_date {
    font-size: 14px;
}
.blogpageviewmain .postviewbox:nth-child(1) {
    padding-top: 0;
}

.blogpageviewmain .postviewbox:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


.intl-tel-input.separate-dial-code .selected-dial-code {  
    font-size: 16px;
}


.form-style-a{
	
}
.form-style-a input{
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 7px;
    font-family: roboto;
    font-size: 17px;
	width:100%;
}
.form-style-a textarea{
	    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 7px;
    font-family: roboto;
    font-size: 17px;
	height: 100px;
	width:100%;
}
.form-style-a input[type="submit"]{
	background-image: linear-gradient(to bottom, #309c7d, #309c7d);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
















  .schedule-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .schedule-header h1 {
            font-family: 'Poppins', sans-serif;
            font-size: 3.5em;
            color: #0A3C6B;
            margin-bottom: 5px;
            font-weight: 800;
            letter-spacing: 0.5px;
        }

        .schedule-header p {
            font-size: 1.1em;
            color: #6c757d;
            font-weight: 400;
            border-bottom: 3px solid #FFC300;
            display: inline-block;
            padding-bottom: 5px;
        }

        /* --- Timeline Structure (Flexbox Based) --- */
        .timeline {
            position: relative;
            padding: 10px 0;
        }

        /* The vertical line */
        .timeline::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 6px;
            background: #e9ecef;
            border-radius: 3px;
            margin-left: -3px;
            z-index: 1; /* Ensure line is behind markers/content */
        }

        /* Item Container */
        .timeline-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 50px;
            position: relative;
            align-items: center; /* Vertically center items */
        }

        /* Alternate sides for items (Original logic preserved) */
        .timeline-item:nth-child(odd) {
            flex-direction: row-reverse;
        }

        /* --- Time Block --- */
        .timeline-time {
            /* Adjusted width */
            width: calc(56% - 40px); /* 40% minus padding, to create space for marker */
            padding: 10px 20px;
            font-family: 'Poppins', sans-serif;
            font-size: 3em;
            font-weight: 800;
            color: #0A3C6B;
            text-align: right;
            flex-shrink: 0; /* Prevent shrinking on smaller screens */
        }

        .timeline-time p{
                margin-left: 60px;
        }
        .r{
           margin-right: 60px; 
        }

        .timeline-item:nth-child(odd) .timeline-time {
            text-align: left;
        }

        .timeline-time .am-pm {
            font-size: 0.4em;
            font-weight: 600;
            color: #FFC300;
            display: block;
            margin-top: -15px;
        }

        /* --- Timeline Icon/Marker --- */
        .timeline-marker {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0%);
            /* top: calc(50% - 30px); */
            top: calc(22% - 30px);

            width: 60px;
            height: 60px;
            background-color: #FFC300;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #0A3C6B;
            font-size: 1.8em;
            box-shadow: 0 0 0 10px #ffffff; /* Outer ring for depth */
            z-index: 10; /* Above the line and other elements */
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .timeline-item:hover .timeline-marker {
            background-color: #0A3C6B;
            color: #FFC300;
            transform: translate(-50%, 0%) scale(1.1);
        }

        /* --- Content Card --- */
        .timeline-content {
            /* Adjusted width and margins */
            width: calc(60% - 80px); /* 60% minus space for time and icon buffer */
            margin-left: 20px; /* Space from the central timeline */
            padding: 17px;
            background-color: #ffffff;
            border-radius: 12px;
            border: 1px solid #e9ecef;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
            position: relative;
            flex-grow: 1; /* Allow content to take available space */
        }

        /* Content card on the left side (for odd items) */
        .timeline-item:nth-child(odd) .timeline-content {
            margin-right: 20px; /* Space from the central timeline */
            margin-left: 0; /* Reset */
        }
        
        /* Add a pointer arrow to the cards */
        .timeline-content::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            top: 20px; /* Aligned with title */
        }

        /* Arrow on the left side (for right-aligned cards) */
        .timeline-item:nth-child(even) .timeline-content::before {
            left: -19px; /* Adjusted to sit outside the border */
            border-width: 10px 20px 10px 0;
            border-color: transparent #ffffff transparent transparent;
            z-index: 2; /* Ensure arrow is above the main line */
        }
        
        /* Arrow on the right side (for left-aligned cards) */
        .timeline-item:nth-child(odd) .timeline-content::before {
            right: -19px; /* Adjusted to sit outside the border */
            border-width: 10px 0 10px 20px;
            border-color: transparent transparent transparent #ffffff;
            z-index: 2; /* Ensure arrow is above the main line */
        }

        .timeline-content:hover {
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
        }

        .timeline-content h2 {
            font-family: 'Poppins', sans-serif;
            margin-top: 0;
            color: #0A3C6B;
            font-size: 1.6em;
            font-weight: 700;
        }

        .timeline-content p {
            color: #2c3e50;
            line-height: 1.7;
            font-size: 0.95em;
        }

        /* --- Responsive Adjustments (Mobile First) --- */
        @media (max-width: 768px) {
            .container {
                padding: 30px 20px;
            }

            /* Stack all elements on the left */
            .timeline::before {
                left: 15px;
                width: 4px;
            }

            .timeline-item,
            .timeline-item:nth-child(odd) {
                flex-direction: column; /* Stack vertically */
                align-items: flex-start; /* Align content to the left */
                margin-bottom: 40px;
            }

            .timeline-time, .timeline-content {
                width: 100% !important; /* Take full width on mobile */
                margin-left: 0 !important;
                margin-right: 0 !important;
                padding: 0;
                text-align: left !important;
            }

            /* Marker positioning for mobile */
            .timeline-marker {
                left: 15px;
                top: 0px;
                transform: translate(-50%, 0);
                width: 50px;
                height: 50px;
                font-size: 1.5em;
                box-shadow: 0 0 0 8px #f7f9fb;
            }
            .timeline-item:hover .timeline-marker {
                 transform: translate(-50%, 0) scale(1.1);
            }

            .timeline-time {
                display: none; /* Hide the large time block */
            }

            .timeline-content {
                margin-top: 30px; /* Space below the marker */
                margin-left: 30px !important; /* Offset from the main line */
                width: calc(100% - 30px) !important; /* Adjusted width */
                border-left: 5px solid #FFC300; /* Highlight bar */
                border-radius: 8px; /* Smaller border radius for mobile cards */
                padding: 15px;
            }
            
            /* Remove desktop arrows for a cleaner mobile look */
            .timeline-content::before {
                content: none;
            }
            
            .timeline-content h2 {
                font-size: 1.4em;
            }

            /* Insert time into the content for mobile */
            .timeline-content h2::before {
                content: attr(data-time);
                display: block;
                font-size: 1em;
                color: #FFC300;
                font-weight: 700;
                margin-bottom: 5px;
                font-family: 'Poppins', sans-serif;
            }
        }
.schedule-header h1{
	font-size:32px;
}
.schedule-header p{
	font-size:16px !important;
}
/* .headertop_Rightnew ul li a {
    color: #2e8778 !important;
    font-weight: 500;
    transition: .3s;
    position: relative;
    padding: 21px 0;
    font-size: 15px;
} */
.headertopnew{
	background: white !important;
}
.widget-text{
	    color: #ffffff !important;
}
.widget_text ul li{
	color: #ffffff !important;
}
.widget ul li a{
	color: #ffffff !important;
}
.img_custom_class img{
	height:228px !important;
	width:305px !important;
	border-radius:20px !important;
}




.aurcampusslider .item .shadow-effect {
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transition: box-shadow 0.3s ease;
}

.aurcampusslider .item .champion-image {
    width: 100%;
    height: 250px; /* Set same height for all */
    object-fit: cover; /* Crop and fit */
}

/* Remove shadow on active slide */
.aurcampusslider .owl-item.active .shadow-effect {
    box-shadow: none;
}
.aurcampusslider .item{
	box-shadow: none !important;
	opacity:1;
}


.home_video_section {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    left: -53px;
/*     bottom: 53px; */
	bottom: 10px;
    z-index: 9;
    border: 10px solid var(--green);
    line-height: 0;
}

.whychoosescis ul li{
	list-style-type:none;
}

/* .whychoosescis ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url(https://schoolweb.aphosting.in/wp/wp-content/uploads/2025/10/ico.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
} */


/* Step 1: Remove default list style */
.whychoosescis ul {
    list-style: none;
    padding-left: 0; /* Ensures the LI starts at the far left */
}

/* Step 2 & 3: Position the LI and its custom bullet */
.whychoosescis ul li {
    position: relative;
    padding-left: 25px; /* Creates space for the icon */
    margin-bottom: 10px; /* Optional: Adds space between list items */
}

/* Step 4: Position the custom icon relative to the LI */
.whychoosescis ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url(https://schoolweb.aphosting.in/wp/wp-content/uploads/2025/10/ico.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.whychoosescisimg img {
    width: 100%;
    padding: 0 35px;
    border-radius: 50% !important;
    position: relative;
	height:550px !important;
}

.stories{
	padding-bottom:0 !important;
}

.subheding{
	margin-bottom:0 !important;
}
.welcome_main{
	padding-bottom:0 !important;
}
.hedingone{
	color: #114b5f;
}
.hedingtwo
 {
    color: #ffd200;
}

.hedingthree {
    color: #1a936f;
}