
body{
  background-image: url(../images/bg.png);
}

p{
    color:#565656!important;
}
a{
    text-decoration:none;
}
.call-us a{
  color: #000;
}
.header {
  background-color: #25896b;
  /*font-family: helvetica, arial, sans-serif;*/
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header-top{
  background: #fff;
}

.form-horizontal label{
    padding: 10px 10px 10px 20px;
}

.onlineboard{
    background: #f6fffc;
    padding: 60px 80px 150px 100px;
    border: 1px solid #25896b75;
}

.onlineboard label{
    padding: 12px 0 0;
    color: #25896b;
}

.admissionnumber{
    display: block;
    width: 100%;
    /* height: 40px; */
    padding: 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.admissionsubmit{
    padding: 7px 90px 7px;
    background: #25896b;
    border: 1px solid #25896b;
    color: #fff!important;
    margin-top: 10px;
}
.onlineboard input::placeholder { 
    color: #6e707e78;
    font-size: 1.2em; 
}
.header .logo {
  padding: 12px 0 12px 20px;
}


.header .logo a img {
  /*width: 150px;
  height: 49px;*/
  position: absolute;
  margin-top: -57px;
  z-index: 1;
}
.header .menu ul {
  margin: 0;
  padding: 0;
}
.header .menu ul li {
  display: inline-block;
  list-style: none;
}
.header .menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 12px 36px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.header .menu ul li ul.submenu {
  background-color: #25896b;
  display: none;
  position: absolute;
  width: 150px;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  z-index: 9999;
}
.header .menu ul li ul.submenu li {
  display: block;
  width: 100%;
}
.header .menu ul li ul.submenu li a {
  color: #fff;
  line-height: 25px;
  padding: 10px 11px;
}
.header .menu ul li ul.submenu li a:hover {
  color: #fff;
  /*background-color: #000;*/
}
.header .menu ul li:hover {
  color: #fff;
  /*background: #65c2ed;*/
}
.header .menu ul li:hover ul.submenu {
  display: block;
}
.header .menu ul li i.icon-arrow {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header nav.menu ul {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: -1000px;
    z-index: 1;
    background-color: #25896b;
    -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .header nav.menu.active {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
  .header nav.menu.active ul {
    margin-left: 0;
    -moz-transition: margin-left 0.25s;
    -o-transition: margin-left 0.25s;
    -webkit-transition: margin-left 0.25s;
    transition: margin-left 0.25s;
    width: 75vw;
    overflow-y: scroll;
  }
  .header nav.menu.active ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header nav.menu.active ul li:hover .submenu {
    display: none;
  }
  .header nav.menu.active ul li a {
    width: 100%;
  }
  .header nav.menu.active ul li a:hover {
    background: #266753;
  }
  .header nav.menu.active ul li .flexbox-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header nav.menu.active ul li .flexbox-container a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header nav.menu.active ul li .flexbox-container i.icon-arrow {
    display: inline-block;
    height: 76px;
    width: 76px;
    padding: 30px 29px;
    text-align: center;
    cursor: pointer;
  }
  .header nav.menu.active ul li .flexbox-container i.icon-arrow:hover {
    background: #0d5d45;
  }
  .header nav.menu.active ul li .flexbox-container i.icon-arrow svg {
    height: 18px;
    width: 15px;
  }
  .header nav.menu.active ul li .submenu {
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
  }
  .header nav.menu.active ul li.showSubmenu .submenu {
    max-height: 1000px;
    width: 100%;
    position: relative;
    display: block;
    overflow: inherit;
    background-color: #0d5d45;
  }
  .header nav.menu.active ul li.showSubmenu .submenu .subOption {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }
  .header nav.menu.active ul li.showSubmenu .submenu .subOption a {
    padding: 15px 40px;
  }
  .header nav.menu.active ul li.showSubmenu .submenu .subOption a:hover {
    /*background: #65c2ed;*/
  }
  .header nav.menu.active ul li.showSubmenu i.icon-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header nav.menu .hamburger {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 10px;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
  }
  .header nav.menu .hamburger span,
  .header nav.menu .hamburger span:before,
  .header nav.menu .hamburger span:after {
    left: 0;
    border-radius: 2px;
    height: 6px;
    width: 40px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header nav.menu .hamburger span:before {
    top: -14px;
  }
  .header nav.menu .hamburger span:after {
    bottom: -14px;
  }
  .header nav.menu .hamburger.active span {
    background-color: transparent;
  }
  .header nav.menu .hamburger.active span:before, .header nav.menu .hamburger.active.active span:after {
    top: 0;
  }
  .header nav.menu .hamburger.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header nav.menu .hamburger.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.dimmer.active {
  display: block;
}



.header {
  background-color: $header-background-color;
  font-family: $font-family;
  width:100%;
  @include display-flex;
  @include justify-content(space-between);
  .logo {
    padding:12px 0 12px 20px;
    a img {
      width:150px;
      height:49px;
    }
  }
  .menu {
    ul {
      margin: 0;
      padding: 0;
      li {
        display: inline-block;
        list-style: none;
        a {
          color:$header-link-color;
          text-decoration:none;
          display:block;
          padding: 30px 20px;
        }
        ul.submenu {
          background-color: $submenu-background;
          display: none;
          position: absolute;
          width:150px;
          @include box-shadow(0 1px 1px 2px rgba(0, 0, 0, 0.05));
          li {
            display: block;
            width: 100%;
            a {
              color: $header-link-color;
              line-height: 25px;
              padding: 10px 27px;
              &:hover {
                color: $hover-link-color;
                background-color: $submenu-background-hover;
              }
            }
          }
        }
        &:hover {
          color: $hover-link-color;
          background:$hover-background;
          ul.submenu {
            display:block;
          }
        }
        i.icon-arrow {
          display:none;
        }
      }
    }
  }

  @media screen and ($mobile) {
    nav.menu {
      ul {
        position: fixed;
        bottom: 0;
        left: 0;
        top: 0;
        margin-left: -1000px;
        z-index: 1;
        background-color: $mobile-menu-background-color;
        @include box-shadow(5px 0px 10px rgba(0,0,0,0.3));
      }
      &.active {
        position:fixed;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        ul {
          margin-left: 0;
          @include transition(margin-left .25s);
          width: 75vw;
          overflow-y: scroll;
          li {
            display:block;
            border-bottom: $mobile-border;
            &:hover {
              .submenu {
                display:none;
              }
            }
            a {
              width:100%;
              &:hover {
                background: $mobile-menu-background-hover;
              }
            }
            .flexbox-container {
              @include display-flex;
              @include justify-content(space-between);
              a {
                border-right: $mobile-border;
              }
              i.icon-arrow {
                display: inline-block;
                height:76px;
                width:76px;
                padding:30px 29px;
                text-align:center;
                cursor: pointer;
                &:hover {
                  background:$mobile-menu-background-hover;
                }
                svg {
                  height: 18px;
                  width:15px;
                }
              }
            }
            .submenu {
              max-height: 0;
              overflow: hidden;
              box-shadow:none;
            }
            &.showSubmenu {
              .submenu {
                max-height: 1000px;
                width:100%;
                position:relative;
                display:block;
                overflow:inherit;
                background-color: $mobile-submenu-background-color;
                .subOption {
                  border-top: $mobile-border;
                  border-bottom:none;
                  a {
                    padding:15px 40px;
                    &:hover {
                      background:$mobile-submenu-background-hover;
                    }
                  }
                }
              }
              i.icon-arrow {
                @include rotate(180deg);
              }
            }
          }
        }
      }
      .hamburger {
        display: inline-block;
        position: absolute;
        top: 22px;
        right: 10px;
        padding: 12px 25px;
        color: $hamburger-color;
        cursor: pointer;
        z-index:2;
        span,
        span:before,
        span:after {
          left: 0;
          border-radius: 2px;
          height: 6px;
          width: 40px;
          background: $hamburger-color;
          position: absolute;
          display: block;
          content: '';
          @include transition(all .5s ease-in-out);
        }
        span:before {
          top: -14px;
        }
        span:after {
          bottom: -14px;
        }
        &.active {
          span {
            background-color: transparent;
          }
          span:before,
          &.active span:after {
            top: 0;
          }
          span:before {
            @include rotate(-45deg);
          }
          span:after {
            @include rotate(45deg);
          }
        }
      }
    }
  }
}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: $dimmer-color;
  display:none;
  &.active {
    display: block;
  }
}




.pull-left{
  float: right !important;
  margin: 24px 0;
  font-family: 'Open Sans', sans-serif;

}

.online{
    background: #f4c740;
    border: none;
    padding: 14px 23px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    border-radius: 2px;
    color: #fff;
}


.menu{
  float: right;
}

.res{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 768px) {
  .res {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .res {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .res {
    width: 1170px;
  }
}




.mal{
  padding: 0 10px;
  color: #25896b
}

.ph{
  padding: 0 10px;
  color: #25896b
}

/*slider................................*/

.
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18)
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(37, 137, 107);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/*section-1 css............................*/

.section1 h2{

  text-align: center;
  padding: 50px 0;
}


.section1 h2{
    text-align: center;
    color: #343434;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }


  .owl-buttons {
    margin-top: 35px !important;
    display: none;
}

 figure.flip-effect {
    font-family: 'Raleway', Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    color: #39c56e;
    text-align: center;
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    -o-perspective: 50em;
    perspective: 50em;
}

.h-page4 h5 {
    text-align: center;
    padding: 10px 0;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
}

.owl-demo .item img {
    width: 60%; 
    display: block;   
    /*border: 1px solid rgba(193,39,45,.5); */
}


.h-page4 img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}



.section2{

 margin-top: 80px;
 margin-bottom: 80px;

}

.section2 img{
  width: 100%;
}


.section2 p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #929292;
    line-height: 28px;
}
.text2{
  font-size: 25px;
}


.home-btn1{

    background: #fff;
    border: solid 2px #25896b;
    padding: 10px 36px;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 50px;
    outline: 0;
    color:#000;



}

.section3{

    background-image: url(../images/pattern.png);
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}


.section3:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: rgba(255, 73, 102, 0.56);
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}


.testimonial{
    text-align: center;
}
.testimonial .description{
    font-size: 16px;
    color: #fff!important;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    font-weight: 800;
    color: #8a9aad;
    text-transform: capitalize;
}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #8a9aad;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    top: 38%;
    width: 100%;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #808080;
    border-radius: 0;
    opacity: 5!important;
}
.owl-prev{
    position: absolute;
    left: -7%;
}
.owl-next{
    position: absolute;
    right: -7%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 16px;
    color: #fff;
}
.owl-next:after{
    content: "\f105";
}
@media screen and (max-width: 767px){
    .owl-prev{ left:0; }
    .owl-next{ right:0; }
}
@media screen and (max-width: 480px){
    .owl-theme .owl-controls{ top: 48%; }
}




.section3 h2{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 13px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/w-underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: 'Open Sans', sans-serif;


  

}


.section3 a{
  color: rgb(37, 137, 107)
}




.section4 h2{
    text-align: center;
    color: #343434;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 50px;
  }



.section4 img{
  width: 100%!important;

}

.owl-demo .item {
    padding: 0px;
    margin: 0 10px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
    /*background: #fff;*/
    /*box-shadow: 0px 4px 13px 2px #ededed;*/
}

.gal-btn{
  margin-right: auto;
  margin-left: auto;
  display: block !important;
  background: #fff;
  border: solid 2px #25896b;
  padding: 10px 36px;
  font-size: 16px;
  margin-top: 50px;
      outline: 0;
}



.testimoniall{
    margin: 20px 0;
}
.testimoniall .testimonial-contentt{
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}
.testimoniall .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.15);
}
.testimoniall .pic img{
    width: 100%;
    height: auto;
}
.testimoniall .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 10px 0 0 0;
}
.testimoniall .post{
    font-size: 20px;
    color: #000;
}
.testimoniall .description{
    display: inline-block;
    width: 73%;
    padding: 44px 0px;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 16px;
    color: #565656;
    margin: 0;
    position: relative;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
}
.testimoniall .description:before{
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255,0.15);
    position: absolute;
    top: 20px;
    left: -21px;
}

