﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


a:hover {
    text-decoration: none
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;   
    text-align: justify;
   
    background: #fff;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
}

ul, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    outline: none;
}

* {
  
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: none;
}

.color2 {
    color: #AE8939
}

.masterBg {
    background: #fff;
}

.haderbox {
    width: 100%;
    background: #164e9b;
    float: left;
}

.menubox {
    width: 100%;
    float: left; /*box-shadow: 0px 5px 8.5px 1.5px rgba(0, 0, 0, 0.21);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9
}

.menuin {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

#menu {
    float: left;
    width: 100%;
    text-align: center;
    background: #2d3c65;
    border-bottom: 8px solid #fff;
}

a.menuLogo {
    margin: 7px 0;
    float: left
}

.leftMenu {
    position: relative;
    width: 100%;
    text-align: center
}

.sliderBox {
    position: relative;
    width: 100%;
    float: left;
    z-index: 0;
}

.mobileview {
    display: none
}
.iconstop{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 64px;
    right: 0;
    margin: auto;
   max-width: 723px;
    width: 100%;
    background: #01772b;
    position: relative;
    height: 56px;
    padding-top:12px;
    }
    .iconstop::after{background: url(/images/iconstop_after.png) no-repeat;width: 98px;height: 56px;position:absolute;content: '';top: 0;left: -98px;}
    .iconstop::before{background: url(/images/iconstop_before.png) no-repeat;width: 98px;height: 56px;position:absolute;content: '';top: 0;right: -98px;}
.iconstop ul{text-align: center;}
.iconstop ul li{ display: inline-block;}
.iconstop ul li a{
    transition: all 0.5s ease-out;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #484848;
    background: #fff;
    font-family: 'Montserrat';
    padding: 0 13px;
    margin: 0 5px;
    border-radius: 20px;
    float: left;
    min-width: 131px;
    font-size: 14px;
    
    }
.iconstop ul li a.ecare1{ background:#2d3c63; color: #fff;
}
    .iconstop ul li a:hover{background: rgb(0,146,53);
        background: linear-gradient(0deg, rgba(0,146,53,1) 0%, rgba(0,177,65,1) 44%, rgba(0,205,75,1) 100%);-webkit-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
        box-shadow: 0px 3px 5px 0px rgba(15,82,40,1);
       color: #fff;}
    #slider1 ul li .caption {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    margin: 0px 0 0 92px;
    color: #fff;
    text-transform: uppercase;
   
    font-size: 26px;
    text-transform: uppercase;
    padding: 0px 20px;
 
}

#slider1 ul li.flex-active-slide .caption {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}
  .girlimg
        { background:url(/images/girlimg.png) top center no-repeat; height:334px; width:279px; float:left; text-align:center;padding-top: 145px;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold; color:#fff;
        }

#slider1 ul li .caption h2{font-size: 70px; color:#ffc107;
    font-weight: bold; text-shadow: 1px 1px 1px #483621c7;
}
    #slider1 ul li .caption h2 p
    { color:#fff
    }
    #slider1 ul li .caption h2 p:last-child {color:#2d3c65}
    #slider1 ul li .caption span { display: block;}
  .girlimg a{font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background: #01772b;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 20px;
    margin-top: 20px;
}
    .girlimg a:hover
    { background:#fff;color:#414d95;
    }
     

#slider1 .flex-direction-nav a.flex-next:before, #slider1 .flex-direction-nav a:before {
    display: none
}

#slider1 .flex-direction-nav .flex-next {
    background: url(/images/next1.png) center center no-repeat #2d3c65;
    cursor: pointer;
    float: left;
    opacity: 1;
    visibility: hidden;
    right: 20px;
}

#slider1 .flex-direction-nav .flex-prev {
    background: url(/images/prev1.png) center center no-repeat #2d3c65;
    cursor: pointer;
    float: left;
    opacity: 1;
    visibility: hidden;
    left: 20px;
}

#slider1:hover > .flex-direction-nav .flex-next {
    visibility: visible;
    right: 10px;
}

#slider1:hover > .flex-direction-nav .flex-prev {
    visibility: visible;
    left: 10px;
}

#slider1 .flex-control-nav {
    bottom: 30px;
    z-index: 99;
    display: none
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -8deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -8deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 8deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -4deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -4deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 2deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -1deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

#slider1 {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
 
    #slider1 ul li img {
        width: 100%;
    }
.bigicons .slick-prev:before, .bigicons .slick-next:before
{ display:none;
}
.bigicons .slick-prev
{ background:url(/images/1left.png) no-repeat; z-index:9; margin-top:-40px; left:0;
}
.bigicons .slick-next
{ background:url(/images/1right.png) no-repeat; z-index:9; margin-top:-40px; right:0;
}
.mainScorller {
    width: 100%;
    float: left;
    padding-top: 46px;
}

.box_in {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}

.logoname {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
  width:100%; max-width: 500px;
    height: 83px; text-align:center; background:#2d3c65;
}
.logoname a
{ display:block; position:relative; padding:5px 0;
}
    .logoname a:after
    { content:""; background:url(/images/logol.png) no-repeat; position:absolute; top:0; left:0; width:160px; height:83px; margin-left: -150px;float:left
    }
     .logoname a:before
    { content:""; background:url(/images/logor.png) no-repeat; position:absolute; top:0; right:0; width:160px; height:83px; margin-right: -150px;float:right
    }

    .logoname h2 {
        white-space: nowrap;
        text-align: center;
        font-family: Times New Roman, Times New Roman;
        font-style: normal;
        font-weight: bold;
        font-size: 55px;
        color: #FEE25A;
        letter-spacing: -0.2px;
        text-transform: uppercase;
    }

    .logoname h4 {
        font-family: Times New Roman, Times New Roman;
        font-style: normal;
        font-weight: bold;
        font-size: 33px;
        color: #A6CC38;
        letter-spacing: -0.2px;
        text-transform: capitalize;
    }

    .logoname p {
        line-height: 26px;
        margin-top: -4px;
        text-align: center;
        font-family: Helvetica, Times New Roman;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #fff;
    }

.main_container10 {
    width: 100%;
    float: left;
    position: relative;
    
    height: 100%;
   
    margin: 0;
    padding: 0;
}

.slider {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: -1;
    cursor: default;
    top: 0;
}
.slick-prev:before, .slick-next:before { opacity: 1; display: none;}

.btnslider .slick-prev {
    left: 0; z-index: 9; background: url(/images/nleft.png) center center no-repeat;margin-top: -9px;
} 
.btnslider .slick-next {
  right: 0; z-index: 9;  background: url(/images/nright.png) center center no-repeat;margin-top: -9px;
} 
.roundbtn {
    
    position: relative;
    margin-bottom: 78px;
    background: #2d3c65;
    padding: 30px 20px;
    text-align: center;
}

    .roundbtn p {
        color: #FFF;

        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .roundbtn ul li {
        display: inline-block;
        margin: 0 5px;
    }

        .roundbtn ul li a {
            width: 114px;
            height: 114px;
            border-radius: 50%;
            background: #01772b;
            border: 2px  solid #01772b;
            display:inline-block;
            margin: 0px 55px;
            letter-spacing: 0px;
            color: #FFFFFF;
            padding-top: 14px;
            transition: all 0.5s ease-out;
            margin-bottom: 20px;
        }
        .roundbtn ul li a span{
         background-image: url(/images/iconsSprite.png); background-repeat: no-repeat; width: 78px; height: 78px; display: inline-block;
        }
        .KidsCorner span{ background-position: -53px -45px;}
        .EventCalendar span{background-position: -202px -48px;}
        .CampusTour span{background-position: -360px -46px;}
        .Facilities span{background-position: -521px -46px}
        .roundbtn ul li a:hover{ background: #fff;
            border: 2px  solid #fff;}
        .roundbtn ul li:hover a.KidsCorner span{ background-position: -53px -168px;}
        .roundbtn ul li:hover a.EventCalendar span{background-position: -202px -168px;}
        .roundbtn ul li:hover a.CampusTour span{background-position:-360px -168px;}
        .roundbtn ul li:hover a.Facilities span{background-position:  -521px -168px}

            .roundbtn ul li a p {
                margin-bottom: 0px;
            }

            .roundbtn ul li a svg {
                height:78px; width: 78px;
                color: #fff;
                fill: #fff;
            }
            .roundbtn ul li a:hover svg path { fill: #01772b;}
            /*.roundbtn ul li:first-child,  .roundbtn ul li:last-child    { position:relative; top:-58px;    }*/
           

                .roundbtn ul li a:hover svg {
                    fill: #fff;
                }

.ImpLinksIn .slick-next,.ImpLinksIn .slick-next:hover
{ width:24px; height:38px; background:url(/images/1right.png) no-repeat; top:67px; right:0;
}.ImpLinksIn .slick-prev,.ImpLinksIn .slick-prev:hover
{ width:24px; height:38px; background:url(/images/1left.png) no-repeat; top:67px; left:0;
}

.font34 {
    font-size: 36px;
    color: #2d3c65;
    font-size: 30px;
}

.font18 {
    color: #2d3c65;
    font: normal normal bold 18px/22px Times New Roman;
    letter-spacing: -0.72px;
}

.font16 {
    color: #2d3c65;
    font: normal normal bold 12px/22px Times New Roman;
    letter-spacing: -0.72px;
}

#demo {
    width: 42px;
    /* height: 101px; */
    background: url(/images/bfybg.jpg) bottom center no-repeat;
    float: left;
    color: #3cb0e1;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 45px;
    line-height: 30px;
}

    #demo .sm {
        font-size: 25px;
        font-weight: normal;
    }

