@font-face {
    font-family: "Fira Sans";
    src: url('fonts/fira/eot/FiraSans-Regular.eot');
    src: url('fonts/fira/eot/FiraSans-Regular.eot') format('embedded-opentype'),
      url('fonts/fira/woff2/FiraSans-Regular.woff2') format('woff2'),
      url('fonts/fira/woff/FiraSans-Regular.woff') format('woff'),
      url('fonts/fira/woff2/FiraSans-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
  }
  
  
  @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
  }
  
  
  @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
  }
  
  
  @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
  }
  
 /*specific css  */
 .banner {
  margin-top: 15px;
  margin-bottom: 0px;
  height: 300px;
  background-image: url('../images/foundation.jpg');
  background-size: cover;
  background-position: center;
  position: relative; /* Ensure the container is positioned relative */
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.banner div {
  position: relative; /* Ensure the text container is positioned relative */
  padding: 20px;
  color: white;
}

.banner h1 {
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  font-size: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner p {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

  .wrapper{
    margin: 0 75px;
  }

  .words-of-commitment{
    margin: 60px 0;
  }

  .empower {
    text-align: center;
  }
  
  .empower span {
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: black;
  }
  
  .empower .empower_facio {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    margin: 10px 0;
  }

  .section-one .card-body,
  .section-six .card-body{
    margin: 15px 0;
  }

  .section-two, .section-three, .section-four, .section-five, .section-six{
    margin: 60px 0;
  }
  .section-two .stats{
    margin: 30px 0;
  }

  .section-five .row img{
    height: 200px;
  }

  footer {
    background-color: #f2f2f2;
    padding: 60px 0 10px 0;
    align-items: center;
    justify-content: center;
    padding: 30px 75px;
    /* text-align: center; */
  }
  footer img{
    height: 50px !important;
  }

  /* responsive */

  /* mobile */
  
@media(min-width: 200px) and (max-width:320px){
  .wrapper{
    margin: 0 5px;
  }
}

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

  .banner{
    align-items: center;
    justify-content: center;
  }

  .banner div {
    position: relative; /* Ensure the text container is positioned relative */
    padding: 20px;
    color: white;
    text-align: center;
  }
  
  .wrapper{
    margin: 0 5px;
  }

  .section-two .col-md-9,
  .section-two .col-md-3{
    text-align: center;
  }
  .section-two .stats{
    justify-content: start;
    align-items: start;
  }
  .section-two .stats div{
    margin: 0 5px;
  }
  .section-two .stats h5,
  .section-two .stats p{
    font-size: 12px;    
  }

   .section-three .heading{
    text-align: center;
  }

  .section-four .heading{
    text-align: center;
  }

   .section-five .heading{
    text-align: center;
  }
  

  .section-five .row img{
    height: 200px;
  }

  .section-six .row .card-body h5{
    text-align: center;
  }

  .section-six .row .card-text{
    text-align: justify;
  }

  footer{
    padding: 50px 0;
/* text-align: center; */
  }
}

@media(min-width: 376px) and (max-width:425px){
  .banner{
    align-items: center;
    justify-content: center;
  }
  .banner div {
    position: relative; /* Ensure the text container is positioned relative */
    padding: 20px;
    color: white;
    text-align: center;
  }

  .wrapper{
    margin: 0 5px;
  }

  .section-two .col-md-9,
  .section-two .col-md-3{
    text-align: center;
  }
  .section-two .stats{
    justify-content: start;
    align-items: start;
  }

  .section-two .stats div{
    margin: 0 5px;
  }
  /* .section-two .stats h5,
  .section-two .stats p{
    font-size: 12px;    
  } */
  /* .section-two .col-lg-2{
    margin: 0 0;
  } */

  .section-three .heading{
    text-align: center;
  }

  .section-four .heading{
    text-align: center;
  }

  .section-five .heading{
    text-align: center;
  }

  .section-five .row img{
    height: 200px;
  }

  .section-six .row .card-body h5{
    text-align: center;
  }

  footer{
    padding: 50px 0;
/* text-align: center; */
  } 
}
  /* mobile */

  /* tablet */
  @media(min-width: 426px) and (max-width:650px){
    .wrapper{
      margin: 30px;
    }

    .section-one .row img{
      height: 200px;
    }

    .section-two .row{
      text-align: center;
    }
    .section-two .stats div{
      margin: 0 5px;
    }

    .section-three .heading{
      text-align: center;
      margin: 20px 0;
    }

    .section-five .row img{
      height: 200px;
    }

    .section-three .heading,
    .section-four .heading,
    .section-five .heading{
      text-align: center;
      margin: 20px 0;
    }

  }

  @media(min-width: 651px) and (max-width:850px){
    .wrapper{
      margin: 30px;
    }

    .section-two .row{
      text-align: center;
    }

    .section-two .stats div{
      margin: 0 5px;
    }

    .section-three .heading,
    .section-four .heading,
    .section-five .heading{
      text-align: center;
      margin: 20px 0;
    }

    .section-four .row img,
    .section-five .row img{
      height: 200px;
    }

    .section-six .row h5{
      font-size: 16px;
    }
  }
  /* tablet */

  /* responsive */