.testimoniall .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 27px;
    color: #cdcdcd;
    position: absolute;
    top: -15px;
    left: -35px;
}


.testimoniall .description:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 27px;
    color: #cdcdcd;
    position: absolute;
    top: 149px;
    left: 358px;
    float: right;
    transform: rotate(181deg);
}

.owl-theme .owl-controls .owl-page.active span{
    background: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page span{
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .testimoniall .testimonial-contentt{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .testimoniall .description{
        width: 100%;
    }
    .testimoniall .description:before{
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(255,255,255,0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}


.section5{
  margin-top: 50px;

}

.section5 h2{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}


.footer{
  margin-top: 80px;
}


.footer {
    margin-top: 150px;
    /* margin-bottom: 50px; */
    /*background: url(../images/pattern.png);*/
    background-color: #1a1a1a;
    background-repeat: repeat;
    /*height: 305px;*/
    position: relative;
}


.footer:before {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: -4px;
    width: 100%;
  
    background: url(../images/line.png) repeat-x;
}


.footer h3{
  color: #fff;
  text-align: center;
  padding: 40px 0 0;
  font-size: 20px;
  padding-bottom: 50px;
}

.bb1{
  display: inline-block;
  float: left;
  
}

.b22{
  color: #fff;
  padding: 8px 0;
  font-family: 'Open Sans', sans-serif;
}

/*

@media only screen and (max-width: 767px){
.b1{

    float: none;
    width: 100%;
    margin: 0 0 20px 0;
     text-align: center;
  margin-right: 5%;
  width: 100px;
  font-size: 39px;
  color: #25896b;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 19px 10px;

}
}*/


.rot{
  transform: rotate(105deg);
}

.bt{
  padding: 13px 0;
}


.bt2{
  padding:7px 0;
}

.vv{
  margin-top: 110px;
}

.foot-menu{
  display: inline-flex;
  list-style: none;
  color:#fff;
}

.foot-menu li {
  padding: 0 13px;


}

.fot{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
}


.social-btns{

  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 17%;

}

.fb{
  color: #2c8c6e;
    font-size: 21px;
}


/*===================================== ABOUT PAGE====================================*/


.about-section1{
  background-image: url("../images/about-banner.png");
  height: 300px;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.about-section2 h2{
    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ab-1{
  font-size: 16px;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  text-align: center;
}

.ab-2{
  font-size: 16px;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  text-align: center;
}




.about-section3{
  margin-top: 50px;
}


.about-section3 img{
  width: 100%;
}

.about-section3 h2{

    text-align: center;
    padding-bottom: 30px;
    color: #25896b;
    font-weight: 200;

}

.about-section4 h2{

  padding: 100px 0 25px;
  text-align: center;
  color: #25896b;
}

.about-section4 img{
  width: 100%;
}

.about-section4 h4{
  font-family: 'Open Sans', sans-serif;

}


.about-section4 p{
    font-family: 'Open Sans', sans-serif;
    color: #989898;
    line-height: 27px;
}


.footerr{

  background-color: #ededed;

}

.footerr h3{
  text-align: center;
} 


.so li{
   display: inline-block;
}




/*===============================Management Page=================================*/


.management-section2{
  margin-top: 50px;
}


.management-section2 h2{
    text-align: center;
    padding: 16px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 0;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}


.management-section3 img{
    width: 100%;
    margin-top: 70px;
}

.management-section3 h2{
    text-align: center;
    padding: 16px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 0;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.management-section3{
  
   margin-bottom: 5px;

 }


 .our-team{
    text-align: center;
}
.our-team .pic{
    position: relative;
    overflow: hidden;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.our-team:hover .pic img{
    transform: translateY(-15px);
}
.our-team .social_media_team{
    position: absolute;
    bottom: -20%;
    width: 100%;
    background-color:#25896b;
    transition: all 0.35s ease 0s;
    color: #fff;
}
.our-team:hover .social_media_team{
    bottom: 0px;
}
.our-team .team_social{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.our-team .team_social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .team_social li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.our-team .team_social li a:hover{
    background: #fff;
    color:#424242;
}
.our-team .team-prof{
    margin-top: 10px;
}
.our-team .post-title a{
    text-transform: capitalize;
    color:#424242;
    transition: all 0.2s ease 0s;
    font-family:'Open Sans', sans-serif;
}
.our-team .post-title a:hover{
    text-decoration: none;
    color:#ea6153;
}
.our-team .post{
    color:#ea6153;
    font-size: 18px;
    text-transform: capitalize;
}
.social_media_team h4{
    font-family:'Open Sans', sans-serif!important;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}



/*=====================================STAFF=======================================*/


.staff-section2{
  margin-top: 50px;
}




.nav-tabs {
   border-bottom: 2px solid #DDD; 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0; 
}
.nav-tabs > li > a {
    border: none;
    color: #ffffff;
    background: #25896b;
    padding: 25px 0;
  }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
  border: none; 
  color: #000 !important; 
  background: #fff; 
}
.nav-tabs > li > a::after { 
  content: ""; 
  background: #25896b; 
  height: 2px; 
  position: absolute; 
  width: 100%;
  left: 0px; 
  bottom: -1px; 
  transition: all 250ms ease 0s; transform: scale(0); 
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
 transform: scale(1); 
}
.tab-nav > li > a::after {
  background: ##5a4080 none repeat scroll 0% 0%;
  color: #fff;
 }
.tab-pane { 
  padding: 15px 0;
 }
.tab-content{
  padding:20px;
}
.nav-tabs > li  {
  width:25%; 
  text-align:center;
}
.card {
   background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
   margin-bottom: 30px;
    }


@media all and (max-width:724px){
.nav-tabs > li > a > span {
  display:none;
} 
.nav-tabs > li > a {
  padding: 5px 5px;
}
}


 table tr td {
    border: 1px solid #D8D3CB;
    padding: 13px 13px;
}



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

.contact-section1 {

    background-image: url("../images/contact-banner.png");
    height: 300px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}




.contact-section2 h2{

    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}



.form-section{
  margin-top: 50px;
  margin-bottom: 100px;

}

.form-section h3{
  text-align: center;
  font-size: 30px;
  padding: 40px 0 0;
  color: #fff;
}

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

.location-fa{
  float: left;
  padding: 16px 11px;
  font-size: 20px!important;
}

.form-ul li{

   padding: 10px 30px;
   font-size: 18px;
   font-family: 'Open Sans', sans-serif;
   color: #575757;

}


.contact-box{
  background: #c8e1da;
  height: 600px;
}


.contact-box::after {

    bottom: 74%;
    left: 1%;
    border: solid transparent;
    content: " ";
    height: -18px;
    width: 30px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: #c8e1da;
    border-width: 18px;
    margin-left: -27px;
    transform: rotate(-90deg);

}

.ci{
  color: #25896b!important;
}

.form-control {
    
    display: block;
    width: 82%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}


.send-btn1 {

  background: #0c8d54;
  border: solid 2px #25896b;
  padding: 10px 43px;
  font-size: 16px;
  margin-top: 13px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  font-weight: bold;

  }


.textarea{
    height: 100px!important;
}


label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 200;

}

ul.social-links a {

    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #000;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #fff;
    background: #000;
}

ul.social-links {

    margin: 21px 0px 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 0 0 25px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 79%;

}

ul.social-links li {

    display: inline-block;
    margin-right: 5px;

}


.c-fa{

    padding: 12px 0px;
}



/*==============================================gallery page===============================*/


.g1 {
    padding: 13px 0;
}


.gallery-section2 h2{
    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: 'Open Sans', sans-serif;
}



/*=============================ADMISSION PAGE=============================*/


.admission-section2 h3{
    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: 'Open Sans', sans-serif;
}


.admission-section2 p{
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;

  }


  .admission-btn1 {

    background: #fff;
    border: solid 2px #25896b;
    padding: 10px 36px;
    font-size: 16px;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;

}

.admission-section2 a{
  color: #000;
}


/*=========================================school rules===================================*/

.rules-section2 h3{

    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: 'Open Sans', sans-serif;

}


.rules-section2 p{
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   line-height: 34px;

}


/*======================================school facilities============================*/


.facilities-section2 h3{
    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: 'Open Sans', sans-serif;

}



.facilities-section3 img{
  width: 100%;

}


.facilities-section3 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;

}

.facilities-section4{
  margin-top: 30px;
}

.facilities-section4 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;

}

.facilities-section4 img{
  width: 100%;

}

.facilities-section5{
  margin-top: 30px;
}

.facilities-section5 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;

}

.facilities-section5 img{
  width: 100%;

}



.facilities-section6{
  margin-top: 30px;
}

.facilities-section6 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;

}

.facilities-section6 img{
  width: 100%;

}


.facilities-section7{
  margin-top: 30px;
}

.facilities-section7 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;

}

.facilities-section7 img{
  width: 100%;

}



.facilities-section8{
  margin-top: 30px;
}

.facilities-section8 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;

}

.facilities-section8 img{
  width: 100%;

}




/*=========================================News Page============================================*/

#more{
  display: none;
}