.noticeH {
    color: #FFF;

    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}
.font34A  {color: #1E1E1E;

    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;}

    .font34B   {color: #2D3C64;

        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase; padding-bottom: 40px; border-bottom: 1px solid #000;}
   .shool-name {color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; display: inline-block;}
.notice5 {
    padding: 0 12px;
   
    position: relative;
}
.notice5 .w-100 {
    background: #fff;
    border-left: 8px solid #2d3c65;
    padding: 10px;
    height: 129px;
}
.notice5 .w-100 .nWrap { position:relative; padding:20px}
.nWrap .date  { float: left;color: #2D3C64; width:75px;

    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;}
    .no-right {  width: calc(100% - 100px); float:right; margin-top:10px;}
    .nWrap .date .day { display: block; border-bottom: 3px solid #2d3c65; text-align: center; color: #2D3C64;

        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase; text-align: center;}
        .noticetext a{color: #000;
            font-family: Montserrat;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;}
    .noticeH img {
        vertical-align: middle;
        margin-right: 15px;
    }
    .newNotic .slick-prev { background: url(/images/ArrowLeft.png) center center no-repeat; }
    .newNotic .slick-next { background: url(/images/ArrowRight.png) center center no-repeat; }

.hd2 {
    border-bottom: 1px solid #AE8939;
}

.noticeH svg {
  
    fill: #2d3c65;
    height: 26px;
}

.custom-navigation2 {
    float: right;
    width: 22px;
    top: -15px;
    position: relative
}

.custom-navigation3 {
    position: relative;
    top: 0;
    z-index: 1;
}

    .custom-navigation3 .flex-prev {
        position: absolute;
        top: 70px;
        left: 10px;
    }
    .achi .flex-prev
    {top:92px;
    }
    .custom-navigation3 .flex-next {
        right: 22px;
        position: absolute;
        top: 70px;
    }
    .achi .flex-next
    {top:92px;
    }
.custom-navigation2 a {
    height: 22px;
    float: left
}


.msgH {
    border-bottom: 1px solid #2d3c65;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.noticeSlide {
    width: 100%;
    display: inline-block;
    position: relative;
}

.newsNotice {
    padding-right: 0px;
    background: #01772b;
    padding: 15px 36px;
    margin-bottom: 30px;
}
.newsNotice .flex-direction-nav a{top: 53px; opacity:1}

.newsNotice .flex-direction-nav a::before{content: ''; background: url(/images/ArrowLeft.png) no-repeat center center; width: 100%; height: 100%;}
.flex-direction-nav a.flex-next:before {
    content: '';background: url(/images/ArrowRight.png) no-repeat center center;
}
.msgpd {
    width: 100%;
    float: left;
    min-height: 438px;
}

.msgroung {
    float: left;
    margin-right: 20px;
    text-align: center;
}
#newNotic{
   width: 978px;
   max-width: 100%;
   margin: 0 auto;margin-top: 20px;
   }
