* {
    box-sizing: border-box;
    font-family:'Hind Guntur';
}
body {
    font-family:'Hind Guntur';
}
h1, h2, h3, h4, h5 {
    font-family:'Hind Guntur';
}
p{
    font-family:'Hind Guntur';
}
.banner-slider {
    width: 100%;
    float: left;
}

.fix-center {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.header-bottom {
    width: 100%;
    float: left;
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    background: #fff;
}

.logo {
    width: 131px;
    float: left;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    box-shadow: 0 6px 11px #00000096;
    border-radius: 50%;
    margin-left: 30px;
    position: absolute;
    background: #ffff;
    z-index: 99;
    bottom: -27%;
}

.header-menu {
    float: right;
    width: 84%;
}

.headmenu-cover {
    width: 100%;
    float: left;
    padding: 6px 0;
}

.ftimg {
    max-width: 100%;
}

.menudp {
    list-style: none;
}

.contact-quick p {
    color: #fff;
}

.contact-quick {
   padding: 4px 10px;
}

    .contact-quick a {
        color: #fff !important;
        padding: 0 3px;
    }

    .contact-quick .fa {
        color: #e09712 !important;
        font-size: 16px;
        margin: 0 5px;
    }

ul.sidemenu li a {
    color: #292626;
    text-decoration: none !important;
}

ul.sidemenu li {
    display: inline-block;
    padding:11px 10px 11px;
    position: relative;
}

.menutop {
    width: 100%;
    float: right;
    text-align: right;
    padding-top: 18px;
}

.header-menu {
    float: right;
    width: 86%;
    padding: 0;
}

ul.sidemenu li a:hover {
    text-decoration: underline;
}

.header-top {
   width:48%;
    float: left;
    padding: 5px 0;
    background: #005ba9;
    position: absolute;
    right: 0;
      top: -20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 9;
}

.header-topcover {
    width: 100%;
    float: left;
}

/*.row {
    margin: 0 !important;
}*/

ul.sidemenu li {
    position: relative;
}

    ul.sidemenu li a {
        cursor: pointer;
    }

    ul.sidemenu li ul li {
        width: 100%;
        padding: 5px 0;
    }

    ul.sidemenu li ul {
        padding: 7px 15px;
    }

ul.sidemenu li {
    position: relative;
}

.menuholder ul {
    list-style: none;
    padding:8px 0 0px;
}

    .menuholder ul li ul {
        background: #05304e;
    }

ul.sidemenu li ul {
    display: none;
}

header {
    width: 100%;
    float: left;
}

@media only screen and (min-width:992px) {
    ul.sidemenu > li > ul {
        opacity: 0;
        float: left;
        background: #005ba9;
        width: 225px;
        z-index: 99999;
        visibility: hidden;
        left: 0;
        top: 120%;
        position: absolute;
        border:1px solid #005ba9;
        text-align: left;
        padding: 5px 12px;
        display: inline-block;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    li.menu-dropdown-iconh:hover ul {
        opacity: 1 !important;
        visibility: visible;
        top: 100%;
    }
    /* li.menu-dropdown-iconh:hover>a:before{
    content:'\f106'!important;
    color:#e09712
} */
    li.menu-dropdown-iconh ul li a {
        color: #fff;
    }
    /* li.menu-dropdown-iconh>a:before{
    color:#292626;content:'\f107';
    font-size:25px;
    margin:0;
    position:absolute;
    top:22px;
    text-align:center;
    font:normal normal normal 14px/1 FontAwesome;
    transform:none;
} */
    li.menu-dropdown-iconh a.actives:before {
        content: '\f106' !important;
    }

    ul.sidemenu li a:hover {
        color: #e09712 !important;
    }
}

.fixed-menu .logo {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.fixed-menu .menuholder > ul {
    padding: 0;
}

ul.sidemenu > li:last-child a {
       background: #e09712;
    color: #fff;
    padding: 3px 24px 1px;
    border-radius: 18px;
    border: 1px solid #e09712;
}

.latest-update {
 padding-top: 6px;
   position: relative;
    padding-left: 20%;
    padding-right: 51%;
}

    .latest-update:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 35px;
        height: 35px;
        background: url(../images/sprite.png) -168px -39px;
        display: inline-block;
    }

    .latest-update p {
            color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    }

        .latest-update p a {
             font-size: 15px;
    padding-left: 5px;
    color: #fff!important;
        }



.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
}

.bannerleft {
    padding-top: 40px;
    padding-bottom: 30px;
}

    .bannerleft h1 {

        margin-bottom: 20px;
        color: #fff;
    }

        .bannerleft h1 span {
            color: #f7ce59;
            font-weight: 800;
        }

    .bannerleft p {
        color: #1a1717;
    }

.affi-box {
    display: inline-block;
    padding: 10px 22px;
    background: #fff;
    font: 400 16px/1.2 'DM Sans',sans-serif;
    border-top-right-radius: 18px;
}

.bannerimg {
    max-width: 100%;
    margin-bottom: 10px;
}

.rlatest-update {
    display: none;
}

    .rlatest-update p {
   
        color: #fff;
    }

        .rlatest-update p a {
            color: #f7ce59;
            font-weight: 400;
        }

.bannerright h3 {
 
    color: #fff;
    margin-bottom: 5px;
}

.bannerright p {
  
    color: #fff;
    letter-spacing: 1px;
}

.banner-testimonial {
    width: 100%;
    float: left;
    margin-top: 11%;
}

.test-headhm h2 {

    color: #fff;
    margin-bottom: 18px;
    position: relative;
}

    .test-headhm h2:after {
        content: "";
        position: absolute;
        bottom: 35px;
        display: inline-block;
        background: url(../images/sprite.png) -237px -44px;
        width: 38px;
        height: 30px;
    }

.rightbanner-texts {
    margin-top: -43px;
    margin-bottom: 40px;
    padding-left: 11%;
}

.test-headhm p {
   
    color: #fff;
    letter-spacing: 1px;
}

.admission-enroll {
    padding-top: 6%;
}

.left-admini p {
   
    color: #fff;
}

    .left-admini p span {
        letter-spacing: 1px;
    }

.left-admini {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding-right: 12px;
}

.right-admini {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

strong {
    font-weight: 600 !important;
}

.enrollbtn {
    background: #e09712;
    color: #fff !important;
    padding: 16px 28px;
    width: 152px;
    border-radius: 38px;
    border: 3px solid #f0b64c;
    display: inline-block;
  
    text-align: center;
}

.online-learn {
    padding: 28px 0;
}

.onlineleft {
    padding: 12px 0;
}

.online-img {
    display: inline-block;
    vertical-align: middle;
}

.online-content {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    padding-left: 20px;
}

    .online-content h4 {
        font: 600 17px/1.2 Lato,sans-serif;
        margin-bottom: 10px;
    }

    .online-content p {
     
        color: #292626;
    }

.schooledbox {
    padding: 14%;
    background: #003e68;
    border-radius: 30px;
    width: 100%;
}

.scholled-left h2 {
    color: #f7ce59;
    font-weight: 400 !important;
}

.heading-title {
    margin-bottom: 20px;
}

    .heading-title h2 {
    }

        .heading-title h2 span {
            font-weight: 800;
        }

img {
    max-width: 100%;
}

.schooledbox p {
  
    color: #fff;
}

.schoolworld-lefts {
    display: inline-block;
    width: 49%;
    vertical-align: bottom;
    padding-right: 30px;
}

.schoolworld-right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-left: 30px;
}

img.schoolimg {
    border-radius: 30px;
    width: 100%;
}

.schoolworld-leftcover {
    position: relative;
}

.schoolworld-rightcover {
    position: relative;
}

.schoolworld-left {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 30px;
    padding-top: 9%;
}

.schoolworld-leftcover:after {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 40px;
    position: absolute;
    left: 12px;
    top: -12px;
    background: #ccd8e1;
    z-index: -9;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.schoolworld-rightcover:after {
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 40px;
    position: absolute;
    left: -12px;
    bottom: -12px;
    background: #ccd8e1;
    z-index: -9;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.schoolworld-leftcover:hover:after {
    background: #003e68;
}

.schoolworld-rightcover:hover:after {
    background: #003e68;
}

.scholled-right {
    padding-top: 3%;
}


.whyjoin-parameters ul {
    list-style: none;
    margin-top: 25px;
}

    .whyjoin-parameters ul li {
        display: inline-block;
        padding-right: 22px;
    }

.why-join h2 {
    color: #fff;
}

.yellow {
    color: #f7ce59;
}

.why-join p {
   
    color: #fff;
}

.whyjoin-parameters ul li {
    display: inline-block;
    padding-right: 22px;
    width: 20%;
    vertical-align: top;
    margin: 10px -2px;
}

img.yjoinimg {
    margin-bottom: 10px;
}

.whyjoin-parameters ul {
    padding-right: 2%;
}

    .whyjoin-parameters ul li p {
      
    }

.schooled {
    margin-bottom: 25px;
}

.fix-middle {
    max-width: 1080px;
    margin: 0 auto;
    width: 95%;
}

.curriculum-part {
    margin: 22px 0;
}

.curriculum-left p {
   
    color: #211d1d;
}

.currilum-lists {
    margin-top: 42px;
}

.curriculum-content {
    width: 100%;
    padding: 20px;
    box-shadow: 0 6px 11px #ccc;
    -webkit-box-shadow: 0 6px 11px #ccc;
    -moz-box-shadow: 0 6px 11px #ccc;
    -ms-box-shadow: 0 6px 11px #ccc;
    min-height: 288px;
}

    .curriculum-content h3 {
    
        margin-bottom: 10px;
        color: #003e68;
    }

p.curriculumspan {
    color: #2e2626;
    
    margin-bottom: 8px;
}

    p.curriculumspan span {
        color: #898080;
    }

.curriculum-content p {
    color: #2e2626;
}

.curriculum-box {
    width: 100%;
}

.curriculum-boxleft {
    width: 50%;
    display: inline-block;
    margin: 0 -2px;
    background: #003e68;
    padding: 10px 12px;
    border-bottom-left-radius: 30px;
}

.curriculum-boxright {
    width: 50%;
    display: inline-block;
    margin: 0 -2px;
    background: #fdc830;
    padding: 10px 12px;
    border-bottom-right-radius: 30px;
}

.curriculum-boxleft p {
    color: #fff;
}

.curriculum-box {
    text-align: center;
}

.curriculumlists-cover img {
    width: 100%;
}

.curriculum-box p {
   
}

.curriculumlists-cover img {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.knowmore-box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0 0;
}

.bluebutton {
    background: #003e68;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 38px;
    border: 3px solid #0967a7;
   
    display: inline-block;
    width: 165px;
}

.info-orders {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 40px;
    padding-right: 4%;
}

.infobox {
    width: 92px;
    display: inline-block;
    vertical-align: middle;
}

.infobox-content {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}

    .infobox-content h4 {
       
        margin-bottom: 10px;
        color: #242121;
    }

    .infobox-content p {
       
    }

.infolists {
    margin-top: 20px;
}

.inforight h3 {
   
    color: #e09712;
    margin-bottom: 16px;
}

.inforight p {
   
    margin-bottom: 20px;
    color: #2c2828;
}

.inforight {
    padding-left: 5% !important;
}

.schoolbtn {
    color: #003e68 !important;
 
    background: #fff;
    border: 3px solid #e09712;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 12px;
    width: 142px;
    text-align: center;
    cursor: pointer;
}

.inforight p a {
    display: inline-block;
    color: #2c2828;
}

.infrostructure {
    margin: 35px 0;
}

.parents-say {
    text-align: center;
}

.parent-testimonials {
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.parentssay-box {
    padding: 40px 0 0;
    position: relative;
    z-index: 9;
    margin-bottom: 12px;
}

.prtestimonial {
    background: #d4dfe6;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    float: left;
}

.parentssay-box p {
    padding: 15px 0;
    color: #3e3838;
 
}

.parentssay-box img {
    margin-bottom: 20px;
    margin-top: -80px;
}

.readmore {
    color: #003e68 !important;
    
    cursor: pointer;
}

.parentssay-box h4 {
    color: #242121;
  
    margin-top: 17px;
}

.parent-testimonials:after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 5%;
    display: inline-block;
    background: url(../images/sprite.png) -23px -12px;
    width: 62px;
    height: 56px;
}

.stayupdate {
    margin: 30px 0;
    text-align: center;
}

.stayupdate-box {
    margin-top: 20px;
    width: 100%;
    float: left;
    text-align: left;
}

.read-more {
    display: inline-block;
    background: #ffd31d;
    color: #2e2626 !important;
    padding: 3px 15px;
    border-radius: 30px;
   
    position: absolute;
    bottom: -9px;
    left: 20px;
}

.blogimg-cover {
    position: relative;
    margin-bottom: 20px;
}

.events-time p {
    color: #3e3838;
   
    margin-bottom: 12px;
}

.events-time span {
    display: inline-block;
    padding: 0 0 0 28px;
    position: relative;
}

.blog-categ:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    top: -3px;
    left: 7%;
    background: url(../images/sprite.png) -128px -46px;
}

.blogimg {
    width: 100%;
    border-radius: 15px;
}

.stayblog-box h3 {
   
    color: #242121;
    margin-bottom: 12px;
}

.readmore-text {
  
    color: #003e68 !important;
}

p.events-para {
    
    color: #2e2626;
}

.momentshead-right {
    text-align: right;
}

.momentspart {
    margin-top: 5;
}

.momentspart-cover {
    padding: 50px 5%;
    background: url(../images/moments-bg.png) no-repeat;
}

.moments-gallery ul {
    list-style: none;
}

.moments-gallery {
    margin-top: 22px;
}

.momentsga-cover ul li {
    display: inline-block;
    padding: 5px 5px 5px 0;
    width: 25%;
    margin: 0 -2px;
    vertical-align: top;
}

    .momentsga-cover ul li img {
        width: 100% !important;
        opacity: 1;
        display: block;
        height: 300px;
        object-fit: cover;
        object-position: center;
        transition: .5s ease;
        backface-visibility: hidden;
        margin-bottom: 12px;
    }

.momentsga-cover a {
    color: #333 !important;
    
}

.momentsga-cover ul li img {
    border-radius: 12px;
}

.ready-join {
    padding: 40px 0;
    background: url(../images/readyjoin-bg.png) no-repeat;
    background-size: cover;
}

.readyjoin-left h2 {
    color: #fff;
    margin-bottom: 10px;
}

.readyjoin-left p {
   
    color: #fff;
    letter-spacing: 1px;
}

.ready-join .heading-title {
    margin-bottom: 0;
}

.readyjoin-right {
    align-items: center;
    align-self: center;
    padding: 10px 0;
}

.footers {
    padding: 0 0 25px;
}

.footmenu h3 {
    color: #003e68;
    font: 600 20px/1.2 Lato,sans-serif;
    margin-bottom: 22px;
}

.footmenu p {
    color: #3e3838;
  
    margin-bottom: 18px;
}

.social-icons ul {
    list-style: none;
}

    .social-icons ul li {
        display: inline-block;
        padding-right: 5px;
    }

.social-icons a {
    display: inline-block;
    border: 1px solid #1a6ea7;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 3px;
    border-radius: 5px;
}

.social-icons {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.footmenu-list ul {
    list-style: none;
}

    .footmenu-list ul li {
        width: 50%;
        margin: 0 -2px;
        display: inline-block;
        padding-bottom: 10px;
        vertical-align: top;
    }

        .footmenu-list ul li a {
            color: #3e3838 !important;
          
        }

.footmenu:last-child {
    padding-right: 15px !important;
}

.footermap p span {
    position: relative;
    padding-left: 38px;
    display: inline-block;
}

.map-icon span:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/sprite.png) -311px -45px;
}

.call-icon span:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/sprite.png) -350px -45px;
}

