/*==========================
    common elements
===========================*/

@font-face {
    font-family: 'light-font';
    font-style: normal;
    src: url('../fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf');
}

@font-face {
    font-family: 'regular-font';
    font-style: normal;
    src: url('../fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
    /*ont-style: normal;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');*/
}

@font-face {
    font-family: 'bold-font';
    font-style: bold;
    src: url('../fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
}

body {
    font-family: 'regular-font';
}

body {}

.full-width {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn {
    padding: 10px 25px;
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 1em;
    min-width: 150px
}

.btn-purple {
    background-color: #65517A;
    color: white;
}

.btn-golden {
    background-color: #F6EE04;
    color: #333333;
}

.btn>i {
    margin-left: 5px;
}


/*===============================
component: header starts 101
=================================*/

.top-header {
    height: 40px;
    background-color: #65517A;
    color: white;
    line-height: 40px;
    font-size: 16px;
    font-family: 'bold-font';
}

.top-header>.container>ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.top-header>.container>ul>li {
    display: inline-block;
    margin-right: 15px;
}

.top-header>.container>ul>li>i {
    margin-right: 5px;
}

.top-header>.container>.social-icons {
    float: right;
}

.social-icons>li {
    background-color: #EDEDEE;
    color: #65517A;
    border-radius: 50%;
    margin-left: 1em;
    height: 20px;
    width: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    font-size: 12px;
}

.social-icons>li>i {
    margin-right: 0 !Important;
}

.social-icons>li {
    margin-right: 0 !Important;
    margin-top: 5px;
}

.social-icons>li:before {
    position: absolute;
    height: 26px;
    width: 26px;
    content: " ";
    left: 0;
    border-radius: 50%;
    left: -3px;
    top: -3px;
    border: 1px solid #EDEDEE;
}

.back-close-menu {
    display: none;
}

.site-content {
    padding-top: 66px;
}


/* HEADER */

.header {
    position: relative;
    left: 0;
    right: 0;
    height: 100px;
    line-height: 100px;
    color: #fff;
    background-color: #ffffff;
}

.header:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    top: 100%;
    background-size: 14px 100%;
    background-position: 50%;
    z-index: 3;
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #ffffff), color-stop(0.25, #ffffff));
    background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
    content: " ";
}

.header__logo {
    font-weight: 700;
    float: left;
}


/* MENU */

.menu {
    float: right;
}

.menu a {
    padding: 0 20px 0 20px;
    color: #888;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    height: 100%;
    display: inline-block;
    position: relative;
}

.menu a:hover {
    color: #c5cae9;
}

.header__logo>img {
    width: 250px;
}

.menu>.col1 {
    color: #FB6B47;
}

.menu>.active {
    padding: 0 20px;
}

.menu>.col1.active {
    background-color: #FB6B47;
    color: white;
}

.menu>.col1.active:before {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #fb6b47;
    content: " ";
}

.menu>.col2 {
    color: #FFC063;
}

.menu>.col2.active:before {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #FFC063;
    content: " ";
}

.menu>.col2.active {
    background-color: #FFC063;
    color: white;
}

.menu>.col3 {
    color: #A7C851;
}

.menu>.col3.active:before {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #A7C851;
    content: " ";
}

.menu>.col3.active {
    background-color: #A7C851;
    color: white;
}

.menu>.col4 {
    color: #5BC4DB;
}

.menu>.col4.active {
    background-color: #5BC4DB;
    color: white;
}

.menu>.col4.active:before {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #5BC4DB;
    content: " ";
}

.menu>.col5 {
    color: #65517A;
}

.menu>.col5.active {
    background-color: #65517A;
    color: white;
}

.menu>.col5.active:before {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #65517A;
    content: " ";
}

.navbar {
    margin-bottom: 0;
    background-color: white;
    border: 0;
}

.stickontop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: white;
    -webkit-box-shadow: 0px 23px 15px -23px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 23px 15px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 23px 15px -23px rgba(0, 0, 0, 0.75);
}

.stickontop>.header>.container>.header__logo>img {
    width: 200px;
    transition: width 0.3s linear;
}

.stickontop>.header {
    height: 80px;
    line-height: 80px;
    transition: height 0.5s linear;
}

.stickontop+.swiper-container {
    margin-top: 80px;
}

.stickontop+.top-page-banner {
    margin-top: 80px;
}


/*================= 101-r =============*/

@media only screen and (max-width: 768px) {
    .site-pusher,
    .site-container {
        height: 100%;
    }
    .site-container {
        overflow: hidden;
    }
    .site-pusher {
        transition-duration: 0.3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .header {
        position: relative;
    }
    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 100px;
        cursor: pointer;
    }
    .header__icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 20px;
        height: 0;
        top: 33%;
        left: 50%;
        box-shadow: 0 10px 0 1px #65517A, 0 16px 0 1px #65517A, 0 22px 0 1px #65517A;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fffffff5;
        /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
        width: 100%;
        /* -webkit-transform: translateX(-250px);
        transform: translateX(-250px);*/
        height: 100%;
        z-index: 99;
    }
    .menu a {
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    /*.with--sidebar .site-pusher {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }*/
}


/*
.header>.container {
    padding: 0;
}*/

@media (min-width: 1281px) {}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
    .top-header>.container>.social-icons {
        display: none;
    }
    .top-header>.container>ul>li {
        margin-left: 15px;
    }
    .top-header {
        text-align: center;
    }
    .header__icon {
        background-color: #ffffff;
        float: right;
    }
    .header__logo>img {
        width: 180px;
    }
    .menu>.col1.active:before {
        display: none;
    }
    .menu>.active {
        overflow: hidden;
    }
    .menu a {
        width: 70%;
        padding: 0;
        margin: 0 auto;
        border: 1px solid;
        height: 50px;
        border-top: 0;
        line-height: 50px;
        background-color: white;
    }
    .menu>.col1 {
        border-top: 1px solid !important;
    }
    .header:before {
        z-index: -1;
    }
    .menu {
        padding-top: 100px;
        transform: translateX(100%);
        transition: transform 0.2s linear;
    }
    .menu.active {
        transition: opacity 1s ease-in;
        transition-delay: 10s;
        transform: translateX(0%);
        transition: transform 0.2s linear;
    }
    .back-close-menu {
        display: block;
        position: fixed !important;
        top: 0;
        left: 0;
        height: 146px;
        width: 100%;
        background-color: white;
        line-height: 50px;
        color: #a09191;
        padding: 20px 30px;
        font-size: 20px;
        z-index: -1;
    }
    .back-close-menu>i {
        margin-right: 10px;
    }
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .top-header>.container>.social-icons {
        display: none;
    }
    .top-header>.container>ul>li {
        margin-left: 15px;
    }
    .top-header {
        text-align: center;
    }
    .header__icon {
        background-color: #ffffff;
        float: right;
    }
    .header__logo>img {
        width: 180px;
    }
    .menu>.col1.active:before {
        display: none;
    }
    .menu>.active {
        overflow: hidden;
    }
    .menu a {
        width: 40%;
        padding: 0;
        margin: 0 auto;
        border: 1px solid;
        height: 50px;
        border-top: 0;
        line-height: 50px;
        background-color: white;
        float: left;
    }
    .menu>.col1 {
        border-top: 1px solid !important;
    }
    .header:before {
        z-index: -1;
    }
    .col2 {
        border-top: 1px solid !important;
    }
    .menu {
        padding-top: 100px;
        transform: translateX(100%);
        transition: transform 0.2s linear;
        padding-left: 30px;
    }
    .menu.active {
        transition: opacity 1s ease-in;
        transition-delay: 10s;
        transform: translateX(0%);
        transition: transform 0.2s linear;
    }
    .back-close-menu {
        display: block;
        position: fixed !important;
        top: 0;
        left: 0;
        height: 146px;
        width: 100%;
        background-color: white;
        line-height: 50px;
        color: #a09191;
        padding: 20px 30px;
        font-size: 20px;
        z-index: -1;
    }
    .back-close-menu>i {
        margin-right: 10px;
    }
    .menu {
        background-color: #ffffff;
    }
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .swiper-button-next.swiper-button-next_1,
    .swiper-button-prev.swiper-button-prev_1 {
        display: none;
    }
    .edumax {
        margin-bottom: 60px;
    }
    .home-gallery-wrap {
        float: none !important;
    }
    .top-header>.container>.social-icons {
        display: none;
    }
    .top-header>.container>ul>li {
        margin-left: 15px;
    }
    .top-header {
        text-align: center;
    }
    .header__icon {
        background-color: #ffffff;
        float: right;
    }
    .header__logo>img {
        width: 180px;
    }
    .menu>.col1.active:before {
        display: none;
    }
    .menu>.active {
        overflow: hidden;
    }
    .menu a {
        width: 70%;
        padding: 0;
        margin: 0 auto;
        border: 1px solid;
        height: 50px;
        border-top: 0;
        line-height: 50px;
        background-color: white;
    }
    .menu>.col1 {
        border-top: 1px solid !important;
    }
    .header:before {
        z-index: 99;
    }
    .menu {
        padding-top: 100px;
        transform: translateX(100%);
        transition: transform 0.2s linear;
    }
    .menu.active {
        transition: opacity 1s ease-in;
        transition-delay: 10s;
        transform: translateX(0%);
        transition: transform 0.2s linear;
    }
    .back-close-menu {
        display: block;
        position: fixed !important;
        top: 0;
        left: 0;
        height: 146px;
        width: 100%;
        background-color: white;
        line-height: 50px;
        color: #a09191;
        padding: 20px 30px;
        font-size: 20px;
        z-index: 9;
    }
    .back-close-menu>i {
        margin-right: 10px;
    }
    .stickontop>.header {
        height: 100px;
        line-height: 100px;
    }
}