.news_inner{width:100%;background:#fff;border-left:7px solid #2d3c65;padding:10px 27px;float: left;margin:15px 0; height:125px;}
.notice_left{display: inline-block;text-align: center;width: 55px;float: left;}
.notice_right{display: inline-block;width:272px;margin-left: 23px;float: left;padding-top: 25px;font-size: 16px;background: url(/images/new.png) 0px 0px no-repeat;width: calc(100% - 80px);}
.notice_right a{color: #2d3c65;}
.Notice_month{font-size:10px;color:#2d3c65;border-bottom:3px solid #2d3c65;padding-bottom: 6px; text-transform: uppercase; font-weight: 500;}
.Notice_date{color:#2d3c65;font-weight:600;font-size:46px;line-height: 50px;}
.updated-on{color: #2D3C64;

    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;}
.msg-bg { background: url(/images/msg-bg.jpg) top center no-repeat; background-size: cover;}

.thoughtbg {
    position: absolute;
    left: 0;
    top: 0;
}
.QuickBx
{ float:left;
}.Button_Quick {
  background: #fff;
  line-height: 38px;
  display: inline-block;
  padding: 0 13px 0 6px;
  border-radius: 25px;
  font-size: 13px;
  color: #1E1E1E;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; float:right; margin-top:-1px; width:105px;
}
.Button_Quick img {
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -4px;
}
.Button_Quick:hover {
  background: #2d3c65;
  color: #fff;
}

.aboutmain {
    width: 100%;
    float: left;
    padding: 67px 0 51px 0;
    background: #164e9b;
    height: 460px;
    position: relative;
    margin: 57px 0;
}

    .aboutmain:before {
        content: "";
        background: url(/images/slider-01.jpg) top right no-repeat;
        height: 100%;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        background-size: auto 100%;
    }

.fullbox {
    width: 100%;
    float: left
}

.w46 {
    max-width: 47%
}

.aboutimg {
    float: right;
    margin-left: 20px;
    margin-top: -35px;
}

.hding {
    margin-bottom: 22px;
}

.facilities {
    width: 100%;
    float: left;
    background: url(/images/facilities.png) no-repeat repeat #184a8f;
    background-size: cover;
    padding: 47px 0;
}

.custom-faci {
    float: right;
}

    .custom-faci a, .custom-navigation1 a {
        font-size: 18px;
        font-weight: bold
    }

        .custom-faci a:hover, .custom-navigation1 a:hover {
            opacity: .5;
        }

.custom-navigation1 .flex-prev img {
    transform: rotate(-180deg);
}

#faci {
    margin-bottom: 40px;
    margin-top: 17px;
}

    #faci .slides li a {
        display: block;
        position: relative;
    }

        #faci .slides li a div.fhover {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            font-size: 22px;
            color: #ffffff;
            font-weight: bold;
            visibility: hidden
        }

    #faci .slides li:hover > a {
        background: #000;
    }

        #faci .slides li:hover > a img {
            opacity: .5;
        }

        #faci .slides li:hover > a div.fhover {
            visibility: visible;
        }

