@font-face {
    font-family: "creative italic";
    src: url(fonts/Creativo\ Italic.otf);
  }
  
  @font-face {
    font-family: "creative regular";
    src: url(fonts/Creativo\ Regular.otf);
  }
  
  @font-face {
    font-family: "kiddo";
    src: url(fonts/KIdDOS-Regular.otf);
  }
  
  @font-face {
    font-family: "interact";
    src: url(fonts/Interact.ttf);
  }
  
  @font-face {
    font-family: "roboto";
    src: url(fonts/Roboto-Regular.ttf);
  }
  
  
  :root {
    --headings_color: #537440 ;
    --text_color: #188d1c;
    --text_gray_color: #666;
    --cta_button_color:#ebeb0a;
    --section_background: #2e4024; 
  }
  
  
  * {
    margin: 0px;
    padding:0px; 
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  
    /* box-sizing: border-box;*/
  }
  
  .social_media{
    background: transparent;
    float:right;
    margin-right:25px;
    margin-top:-5px;
  
  }
  
  .social_media img{
    width:15px;
    height: 15px;
    margin-left:12px;
  }
  

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

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

a:visited {
    color: var(--text_color);
    text-decoration: none;
}
  
  .text {
    font-size: 10px;
    text-align: center;
    color: white;
  }
  
  .text a:active{
    text-decoration: none;
  }
  
  
  header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    display: flex;
    margin-top:34px;
    align-content: center;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 999;
  }
  
  
  
  
  .sch_name {
    position: relative;
    top: -20px;
    font-weight: bold;
    color: var(--text_color);
    left: 5px;
    font-size: 20px;
  }
  
  
  
  
  nav ul li {
    float: left;
    list-style-type: none;
    margin-left: 20px;
    font-weight: 600;
    margin-top: 12px;
  }
  
  nav ul li a {
    color: var(--text_color);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
  }
  
  
  .column_text{
    display: block;
    position: absolute;
    width: 80%;
    /* border: 1px solid #25a18d; */
    top: 200px;
    left: 10%;
    background: rgba(2,24,2,0.4);
    /* background: rgba(34,139,34,0.4);*/
  }
  
  
  
  
  #main_banner {
    text-align: center;
    /* padding: 150px; */
    color: white;
    color: rgb(36, 205, 163);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    /* background-image: linear-gradient(rgb(60, 113, 105), rgba(60, 113, 105, 0.7)); */
    /* background-image: url('traning_cake_new.jpg'); */
    background-color: rgb(15, 60, 53);
    background-repeat: no-repeat;
    background-size: 0cap;
  }
  
  
  .active{
    border-bottom: 5px solid;
    border-color:var(--cta_button_color) ;
  }
  
  .waves {
    /* background-color:rgb(90, 90, 90,0.1); */
  
  }
  
  .waves_footer {
    rotate: -180deg;
    position: relative;
    top: 10px;
  }
  
  
  
  /* START OF THE SLIDER IMAGES*/
  
  
  .slider {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: var(--cta_button_color);
  }
  
  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    /*height: 1112px; */
    box-sizing: border-box;
    position: relative;
  }
  
  .slide img {
    margin-top: -150px; 
    width: 100%;
    /*  height: 100%; */
    display: block;
  }
  
  
    .description {
      text-align: left;
      width: 35%;
      position: absolute;
        top: 30vh;
      left: 15vw;
      font-size: 20px;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px 20px 40px;
      border-radius: 5px;
      line-height:1;
  }
  
  .active_slide .description{
    animation: active_slide_SlideFromRight 2s ease-in-out;
  }
  
  .active_slide .description h1{
   
  animation: showText 2s ease;
  animation-delay: 2s;
  }
  
  
  @keyframes showText {
    0%{
      opacity: 0;
      transform: scale(0);
  
    }
    
    100%{
      opacity: 1;
      transform: scale(1);
    }
  
  
  }
  
  
  
  @keyframes active_slide_SlideFromRight {
    0%{
      opacity: 0;
      transform: translateY(200px);
  
    }
    
    100%{
      opacity: 1;
      transform: translateY(0px);
    }
  
  
  }
  
  
  
  .description h1{
    font-family: "arial black";
    font-weight: bolder;
    font-size: 65px;
   
  }
  
  .description p{
  color:white;
  padding-top:20px;
  
  }
  
  .description button{
    margin-top:10px;
    font-weight: 700;
    padding:10px 30px;
    border-radius: 60px;
    border:none;
    background:var(--cta_button_color);
    color:var(--text_color);
  }
  
  
  
  
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 1000;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  button:hover {
    background-color: rgba(14, 44, 32, 0.8);
  }
  
  
  
  /* END OF THE SLIDER IMAGES*/
  
  
  
  
  
  
  
  
  
  h1 {
    color: white;
    border: collapse;
    font-weight: lighter;
  }
  
  h4 {
    background-color: rgb(36, 205, 163, 0.3);
    padding: 10px 0 20px;
    color: rgb(36, 250, 163);
    outline: 12px black;
    font-weight: lighter;
    line-height: 65px;
  
  }
  
  

  
  #vision {
    text-align: center;
    padding: 300px 350px;
    font-size: 25px;
    color: white;
    background-color: var(--section_background);
    background-position: right;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url('images/general/vision_logo.png');
    background-repeat: no-repeat;
  
  
  }
  
  #vision h3 {
    margin-bottom: 25px;
    font-size: 56px;
    color: var(--text_color);
  
  }
  
  #vision p {
    font-size: 25px;
    color:white;
  }
  
  p {
    font-size: 15px;
    color: var(--text_gray_color);
    font-weight: lighter;
  
  }
  
  
  #sch_4_arms {
    display: flex;
    justify-content: center;
    padding: 30px 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  
  .schools, .lab, .skills{
    padding: 100px 0px;
  }
  
  
  
  ._div4_card {
    width: 30%;
    margin: 40px 20px;
    background-color: rgba(253, 253, 253);
    box-shadow: 0px 4px 8px 0px lightgrey;
    text-align: center;
    /* opacity: 0.9; */
    font-size: 15px;
    color: gray;
  }
  
  
  .overlay {
    background-color: #a16d4c;
    width:100%;
    margin: auto;
  }
  
  .skills_col .overlay{
    height:250px; 
  }
  
  
  
  
  
  
  .lab_col .overlay {
    background-color: #a16d4c;
    width:100%;
    height:280px;
    margin: auto;
  
  }
  
  ._div4_card img {
    width: 100%;
  }
  
  ._div4_card p {
    padding: 10px 10px 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #101010;
  }
  
  ._div4_card h3 {
    padding: 10px 5px 10px;
    color: var(--text_color);
  }
  
  
  
  /*  ----------------------------------     LAB ROW STYLE  --------------------------------*/
  #lab_row,
  #skills_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 50px;
    font-family: Arial, Helvetica, sans-serif;
  
  }
  
  .heading {
    color: var(--text_color);
    font-size: large;
    background: var(--cta_button_color);
  }
  
  
  
  /* .divider{
        background-color: rgb(22, 166, 72);
        margin-top:5px;
        width:200px;
        height: 10px;
        display: inline-block;
         }
  
  */
  
  
  .skills_col{
    background-color: rgba(253, 253, 253);
    box-shadow: 0px 4px 8px 0px lightgrey;
    text-align: center;
   /* opacity: 0.9; */
    font-size: 15px;
    color: gray;
  }
  
  
  .lab_col {
    margin: 60px 20px;
    background-color: rgba(253, 253, 253);
    box-shadow: 0px 4px 8px 0px lightgrey;
    text-align: center;
    font-size: 15px;
    color: gray;
  }
  
  
  
  
  
  .skills_col,
  .lab_col,
  ._div3_card,
  ._div4_card {
    cursor: pointer;
    width: 25%;
  }
  
  
  .skills_col{
    cursor: pointer;
    width: 25%;
    margin:10px; 
  }
  
  
  .skills_col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  
  }
  
  .lab_col img {
    width: 100%;
    height:100%;
    object-fit: cover;
   
  }
  
  .skills_col p,
  .lab_col p {
    padding: 10px 40px 30px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .skills_col h3,
  .lab_col h3 {
      margin-top: 5px;
      color: var(--text_color); 
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bolder;
  }
  
  
  ._div3_card h3 {
    padding-bottom: 15px;
    color: var(--text_color);
    font-size: 20px;
  }
  
  
  ._div4_card a {
    text-decoration: none;
    background-color: rgba(60, 113, 105);
    padding: 10px 10px;
    border-radius: 10px;
  
    color: white;
  }
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  
  
  
  /*OUR VISION*/
  
  :root {
    --white: #fff;
    --blue: #0069ff;
  }
  
  body {
    font: 20px/1.5 sans-serif;
  
  }
  
  .container {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .hero {
    position: relative;
    height: 100vh;
    background: var(--blue);
    z-index: 1;
  }
  
  .hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35vh;
    z-index: 1;
    background: var(--white);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  
  .hero div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh;
    /*100vh - 35vh*/
    color: var(--white);
  }
  
  
  
  /* FOOTER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-footer {
    position: fixed;
    right: 0;
    bottom: 60px;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 14px;
    background: var(--white);
  }
  
  .page-footer a {
    display: flex;
    margin-left: 4px;
  }
  
  
#f_call_icon {
    position: relative;
    left: 10;
}
  
  
  #heroImage {
    position: absolute;
    top: 100px;
    left: 500px;
    z-index: -1;
  
  }
  
  #menuBtn {
    display: none;
  }
  
  
  .row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 30px 30px;
  }

  
  footer {
    
    background-image: linear-gradient(#2e4024,rgb(28, 45, 43));
    color: aliceblue;
    text-align: center;
    padding: 30px 30px;
  }
  
  .footer2 {
    background-color: rgb(22, 38, 33);
    color: white;
    text-align: center;
    font-size: smaller;
    color: grey;
  }
  
  footer ul li {
    list-style: none;
  }
  
  footer ul li a {
    text-decoration: none;
    color: #49b55c;
    font-size: smaller;
  }
  
  footer ul li a:hover {
    color: lightgray;
  }
  
  
  
  #sch_3_arms {
    display: flex;
    justify-content: center;
    padding: 50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(90, 90, 90, 0.1));
  
  }
  
  ._div3_card {
    width: 20%;
    color: black;
    font-size: 14px;
    margin: 40px 40px;
    padding: 40px 20px;
    box-shadow: 0px 4px 8px 0px lightgrey;
    text-align: center;
  }
  
  ._div3_card p {
    color: var(--text_gray_color);
  }
  
  ._div3_card div img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .box_on_logo {
    padding: 15px;
    position: relative;
    margin: 20px auto;
    height: 80px;
    width: 80px;
    border-radius: 50%;
  }
  
  ._div3_card:nth-child(1) .box_on_logo {
    background-color: #ff236b;
  }
  
  ._div3_card:nth-child(2) .box_on_logo {
    background-color: #ffc258;
  }
  
  ._div3_card:nth-child(3) .box_on_logo {
    background-color: #5d58f0;
  }
  
  .row1 {
    display: flex;
    flex-direction: row;
    padding: 50px 0px;
    margin-top: -250px;
    /*border:20px solid #25a18d;
          background-color: aquamarine;
          background-color:rgb(22, 61, 35);
               background-image: linear-gradient(rgb(0 61 52), rgba(31, 63, 58, 0.7)); */
  }
  
  .row1 h1 {
    color: black;
    margin-top: 40px;
  }
  
  .row1 .column {
    font-size: 15px;
  }
  
  .row1 div:nth-child(1) {
    padding-bottom: 0px;
    padding-bottom: 50px;
    background-color: rgba(0, 40, 0, 0.5);
  
  }
  
  
  
  
  
  
  
  
  .montessori{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
  }
  
  
  .montessori > div{
      flex: 1;
      
  }
  
  .montessori img {
    width: 100%;
    position: relative;
    top: -130;
    z-index: -1;
  }
  
  .montessori ul{
  margin-top: 30px;
  padding: 0px 30px;
  }
  
  .montessori ul li{
    margin-top: 30px;
    list-style: none;
    text-align: left;
    color: #666;
    }
  
  
    .montessori button {
      margin-top: 30px;
      padding: 20px;
      background: var(--cta_button_color);
      border: none;
      border-radius: 10px;
      color: var(--text_color);
      font-size: 20px;
      transition: 1s ease;
  }
  
      .montessori button:hover{
        transform:scale(1.1);
          background: green; 
      }
  
  
  /* ICT DESDIGN */
  
  .ict{
    background-color:var(--section_background);
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .ict .heading h1{
   font-size:  55px;
   text-align: center;
   margin-top:35px;
   background-color:var(--section_background);
  
  }
  
  .ict_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:90%;
    margin: 65px auto;
  
  }
  
  .ict_content{
    flex:1;
    width:600px;
    margin:0px 25px;
    text-align: start;
  }
  
  .ict_content h2{
    font-size:38px;
    margin-bottom:20px;
    color:#8ec71c;
  }
  
  .ict_content p{
    font-size:24px;
    line-height: 1.5;
    
    padding-right:20px;
    color:#fff;
  }
  
  .ict_content  ul{
    margin-bottom:40px;
  }
  
  .ict_content ul li{
   list-style-type: square;
   list-style-image:var(--cta_button_color);
   color:white;
  }
  
  
  .ict_content button {
    display: inline-block;
    border:none;
    background-color: var(--cta_button_color);
    color: var(--text_color);
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    transition: 2s ease;
  }
  
  
  .ict_content button:hover{
    background-color: #15ff00;
    transform:scale(1.1);
  }
  
  
  
  .ict_image{
    flex:1;
    width:600px;
    margin:auto;
  }
  
  .ict_image img{
    width:100%;
    height:auto;
    border-radius:10px;
  }
  
  
  /* GRADUATION  DESDIGN */
  
  
  
  .graduationClass{
    background-color:var(--section_background);
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .graduationClass .heading h1{
   font-size:  55px;
   text-align: center;
   margin-top:35px;
   background:var(--section_background);
  
  }
  
  .graduationClass_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:90%;
    margin: 65px auto;
  
  }
  
  .graduationClass_content{
    flex:1;
  }
  
  .graduationClass_content p{
  font-size: 30px;
  color: white;
  }
  
  .graduationClass_content .numberofgraduate{
    font-size: 160px;
    line-height: 1;
    color:#ffa511;
    } 
  
  .graduationClass_image{
    flex:1;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  /* STAFF DESDIGN */
  
  .staff{
    background-color:var(--section_background);
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .staff .heading h1{
   font-size:  55px;
   text-align: center;
   margin-top:35px;
   background-color:var(--section_background);
  
  }
  
  .staff_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:90%;
    margin: 65px auto;
  
  }
  
  .staff_content{
    flex:1;
    width:600px;
    margin:0px 25px;
    text-align: start;
  }
  
  .staff_content h2{
    font-size:38px;
    margin-bottom:20px;
    color:#8ec71c;
  }
  
  .staff_content p{
    font-size:24px;
    line-height: 1.5;
    margin-bottom:40px;
    padding-right:20px;
    color:#fff;
  
  }
  
  .staff_content button {
    display: inline-block;
    border:none;
    background-color: yellow;
    color: var(--text_color);
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    transition: 2s ease;
  }
  
  
  .staff_content button:hover{
    background-color: #15ff00;
    transform:scale(1.1);
  }
  
  
  
  .staff_image{
    flex:1;
    width:600px;
    margin:auto;
  }
  
  .staff_image img{
    width:100%;
    height:auto;
    border-radius:10px;
  }
  
  
  
  
  
  
  
  
  section {
    text-align: center;
    color: #0069ff;
  }
  
  section h2 {
    color: var(--headings_color);
    position: relative;
    font-size: 50px;
  }
  
  
  .title h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--cta_button_color);
    left: 50%;
    bottom: -10;
    transform: translateX(-50%);
  
  }
  
  .title h2:focus-within {
   
    background-color: rgba(0,237,0,1);
  }
  
  
  
  
  
  section .column1 {
    margin: auto;
    padding: 200px 20px 250px;
    width: 80%;
    border: 1px solid grey;
    border-radius: 20px;
    border-style: initial;
  }
  
  section .column1 h1 {
    font-size: 60px;
    margin-bottom: 40px;
    color: var(--headings_color);
  }
  
  section .column1 p {
    font-size: 20px;
    color: var(--text_gray_color);
    padding: 0px 250px;
  }
  
  
  .visit_us {
    /* background-color: #274e0a; */
    padding: 0px 150px;
    width: 60%;
    margin: 30px auto;
    border-radius: 20px;
     /* border:1px solid green; */
      /* background-image: linear-gradient(#256f0c, #6b9b5f); */
  }
  
  
  .visit_us img{
  margin-left:-70px;
  }
  
  
  
  .visit_us h1 {
    margin-bottom: 30px;
    font-size: 50px;
    color: #59a55b;
    text-decoration: underline;
  }
  
  .visit_us p {
    color: var(--text_color);
    font-size: 18px;
  }
  
  
  .visit_us button {
    color: var(--text_color);
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 20px;
    background-color: var(--cta_button_color);
    border-style: var(--white);
  }
  
  .row_Hero {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: rgba(239, 245, 244, 0.1);
  
  }
  
  .column_Hero {
    width: 100%;
  }
  
  .column_Hero img {
    width: 100%;
    margin-top: -150px;
  
  }
  
  
  
  .arrow_icon {
    width: 30px;
    position: relative;
    top: 10px;
    right: 10px;
  }
  
  hr {
    width: 68%;
    margin-left: 250px;
    margin-top: 10px;
  
  }
  
  .advert .flyer1{
    margin-right:100px;
  }
  
  
  
  
  
  
  
  
  
  
  
  /*-------------------------------------------------------------MOBILE VERSION--------------------------------------*/
  
  
  /* MOBILE PHONE */
  
  @media only screen and (max-width: 375px) {
    
    .text {
      display: none;
  }

  .social_media img {
    margin-left: 0px;
    margin-right: 10;
}


    header {
      position: absolute; 
      padding-right: 20px;
      top:-10px;
      z-index: 999;
  }


    .description {
      width: 55%;
        top: 7vh;
      left: 15vw;
      font-size: 10px;
      padding: 10px 10px 20px;
      border-radius: 5px;
      line-height:1;
  }



  .description h1{
    font-family: "arial black";
    font-weight: bolder;
    font-size: 25px;
   
  }
  
  .description p{
  color:white;
  font-weight: 800;
  padding-top:10px;
  font-size: 10px;
  
  }
  
  .description button{
    font-weight: 500;
  }


  
  
    .slide img {
        margin-top: 0px;
    }

    .text {
        font-size: 5px;
    }
  
    .social_media {
    
     margin-right: 0px; 
     padding:0px 10px;
        
    }


    .social_media img {
        width: 10px;
        height: 10px;
        margin-left: 3px;
    }


    header {
       
       justify-content:space-between;
      
    }

    nav {
        display: none;
    }

    #logo{
        padding-left: 20px;
    }

    #logo img{
       width:30px;
       height:30px;
    }

    .sch_name {
      top: -10;
        left: 0px;
        font-size: 10px;
    }

    #menuBtn {
        display: block;
        width:25px;
    }

    #sch_3_arms, #sch_4_arms,.montessori{
      flex-direction: column;
      align-items: center;
    }
 
    ._div3_card,._div4_card, .lab_col{
      width:100%;
    }

    #vision {
      padding: 40px 20px;
      font-size: 20px;
      background-image: none;
  }

  .montessori ul li {
    text-align: center; 
}