header {
    margin-bottom: -1px;
}


/*===============================
component: header ends 101
=================================*/


/*===============================
    Home page style starts 102
=================================*/

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cover-heading {
    font-size: 3em;
    color: #fff;
}

.cover-sub-heading {
    font-size: 2em;
    color: #fff;
}

.swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #5BC4DB;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 10%;
}

.home-banner {
    min-height: 60vh;
}


/*===============================
    all-images starts
=================================*/


/*=== home -page swiper===*/

.home-banner1 {
    background-image: url(../images/cover/1.jpg);
    ;
}

.home-banner2 {
    background-image: url(../images/cover/2.jpg);
}

.home-banner3 {
    background-image: url(../images/cover/3.jpg);
}

.night-sky {
    background-image: url(../images/night/sky-bg.png);
    background-attachment: fixed;
}


/*===============================
    all-images ends
=================================*/

.feature-slide2 {
    background-color: #f8a700;
    /*
    border-radius: 110px;
*/
    border-radius: 60px;
}

.section-heading {
    color: #fff;
    font-size: 3em;
    margin-bottom: 3em;
}

.feature-slide,
.feature-slide2 {
    display: block;
    padding: 60px 20px;
    overflow: hidden;
    color: #fff;
}

.feature-pic {
    border: 5px solid #fff;
}