.imageTopp {
    max-width: 136px;
}

a.viewAll3 {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0 10px;
    text-align: center;
    
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFF;

font-family: Montserrat;
font-size: 16px;
 
font-weight: 400;
 
}
a.viewAll3:hover
{ color: #fff;
    border: 2px solid #2d3c65;
    background: #2d3c65;
}

a.viewAll3_white {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase
}
a.viewAll3_white:hover
{ color:#2d3c65; border:3px solid #2d3c65;
}

a.viewAll2 {
    display: inline-block;
    border: 2px solid #2d3c65;
    border-radius: 50px;
    padding: 0 10px;
    text-align: center;
    color: #1E1E1E;
    display: inline-block;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    line-height: 34px;
    text-transform: uppercase
}
a.viewAll2:hover
{  border: 2px solid #01772b; color: #fff; background: #01772b;
}
a.border2 {
    border: 4px solid #AE8939; 
    color: #AE8939;
}

 
 
.glrybx {
    padding-top: 0px;
    margin-top: 60px;
    text-align: center;
}

.achbx {
    margin-top: 80px;
    text-align: center;
}

.FounderBox {
    margin-top: 80px;
    background: url(/images/achbg.jpg)  ;
    padding: 38px;
    box-sizing: border-box;  
}

    .FounderBox img {
        float: left;
        margin-right: 40px; padding:10px; background:#fff;
    }

    .FounderBox .Founder-name {
        font-size: 36px;
        color: #2d3c65;
        font-weight: 500;
    }

       
    .FounderBox p {
        font-size: 20px;
        color: #000;
        font-weight: 300;
    }
    .FounderBox p strong{ color:#2d3c65; font-size:20px; font-weight:bold;
}
.founder-m {
    margin: 20px 0;
}
.f18
{font-size: 18px;
    font-weight: 500;
}
.newsupdatesld {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: left;
    min-height: 79px;
}

.newsup {
    min-height: 70px;
}

.arrow_newsupdate {
    background: url(/images/newup.png) no-repeat left 5px;
    padding-left: 25px;
    font-size: 20px;
    display: inline-block;
    color: #000;
}

.glryrpt {
    margin-bottom: 15px;
}

    .glryrpt a {
        width: 236px;
        height: 149px;
        display: inline-block;
        overflow: hidden;
    }

        .glryrpt a img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

a.viewAll3 span {
    background: url(/images/rm-arrow.png) no-repeat;
    display: inline-block;
    height: 10px;
    width: 15px;
    margin-left: 12px;
    display: none
}

.facilities a.viewAll3:hover, .gbox a.viewAll3:hover {
    background: #fff;
}
#slider_first .slides li img
{ width:100%; margin-top: -40px;
}
#slider_first {
     
    color: #3B3735;
    font: normal normal normal 18px/30px Helvetica;
}
.sldhdr
{ z-index:99; left:0; top:50px;
}
#slider_first .slides li
{ position:relative;
}
    #slider_first .slides li .data
    { width:100%; position:absolute; top:160px; left:0;
    }
#slider_first,
.switcher {
    width: 100%;
    float: left;
}

    .switcher ul li {
        display: inline-block;
        line-height: 13px;
        float: left;
        border-right: 2px solid #000000;
        font-size: 14px;
        margin: 7px 0;
    }

        .switcher ul li:last-child {
        border-right: none;
        }

        .switcher ul li.flex-active {
            opacity: 1;
        }

        .switcher ul li a {
            
            display: inline-block;
            padding: 0 13px;
            color: #000000;
            font-family: Roboto;
            font-size: 15px;
        }

        .switcher ul li:first-child a { padding-left:0;
        }

        .switcher ul li.flex-active a {
            color: #ffc107;
        }