.montessori img{
  top:-60px ;
}

.montessori button {
  position: relative;
  bottom:-180px;
  font-size: 15px;
}

.ict_container {
  flex-direction: column-reverse;
}

.ict_content, .ict_image {
  width:90%;
}

.ict .heading h1 {
  font-size: 40px;
}

#lab_row {
  padding:0px;
}


.graduationClass .heading h1 {
    font-size: 35px;
    margin-bottom: -30;
    font-weight: 800;
    line-height: 1.3;
}


.graduationClass_container {
    flex-direction: column;
}

.graduationClass_content .numberofgraduate {
    font-size: 110px;
}

.graduationClass_image img{
    width:100%; 
}

.graduationClass_content p {
    font-size: 20px;
}

.advert .flyer1 {
    width: 80%;
    margin: 40px 30px;
}

.visit_us {
  padding:0px;
  width: 80%;
}

.visit_us img { 
margin-left: 0px;
  width: 100%;
}


.visit_us h1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #59a55b;
}


#lab_row, #skills_row {
  padding: 10px 10px;
  align-items: center;
}

.skills_col {
  width: 100%;
}

.staff_container {
  flex-direction: column-reverse;
}

.staff_image img,  .ict_image img {
border-radius: 0px;
}

.staff_container > div {
    width:100%;
}