.social-icons ul li .fa {
    color: #000 !important;
}

.call-icon a {
    color: #3e3838;
}

.rgallery-view {
    display: none;
}

.bluebutton:hover {
    color: #003e68 !important;
    background: #fff !important;
}

.schoolbtn:hover {
    color: #fff !important;
    background: #e09712 !important;
}

.enrollbtn:hover {
    background: #fff !important;
    color: #000 !important;
}

ul.sidemenu > li:last-child a:hover {
    background: #fff !important;
    color: #000;
}

/*.breadcrumbs-part {
    padding: 10px 0;
    background: #d4dfe6;
    margin-bottom: 12px;
}

    .breadcrumbs-part ul {
        list-style: none;
    }

        .breadcrumbs-part ul li {
            display: inline-block;
           
            border-right: 1px solid #666;
            padding: 0 10px;
            margin: 0 -2px;
            color: #003d68;
        }

            .breadcrumbs-part ul li:last-child {
                border: 0 !important;
            }

            .breadcrumbs-part ul li a {
                color: #666;
                font-weight: 400 !important;
            }*/

.heading-title h1 {
  
}

.detailpg-heading {
    padding: 20px 0 14px;
}

    .detailpg-heading h1 {
        color: #4a4b4c;
    }

.overview-cdt .schooledbox {
    padding: 9%;
}

.overview-cdt .scholled-left h2 {
    color: #e09712;
   
}

.overview-lists ul {
    list-style: none;
    margin-top: 12px;
}

    .overview-lists ul li {
        display: inline-block;
        width: 50%;
        margin: 0 -2px;
        vertical-align: top;
        padding-right: 12px;
        padding-bottom: 30px;
    }

        .overview-lists ul li h3 {
            color: #e09712;
           
            margin-bottom: 10px;
        }

        .overview-lists ul li p {
            
            margin-bottom: 10px;
        }

.overview-cdt .schoolworld-left {
    padding-top: 17%;
}

.eary-about {
    padding: 45px 0 30px;
}

.eaboutleft p {
    color: #211d1d;
    
    margin-bottom: 14px;
}

.eaboutleft h2 {
   
    margin-bottom: 14px;
    color: #666262;
}

.eaboutright {
    padding-left: 5% !important;
}

.talk-facility {
    background: #d4dfe6;
    padding: 8%;
    border-radius: 18px;
    border: 1px solid #003e68;
    position: relative;
}

    .talk-facility:after {
        content: "";
        position: absolute;
        bottom: -65px;
        right: 33px;
        width: 159px;
        height: 169px;
        background: url(../images/faculty.png) no-repeat;
    }

    .talk-facility h3 {
        
        color: #e09712;
        margin-bottom: 14px;
    }

    .talk-facility p {
        color: #231e1e;
    
        margin-bottom: 20px;
    }

.activitypart {
    padding: 50px 0;
    background: url(../images/activity-banner.png) no-repeat;
    background-size: cover;
    margin-top: 40px;
}

    .activitypart h2 {
        color: #fff;
    }