.switcher1 {
    width: 100%;
    text-align: center;
}

    .switcher1 ul li {
        display: inline-block;
        margin: 0px 20px;
    }

        .switcher1 ul li a {
            color: #7a7a7a;
            font-size: 20px;
        }

        .switcher1 ul li.flex-active a {
            color: #2d3c65;
        }
.f20
{ color:#2d3c65; font-size:20px; font-weight:500;
}
.msgBox {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 150px;
}

    .msgBox h3 {
        text-align: center;
        font-size: 36px;
        color: #fff;
        font-weight: bold;
        padding-left: 190px;
        top: 71px;
        position: relative;
        margin-top: -26px;
    }

.boxx1 .Subscribebg {
    background: url(/images/Subscribe.svg) 0px 47px no-repeat;
    background-size: 100%;
    min-height: 343px;
    margin-top: 30px;
}


.achivebg {
    background: url(/images/achivebg.svg) top left no-repeat;
    background-size: auto 100%;
}

.gift, .prize {
    max-height: 60px;
}

.gift {
    position: relative;
    top: -6px;
}

.stdhd {
   
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 22px;
    margin: 14px 0;
    display: inline-block;
    background: #2d3c65; width:77px; text-align:center
}

.galleryBox, .rslider, .gleft, .pg-rmore, .galler_heading {
    width: 100%;
    float: left
}

#AchievementHome_lblAchievement, #facility {
  width: 100%;  max-width: 547px;
    float: left;
    padding: 0 40px; display: block;
}

.galleryBox, .gbox {
    width: 100%;
    float: left
}

.gaicon {
    height: 80px;
    position: relative;
    top: 26px;
    margin-right: 20px;
}


#homephotog_LBPhoto {
    width: 100%;
    float: left;
    text-align: center;
}


#homephotog_LBPhoto .slides li a { height: 265px; overflow: hidden; display: block;}

        #homephotog_LBPhoto .slides li a img {
            width: 100%;
            height: 100%;
        }
    

    #homephotog_LBPhoto .pg-rmore {
        margin-top: 30px;
    }

#gallerSec {
    position: relative;
    margin-top: 10px;
}
#gallerSec .slides li {
    padding: 12px;
}
 
#gallerSec .slides li.dd .w-100 .galler_heading{ display: none;}
#gallerSec .slides li.dd .w-100 .aaa{ background: #fff;margin-top: -60px; min-height: 152px; border-bottom: 2px solid #2d3c65; position: relative; width: calc(100% - 8%);
    margin-left: 4%; padding: 30px; text-align: left;}
    #gallerSec .slides li.dd .w-100 .aaa .galler_heading1   {color: #1E1E1E;

        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 23px;}
    #gallerSec .flex-direction-nav a.flex-next:before, #gallerSec .flex-direction-nav a:before, .topper-xii .flex-direction-nav a.flex-next:before, .topper-xii .flex-direction-nav a:before {
        display: none
    }

.custom-navigation1 {
    float: right;
    position: relative;
    top: 40px;
    z-index: 2
}

.galler_heading {
    font-size: 23px;
    letter-spacing: 0.6px;
    color: #000;
    font-weight: 500;
}

.Grydate {
    color: #2D3C64;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; margin-top: 28px;
}

#gallerSec .slides li.dd:hover .aaa{ background: #2d3c65; color: #fff;}
#gallerSec .slides li.dd:hover .aaa .galler_heading1,
#gallerSec .slides li.dd:hover .aaa .Grydate
 { color: #fff;}

.mt-30 {
    margin-top: 34px;
}



#slider_first .slides li p {
    color: #FFF;

    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.NameMsg{font-size: 20px;font-weight: 600;color: #2d3c65;margin: 12px 0 20px 0;}
    
    #slider_first .slides li p.msgrm {
        margin: 0;
        margin-top: 40px;
    }

        #slider_first .slides li p.msgrm a {
            display: inline-block;
            color: #006bcd;
            width: 120px;
            text-align: center;
            height: 40px;
            background: #fff;
            line-height: 40px;
            font-size: 15px;
            border-radius: 5px;
        }

            #slider_first .slides li p.msgrm a:hover {
                background: #f62d40;
                color: #fff;
            }

.msgin {
    width: 100%;
    max-width: 490px;
    background: #164e9b;
    border-radius: 5px;
    float: left;
    padding: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 0;
}

    .msgin:after {
        content: "";
        background: url(/images/tip.jpg) 148px 0px no-repeat;
        height: 18px;
        width: 100%;
        float: left;
        position: relative;
        top: 18px;
    }

    .msgin .roundimg {
        float: left;
        margin-top: -170px;
        position: relative;
        top: 144px;
    }

        .msgin .roundimg img {
            height: 120px;
            border-radius: 50%;
            border: 3px solid #fff;
            margin-bottom: 10px;
        }

        .msgin .roundimg p.des {
            color: #164e9b;
            font-size: 16px;
            font-weight: 600
        }

        .msgin .roundimg p.pname {
            color: #4fb4ea;
            font-size: 16px;
            font-weight: 600
        }