.news-sestion2{
  margin-top: 70px;
}


.news-sestion2 img{
  width: 90%;
}



.news-sestion2{
  font-size: 16px;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;

}


#myBtn{
  background: #25896b;
  border: none;
  color: #fff;
  padding: 5px 24px;
  border-radius: 3px
}

.date{
  color: #25896b;
}




.parent-login {
    background: #40c7f4;
    border: none;
    padding: 14px 23px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
}



.news-sestion1 h2{
    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}




/*.submenu ::after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
        border-top-color: transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-color: transparent;
        border-bottom-width: medium;
        border-left-color: transparent;
        border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
        border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

*/

/*================================================= Curriculum =============================================*/


.curriculum-section2{

      
}


.curriculum-section2 h2 {

    text-align: center;
    padding: 50px 0;
    /*padding-bottom: 50px;*/
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}


.curriculum-section2 p{
  font-size: 15px;
  line-height: 31px;
  font-family: 'Open Sans', sans-serif;
  color: #494949;

}

.curriculum-section2 h3{
      background: #25896b;
      padding: 10px 27px;
      color: #fff;
      font-size: 20px;

}




/*=================================================== School Bus ===================================*/



.school_bus-section2 h3 {

    text-align: center;
    padding: 50px 0;
    /*padding-bottom: 50px;*/
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}




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