.staff .heading h1 {
  font-weight: 800;
  line-height: 1;
}


section .column1 {
padding: 150px 20px 150px; 
}

section .column1 h1 {
  font-size: 40px;
}

section .column1 p {
 padding: 0px; 
}

.row {
  flex-direction: column;
  align-items: center;
}


.row > div{
 margin-top:40px;
}

  }
  
  
  
  
  
    /* MOBILE PHONE */
  
    @media only screen and (min-width: 376px) and (max-width: 425px){
      .text {
        display: none;
    }

    .social_media img {
      margin-left: 0px;
      margin-right: 10px;
  }

         p {
        font-size: 14px;
        font-weight: 400;
    }


      /*Menu*/

      /*Hide the previous and next buttons*/

      .prev, .next{
        z-index: 0;
      }

  nav {
    display: none;
  }

  #menuBtn {
    display: block;
  }



  nav ul li {
    float: none;
    position: relative;
    list-style-type: none;
    color: rgb(220, 233, 229);

  }

  nav ul {
    position: absolute;
    width: 100%;
    background-color: #36465b;
    left: 0px;
    top: 70px;
  }

  nav ul li a {
    color: rgba(0, 159, 77, 1);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
  }





    
      header {
        position: absolute; 
        top:-10px; 
        padding-right: 20px;
        z-index: 999;
    }
  
  
      .description {
        width: 55%;
        top: 10vh;
        left: 15vw;
        font-size: 10px;
        padding: 10px 10px 20px;
        border-radius: 5px;
        line-height:1;
    }
  
  
  
    .description h1{
      font-family: "arial black";
      font-weight: bolder;
      font-size: 25px;
     
    }
    
    .description p{
    color:white;
    font-weight: 800;
    padding-top:10px;
    font-size: 10px;
    
    }
    
    .description button{
      font-weight: 500;
    }
  
  
    
    
      .slide img {
          margin-top: 0px;
      }
  
      .text {
          font-size: 7px;
      }
    
      .social_media {
      
       margin-right: 0px; 
       padding:0px 10px;
          
      }
  
  
      .social_media img {
          width: 10px;
          height: 10px;
          margin-left: 3px;
      }
  
  
      header {
         
         justify-content:space-between;
        
      }
  
      nav {
          display: none;
      }
  
      #logo{
          padding-left: 20px;
      }
  
      #logo img{
         width:30px;
         height:30px;
      }
  
      .sch_name {
        top: -10;
          left: 0px;
          font-size: 10px;
      }
  
      #menuBtn {
          display: block;
          width:25px;
      }
  
      #sch_3_arms, #sch_4_arms,.montessori{
        flex-direction: column;
        align-items: center;
      }
   
      ._div3_card,._div4_card, .lab_col{
        width:100%;
      }
  
      #vision {
        padding: 40px 20px;
        font-size: 20px;
        background-image: none;
    }
  
    .montessori ul li {
      text-align: center; 
  }
  
  .montessori img{
    top:-60px ;
  }
  
  .montessori button {
    position: relative;
    bottom:-180px;
    font-size: 15px;
  }
  
  .ict_container {
    flex-direction: column-reverse;
  }
  
  .ict_content, .ict_image {
    width:90%;
  }
  
  .ict .heading h1 {
    font-size: 40px;
  }
  
  #lab_row {
    padding:0px;
  }
  
  
  .graduationClass .heading h1 {
      font-size: 35px;
      margin-bottom: -30;
      font-weight: 800;
      line-height: 1.3;
  }
  
  
  .graduationClass_container {
      flex-direction: column;
  }
  
  .graduationClass_content .numberofgraduate {
      font-size: 110px;
  }
  
  .graduationClass_image img{
      width:100%; 
  }
  
  .graduationClass_content p {
      font-size: 20px;
  }
  
  .advert .flyer1 {
      width: 80%;
      margin: 40px 30px;
  }
  
  .visit_us {
    padding:0px;
    width: 80%;
  }
  
  .visit_us img { 
  margin-left: 0px;
    width: 100%;
  }
  
  
  .visit_us h1 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #59a55b;
  }
  
  
  #lab_row, #skills_row {
    padding: 10px 10px;
    align-items: center;
  }
  
  .skills_col {
    width: 100%;
  }
  
  .staff_container {
    flex-direction: column-reverse;
  }
  
  .staff_image img,  .ict_image img {
    border-radius: 0px;
    }

  .staff_container > div {
      width:100%;
  }
  
  
  section .column1 {
  padding: 150px 20px 150px; 
  }
  
  section .column1 h1 {
    font-size: 40px;
  }
  
  section .column1 p {
   padding: 0px; 
  }
  
  .row {
    flex-direction: column;
    align-items: center;
  }
  
  
  .row > div{
   margin-top:40px;
  }
  
    }
  
  
  
  
  /* --------------------------------- CSSS FOR TABLET DEVICES ------------------------------------------------*/
  
  
  
  @media only screen and (min-width: 426px) and (max-width: 768px)  {
  

    p {
      font-size: 14px;
      font-weight: 400;
  }


    /*Menu*/

    /*Hide the previous and next buttons*/

    .prev, .next{
      z-index: 0;
    }

nav {
  display: none;
}

#menuBtn {
  display: block;
}