.feature-pic {
    height: 155px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}


/*.feature-heading,
.feature-desc{
    height: 150px;
}*/

.feature-pic>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.night-sky {
    padding-top: 5em;
    padding-bottom: 10em;
}

.feature-heading {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}

.feature-desc {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'light-font';
}


/*=========================
cloud moving
=========================*/

#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}


/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}


/* ANIMATIONS */

.x1 {
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
}

.x2 {
    -webkit-animation: animateCloud 20s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x3 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 30s linear infinite;
    animation: animateCloud 30s linear infinite;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x4 {
    -webkit-animation: animateCloud 18s linear infinite;
    -moz-animation: animateCloud 18s linear infinite;
    animation: animateCloud 18s linear infinite;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x5 {
    -webkit-animation: animateCloud 25s linear infinite;
    -moz-animation: animateCloud 25s linear infinite;
    animation: animateCloud 25s linear infinite;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);
}


/* OBJECTS */

.cloud {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
    background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    height: 120px;
    position: relative;
    width: 350px;
}

.cloud:after,
.cloud:before {
    background: #fff;
    content: '';
    position: absolute;
    z-indeX: -1;
}

.cloud:after {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 100px;
    left: 50px;
    top: -50px;
    width: 100px;
}

.cloud:before {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 180px;
    height: 180px;
    right: 50px;
    top: -90px;
}

.admission-banner {
    background: #85cabd;
    color: #333;
    position: relative;
    padding-top: 5em;
    padding-bottom: 20em;
}

.admission-banner p {
    font-size: 20px;
}

.admission-banner:before {
    position: absolute;
    left: 0;
    background-image: url(../images/clouds/1.png);
    width: 100%;
    top: -70px;
    content: " ";
    background-size: 50%;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    height: 80px;
    transform: rotate(180deg);
    content: " ";
    z-index: 99999;
}


/*============================

=================================*/

.gallery {
    position: relative;
    background-color: #7AB03F;
}

.gallery:before {
    position: absolute;
    left: 0;
    background-image: url(../images/trees/tree.png);
    width: 100%;
    top: -230px;
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    height: 250px;
    content: " ";
    z-index: 99999;
}

.gallery h1 {
    color: #F6EE04;
    font-size: 60px;
    letter-spacing: 2px;
    margin-top: 150px;
}

.gallery h1>span {
    display: block;
}

.gallery h2 {
    color: #fff;
    text-align: center;
    margin-top: 150px;
}

.gallery .description {
    text-align: center;
    font-size: 18px;
    font-family: 'regular-font';
    font-weight: 100;
}


/*/*============================
.contact us
=================================*/

#ocean {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0, 50, 150)), color-stop(0.50, rgb(0, 150, 255)));
    overflow: hidden;
}

