.banner-section{
  width: 100%;
  padding-top: 150px;
  text-align: center;
  font-weight: 800;
  color: rgb(74, 73, 73);
  height: 1000px !important;
}

.head-text {
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.card-about {
  height: 300px;
  width: 300px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;

}



.row {
  justify-content: space-around;
}

.card-about-num{
  background-color: #D9D9D9;
  padding: 8px 20px 8px 20px;
  font-size: 25px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: start;
}

.card-about-head {
  font-size: 25px;
  font-weight: bold;
  text-align: start;
  margin-bottom: 10px;
}

.card-about-para{
  font-weight: 400;
  text-align: justify;
}

.about-head {
  font-size: 25px;
  font-weight: bold;
  text-align: start;
  margin-bottom: 10px;
  color: #ffffff;
}

.about-para{
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
}


.section-mission {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F4F4F4 !important;
  width: auto;
  height: 600px;
}

.mission-head {
  font-size: 25px;
  font-weight: bold;
  text-align: start;
  margin-bottom: 10px;
  color: #000000;
}

.mission-para{
  font-weight: 400;
  text-align: justify;
  color: #000000;
}


.img-about2{
margin-left: 250px;
}



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

  .banner-section{
      width: 100%;
      padding-top: 150px;
      text-align: center;
      font-weight: 800;
      color: rgb(74, 73, 73);
      height: 2300px !important;
  }


  .head-text {
      font-weight: bold;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 1px;
      margin-bottom: 40px;
  }
 
 
  .card-about {
      height: 300px;
      width: 300px;
      background-color: rgb(255, 255, 255);
      margin-bottom: 300px;
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      /* justify-content: space-between; */
      color: #1a1a1a;
   
    }
   
    .card-about-num{
      background-color: #D9D9D9;
      padding: 8px 20px 8px 20px;
      font-size: 25px;
      font-weight: 400;
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: start;
    }
   
    .card-about-head {
      font-size: 25px;
      font-weight: bold;
      text-align: start;
      margin-bottom: 10px;
    }
 
  .card-about-para{
      font-weight: 400;
      text-align: justify;
  }

  .section-contact {
      height: 800px;
  }
 
  .about-head {
      padding-top: 50px;
      font-size: 25px;
      font-weight: bold;
      text-align: start;
      margin-bottom: 10px;
      color: #ffffff;
    }
 
  .about-para{
      font-weight: 400;
      text-align: justify;
      color: #ffffff;
      padding-bottom: 50px;
  }
 
 
  .section-mission {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: #F4F4F4 !important;
      width: auto;
height: 800px;
  }
 
  .mission-head {
      font-size: 25px;
      font-weight: bold;
      text-align: start;
      margin-bottom: 10px;
      color: #000000;
    }
 
  .mission-para{
      font-weight: 400;
      text-align: justify;
      color: #000000;
  }

  .img-about2{
      width: 500px;
      margin-left: 0px;
  }
 

 
}

/* Footer */
.icons-sec {
  text-align: center;
  padding: 50px;
}

.icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* width: 100%; */
}

.icons {
  padding: 30px;
  text-align: center;
  transition: transform 0.3s;
}

.icons img {
  max-width: 80%;
  height: auto;
  margin-bottom: 15px;
}

.icons h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .icons {
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
  }
  .card-about {
    height: 300px;
    width: 300px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 300px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    color: #1a1a1a;
 
  }
  .banner-section{
    width: 100%;
    padding-top: 150px;
    text-align: center;
    font-weight: 800;
    color: rgb(74, 73, 73);
    height: 1700px !important;
  }

  .section-contact {
    height: 800px;
}

.rowtwo {
  width: 400px !important;
}

.section-contact {
  height: 400px !important;
  padding-right: 50px !important;
}

.section-mission {
  height: 400px !important;
  padding-left: 50px !important; 
  padding-right: 30px !important;
}

.img-about2{
  width: 500px;
  margin-left: 0px;
}

/* .right-content {
  width: 500px !important;
} */

}

@media (max-width: 767px) {
  .icons {
      flex: 1 1 100%;
      max-width: 100%;
  }
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white; /* Background set to white */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Animation for the dot to move right */
@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

/* Animation for the dots to move left */
@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 180px; /* Increased width */
  height: 60px; /* Increased height */
  background: white; /* Background set to white */
}

.preloader-inner .dot {
  position: absolute;
  width: 24px; /* Increased size of the dot */
  height: 24px; /* Increased size of the dot */
  top: 18px; /* Adjusted position */
  left: 20px; /* Adjusted position */
  background: #232d39;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 5s infinite; /* Animation duration set to 5 seconds */
  animation: dot 5s infinite; /* Animation duration set to 5 seconds */
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 18px; /* Adjusted margin */
  margin-left: 40px; /* Adjusted margin */
  -webkit-animation: dots 5s infinite; /* Animation duration set to 5 seconds */
  animation: dots 5s infinite; /* Animation duration set to 5 seconds */
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 24px; /* Increased size of the dots */
  height: 24px; /* Increased size of the dots */
  margin-left: 20px; /* Adjusted margin */
  background: #232d39;
  border-radius: 50%;
}