nav ul li {
  float: none;
  position: relative;
  list-style-type: none;
  color: rgb(220, 233, 229);

}

nav ul {
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #36465b;
  left: 0px;
  top: 70px;
}

nav ul li a {
  color: rgba(0, 159, 77, 1);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
}


  
    header {

      position: absolute; 
      top:-10px;
      padding-right: 20px;
      z-index: 999;
  }


  .description {
    width: 60%;
    top: 10vh;
    left: 10vw;
    font-size: 20px;
    padding: 10px 10px 20px;
    border-radius: 5px;
    line-height: 1;
}


  .description h1{
    font-family: "arial black";
    font-weight: bolder;
    font-size: 35px;
   
  }
  
  .description p {
    color: white;
    font-weight: 100;
    padding-top: 10px;
}
  
  .description button{
    font-weight: 500;
  }


  
  
    .slide img {
        margin-top: 0px;
    }

    .text {
        font-size: 5px;
    }
  
    .social_media {
    
     margin-right: 0px; 
     padding:0px 10px;
        
    }


    .social_media img {
        width: 10px;
        height: 10px;
        margin-left: 3px;
    }


    header {
       
       justify-content:space-between;
      
    }

    nav {
        display: none;
    }

    #logo{
        padding-left: 20px;
    }

    #logo img{
       width:50px;
       height:50px;
    }

    .sch_name {
      top: -20;
        left: 10px;
        font-size: 20px;
    }

    #menuBtn {
        display: block;
        width:25px;
    }

    #sch_3_arms, #sch_4_arms,.montessori{
      flex-direction: column;
      align-items: center;
    }
 
    ._div3_card,._div4_card, .lab_col{
      width:100%;
    }

    #vision {
      padding: 40px 20px;
      font-size: 20px;
      background-image: none;
  }

  .montessori ul li {
    text-align: center; 
}