.activity-lists ul {
    list-style: none;
}

    .activity-lists ul li {
        display: inline-block;
        width: 100%;
        padding-left: 35px;
        position: relative;
        color: #fff;
        padding-bottom: 12px;
       
    }

        .activity-lists ul li:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            left: 0;
            top: 3px;
            background: url(../images/sprite.png) -404px -46px;
        }

.believecover {
    background: #003e68;
    padding: 12% 24% 12% 12%;
    border-radius: 30px;
    border: 1px solid #000;
}

.webelieve {
    margin: 10px 0 20px;
}

.believeleft .heading-title h2 {
    color: #f7ce59;
}

.believecover p {
   
    color: #fff;
}

.bel-img img {
    border-radius: 22px;
}

.believeright {
    align-items: center;
    align-self: center;
}

.bel-img {
    margin-left: -15%;
}

.our-journey {
    padding: 50px 0;
    margin: 30px 0;
    background: url(../images/About-Us_06.png) no-repeat;
    background-size: cover;
}

.journeycover-heading h2 {
    color: #f7ce59;
}

.journeycover {
    margin-top: 12px;
}

.journeycover {
    margin-top: 32px;
    position: relative;
}

    .journeycover:after {
        content: "";
        position: absolute;
        width: calc(100% - 30px);
        height: 1px;
        background: #1d69a0;
        top: 0;
        left: 15px;
        right: 15px;
    }