.footer-top {
    width: 100%;
    height: auto;
    background: url(../images/footer-top-bgg.jpg);
    background-size: auto;
    background-size: 100% 100%;
    margin-top: 100px;
  }


.footer-top::before {
    content: "";
    display: block;
    height: 4px;
    /*position: absolute;*/
    top: -4px;
    width: 100%;
    background: url(../images/line.png) repeat-x;
}







  .red-layer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(37, 137, 107, 0.88);
  }


.footer-call {
    width: 28%;
    height: auto;
    float: left;
    background: url(../images/footer-call.png) no-repeat left center;
    padding-left: 5%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin: 13px 0;
}


.footer-loc {
    width: 31%;
    height: auto;
    float: left;
    background: url(../images/footer-location.png) no-repeat left center;
    padding-left: 5%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-quick {
    width: 30%;
    height: auto;
    float: left;
}

.footer-loc span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
}

.ftr-quick-btn {
    width: 158px;
    height: 52px;
    border: 1px solid #fff;
    float: right;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0;
    margin: 19px 0;
}


.footer-wraper {
    width: 100%;
    height: auto;
    background: #242527;
    padding-top: 20px;
}

.footer-design {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
}

.footer-menu {
    width: auto;
    height: auto;
    /*float: left;*/
    text-align: center;
}