.montessori img{
  top:-60px ;
}

.montessori button {
  position: relative;
  bottom:-180px;
  font-size: 15px;
}

.ict_container {
  flex-direction: column-reverse;
}

.staff_image img,  .ict_image img{
  border-radius: 0px;
  }



.ict_content, .ict_image {
  width:90%;
}

.ict .heading h1 {
  font-size: 40px;
}

#lab_row {
  padding:0px;
}


.graduationClass .heading h1 {
    font-size: 35px;
    margin-bottom: -30;
    font-weight: 800;
    line-height: 1.3;
}


.graduationClass_container {
    flex-direction: column;
}

.graduationClass_content .numberofgraduate {
    font-size: 110px;
}

.graduationClass_image img{
    width:100%; 
}

.graduationClass_content p {
    font-size: 20px;
}

.advert .flyer1 {
    width: 50%;
    margin: 40px 30px;
}

.visit_us {
  padding:0px;
  width: 80%;
}

.visit_us img { 
margin-left: 0px;
  width: 60%;
}


.visit_us h1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #59a55b;
}


#lab_row, #skills_row {
  padding: 10px 10px;
  align-items: center;
}

.skills_col {
  width: 100%;
}

.staff_container {
  flex-direction: column-reverse;
}

.staff_container > div {
    width:100%;
}