.journeydt h5 span {
    
    color: #000;
    background: #f7ce59;
    padding: 10px 32px;
    border-radius: 30px;
    display: inline-block;
    width: 110px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.journeydt h5 {
    margin-top: -20px;
    margin-bottom: 20px;
}

.journeydt p {
   
    color: #fff;
}

.journeycontent {
    padding-right: 10%;
}

.journeydt {
    z-index: 9;
}

.ab-infrostructure {
    margin: 15px 0 40px;
}

.infoleft p {
    margin-bottom: 22px;
    
}

.infoleft h5 {
    color: #e09713;
   
    margin-bottom: 8px;
}

.infoleft {
    align-self: center;
}

.inforight {
    margin: 12px 0;
}

.infoleft {
    margin: 12px 0;
}

.aimsimg {
    border-radius: 30px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.aims-section {
    background: #d4dfe6;
    padding: 30px 0;
}

.aimsleft {
    align-self: center;
    margin: 15px 0;
}

.aimsright {
    margin: 15px 0;
    padding-left: 5% !important;
}

.aimscover {
    position: relative;
}

    .aimscover:after {
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 40px;
        position: absolute;
        left: 12px;
        top: -12px;
        background: #aabfcd;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
    }

    .aimscover:hover:after {
        background: #003e68;
    }

.aimsright p {
    color: #211d1d;
    
}

.naksha-teams {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pillersleft {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 3%;
}

.pillersright {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 5%;
}

    .pillersright p {
        margin-bottom: 20px;
        color: #211d1d;
        
    }

.pillers-quote p {
    
}

.pillers-quote {
    padding-bottom: 50px;
    position: relative;
    margin-top: 36px;
}

    .pillers-quote:after {
        position: absolute;
        content: "";
        bottom: 16px;
        right: 5%;
        display: inline-block;
        background: url(../images/sprite.png) -23px -12px;
        width: 62px;
        height: 56px;
    }

.pillersimg-cover {
    padding-left: 14%;
    position: relative;
    width: 100%;
}

.nakimg img {
    width: 100%;
}

.social-pillers ul {
    list-style: none;
}

.social-pillers {
    width: 42px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pillers-naksha {
    padding: 45px 0;
}

.social-pillers ul li {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e09713;
    margin: 14px 0;
    padding: 2px;
}

    .social-pillers ul li .fa {
        color: #fff !important;
    }

.nakimg img {
    margin-bottom: 20px;
}

.nakimg h3 {
    color: #e09713;
    
    text-transform: uppercase;
}

.nakimg p {
   
    color: #fff;
}

.naksha-teams {
    margin-top: 22px;
}

.pillersimg-cover:before {
    content: "";
    width: 74%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #003e68;
    display: inline-block;
    height: 85%;
    border-radius: 30px;
    z-index: -9;
}

.nakimg {
    padding-bottom: 18px;
}

.naksha-teams {
    margin-top: 18px;
    margin-bottom: 60px;
}

.naksha-teams2 {
    margin-top: 52px;
}

.join-usjourey {
    margin-top: 130px;
    background: #d4dfe6;
    border-top: 1px solid #003e68;
    border-bottom: 1px solid #003e68;
    text-align: center;
}

.careers-rd a {
    background: 0 0 !important;
    color: #000 !important;
}

.jointexts {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
}

.careers-rd {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
}

.join-cover {
    padding: 40px 18%;
    position: relative;
}

.jointexts h2 {
    color: #e09712;
   
}

.join-cover:before {
    content: "";
    width: 14%;
    height: 198%;
    left: 0;
    bottom: 0;
    position: absolute;
    display: inline-block;
    background: url(../images/About-Us_51-16.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.join-cover:after {
    content: "";
    width: 14%;
    height: 198%;
    right: 0;
    bottom: 0;
    position: absolute;
    display: inline-block;
    background: url(../images/About-Us_51-16.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.mission-section {
    padding: 60px 0 0;
}

.virtual-tour {
    margin: 30px 0;
}

.virtual-cover img {
    border-radius: 30px;
    z-index: 9;
    position: relative;
    width: 100%;
}

.virtual-cover {
    position: relative;
}

    .virtual-cover:before {
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 40px;
        position: absolute;
        left: 12px;
        top: -12px;
        background: #aabfcd;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
    }

.virtual-location {
    margin-left: -4% !important;
    position: relative;
    z-index: 9;
}

.virtual-locationcover {
    background: url(../images/School-Tour_06.png) no-repeat;
    width: 100%;
    float: left;
    padding: 40px 5% 40px 10%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-size: cover;
}

.virtualright {
    align-self: center;
}

.virtual-locationcover .heading-title {
    margin-bottom: 0;
}

.virtual-locationcover h2 {
    color: #fff;
    margin-bottom: 12px;
}

.detailpg-heading p {
    font: 400 16px/1.6 'DM Sans',sans-serif;
    color: #211d1d;
}

.virtual-locationcover p {
    font: 400 16px/1.4 'DM Sans',sans-serif;
    color: #fff;
}

.stourlists {
    margin: 20px 0;
}

.digi-marketing {
    padding-left: 20%;
    margin-bottom: 30px;
}

.scholtour-content {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.sch-imgcover {
    text-align: right;
    width: 68%;
    float: right;
}

.sch-content {
    width: 32%;
    float: left;
    position: relative;
    z-index: 9;
}

    .sch-content img {
        margin-bottom: 14px;
    }

.st-conentwrap h3 {
    font: 600 20px/1.4 Lato,sans-serif;
    margin-bottom: 12px;
    color: #003e68;
}

.st-conentwrap {
    padding: 86px 15% 20px 0;
    background: #ffffffb0;
    border-radius: 30px;
    margin-top: -80px;
    margin-right: -30%;
}

.content-wrapper {
    margin-bottom: 28px;
}

.stour-cover {
    padding: 0 !important;
}

.pg-active {
    position: fixed !important;
    z-index: 99;
}

.stage-dgs {
    width: 22%;
    position: absolute;
    left: 0;
    top: 39%;
    text-align: left;
    padding-right: 0;
    box-sizing: border-box;
    min-height: 350px;
}

.content-wrapper p {
    font: 400 16px/1.5 'DM Sans',sans-serif;
    color: #211d1d;
    margin-bottom: 15px;
    text-align: justify;
}

ul.fxspage-scrolling {
    list-style: none;
}

    ul.fxspage-scrolling li {
        font: 600 20px/1.5 Lato,sans-serif;
        margin: 10px 0;
    }

        ul.fxspage-scrolling li a {
            color: #94918c;
            padding-left: 30%;
        }

            ul.fxspage-scrolling li a.active {
                color: #e09712 !important;
                position: relative;
                display: inline-block;
            }

                ul.fxspage-scrolling li a.active:before {
                    content: "";
                    position: absolute;
                    width: 65px;
                    height: 2px;
                    background: #94918c;
                    left: 0;
                    top: 16px;
                }

#footercnts {
    padding-top: 100px;
}

.content-wrapper ul {
    list-style: none;
}

    .content-wrapper ul li {
        display: inline-block;
        width: 100%;
        position: relative;
        padding-left: 20px;
        font: 400 16px/1.4 'DM Sans',sans-serif;
        color: #211d1d;
        padding-bottom: 10px;
    }

        .content-wrapper ul li:before {
            position: absolute;
            left: 0;
            top: 8px;
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #e09712;
        }

img.newsimg {
    width: 100%;
    border-radius: 15px;
    opacity: 1;
    display: block;
    height: 310px;
    object-fit: cover;
    object-position: center;
    transition: .5s ease;
    backface-visibility: hidden;
}

.news-updates {
    margin: 20px 0;
}

.newsbox-cover a {
    width: 100%;
    display: inline-block;
}

.newsbox-cover {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

    .newsbox-cover p {
        width: 115px;
        position: absolute;
        right: 22px;
        bottom: -18px;
        background: #e09712;
        text-align: center;
        border-radius: 30px;
        color: #fff;
        font: 400 18px/1.4 'DM Sans',sans-serif;
        padding: 8px 20px;
        border: 2px solid #f0b64c;
    }

.newsbox {
    margin-bottom: 40px;
}

    .newsbox h3 a {
        color: #242121 !important;
    }

    .newsbox h3 {
        font: 600 26px/1.2 Lato,sans-serif;
    }

.stayblog-box {
    margin-bottom: 38px;
}

.blogwrapper {
    margin-top: 5px !important;
}

.blogbox-left {
    padding-left: 0 !important;
}

.recent-post ul {
    list-style: none;
    padding-bottom: 80px;
}

.recent-post {
    padding: 30px;
    background: #deebf4;
    border-radius: 20px;
}

    .recent-post h3 {
        color: #e09712;
        margin-bottom: 16px;
        font: 600 20px/1.4 Lato,sans-serif;
    }

    .recent-post ul li h5 a {
        color: #161414 !important;
    }

    .recent-post ul li h5 {
        font: 400 18px/1.4 Lato,sans-serif;
        margin-bottom: 8px;
    }

    .recent-post ul li p {
        color: #003e68;
        font: 600 13px/1.4 Lato,sans-serif;
    }

    .recent-post ul li {
        padding-bottom: 25px;
        position: relative;
    }

        .recent-post ul li:before {
            content: "";
            width: 50%;
            height: 1px;
            background: #6d90a9;
            position: absolute;
            bottom: 10px;
            left: 0;
        }

.tcontent p {
    color: #211d1d;
    font: 400 16px/1.6 'DM sans',sans-serif;
}

img.stlistimg {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.talk-facility .schoolbtn {
    background: 0 0;
    color: #000;
}

.blogwrapper p.events-para {
    font: 400 13px/1.4 'DM Sans',sans-serif !important;
}

.blogwrapper .events-time p {
    font: 400 16px/1.4 'DM Sans',sans-serif;
}

li.menu-dropdown-iconh > a:before {
    right: -5%;
}

.bdt-image {
    border-radius: 15px;
    z-index: 9;
    position: relative;
}

.blogdts-date p {
    color: #e0960f;
    font: 400 13px/1.4 'DM Sans',sans-serif;
}

.blogdts-date {
    margin-bottom: 20px;
}

    .blogdts-date p span {
        padding: 0 30px;
        position: relative;
        display: inline-block;
    }

.bdt-author:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    top: -3px;
    left: 10px;
    background: url(../images/sprite.png) -128px -46px;
}

.bdt-date:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: -3px;
    left: 0;
    background: url(../images/sprite.png) -160px -103px;
}

.blogdetail-wrapper {
    padding: 50px 0 25px;
    position: relative;
}

.blogdt-image {
    padding-right: 8% !important;
}

    .blogdt-image:after {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: -36px;
        background: url(../images/moments-bg.png) no-repeat;
        display: inline-block;
        background-size: contain;
    }

.blogboxdt-wrap p {
    font: 400 16px/1.6 'DM Sans',sans-serif;
    color: #211d1d;
    margin-bottom: 20px;
}

.blogboxdt-wrap img {
    border-radius: 18px;
    margin: 8px 0 30px;
}

.blogboxdt-wrap {
    border-bottom: 2px solid #8e9ba2;
    padding-bottom: 118px;
    position: relative;
    margin-bottom: 35px;
}

    .blogboxdt-wrap:after {
        content: "";
        width: 133px;
        height: 94px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../images/Blogs-single_5.png) no-repeat;
        display: inline-block;
        background-size: contain;
    }

    .blogboxdt-wrap h2 {
        font: 600 30px/1.2 Lato,sans-serif;
        margin-bottom: 20px;
    }

    .blogboxdt-wrap h3 {
        font: 600 25px/1.2 Lato,sans-serif;
        margin-bottom: 20px;
    }

    .blogboxdt-wrap h4 {
        font: 600 22px/1.2 Lato,sans-serif;
        margin-bottom: 20px;
    }

    .blogboxdt-wrap h5 {
        font: 600 20px/1.2 Lato,sans-serif;
        margin-bottom: 20px;
    }

    .blogboxdt-wrap h6 {
        font: 600 18px/1.2 Lato,sans-serif;
        margin-bottom: 20px;
    }

    .blogboxdt-wrap ul {
        list-style: none;
        margin-bottom: 15px;
    }

        .blogboxdt-wrap ul li {
            font: 400 16px/1.6 'DM Sans',sans-serif;
            color: #211d1d;
            position: relative;
            padding-bottom: 8px;
            padding-left: 20px;
        }

            .blogboxdt-wrap ul li:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                left: 0;
                top: 9px;
                background: #e09712;
                border-radius: 50%;
            }

.blog-readyjoin {
    margin-top: 38px;
    margin-bottom: 70px;
}

    .blog-readyjoin a {
        width: 160px;
    }

    .blog-readyjoin .talk-facility:after {
        content: "";
        position: absolute;
        bottom: -65px;
        right: 20px;
        width: 116px;
        height: 132px;
        background: url(../images/Blogs-single_4.png) no-repeat;
        background-size: contain;
    }

.modal-header h3 {
    font: 600 25px/1.2 Lato,sans-serif;
    color: #e09712;
    padding-right: 40px;
}

.formcover {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative;
}

.iptxt {
    width: 100%;
    padding: 7px 12px;
    font: 400 16px/1.6 'DM Sans',sans-serif;
    color: #211d1d;
    outline: 0 !important;
    border: 1px solid #a3a6a9 !important;
}

.info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: red;
    font: 400 14px/1 'DM Sans',sans-serif;
}

textarea.iptxt {
    resize: vertical;
}

.fix-mid {
    max-width: 992px;
    width: 95%;
    margin: 0 auto;
}

.pt-testimonials {
    padding: 40px 0;
}

.ptestimonial-cover {
    padding: 16px 6%;
    width: 100%;
    float: left;
    position: relative;
}

    .ptestimonial-cover:after {
        content: "";
        width: 100%;
        height: 358px;
        position: absolute;
        right: 0;
        top: -36px;
        background: url(../images/moments-bg.png) no-repeat;
        display: inline-block;
        background-size: contain;
    }

.prtestimonial {
    position: relative;
}

.ptestimonial-cover .prtestimonial:after {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 5%;
    display: inline-block;
    background: url(../images/sprite.png) -23px -160px;
    width: 62px;
    height: 56px;
}

.parent-name img {
    margin: 0 !important;
}

.parentname-image {
    display: inline-block;
    vertical-align: top;
}

.parentname-testi {
    display: inline-block;
    padding-left: 22px;
    vertical-align: top;
}

.parent-name {
    margin-top: -98px;
    margin-bottom: 20px;
}

.ptestimonial-cover .parentssay-box {
    margin-bottom: 70px;
}

.parent-name h4 {
    color: #003e68 !important;
}

.emp-list-accordion {
    display: none;
    padding: 12px 10% 12px 0;
}

.openicon .emp-list-accordion {
    display: inline-block;
}

.adminbox-wrap {
    background: #d4dfe6;
    padding: 8%;
    border-radius: 16px;
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .adminbox-wrap h2 {
        color: #e09712;
        font: 600 28px/1.2 Lato,sans-serif;
        margin-bottom: 10px;
    }

.emp-list-title h3 {
    font: 400 20px/1.2 Lato,sans-serif;
    padding: 12px 12% 12px 0;
    border-radius: 2px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

    .emp-list-title h3:after {
        width: 28px;
        height: 20px;
        float: right;
        margin-top: 3px;
        right: 0;
        position: absolute;
        top: 13px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        color: #e09712;
        text-align: center;
    }

    .emp-list-title h3 a {
        color: #696662 !important;
    }

.openicon .emp-list-title h3:after {
    content: "\f068" !important;
    font-size: 20px;
}

.emp-list-accordion h4 {
    color: #003e68;
    font: 600 22px/1.2 Lato,sans-serif;
    margin-bottom: 10px;
}

.emp-list-accordion p {
    font: 400 16px/1.5 'DM Sans',sans-serif;
    color: #292626;
    margin-bottom: 10px;
}

.emp-list-title h3 span {
    display: inline-block;
    width: 100%;
    font: 400 16px/1.4 'DM Sans',sans-serif;
    color: #403939;
    margin-top: 8px;
}

.age-creteria {
    margin: 30px 0;
}

    .age-creteria p {
        font: 400 16px/1.5 'DM Sans',sans-serif;
        color: #292626;
    }

.age-groupwrap {
    padding: 10% 12%;
    background: #d4dfe6;
    border-radius: 18px;
    margin-bottom: 30px;
}

.agegroup-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.age-category {
    width: 50%;
    margin: 0 -2px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.age-group {
    width: 50%;
    margin: 0 -2px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
    padding-left: 5%;
}

.agegroup-row:first-child .age-group:before {
    display: none;
}

.age-group:before {
    content: "_";
    width: 30px;
    height: 15px;
    position: absolute;
    left: -10px;
    top: -8px;
    display: inline-block;
    vertical-align: middle;
}

.agegroup-row h4 {
    color: #e09713;
    font: 600 20px/1.2 Lato,sans-serif;
}

.agegroup-row p {
    font: 400 16px/1.5 'DM Sans',sans-serif;
    color: #292626;
}

.checklist-document h3 {
    color: #211d1d;
    font: 600 22px/1.2 Lato,sans-serif;
    margin-bottom: 22px;
}

.checkdoc-image {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    margin: 0 -2px 12px;
}

.checkdoc-content {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin: 0 -2px 12px;
}

    .checkdoc-content p {
        font: 400 18px/1.4 'DM Sans',sans-serif;
        color: #403939;
    }

.checklists-order {
    margin-bottom: 15px;
}

.checklist-document {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.enquiry-box h2 {
    font: 600 28px/1.2 Lato,sans-serif;
    margin-bottom: 20px;
    color: #211d1d;
}

.enqimg {
    margin-right: 10px;
}

.enquiry-box p {
    font: 400 16px/1.4 'DM Sans',sans-serif;
    color: #201c1c;
}

.enquiry-box {
    padding: 25px;
    box-shadow: 1px 0 14px #ccc;
    -webkit-box-shadow: 1px 0 14px #ccc;
    -moz-box-shadow: 1px 0 14px #ccc;
    -ms-box-shadow: 1px 0 14px #ccc;
    border-radius: 5px;
    width: 100%;
    float: left;
}

.enquiryform-cover {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.ipformcover h5 {
    color: #003e68;
    font: 600 18px/1.2 Lato,sans-serif;
    margin-bottom: 10px;
}

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

.ipform-cover {
    width: 48%;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

    .ipform-cover:nth-child(even) {
        float: right !important;
    }

.ciptxt {
    font: 400 16px/1.5 'DM Sans',sans-serif;
    color: #201c1c;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 12px;
    outline: 0 !important;
}

.radio-inline {
    margin-right: 5%;
    cursor: pointer;
}

    .radio-inline input[type=radio]:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #ccc;
        cursor: pointer;
    }

    .radio-inline input[type=radio]:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: -1px;
        position: relative;
        background-color: #e09712;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #ccc;
        cursor: pointer;
    }

label.radio-inline input {
    appearance: none;
    -webkit-appearance: unset;
}

table.table-condensed {
    font: 400 16px/1.4 'DM Sans',sans-serif;
    color: #201c1c;
}

.parentdt-box {
    margin-top: 20px;
}

.ipformcover-full {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.ipform-cover p {
    font-weight: 500;
}

.ipformcover-full textarea {
    min-height: 110px;
    resize: vertical;
}

.adminbtns {
    border: 3px solid #f0b64c;
    display: inline-block;
    font: 400 17px/1.2 'DM Sans',sans-serif;
    text-align: center;
    background: #e09712;
    padding: 14px 20px;
    border-radius: 30px;
    width: 150px;
    color: #fff !important;
}

    .adminbtns:hover {
        background: #fff;
        color: #e09712 !important;
    }

.pay-online p {
    color: #e09712;
    font: 600 18px/1.2 'DM Sans',sans-serif;
}

.pay-online {
    text-align: right;
    margin-top: -48px;
    width: 100%;
    float: left;
}

.faqcovers {
    box-shadow: 0 2px 10px #929191;
    -webkit-box-shadow: 0 2px 10px #929191;
    -moz-box-shadow: 0 2px 10px #929191;
    -ms-box-shadow: 0 2px 10px #929191;
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 48px;
    border-radius: 10px;
    margin-bottom: 70px;
}

    .faqcovers .emp-lst-sps {
        background: #eaf0f3;
        width: 100%;
        float: left;
        padding: 0 5%;
    }

    .faqcovers .emp-list-title {
        width: 100%;
        float: left;
        border-bottom: 1px solid #b3b8bb;
        padding: 18px 0;
    }

    .faqcovers .emp-lst-sps.openicon {
        background: #fff;
    }

    .faqcovers .emp-list-title h3 a {
        color: #003e68 !important;
    }

    .faqcovers .emp-list-title h3 {
        font: 600 20px/1.2 Lato,sans-serif;
    }

    .faqcovers .emp-list-accordion p a {
        color: #e09712 !important;
        font-weight: 500;
    }

    .faqcovers .emp-lst-sps:last-child .emp-list-title {
        border: 0 !important;
    }

    .faqcovers .emp-list-title h3 {
        padding-left: 35px !important;
    }

        .faqcovers .emp-list-title h3:before {
            content: "";
            width: 32px;
            height: 32px;
            float: right;
            margin-top: 3px;
            left: 0;
            position: absolute;
            top: 13px;
            display: inline-block;
            background: url(../images/sprite.png) -592px -53px;
            text-align: center;
        }

    .faqcovers .emp-lst-sps.openicon .emp-list-title {
        border-bottom: 1px solid #fff;
    }

    .faqcovers .emp-list-accordion {
        padding: 0 0 20px;
    }

    .faqcovers .emp-lst-sps:first-child {
        padding-top: 5%;
    }

.faqbox:after {
    content: "";
    width: 140px;
    height: 126px;
    background: url(../images/naksha-faq.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 5%;
    top: -28px;
    display: inline-block;
}

.emp-list-title {
    padding: 3px 0;
}

.admintabs .emp-lst-sps.openicon .emp-list-title h3 a {
    color: #003e68 !important;
    font-weight: 600;
}

.admintabs .admin-procedure h4 {
    font: 400 20px/1.2 Lato,sans-serif;
    color: #696662;
    margin-bottom: 8px;
}

.admin-procedure p {
    font: 400 16px/1.5 'DM Sans',sans-serif;
    color: #292626;
    margin-bottom: 12px;
}

.careerwrap .openicon .emp-list-title h3 {
    color: #e09712;
    font: 600 28px/1.2 Lato,sans-serif;
}

    .careerwrap .openicon .emp-list-title h3 a {
        color: #e09712 !important;
    }

.careerwrap .emp-lst-sps {
    border-bottom: 1px solid #a5a2a2;
}

.careerwrap .emp-list-title {
    padding: 10px 0;
}

.careerwrap .emp-list-accordion {
    padding: 0 0 25px;
}

.careerwrap .emp-lst-sps:last-child {
    border-bottom: 0 !important;
}

.emp-list-accordion h5 {
    color: #003e68;
    font: 600 18px/1.2 Lato,sans-serif;
    margin-bottom: 12px;
}

.emp-list-accordion ul {
    list-style: none;
}

    .emp-list-accordion ul li {
        display: inline-block;
        width: 100%;
        padding-left: 32px;
        position: relative;
        color: #211d1d;
        padding-bottom: 12px;
        font: 400 16px/1.5 'DM Sans',sans-serif;
    }

        .emp-list-accordion ul li:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            left: 0;
            top: 3px;
            background: url(../images/sprite.png) -450px -49px;
        }

        .emp-list-accordion ul li a {
            color: #e09712;
            font-weight: 500;
        }

.careerform-cover h5 {
    margin-bottom: 20px;
}

img.file-up {
    cursor: pointer;
}

.uploadresume input {
    display: none !important;
    outline: 0 !important;
}

.footers hr {
    padding: 0 0 22px;
    margin-top: 0;
}

.admission-wrapper {
    margin-bottom: 60px;
}

.contactbox-content {
    padding: 40px 5% 0;
    position: relative;
}

    .contactbox-content:after {
        content: "";
        width: 358px;
        height: 358px;
        position: absolute;
        right: 0;
        top: -36px;
        background: url(../images/contact-bg.png) no-repeat;
        display: inline-block;
        background-size: 100%;
        z-index: -9;
    }

.contactbox-cover {
    padding: 10%;
    box-shadow: 1px 0 14px #ccc;
    -webkit-box-shadow: 1px 0 14px #ccc;
    -moz-box-shadow: 1px 0 14px #ccc;
    -ms-box-shadow: 1px 0 14px #ccc;
    border-radius: 10px;
    margin-bottom: 32px;
    min-height: 305px;
    width: 100%;
    float: left;
    background: #fff;
}

    .contactbox-cover img {
        margin-bottom: 20px;
    }

    .contactbox-cover h4 {
        color: #e09713;
        font: 600 20px/1.2 Lato,sans-serif;
        margin-bottom: 12px;
    }

    .contactbox-cover p {
        font: 400 16px/1.5 'DM Sans',sans-serif;
        color: #292626;
    }

        .contactbox-cover p a {
            color: #292626 !important;
        }

.contact-details {
    margin-bottom: 25px;
}

.contactimg {
    width: 100%;
}

.fix-form {
    max-width: 992px;
    width: 95%;
    margin: 0 auto;
}

.ctform-left .enquiry-box {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

.cforms-cover {
    padding: 25px;
    box-shadow: 1px 0 14px #ccc;
    -webkit-box-shadow: 1px 0 14px #ccc;
    -moz-box-shadow: 1px 0 14px #ccc;
    -ms-box-shadow: 1px 0 14px #ccc;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin-top: -18%;
    background: #fff;
    z-index: 9;
    position: relative;
}

.ctform-right iframe {
    width: 100%;
    height: 80%;
}

.ctform-right {
    padding-top: 40px;
    padding-right: 4% !important;
}

.contactform-now {
    padding: 10px 5% 42px;
    width: 100%;
    float: left;
    background: #efeeee;
}

.stayconnected {
    padding: 38px 0 0;
    width: 100%;
    float: left;
    text-align: center;
}

    .stayconnected ul {
        list-style: none;
    }

    .stayconnected h2 {
        font: 600 28px/1.2 Lato,sans-serif;
        margin-bottom: 12px;
        color: #211d1d;
    }

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

        .stayconnected ul li a {
            display: inline-block;
            padding: 6px 10px;
            text-decoration: none !important;
            background: #0244a1;
            color: #fff !important;
            border-radius: 50%;
            width: 38px;
            height: 38px;
            font-size: 18px;
        }

.curriculumlp-section {
    margin: 30px 0 15px;
}

.cclp-content {
    padding: 7% 14% 7% 7%;
}

    .cclp-content h2 {
        color: #f7ce59;
        margin-bottom: 18px;
        font: 600 22px/1.2 Lato,sans-serif;
    }

    .cclp-content p {
        color: #fff;
        margin-bottom: 15px;
        font: 400 16px/1.6 'DM Sans',sans-serif;
    }

.ccr-features ul {
    list-style: none;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #15557f;
    width: 100%;
    padding-bottom: 21px;
}

    .ccr-features ul li {
        display: inline-block;
        width: 33.33%;
        margin: 10px -2px;
        vertical-align: top;
        padding-right: 3%;
    }

        .ccr-features ul li h5 {
            font: 400 18px/1.6 'DM Sans',sans-serif;
            color: #f7ce59;
        }

.curriculumlp-left {
    padding: 0 !important;
}

.curriculumlp-right {
    padding: 0 !important;
}

img.crthumb {
    width: 100%;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.curriculumlp-right {
    width: 100%;
    float: left;
}

.curriculumlp-right {
    align-self: center;
}

.crrlp-cover {
    background: #003e68;
    border-radius: 22px;
}

.curriculumlp-section:nth-child(2) .crrlp-cover {
    background: #d4dfe6 !important;
}

.curriculumlp-section:nth-child(2) .cclp-content h2 {
    color: #003e68;
}

.curriculumlp-section:nth-child(2) .cclp-content p {
    color: #2c2727;
}

.curriculumlp-section:nth-child(2) .cclp-content h5 {
    color: #003e68;
}

.curriculum-wrappers {
    margin-bottom: 30px;
}

.curriculumlp-section:nth-child(2) .adminbtns {
    border: 3px solid #0572bb;
    background: #003e68;
}

    .curriculumlp-section:nth-child(2) .adminbtns:hover {
        color: #003e68 !important;
        background: #fff !important;
    }

.curriculumfix {
    position: absolute;
    top: 50%;
    left: -12%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ga-zoom {
    display: none;
}

.gallerybox {
    margin-bottom: 30px;
}

.gaimg {
    border-radius: 12px;
    width: 100%;
}

.gallerybox-cover {
    width: 100%;
    float: left;
    position: relative;
}

.galleryfix {
    position: absolute;
    bottom: 0;
    background: #ffffffc7;
    width: 90%;
    border-top-right-radius: 20px;
}

.gallerybox-cover a {
    width: 100%;
    display: inline-block;
    color: #003d68 !important;
    text-decoration: none !important;
    position: relative;
    z-index: 99;
}

.ga-content p {
    color: #aa720b;
    font: 500 16px/1.2 'DM Sans',sans-serif;
    margin-bottom: 5px;
}

.ga-content a {
    color: #003d68 !important;
    text-decoration: none !important;
}

.ga-content h5 {
    font: 600 20px/1.2 Lato,sans-serif;
}

.ga-content {
    width: 100%;
    position: relative;
    padding: 16px;
    z-index: 99;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

    .ga-content:after {
        content: "";
        width: 42px;
        height: 38px;
        position: absolute;
        display: inline-block;
        right: 1px;
        top: 1px;
        background: url(../images/sprite.png) -94px -99px;
        z-index: -9;
    }

.gallerybox-cover:hover .ga-content {
    width: 0;
    display: none;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.gallerybox-cover:hover .galleryfix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #e0971280;
    border-radius: 12px;
}

.gallerybox-cover:hover .ga-zoom {
    position: absolute;
    width: 37px;
    height: 37px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: url(../images/sprite.png) -37px -99px;
}

.gallery-wrapper {
    margin-bottom: 40px;
}

.lightga {
    padding: 3px 3px !important;
}

    .lightga img {
        border-radius: 12px;
        opacity: 1;
        display: block;
        width: 100%;
        height: 292px;
        object-fit: cover;
        object-position: center;
        transition: .5s ease;
        backface-visibility: hidden;
    }

.gallerydt-wrapper {
    margin-bottom: 45px;
}

.src_im span.caption {
    display: none;
}

.demo-gallery {
    padding: 0 1%;
}

.activity-middle-school-curriculum {
    background: url(../images/primary-and-middle_20.png) no-repeat;
    background-size: cover;
}

.activity-primary-curriculum {
    background: url(../images/primary-and-middle_18.png) no-repeat;
    background-size: cover;
}

.cfull-details {
    width: 100%;
    float: left;
}

.viewmore-cover {
    text-align: center;
}

    .viewmore-cover .enrollbtn {
        width: 200px;
        padding: 16px 20px;
    }

.virtual-cover a {
    display: inline-block;
    width: 100%;
}

.eventwrap {
    margin-top: 5px !important;
}

.stayblog-box h3 a {
    color: #242121 !important;
    text-decoration: none !important;
}

.eventwrap .blogimg {
    width: 100%;
    border-radius: 15px;
    opacity: 1;
    display: block;
    height: 216px;
    object-fit: cover;
    object-position: center;
    transition: .5s ease;
    backface-visibility: hidden;
    margin-bottom: 12px;
}

.event-breadcrumbs {
    margin-bottom: 40px;
}

.news-all {
    margin-top: 0 !important;
}

.newsbox-cover p a {
    color: #fff;
    text-transform: capitalize;
}

.rcontact-icons {
    display: none;
}

.blogboxdt-wrap p a {
    color: #e09712;
}

.emp-list-accordion p a {
    color: #e09756;
    font-weight: 600;
}

.pillerscontent-cover {
    padding: 0 5%;
}

.thanksection {
    padding: 40px 0;
}

.thanksection {
    padding: 42px 0;
    text-align: center;
}

.thank-covers h1 {
    font: 600 32px/1.2 Lato,sans-serif;
    margin-bottom: 12px;
    color: #e09712;
}

.thank-covers h4 {
    font: 400 22px/1.2 'DM Sans',sans-serif;
    color: #292626;
    margin-bottom: 12px;
}

.thank-covers h3 {
    color: #003d67;
    font: 600 26px/1.2 Lato,sans-serif;
    margin-bottom: 10px;
}

.sharethis-post {
    position: absolute;
    bottom: 1%;
    right: 35%;
}

    .sharethis-post p {
        font: 600 20px/1.6 'DM Sans',sans-serif;
    }

.fixed-menu {
    position: fixed;
    z-index: 999;top: 0px;
}

    .fixed-menu .header-topcover {
        display: none;
    }

    .fixed-menu .logo {
        width: 85px;position: relative;
    }

.header-bottom {
    border-bottom: 1px solid #d4dfe6;
}

.bannercover .slick-prev:before {
    content: "\f104" !important;
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 32px !important;
    margin-top: -3px;
}

.bannercover .slick-next:before {
    content: "\f105" !important;
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 32px !important;
    margin-top: -3px;
}

.slick-next, .slick-prev {
    width: 38px !important;
    height: 38px;
    background: #e09712 !important;
}

.bannercover .slick-slide img {
    display: inline-block !important;
    width: 100%;
}

.bannerleft-naksha {
    padding: 0 7% !important;
}

.bannerright-naksha {
    padding: 0 0 0 25% !important;
}

@media only screen and (min-width:768px) {
    .nbanner-cover {
        background: url("../images/banner-bg.jpg") no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width:767px) {
    .nbanner-cover {
        background-image: none !important;
        background-color: #ccc;
    }

    .bannerright-naksha {
        padding: 0 14% !important;
    }

    .naksha-banner {
        background: #ccc;
    }
}

.curriculum-main-box {
    width: 100%;
    position: relative;
    padding: 25px 0;
}

.curriculum-img {
    float: left;
    width: 46%;
}

    .curriculum-img img, .curriculum-img-rgt img {
        max-width: 100%;
    }

.curriculum-para {
    float: left;
    width: 58%;
    box-shadow: 0px 0px 4px #ddd;
    position: absolute;
    right: 0;
    background: #fff;
    top: 60px;
    padding: 35px 50px;
}

    .curriculum-para h2, .curriculum-para-rgt h2 {
        color: #494949;
        font: 600 22px/1.2 Lato,sans-serif;
        margin: 0;
    }

    .curriculum-para p, .curriculum-para-rgt p {
        color: #494949;
        font: 400 16px/1.5 'DM Sans',sans-serif;
        margin: 0;
        padding: 15px 0 0;
    }

    .curriculum-para h2 img, .curriculum-para-rgt h2 img {
        padding: 0 10px 0 0;
    }

.curriculum-img-rgt {
    float: right;
    width: 46%;
}

.curriculum-para-rgt {
    float: left;
    width: 58%;
    box-shadow: 0px 0px 4px #ddd;
    background: #fff;
    padding: 35px 50px;
    position: absolute;
    left: 0;
    top: 60px;
}

#curriculum-icon-bg {
    width: 100%;
    background: url("images/curriculum-bg.jpg")no-repeat;
    height: 564px;
}

#curriculum-icon-wrap {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4% 0;
}

    #curriculum-icon-wrap h2 {
        color: #fff;
        font: 600 22px/1.2 Lato,sans-serif;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

.curriculum-icon-box.icon-box-fst {
    width: 40%;
}

.curriculum-icon-box {
    width: 30%;
    float: left;
    padding: 30px 15px;
}

    .curriculum-icon-box ul {
        margin: 0;
        list-style-type: none;
    }

        .curriculum-icon-box ul li {
            color: #fff;
            font: 14px/1.4 'Open Sans', sans-serif;
            padding: 16px 6px;
        }

    .curriculum-icon-box li img {
        margin: 0px 20px 0 0;
    }

    .curriculum-icon-box span {
        float: left;
    }


.facilities-main {
    width: 100%;
}

    .facilities-main img {
        margin: 40px 0 20px 0;
        max-width: 100%;
    }

    .facilities-main .facilities-left h2 img {
        margin: 0;
    }

.facilities-left {
    float: left;
    width: 30%;
}

    .facilities-left h2 {
        color: #313b3d;
        font: 600 22px/1.2 Lato,sans-serif;
        margin: 0;
    }

.facilities-right {
    float: left;
    width: 70%;
}

    .facilities-right p {
        color: #494949;
        font: 14px/1.6 'Open Sans', sans-serif;
        margin: 0;
        padding: 5px 0 10px 0;
    }

.list-style ul {
    margin: 0;
}

    .list-style ul li {
        color: #494949;
        font: 14px/1.6 'Open Sans', sans-serif;
        margin: 0;
        background: url("images/arrow.png")no-repeat 0px 12px;
        list-style-type: none;
        padding: 4px 0 4px 20px;
    }

#main-wrap {
    width: 100%;
}

#contact-lft {
    float: left;
    width: 50%;
}

#contact-rgt {
    float: right;
    width: 45%;
}

#contact-lft h2 {
    color: #8f44ad;
    font: 400 26px/1.4 'Work Sans', sans-serif;
    margin: 0;
    padding: 30px 0 15px 0;
}

.contact-main {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.contact-icon {
    float: left;
    width: 8%;
}

    .contact-icon img {
        margin: 5px 0 0;
    }

.contact-detail {
    float: left;
    width: 90%;
}

    .contact-detail p, .contact-detail p a {
        font: 18px 'Work Sans', sans-serif;
        color: #494949;
        padding: 2px 0;
    }

.paymentbtn {
    float: left;
    width: 25%;
}

.paymentimage {
    float: right;
}

.paymnentsbtn {
    display: table-cell;
    height: 500px;
    vertical-align: middle;
}

.table-style {
    padding: 30px 0;
}

    .table-style h2 {
        color: #313b3d;
        font: 200 26px 'Work Sans', sans-serif;
        margin: 0;
        padding: 2px 0 20px 0;
    }

    .table-style table tr td {
        font: 14px 'Open Sans', sans-serif;
        color: #494949;
        padding: 10px 20px;
    }

    .table-style tr:nth-child(even) {
        background: #DCE5EC;
    }

    .table-style tr:nth-child(odd) {
        background: #F4F4F4;
    }

#admission-lft table {
    width: 100%;
}

.style-list ul {
    margin: 0;
}

    .style-list ul li {
        color: #494949;
        font: 14px/1.6 'Open Sans', sans-serif;
        margin: 0;
        background: url("images/arrow.png")no-repeat 0px 12px;
        list-style-type: none;
        padding: 4px 0 4px 20px;
    }

#inner-enquiry {
    box-shadow: 0 0px 4px #ddd;
    padding: 30px;
    margin: 2px 0 0;
}

    #inner-enquiry input, #inner-enquiry textarea {
        font: 14px 'Work Sans', sans-serif;
        color: #494949;
        border-radius: 0;
    }

    #inner-enquiry input {
        height: 34px;
    }

    #inner-enquiry textarea {
        height: 95px;
    }

    #inner-enquiry label {
        font: 14px 'Work Sans', sans-serif;
        color: #494949;
        padding: 10px 0px 4px 0;
    }

        #inner-enquiry label font {
            color: #C3011C;
        }

    #inner-enquiry h2 {
        color: #313b3d;
        font: 200 28px 'Work Sans', sans-serif;
        margin: 0;
        padding: 15px 0 30px 10px;
        text-align: center;
    }

    #inner-enquiry h3 {
        color: #313b3d;
        font: 400 22px 'Work Sans', sans-serif;
        margin: 0;
        padding: 0 0 10px 10px;
    }

    #inner-enquiry input.submit_btn {
        margin: 15px 0 0;
        width: 140px;
        padding: 0;
        background: #1EAACE;
        border: 1px solid #1EAACE;
        color: #fff;
        font: 700 16px 'Work Sans', sans-serif;
        transition: all 0.5s ease 0s;
    }

