
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  html,
  body {
    scroll-behavior: smooth;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
  }
  
  .error-wrapper, .success-wrapper {
    display: none;
  }
  
  .bg-black {
    background-color: #000000;
  }
  
  img {
    max-width: 100%;
  }
  
  html,
  body {
    height: 100%;
  }


.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}
  
  .top-bar {
    font-size: 20px;
    color: #212121;
    background: #cc9a03;
  }
  
  
  .top-bar a {
    color: inherit;
    text-decoration: none;
  }
  
  .top-bar .links a {
    margin: 3px;
    padding: 5px 20px;
    border-radius: 6px;
    background-color: #4caf50;
    transition: all .8s ease-in;
    font-size: 12px;
  }

  .nav-logo{
    max-width: 220px;
    max-height: 100px;
  }


  .website-carousel .carousel-item{
    max-height: 600px;
  }
  
  .website-carousel .carousel-item .carousel-caption{ 
    bottom: 10%;
    left: 15%;
    text-align: left;
  }
  
  .website-carousel .carousel-item h5, .website-carousel .carousel-item p{ 
    background-color: rgb(20 129 57);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
  }
  
  .website-carousel .carousel-item p {
    background-color: rgb(174 135 19);
    display: block;
    padding: 10px 20px;
    width: 280px;
  }
  

h1, h2,h3, h4, h5, h6, .title {
    color: #935801;  
    /* color: #03518d;   */
    font-weight: bold;
    font-family: "Maven Pro", sans-serif;
  }
  




.footer {
  background-color: #fff6dc;
  color: #000000;
}


.footer-bottom {
  color: #000000;
  background-color: #fff6dc;
  border-top: 1px solid #413f3f;
  font-size: 12px;
}

.footer-bottom .link {
  border: 1px solid;
  padding: 4px 6px;
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}

.footer-bottom .link:hover {
  color: #007bb5;
}

.footer .title {
  font-weight: 600;
  color: #444444;
  position: relative;
  margin-bottom: 10px;
}

.footer .title::before,
.footer .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .title::before {
  height: 3px;
  width: 110px;
  border-radius: 10px;
  background-color: #2196F3;
  bottom: 0;
  left: 0;
}

.footer .title::after {
  height: 2px;
  width: 60px;
  border-radius: 10px;
  background-color: #F44336;
  bottom: -6px;
}

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


.footer a:hover {
  font-weight: 600;
  color: #2b3eab;
}

.footer .link {
  padding: 4px 0;
  display: block;
}

.footer .bi {
  color: #3F51B5;
  font-size: 20px;
}


.ws-contact {
  background: #eefdff;
}

.ct-wrap {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background: #fff9e7;
  border-radius: 10px;
  min-height: 135px;
  height: 100%;
  text-align: center;
}

.ct-wrap .icon-wrap {
  font-size: 24px;
  color: #fff9e7;
  background: #FF9800;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}


.ct-wrap .contact-value {
  font-size: 16px;
  font-weight: normal;
  color: #2e3335;
  flex: 1;
}

.ct-wrap .contact-value.mobile {
  font-size: 18px;
  font-weight: normal;
}

.ct-wrap a {    
  color: #2e3335;
  text-decoration: none;
}



.bi.bi-facebook {
  color: #3b5998;
}

.bi.bi-twitter {
color: #1da1f2;
}

.bi.bi-whatsapp {
color: #25d366;
}

.bi.bi-youtube {
color: #ff0000;
}

.bi.bi-instagram {
color: #c32aa3;
}

.bi.bi-linkedin {
color: #007bb5;
}

.float-menu .bi {
  color: #ffffff;
  font-size: 25px;
}

.latest-news {
    background-color: #7eb3d4;

    color: #fff;
    min-height: 150px;
}

.latest-news .title {
    color: #fff;
}


.home-intro {
  background-color: #dcf0ff;
}

.marquee-wrapper {
  background-color: #0375ce;
  color: #fff;
  font-weight: 500;
}

.ws-about {
  background: #fff9e8;
}

.about-section {
  background-color: #d9eeff;
}
.mission-section {
  background-color: #eafbd6;
}
.vision-section {
  background-color: #fddafa;
}

.about-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-wrapper img{
  max-width: 300px;
  border-radius: 10px;
}

.sec-header {
  position: relative;
  display: inline-block;
  color: #fa990a;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.sec-header::after {
  content: '';
  height: 4px;
  background-color: #2196F3;
  width: 60%;
  display: block;
  margin-top: 4px;
  border-radius: 4px;
}

.ws-admission {
  background-color: #dbeffc;
  background: linear-gradient(45deg, #e3f6ff, #fffcf3);
}