.footer-menu ul {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
}

.footer-menu li {
    display: inline;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    text-transform: uppercase;
    padding-right: 20px;
}

.footer-social {
    /*float: right;*/

    text-align: center;
    padding: 32px 0 0px;
}

.footer-social li {
    list-style-type: none;
    display: inline-block;
}

.footer-social li i {
    width: 35px;
    height: 35px;
    border: 1px solid #666;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin-left: 5px;
}


.copy {
    width: auto;
    height: auto;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    line-height: 37px;
    /*float: left;*/
    text-align: center;
}

.company {
    float: right;
}

.cmpny-name {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    line-height: 37px;
    float: left;
}

.footer-menu a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

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


.red-layer {
    padding-top: 20px;
    padding-bottom: 20px;
}

}



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


.footer-call {
    width: 85%;
    padding-left: 15%;
    margin-top: 20px;

  }

.footer-loc {
    width: 85%;
    padding-left: 15%;
    margin-top: 20px;
}


.ftr-quick-btn {
    width: 138px;
    height: 38px;
    border: 1px solid #fff;
    float: right;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    display: none;


}


.footer-menu {
    width: 100%;
    float: none;
}

.footer-social {
    margin: 0 auto;
    display: table;
    float: none;
}



.copy {
    float: none;
    text-align: center;
    line-height: 24px;
}