.btn.dropdown-toggle.btn-default {
    border-radius: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option, .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font: 14px 'Work Sans', sans-serif;
    color: #494949;
}

.checkbox + .checkbox, .radio + .radio {
    margin: 0;
    padding: 0;
}

.my-radio .inline {
    display: inline-block;
}

    .my-radio .inline + .my-radio .inline {
        margin-left: 10px;
    }

.my-radio label {
    color: #9146AF;
}

.my-radio .radio {
    color: #9146AF;
    font-size: 15px;
    position: relative;
}

    .my-radio .radio span {
        position: relative;
        padding-left: 20px;
    }

        .my-radio .radio span:after {
            content: '';
            width: 15px;
            height: 15px;
            border: 3px solid;
            position: absolute;
            left: 0;
            top: 1px;
            border-radius: 100%;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

    .my-radio .radio input[type="radio"] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

        .my-radio .radio input[type="radio"]:checked + span {
            color: #9146AF;
        }

            .my-radio .radio input[type="radio"]:checked + span:before {
                content: '';
                width: 5px;
                height: 5px;
                position: absolute;
                background: #9146AF;
                left: 5px;
                top: 6px;
                border-radius: 100%;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
            }

.radio.inline {
    display: inline;
    margin: 0px 10px 0px 0px;
}

.my-radio {
    padding: 8px 0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.careers-details {
    padding: 6px 0;
}

.careers-page h6 {
    color: #30282a;
    font: 400 20px 'Work Sans', sans-serif;
    margin: 0;
}

.careers-details h4 {
    color: #494949;
    font: 18px 'Work Sans', sans-serif;
    margin: 0;
    padding: 10px 0;
}

.careers-details p {
    color: #494949;
    font: 14px/1.6 'Open Sans', sans-serif;
    margin: 0;
    background: url("images/arrow.png")no-repeat 2px 7px;
    padding: 0px 0 14px 16px;
}

.careers-details {
    border-bottom: 1px solid #ddd;
}

.fileUpload.btn.btn-default span {
    font: 14px "Source Sans Pro",sans-serif;
    color: #fff;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .fileUpload.btn.btn-default img {
        margin: -3px 6px 0 0;
    }

.fileUpload {
    margin: 0;
}

#choose-design {
    float: left;
}

    #choose-design p {
        font: 14px 'Work Sans', sans-serif;
        color: #30282a;
        padding: 8px 8px 0;
    }