.wave {
    background: #a8e3ff;
    display: inline-block;
    height: 60%;
    width: 10px;
    position: absolute;
    -webkit-animation-name: dostuff;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: ease-in-out;
}

@-webkit-keyframes dostuff {
    0% {
        height: 60%;
    }
    50% {
        height: 40%;
    }
    100% {
        height: 60%;
    }
}

.contactus {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}


/*===================
=====================*/

.home-gallery-wrap {
    width: 100%;
    position: relative;
    height: 450px;
    background-image: url(../images/frame/1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 20px;
    float: right;
    margin-right: -20px;
}

.swiper-gallery-wrap {
    /*
    position: absolute;
*/
    width: 100%;
    /* left: 23px;
    top: 55px;*/
    height: 100%;
    /*  top: 141px;
    left: 11px;*/
}


/*================
footer
================*/

.footer {
    background-color: white;
    position: relative;
    padding-bottom: 2em;
    padding-top: 5em;
}

.footer-head>a {
    font-family: 'bold-font';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
}

.footer-list>a {
    cursor: pointer;
    text-decoration: none;
    margin-top: 8px;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.footer-list>a>i {
    margin-right: 5px;
    font-size: 16px;
}

.edumax>.footer-list>a,
.edumax>.footer-list>a>i {
    font-size: 14px;
}

.footer-logo {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.bottom-footer {
    height: 50px;
    line-height: 50px;
    background-color: #FFCC00;
    position: relative;
}

.bottom-footer>.container>h5 {
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.bottom-footer>.container>h5>span>a {
    text-decoration: none;
    color: #fff;
}

.bottom-footer:before {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: -195%;
    border-bottom: 100px solid #ffcc00;
    border-right: 100px solid transparent;
    content: " ";
}

.bottom-footer:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -195%;
    border-bottom: 100px solid #ffcc00;
    border-left: 100px solid transparent;
    content: " ";
}

.footer:before {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #ffffff), color-stop(0.25, #ffffff));
    background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    top: -16px;
    background-size: 14px 100%;
    background-position: 50%;
    z-index: 9;
    transform: rotate(180deg);
}

.col1>a {
    color: #FB6B47 !Important;
}

.col1.active>a {
    color: white !Important;
    background-color: #FB6B47 !Important;
    position: relative;
}

.col1.active>a:after {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #fb6b47;
    content: " ";
}

.col2>a {
    color: #FFC000 !Important;
}

.col3>a {
    color: #A7C851 !Important;
}

.col4>a {
    color: #5BC4DB !Important;
}

.col5>a {
    color: #65517A !Important;
}

.col5.active>a {
    color: white !Important;
    background-color: #65517A !Important;
    position: relative;
}

.col5.active>a:after {
    position: absolute;
    height: 50px;
    border-radius: 50%;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 99;
    background-color: #65517A;
    content: " ";
    border-bottom: 1px solid #fff;
}


/*=========================
=========================*/

@media (min-width: 1281px) {}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .night-sky {
        padding-top: 5em;
        padding-bottom: 10em;
    }
    .section-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .feature-slide2 {
        border-radius: 10px;
    }
    .admission-banner:before {
        background-size: 150%;
    }
    .admission-banner>.container>.row>div {
        text-align: center;
    }
    .gallery:before {
        background-position: center;
    }
    .gallery h1>span {
        display: inline-block;
    }
    .gallery h1 {
        text-align: center;
        margin-top: 30px;
    }
    .gallery h2 {
        margin-top: 30px;
    }
    .home-gallery-wrap {
        padding: 0;
    }
    .footer-logo {
        margin-top: 0;
        width: 180px;
    }
    footer .col-sm-2.text-center {
        text-align: left !important;
    }
    .swiper-gallery-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 141px;
        left: 11px;
    }
    .bottom-footer>.container>h5>span {
        display: none;
    }
}


/*=======================
contact us page
=====================*/

.top-page-banner h1 {
    color: #ffffff;
    line-height: 250px;
}

.top-page-banner {
    background-image: url(../images/page-cover/1.jpeg);
}

.maps {
    padding: 15em 0;
    background-image: url(../images/map.jpg);
}

.contact-us {
    padding: 5em 0;
    background: #634C7A;
    padding-bottom: 10em;
    position: relative;
}

.contact-page {
    padding-bottom: 5em;
}

.contact-us-map h1 {
    font-size: 30px;
    color: white;
    text-align: center;
    margin-top: 50px;
}

.contact-us-map p {
    text-align: center;
}

.contact-us-map .contact-desc {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    font-family: 'light-font';
    letter-spacing: 2px;
}

.contact-us-map .contact-desc>span {
    display: block;
}

@media (min-width: 1281px) {}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {}


/*========================

==========================*/

.admission-form {
    padding: 5em 0;
    background-color: #7AB03F;
    background-image: url(../images/1.png);
    background-size: 20%;
    background-repeat: no-repeat;
    position: relative;
}

.admission-form:before {
    position: absolute;
    bottom: 0;
    height: 15%;
    background-image: url(../images/hut.png);
    background-size: contain;
    content: " ";
    width: 100%;
    RIGHT: 0;
    background-repeat: no-repeat;
    background-position: right;
}

.admission-heading {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
}

.admission-list>ol {
    padding-left: 20px;
}

.admission-list>ol>li {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'light-font';
    font-weight: 600;
}

#fix-trigger {
    margin-top: 15%;
}