.cmpny-name {
    line-height: 24px;
}

.footer-menu li {
    width: 50%;
    float: left;
    padding-right: 0;
}

}



.footer-social li i:hover {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    /*background: #237b60;*/
}



/*===================================school bus section==============================*/


.school_bus-section3 img{

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}


.school_bus-section4{

    font-size: 15px;
    padding: 28px 0 0;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;

  }



.school_bus-section3 p{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 27px;

}


.carousel-control.right {

    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;

}

.carousel-control.left {

    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;

}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {

    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;

}


.canteen-section2 h3 {

    text-align: center;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 50px;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.canteen-section3 p {

    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;

}

.labs-section2 h3{

    text-align: center;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 50px;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.labs-section3  p {

    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;

}




.swimming-section2 h3{

    text-align: center;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 50px;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.swimming-section3  p {

    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;

}






.library-section2 h3{

    text-align: center;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 50px;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.library-section3  p {

    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;

}


.childrens_park-section2 h3{

    text-align: center;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 50px;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.childrens_park-section3 p {

    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;

}


.play_school-section2{
    text-align: center;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 50px;
    color: #25896b;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;

}

.play_school-section3{

    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;

}

.top{
  background:#fff;
}

.top .m1 {
  padding: 17px 4px;
  float: right;
  font-family: 'Open Sans', sans-serif;
}
.top .m2 {
  padding: 17px 4px;
  float: right;
  font-family: 'Open Sans', sans-serif;
}




/*====================================Head Social==================*/





.testimonial-section2{
    margin-top:13px;
    
}

.testimonial-section2 h2 {
    text-align: center;
    padding: 50px 0;
    color: #25896b;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
    



.achive-section2{
    margin-top:80px;
}



.st{
    background: #faff15;
    text-align: center;
    color: #f31f1f;
    padding: 2px 0px;
}

.st img{
    width:100%;
}
    
    
    
    .vp {
    padding: 0px 25px;
}











/*================achivement===========================*/

  
  .sz {
    font-size: 40px!important;
    color: #fff;
    cursor: pointer;
    margin-top: -83px;
}
  
  #image-gallery img {
    width: 100%;
}
    
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}





.achive{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 100;
    padding: 5px 0 15px;
    text-align: center;
    width: 100%;
    font-size:18px;
    color: #fff;
    line-height: 18px;
}




#gallery h2{
    
    font-weight: 600;
    margin: 2em 0;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    /*padding: 50px 0;*/
    margin-bottom: 40px;
    padding-bottom: 33px;
    width: 100%;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    
}