.fileUpload.btn.btn-default {
    background: #1CBC90;
    color: #fff;
}

#news-events {
    width: 100%;
}

.news-box {
    width: 33%;
    display: inline-block;
    position: relative;
    padding: 25px 20px;
    vertical-align: top;
}

    .news-box span {
        color: #494949;
        font: 700 14px 'Work Sans', sans-serif;
    }

    .news-box p {
        color: #494949;
        font: 14px/1.6 'Open Sans', sans-serif;
        padding: 10px 0;
    }

.more-icon {
    position: absolute;
    bottom: 0;
}

#news-events-inner {
    width: 60%;
    margin: 0 auto;
}

    #news-events-inner span {
        color: #494949;
        font: 700 16px 'Work Sans', sans-serif;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    #news-events-inner h3 {
        color: #494949;
        font: 400 22px 'Work Sans', sans-serif;
        text-align: center;
    }

    #news-events-inner p {
        color: #494949;
        font: 14px/1.6 'Open Sans', sans-serif;
        padding: 10px 0;
    }

    #news-events-inner img {
        padding: 10px 0;
    }

.eventpara {
    min-height: 135px;
}

#news-quick-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3% 0;
}

#news-quick {
    box-shadow: 0px 0px 7px #ddd;
}

.zoom_eff {
    backface-visibility: hidden;
    display: inline-block;
    transition-duration: 0.6s;
    transition-property: transform;
    vertical-align: middle;
}