.msgimages {
    float: right;
    margin-top: 60px;
}

    .msgimages ul li {
        display: inline-block;
        height: 120px;
        width: 120px;
    }

        .msgimages ul li img {
            border-radius: 50%;
            border: 3px solid #fe6315;
            opacity: .60
        }

        .msgimages ul li.active {
            width: 220px;
            height: 220px;
        }

            .msgimages ul li.active img {
                opacity: 1;
            }

.fullBoxMob {
    float: left;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 99;
}

#menu-mobile {
    display: none
}

.connectwith {
    width: 100%;
    float: left;
    margin-top: 37px;
    margin-bottom: 48px;
}

.bigIcons {
    width: 100%;
    float: left;
    margin-top: 19px;
}

    .bigIcons ul {
        text-align: center
    }

        .bigIcons ul li {
            text-align: center;
            display: inline-block;
            float: left;
            margin-left: 20px;
        }

            .bigIcons ul li:first-child {
                margin-left: 0;
            }

            .bigIcons ul li a {
                display: block;
                width: 218px;
                height: 252px;
                text-align: center;
                background: #e4ebf1;
            }

                .bigIcons ul li a span {
                    width: 94px;
                    height: 103px;
                    display: inline-block;
                    background-image: url(/images/bigicons.png);
                    background-repeat: no-repeat;
                    margin-top: 52px;
                }

                .bigIcons ul li a p {
                    color: #000000;
                    font-size: 24px;
                    margin-top: 15px;
                }

                .bigIcons ul li a:hover p {
                    color: #fff;
                }

                .bigIcons ul li a:hover {
                    background: #fd5f16;
                }

            .bigIcons ul li .kidsCorner span {
                background-position: 17px 0px;
            }

            .bigIcons ul li .campusTour span {
                background-position: -112px 0px;
            }

            .bigIcons ul li .joinus span {
                background-position: -234px 0px;
            }

            .bigIcons ul li .Alumni span {
                background-position: -361px 0px;
            }

            .bigIcons ul li .eCare span {
                background-position: -482px 0px;
            }


.whiteBox {
    width: 100%;
    float: left;
    text-align: center
}

    .whiteBox .container {
        max-width: 1202px;
    }

    .whiteBox h3 {
        margin: 48px 0 32px 0;
        font-size: 36px;
        color: #de243b;
        font-weight: bold;
    }

    .whiteBox .achievement {
        float: right;
        width: 100%;
        background: url(/images/tprbg.jpg);
        max-width: 564px;
        padding: 48px 0;
    }

.infrs_up_img {
    height: 270px;
    display: block;
    /* margin-bottom: 40px; */
    text-align: center;
 
}

    .infrs_up_img img {
        height: 100%;
    }

#Infrastructure ul li span img {
    width: 413px !important
}

div#achi_slide ul li .infrs_up_img img {
    width: 100%;
    position: relative;
    margin-top: 4px;
}

div#achi_slide ul li {
    margin-right: 35px;
}

.whiteBox .slideTxt {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding: 15px 0px 0px 0px;
}

    .whiteBox .slideTxt p.dd {
        color: #8d8d8d;
        background: url(/images/time.png) left center no-repeat;
        font-size: 14px;
        padding-left: 20px;
        margin-top: 3px;
    }

        .whiteBox .slideTxt p.dd b {
            font-weight: 500
        }

    .whiteBox .flexslider .flex-direction-nav a.flex-next:before, .whiteBox .flexslider .flex-direction-nav a:before, .whiteBox .slideTxt p.homeAchivementDesc {
        display: none
    }

.whiteBox .flexslider .flex-direction-nav .flex-next {
    cursor: pointer;
    background: url(/images/next10.png) center center no-repeat;
    float: right;
    opacity: 1;
    visibility: visible;
    right: 0%;
    height: 33px;
    width: 37px;
    top: 132px;
}

.whiteBox .flexslider .flex-direction-nav .flex-prev {
    cursor: pointer;
    background: url(/images/prev10.png) center center no-repeat;
    float: left;
    opacity: 1;
    visibility: visible;
    left: 0%;
    height: 33px;
    width: 37px;
    top: 132px;
}



.tprmain {
    width: 100%;
    float: left;
    padding: 50px 0px;
    background: #fff;
}

.topperBox {
    max-width: 250px;
    margin: 0px auto
}

    .topperBox .slides img {
        max-width: 136px;
    }

.tname {
    color: #3B3735;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
}

.tclass {
    font-size: 18px;
    color: #3B3735;
    font-weight: 500;
    margin-bottom: 12px;
}

.bdybox {
    float: right;
    width: 100%;
}