section .column1 {
padding: 150px 20px 150px; 
}

section .column1 h1 {
  font-size: 40px;
}

section .column1 p {
 padding: 0px; 
}

.row {
  flex-direction: column;
  align-items: center;
}


.row > div{
 margin-top:40px;
}


    
  
  }
  
  
  
  
  
  
  
  
  
  
  /*------------------------------------------ FOR DESKTOP------------------------------------------------------*/
  
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
  
   
    p {
      font-size: 14px;
      font-weight: 400;
  }
    /*Menu*/

    /*Hide the previous and next buttons*/

    .prev, .next{
      z-index: 0;
    }


  
    header {
      position: absolute; 
      padding-right: 20px;
      z-index: 999;
  }


  .description {
    width: 60%;
    top: 25vh;
    left: 10vw;
    font-size: 20px;
    padding: 10px 10px 20px;
    border-radius: 5px;
    line-height: 1;
}


  .description h1{
    font-family: "arial black";
    font-weight: bolder;
    font-size: 40px;
   
  }
  
  .description p {
    color: white;
    font-weight: 100;
    padding-top: 10px;
    font-size: 20px;
}
  
  .description button{
    font-weight: 500;
  }
  
  
    .slide img {
        margin-top: 0px;
    }

    .text {
        font-size: 5px;
    }
  
    .social_media {
     margin-right: 0px; 
     padding:0px 10px;
        
    }


    .social_media img {
        width: 10px;
        height: 10px;
        margin-left: 3px;
    }


    header {
       
       justify-content:space-between;
      
    }


    #logo{
        padding-left: 20px;
    }

    #logo img{
       width:50px;
       height:50px;
    }

    .sch_name {
      top: -20;
        left: 10px;
        font-size: 20px;
    }



    #sch_3_arms{
      flex-direction: row;
      align-items: normal;
    }
 
    ._div3_card,._div4_card{
      width:100%;
      margin:40px 10px; 
    }

    #vision {
      padding: 120px 20px;
      font-size: 20px;
  }

  .montessori ul li {
    text-align: center; 
}