.zoom-parent:hover > .zoom_eff {
    transform: scale(0.8);
}

.img-thumbnail-zoom {
    overflow: hidden;
    position: relative;
}

    .img-thumbnail-zoom a {
        display: block;
        position: relative;
    }

    .img-thumbnail-zoom.large {
        float: none;
        margin-bottom: 1.5em;
        margin-right: 0;
        overflow: hidden;
    }

        .img-thumbnail-zoom.large img {
            height: auto;
            width: 100%;
        }

.img-main-box:hover .img-thumbnail-zoom a img {
    transform: scale(1.2);
}

.img-main-box .img-thumbnail-zoom a img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

#about-wrap {
    width: 100%;
    height: auto;
    padding: 3% 0;
}



@media screen and (max-width:1000px) {
    #facilities-wrap {
        padding: 4% 0 6%;
    }

    #facilities-tab p {
        padding: 0 2%;
    }

    #responsive-slider-main {
        display: block;
    }

    #news-events-inner {
        width: 90%;
    }

    #tour-videos {
        width: 100%;
    }

    .home-curriculum-box, #chistiya-about, #chistiya-video {
        float: none;
        width: 100%;
    }

    #achievers-bg {
        height: auto;
        padding: 35px 0;
    }

    #get-in-touch {
        padding: 3%;
    }

    #about-desc {
        padding: 0 4%;
    }

    #footer-logo {
        display: none;
    }

    #footer-social, #footer-links {
        width: 50%;
    }

    #logo-menu {
        display: none;
    }

    #admission-detail {
        display: none;
    }

    #responsive-header {
        display: block;
    }

    #banner {
        display: none;
    }

    .home-res-header-fix {
        background: #fff;
        box-shadow: 0 1px 4px #ddd;
    }

    #inner-header-bg {
        display: none;
    }

    .curriculum-para-rgt, .curriculum-img, .curriculum-img-rgt {
        float: none;
        width: 100%;
    }

    .curriculum-para, .curriculum-para-rgt {
        position: static;
        float: none;
        width: 100%;
        margin: 36px 0 0;
    }

    .curriculum-main-box {
        text-align: center;
    }

    #school-tour-fst {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }

    #school-tour-rgt {
        display: none;
    }

    #school-tour-wrap {
        width: 602px;
        margin: 0 auto;
    }
}