.bdaybx {
    background: #f2ebe5; padding-bottom: 40px;
   
     
}
.btm-b{border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-top: 20px;color: #2D3C64;

    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;}
   .tyear {float: right;
        color: #000;
        text-align: right;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;}
.tbg {
    background: url(/images/toperbg.png) top center no-repeat;
}

.sbg {
    background: url(/images/bdybg.png) top center no-repeat
}

.bdybox .font34 {
    line-height: 34px;
}

.bdybg {
    background: url(/images/bdybg.png) center 60px no-repeat;
}

.slideTxt {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    text-align: center; display: none;
}

p.dd {
    font-size: 14px;
    color: #2d3c65;
    margin-top: 19px;
    float: left;  
}

.slideTxt p.dd {
    font: normal normal normal 16px/24px Helvetica;
    font-size: 16px;
}

.slideTxt p span.uon {
    color: #3B3735;
}

.bdybox .flexslider .flex-direction-nav a.flex-next:before, .bdybox .flexslider .flex-direction-nav a:before {
    display: none
}

.bdybox .flexslider .flex-direction-nav .flex-next {
    cursor: pointer;
    background: url(/images/leftarrow.svg) center center no-repeat;
    float: left;
    opacity: 1;
    visibility: visible;
    right: 0%;
    height: 24px;
    width: 24px;
    top: 70px;
    z-index: 0
}

.bdybox .flexslider .flex-direction-nav .flex-prev {
    cursor: pointer;
    background: url(/images/rightarrow.svg) center center no-repeat;
    float: left;
    opacity: 1;
    visibility: visible;
    left: 0%;
    height: 24px;
    width: 24px;
    top: 70px;
    z-index: 0
}

.todText {
    text-align: center;
}

.footer .container {
    max-width: 1200px;
}
.bdr44 { width: 1px;
    height: 82%;
    position: absolute;
    right: 0;
    top: 10%;
    background: #fff;}
.footer {
    width: 100%;
    position: relative;
    float: left;
    background: #01772b;
    background-size: 100%;
    padding: 30px 0;
}

.footerbuilding {
    text-align: center;
}

.footer .footerLeft {
    float: left;
    width: 100%;
    max-width: 555px;
    position: relative
}
 
.footer p a:hover {
    color: #ffe56c;
}

.footerBtm {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}

    .footerBtm a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }

        .footerBtm a:hover {
            color: #ff5248;
        }

.fmstr {
    padding-left: 24%;
}

.app-icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 20px
}

    .app-icon li {
        display: inline-block;
        margin: 0px 10px;
    }

.codeH {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 20px 0;
}

.scode {
    font-size: 18px;
    font-weight: bold;
}

.schoolcode {
    text-align: center
}

.codeIn {
    display: inline-block;
    background: #fff;
    padding: 5px 20px;
    border: 1px dashed #f3281f;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold
}

.footerRight {
    float: right;
}

    .footerRight ul li a {
        color: #fff;
        font-size: 14px;
    }

        .footerRight ul li a:hover {
            color: #ffe56c;
        }

    .footerRight ul li {
        margin: 5px 0;
        border-top: 1px solid #4677c4;
        background: url(/images/lig.png) left center no-repeat;
        padding: 3px 0px 4px 15px
    }

        .footerRight ul li:first-child {
            border: 0;
        }

ol.numbring li {
    padding-left: 10px;
    margin-bottom: 12px;
}

.mastermenu {
    position: relative;
    background: #2d3c65;
}

.mstrmenu {
    max-width: 1160px;
    width: 100%;
    text-align: left;
    margin: 0px auto;
}

#headtitle {
  border-bottom: 1px solid #2d3c65; */
    padding-bottom: 0;
    text-align: center;
    /* text-align: left; */
    font-weight: 600;
    text-transform: uppercase;
      color: #fff; background: #01772b;
}

.fbdr {
    margin-top: 20px;
    position: relative;
    width: 100%;
    bottom: 0;
    left: auto;
    /* right: auto; */
    max-width: 100% !important;
}

.fimg {
    float: right;
}