.stickonscreen {
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 0;
}

.bottomstick {
    position: static;
    margin-top: 140% !important;
    transition: none !important;
    ;
}


/*===========================

=============================*/

.photo-gallery {
    padding: 5em 0;
}

.swiper-button-next.swiper-button-next_1 {
    background-image: url(../images/icons/arrow-with-scribble.svg);
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
}

.swiper-button-prev.swiper-button-prev_1 {
    background-image: url(../images/icons/arrow-with-scribble.svg);
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
    transform: scaleX(-1);
}

.swiper-button-next.swiper-button-next_2 {
    background-image: url(../images/icons/left.png);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
    transform: rotate(-180deg);
}

.swiper-button-prev.swiper-button-prev_2 {
    background-image: url(../images/icons/left.png);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 60%;
}

.photo-gallery-wrappers {
    display: flex;
    flex-wrap: wrap;
}

.photo-gallery-wrappers>.gallery-col {
    padding: 0 10px;
    margin-bottom: 20px;
}

.photo-gallery-wrappers>.gallery-col>img {
    width: 100%;
    border: 8px solid #d8d8d880;
    filter: brightness(0.9);
    cursor: pointer;
}

.photo-gallery-wrappers>.gallery-col>img:hover {
    filter: brightness(1.1);
    transition: filter 0.5s ease-in;
}

.preview-image-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    z-index: 99999;
    max-height: 90%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    text-align: center;
}

.gallery-active {
    background-color: black;
    width: 100%;
    height: 100%;
    filter: brightness(1.1);
    object-fit: cover;
}

.gallery-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background-color: #00000096;
}

.gallery-overlay.hide {
    display: none;
}


/*.gallery-page>.flex-wrapper>.col>img:nth-child(2) {
    margin-top: 20px;
}*/

.photo-gallery-wrappers>.gallery-col>img:nth-child(2) {
    margin-top: 20px;
}

@media (max-width: 480px) and (min-width: 320px) {
    .preview-image-wrapper {
        max-width: 80%;
        max-height: 50%;
    }
    .menu>.col3.active:before,
    .menu>.col2.active:before,
    .menu>.col4.active:before,
    .menu>.col5.active:before {
        z-index: -9;
    }
    .top-page-banner h1 {
        line-height: 150px;
    }
    .no-phone-sec {
        display: none;
    }
    .stickontop+.top-page-banner {
        margin-top: 100px;
    }
}

.about-us-page {
    padding: 10em 0;
}

.about-us-page.col2 {
    background-color: #accb5b;
    color: white;
}

.about-us-page:last-child {
    background-color: black;
}

.school-desc {
    font-family: 'light-font';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: justify;
}

.about-heading {
    margin-top: -10px;
    text-transform: uppercase;
}

@media (max-width: 480px) and (min-width: 320px) {
    .about-heading {
        margin-top: 40px;
    }
    .about-us-page {
        padding: 0;
    }
    .about-us-page >.container>.row>.col-sm-4>img {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home-banner3 {
        background-image: url(../images/cover/3_ph.jpg) !Important;
    }
    .home-banner2{
        background-image: url(../images/cover/2_ph.jpg) !Important;
    }
    .home-banner1 {
        background-image: url(../images/cover/1_ph.jpg) !Important;
    }
    .footer-list{
        white-space: nowrap;
    }
}

.map-link{
    cursor: pointer;
}