.montessori img{
  top:-60px ;
}

.montessori button {
  position: relative;
  bottom:-10px;
  font-size: 15px;
}

.ict_container {
  flex-direction: column-reverse;
}

.staff_image img,  .ict_image img{
  border-radius: 0px;
  }



.ict_content, .ict_image {
  width:90%;
}

.ict .heading h1 {
  font-size: 40px;
}

#lab_row {
  padding:0px;
}


.graduationClass .heading h1 {
    font-size: 35px;
    margin-bottom: -30;
    font-weight: 800;
    line-height: 1.3;
}


.graduationClass_container {
    flex-direction: column;
}

.graduationClass_content .numberofgraduate {
    font-size: 110px;
}

.graduationClass_image img{
    width:100%; 
}

.graduationClass_content p {
    font-size: 20px;
}

.advert .flyer1 {
    width: 50%;
    margin: 40px 30px;
}

.visit_us {
  padding:0px;
  width: 80%;
}

.visit_us img { 
margin-left: 0px;
  width: 60%;
}


.visit_us h1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #59a55b;
}


#lab_row{
  flex-direction: row;
  padding: 10px 10px;
  align-items: normal;
}

.skills_col {
  width: 25%;
}

.staff_container {
  flex-direction: column-reverse;
}

.staff_container > div {
    width:100%;
}