.fleft {
    float: left;
    max-width: 220px;
    text-align: left
}
.socialIcon{display: block;float: left;width: 100%;margin-top: 7px;}
.socialIcon ul{}
.socialIcon ul li{display: inline-block;margin: 0 1px;width: 25px;height: 25px;transition: all 0.5s ease-out; border-radius:20px;}
.socialIcon ul li:hover{ -webkit-box-shadow: 0px 0px 5px 0px rgb(249 171 3); -moz-box-shadow: 0px 0px 5px 0px rgba(249,171,3,1); box-shadow: 0px 0px 5px 0px rgb(249 171 3);background: #f9ab03;}
.socialIcon ul li a{width: 25px;height: 25px;display: inline-block;background-image: url(/images/socialIcon.png);background-repeat: no-repeat;}
.socialIcon ul li a.instragram{background-position: -16px -1px;}
.socialIcon ul li a.whatapp{background-position: -45px -1px;}
.socialIcon ul li a.facebook{background-position: -73px -1px;}
.socialIcon ul li a.youtube{background-position: -101px -1px;}
.socialIcon ul li a.linkdin{background-position: -129px -1px;}
.socialIcon ul li a.twitter{background-position: -158px -1px;}
.footer p.font18 {
    font-size: 18px;
    font-weight: 600;
}

.master-hdr {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #2d3c65;
    padding: 10px 0px;
}

.masterIn {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}

.master-text {
    margin: 10px 0;
    min-height: 380px;
    float: left;
    width: 100%;
    color: #6b6b6b;
    padding: 0px 0px;
    line-height: 26px;
    font-size: 18px;
}

    .master-text p {
        margin-bottom: 10px;
    }

    .master-text img {
        max-width: 100%;
    }


.accordionHeader_Y {
    color: #fff;
    background: #2d3c65 url(/images/ajax-arrow1.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionHeaderSelected {
    color: #ffffff;
    background: #bba13c url(/images/ajax-arrow.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #bba13c;
}

.ipibdr {
    border: 2px solid #2962b0;
}

.innerH2 {
    text-align: left;
    margin-bottom: 15px;
}

.innerImg {
    float: right;
    margin-left: 25px;
}

ul.innerUl li {
    padding-left: 40px;
    background: url(/images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}


.innerTbl {
    width: 100%;
    border-collapse: collapse;
}

    .innerTbl tr:first-child {
        font-weight: bold;
    }

.innerTbl {
    width: 100%;
}

    .innerTbl tr td {
        padding: 5px;
    }

.tpr tr td {
    text-align: center;
    vertical-align: top;
    padding: 0 5px 20px 5px;
}

.innerTbl1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

    .innerTbl1 tr td, .innerTbl1 tr th {
        border: 1px solid #b5bacc;
        padding: 4px 5px;
    }

    .innerTbl1 tr th {
        background: #d1d5e3;
    }

    .innerTbl1 tr:nth-child(even) {
        background-color: #b4ffb6;
    }

.innerTbl tr th, .innerTbl tr td {
    border: 1px solid #dee2e6;
    padding: 5px;
}

.back-to-top {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 999;
}

.innerH3 {
    color: #2d3c65;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.innerH4 {
    color: #2d3c65;
    font-size: 18px;
    font-weight: bold;
}

.todContaner {
    color: #242221;
    font: normal normal bold 23px/28px Helvetica;
    color: #242221;
}

.topperName {
    font-weight: bold;
}

.todImg {
    font-style: normal;
    display: none
}

.founder {
    max-height: 350px;
}

.tbgBg {
    background: #8a2f1b;
    color: #fff;
}

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

.tbltd3 tr td {
    width: 33%;
}

.gray {
    background: #e8e8e8;
    color: #2d3c65;
    font-weight: bold;
    font-size: 18px;
}

.contentAccordion table tr td, .contentAccordion table tr th {
    padding: 5px;
}

#app_scroll {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.custom-controls {
    float: left;
    text-align: center;
    height: 40px;
    width: 100%;
    position: relative;
}

#app_scroll .slides li p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-controls .flex-control-paging li a {
    width: 24px;
    height: 24px;
    background: #2d3c65;
    border: 3px solid #2d3c65;
}
.custom-controls .flex-control-paging li a.flex-active {
  
    background: #fff;
    border: 3px solid #404e94;
}
    .custom-controls .flex-control-paging li a:hover {
        background: #fff;
    }

.custom-controls .flex-control-nav li {
    margin: 0px 6px;
}

.escode {
    color: #2d3c65;
    font-size: 26px;
    font-weight: 600;
}

.scode {
    color: #000;
    font-size: 26px;
}

.ftext h2 {
    font: normal normal bold 36px/71px Times New Roman;
    color: #2d3c65;
    text-transform: uppercase;
    margin: 0;
}

.ftext h3 {
    font: normal normal bold 21px/1px Times New Roman;
    color: #2d3c65;
    margin: 0;
    margin-bottom: 25px;
}

.ftext p {
    font: normal normal normal 20px/32px Helvetica;
    color: #000;
    margin: 0;
    text-align: left;
    text-shadow: 0px 1px 2px rgb(226 226 233);
}


.t20 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}

    .t20 b {
        color: #3B3735
    }

.f14b {
    color: #FFF;

text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */
text-transform: uppercase; margin-bottom: 30px;
}

.usefullink li {
    display: block;
    background: url(/images/foooter_arrow.png) no-repeat left 3px;
    padding-left: 29px;
    margin-bottom: 10px;
    text-align: left;
}

    .usefullink li a {
        font-size: 16px;
        color: #fff;
        text-align: left;
        font-weight: 300;
    }

        .usefullink li a:hover {
            color: #f7ff7b;
        }