@media screen and (max-width:979px) {
    .facilities-left, .facilities-right {
        float: none;
        width: 100%;
    }

    #admission-lft, #admission-rgt {
        float: none;
        width: 100%;
    }

    #inner-enquiry {
        padding: 10px;
        margin: 0 0 30px 0;
    }

    #about-left {
        float: none;
        width: 100%;
    }

    #about-right {
        float: none;
        width: 100%;
    }

    #key-people-wrap {
        padding: 6% 0 0;
    }
}

@media screen and (max-width:800px) {
    .curriculum-icon-box.icon-box-fst, .curriculum-icon-box {
        float: none;
        width: 100%;
    }

    #curriculum-icon-bg {
        height: auto;
        background-color: #073775;
    }

    .curriculum-icon-box {
        padding: 0 15px;
    }

    .news-box img {
        max-width: 100%;
    }

    #news-events {
        width: auto;
    }
}

@media screen and (max-width:767px) {
    #chistiya-about h1, #achievers-right h2, #school-tour-content h2, .latest-news-box h2, #student-parent-wrap h2, #about-desc h2, #get-in-touch h2, #curriculum-icon-wrap h2, .facilities-left h2, #contact-map h2 {
        font-size: 36px;
    }

    .facilities-right h3 {
        font-size: 20px;
    }

    #get-in-touch {
        float: none;
        width: 100%;
        background-color: rgb(21,20,19,0.9);
        height: auto;
    }

    #about-desc {
        float: none;
        width: 100%;
    }

    #achievers-bg {
        background: #37431F;
    }

    #achievers-left {
        float: none;
        margin: 0 auto;
    }

    #achievers-right {
        float: none;
        width: 94%;
        margin: 0 auto;
    }

    #home-curriculum h2 {
        font-size: 38px;
    }

    #about-desc {
        padding: 4% 4% 10% 4%;
    }

    .curriculum-para, .curriculum-para-rgt {
        padding: 35px 15px;
    }

    #body-wrap h1 {
        font-size: 38px;
    }

    #curriculum-top-lft p {
        padding: 12px 5%;
    }

    #contact-lft, #contact-rgt {
        float: none;
        width: 100%;
    }

        #contact-lft h2 {
            padding: 4px 0 0;
        }

        #contact-lft h2 {
            font-size: 20px;
        }

    .contact-detail p, .contact-detail p a {
        font-size: 15px;
    }

    #enquir-form {
        padding: 10px;
        margin: 4px 0 30px 0;
    }

    #thank-you-wrap h3 {
        font-size: 22px;
    }

    #thank-you-wrap h4 {
        font-size: 18px;
    }

    #thank-you-wrap h5 {
        font-size: 20px;
    }

    #thank-you-wrap p {
        font-size: 14px;
    }

    #thank-you-wrap {
        width: 94%;
    }

    /*-------------------------------------------Responsive Menu-------------------*/

    #resp_nav {
        display: block;
        position: relative;
    }

    #navbtn {
        background: url("../images/menu-icon.png") no-repeat;
        cursor: pointer;
        height: 40px;
        position: absolute;
        right: 0px;
        top: -90px;
        width: 30px;
        z-index: 991;
    }

    #res_links {
        opacity: 0.95;
        display: none;
        background: #96A134;
        position: absolute;
        width: 230px;
        right: 0px;
        z-index: 120;
        top: -36px;
        border-radius: 2px;
    }

        #res_links ul {
            list-style-type: none;
        }

            #res_links ul li:first-child {
                border: none;
            }

            #res_links ul li {
                text-align: center;
                border-top: 1px dotted #fff;
                list-style: none;
                margin: 0px;
            }

                #res_links ul li a {
                    color: #fff;
                    display: block;
                    text-align: left;
                    padding: 10px 20px; /*text-transform:uppercase;*/
                    text-decoration: none;
                    transition: all 0.75s ease-out;
                    font: 12px "Open Sans",sans-serif;
                }

                    #res_links ul li a:hover {
                        background: #878787;
                        color: #fff;
                    }

    #sub_menu li ul {
        display: none;
        background: #d3d3d3;
        margin: 0px;
    }

        #sub_menu li ul li a {
            display: block;
            text-transform: uppercase;
            background: none;
            font: 12px "Open Sans",sans-serif;
            color: #000;
            padding: 8px 18px;
        }

    #sub_menu > li > a.open {
        color: #e9e9e9;
        border-bottom-color: #384f76;
        background-color: #000;
    }

    #res_links ul li a span {
        line-height: 2;
        padding: 0 2px;
    }

    #sub_menu .fa.fa-caret-right {
        color: #fff;
        float: right;
        font-size: 11px;
    }

    #sub_menu .fa.fa-caret-down {
        color: #fff;
        float: right;
        font-size: 11px;
    }

    #banner-content-inner h1 {
        font-size: 40px;
    }

    /*#headright-bottom{display:none;}*/

    #headright-bottom .cont ul li:nth-child(-n+6) {
        display: none;
    }

    #headright-bottom nav > .cont > ul > li {
        padding: 0px !important;
    }

    #headright-bottom ul li {
        display: block;
    }

    #headright {
        display: none !important;
    }

    ul.sub-menu {
        display: block;
    }
}

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

    #head-top-rgt {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    #head-top-lft {
        float: none;
        width: 100%;
        text-align: center;
    }

    #student-parent-wrap span {
        padding: 0 0 36px 0;
        display: inline-block;
    }

    #home-curriculum p {
        font-size: 16px;
    }

    .facilities-box {
        padding: 25px 20px;
    }

    #news-events-inner {
        width: 100%;
    }

    .philosophy-nav, .philosophy-para {
        float: none;
        width: 100%;
    }

    .philosophy-para {
        min-height: auto;
        padding: 28px 20px;
    }

        .philosophy-para h3 {
            display: inline-block;
            margin: 16px 0 0 0;
        }

    .news-box {
        width: 48%;
    }
}

@media screen and (max-width:639px) {
    .latest-news-box {
        float: none;
        width: 100%;
        padding: 2px 8px;
    }

    #footer-social, #footer-links {
        float: none;
        width: 100%;
        text-align: center;
    }

    #footer-wrap p {
        padding: 5px 32px;
    }

    .bg-icon-facilities {
        margin: 0 auto;
    }

    .facilities-box {
        float: none;
        margin: 0 auto;
    }

    #get-in-touch p {
        font-size: 14px;
    }

    #get-in-touch h3 {
        font-size: 18px;
    }

    #chistiya-about h1, #achievers-right h2, #school-tour-content h2, .latest-news-box h2, #student-parent-wrap h2, #about-desc h2, #get-in-touch h2, #school-tour-fst p {
        font-size: 32px;
    }

    .news-box {
        float: none;
        width: 100%;
        margin: 0;
    }

    #school-tour-wrap {
        width: 300px;
    }
}

@media screen and (max-width:414px) {
    #header-wrap, #body-wrap, #student-parent-wrap, #footer-wrap, #achievers-wrap, #responsive-header-wrap, #chistiya-video-main {
        width: 90%;
    }

    .facilities-right p, .list-style ul li {
        font-size: 15px;
    }

    #footer-links ul li a {
        font-size: 11px;
    }

    #footer-wrap p {
        padding: 5px 20px;
    }

    #fixed-right ul li a img {
        width: 30px;
    }

    .contact-icon {
        width: 10%;
    }

    #school-tour-wrap {
        width: auto;
    }

    #curriculum-top-lft p {
        font-size: 15px;
        padding: 14px 0;
    }
}

.pdfs ul {
    list-style-type: none;
    padding-left: 20px;
}

    .pdfs ul li {
        padding: 10px 0;
    }

        .pdfs ul li a {
            font: 500 14px lato, sans-serif;
            color: #337ab7;
        }

.circular h3 {
    font: 600 20px/1.2 Lato,sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #003e68;
}

.pdfs ul li a:hover {
    text-decoration: underline;
}
/* li#menu-item-2923 {
    display: none;
} */

.curriculumlp-section:nth-child(4) .crrlp-cover {
    background: #d4dfe6 !important;
}

.curriculumlp-section:nth-child(4) .cclp-content h2 {
    color: #003e68;
}

.curriculumlp-section:nth-child(4) .cclp-content p {
    color: #2c2727;
}

.curriculumlp-section:nth-child(4) .cclp-content h5 {
    color: #003e68;
}

.curriculum-wrappers {
    margin-bottom: 30px;
}

.curriculumlp-section:nth-child(4) .adminbtns {
    border: 3px solid #0572bb;
    background: #003e68;
}

    .curriculumlp-section:nth-child(4) .adminbtns:hover {
        color: #003e68 !important;
        background: #fff !important;
    }

.curriculum-order {
    padding: 15px;
}

.adminbox-wrap a {
    color: #212529;
}


.pds{
    padding-right: 9px;
}
.afters li::after{
    display:none!important;
}
.flex-s{
    display: flex;
}