section .column1 {
padding: 150px 20px 150px; 
}

section .column1 h1 {
  font-size: 40px;
}

section .column1 p {
 padding: 0px; 
}

.row {
  flex-direction: column;
  align-items: center;
}


.row > div{
 margin-top:40px;
}


    
  
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media only screen and (min-width: 1025px) and (max-width: 1440px) {
  
   
    p {
      font-size: 14px;
      font-weight: 400;
     }
    /*Menu*/

    /*Hide the previous and next buttons*/

    .prev, .next{
      z-index: 0;
    }


  
    header {
      position: absolute; 
      padding-right: 20px;
      z-index: 999;
  }


  .description {
    width: 42%;
    top: 25vh;
    left: 15vw;
    font-size: 25px;
    padding: 10px 10px 20px;
    border-radius: 5px;
    line-height: 1;
}


  .description h1{
    font-family: "arial black";
    font-weight: bolder;
    font-size: 70px;
   
  }
  
  .description p {
    color: white;
    font-weight: 100;
    padding-top: 10px;
    font-size: 20px;
}
  
  .description button{
    font-weight: 500;
  }
  
  
    .slide img {
        margin-top: 0px;
    }

    .text {
        font-size: 8px;
    }
  
    .social_media {
     margin-right: 0px; 
     padding:0px 10px;
        
    }


    .social_media img {
        width: 10px;
        height: 10px;
        margin-left: 3px;
    }


    #logo{
        padding-left: 20px;
    }

    #logo img{
       width:50px;
       height:50px;
    }

    .sch_name {
      top: -20;
        left: 10px;
        font-size: 20px;
    }



    #sch_3_arms{
      flex-direction: row;
      align-items: normal;
    }
 
    ._div3_card,._div4_card{
     
    }

    ._div3_card {
      width: 22%;
      padding:30px 20px;
  }

    #vision {
      padding: 200px 200px;
  }

  .montessori ul li {
    text-align: center; 
}

.montessori img{
  top:-60px ;
}

.montessori button {
  position: relative;
  bottom:-10px;
  font-size: 15px;
}

.ict_container {
  flex-direction: row;
}

.staff_image img,  .ict_image img{
  border-radius: 0px;
  }



.ict_content, .ict_image {
  width:90%;
}

.ict .heading h1 {
  font-size: 40px;
}

#lab_row {
  padding:0px;
}


.graduationClass .heading h1 {
    font-size: 35px;
    margin-bottom: -30;
    font-weight: 800;
    line-height: 1.3;
}


.graduationClass_container {
    flex-direction: row;
}

.graduationClass_content .numberofgraduate {
font-size: 100px;
}



.graduationClass_content p {
    font-size: 20px;
}

.advert .flyer1 {
  width: 20%;
  margin: 150px 30px 10px;
}

.visit_us {
  padding:0px;
  width: 60%;
}

.visit_us img { 
margin-left: 0px;
  width: 60%;
}


.visit_us h1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #59a55b;
}


#lab_row{
  flex-direction: row;
  padding: 10px 10px;
  align-items: normal;
}

.skills_col {
  width: 25%;
}

.staff_container {
  flex-direction:row;
}

.staff_container > div {
    width:100%;
}


section .column1 {
padding: 150px 20px 150px; 
}

section .column1 h1 {
  font-size: 40px;
}

section .column1 p {
 padding: 0px; 
}

.row {

  align-items: center;
}


.row > div{
 margin-top:40px;
}


    
  
  
  }
 





  
  
  
  
  
  
  
  
  
  
  
  /*MODAL STYLE*/
  #modal {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  #closeBtn {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  
  }
  
  #modalMainContent .modal_image_overlay {
    max-width: 60%;
    height: 601px;
  
  }
  
  
  #modalContent {
    width: 80%;
    height:80%; 
    overflow: scroll;
    margin: 5% auto;
    background-color: white;
    color: green;
  }
  
  #modalHeader,
  #modalMainContent,
  #modalFooter {
    padding: 0px;
  }
  
  #modalMainContent {
    display: flex;
    flex-flow: row;
    justify-content: center;
  }
  
  .modalText {
    text-align: center;
    padding: 50px;
  }
  
  .modalText button {
    margin: 30px;
    padding: 10px 20px;
    background: green;
    color: wheat;
    font-size: larger;
    border: 0px;
    /* background: transparent; */
  }
  
  
  .modalText button:hover {
    color: white;
  }
  
  
  .preview_overlay {
    width: 50px;
    height: 50px;
    float: left;
    margin: 5px;
    border: 1px solid green;
    cursor: pointer;
  }
  
  .preview_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
  }
  
  
  /* Add Animation - Zoom in the Modal */
  #modalContent {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  
  