.about-section-1{
    background: url(images/about-section-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    min-height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section-1 h2{
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 118px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
}

@media screen and (max-width:991px) {
    .about-section-1 h2 {
      font-size: 70px !important;
      text-align: center;
    }  
    .about-section-1{
        min-height: auto;
    } 
  }
  @media screen and (max-width:767px) {
    .about-section-1 h2 {
      font-size: 50px !important;
      text-align: center;
    }   
  }
  @media screen and (max-width:425px) {
    .about-section-1 h2 {
      font-size: 40px !important;
      text-align: center;
    }   
  }

/* section-2 */

.about-section-2{
    background-color: transparent;
}
.about-section-2 .content{
    padding: 20px;
}

.about-section-2 .content h2{
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.about-section-2 .content p{
    font-weight: 300;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0px;
    text-align: justify;
}

/* section-3 */
.about-section-3{
    background-color: transparent;
}
.about-section-3 .content{
    padding: 20px;
}

.about-section-3 .content h2{
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.about-section-3 .content p{
    font-weight: 300;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0px;
    text-align: justify;
}

.image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}







.about-section-4 .col-lg-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-section-4  p{
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.counter h2 {
    position: relative;
    background-color:#e00231;
    padding: 20px;
    border-radius: 5px;
    border-radius: 50%;
    color: white;
    font-weight: 900;
    width: 150px;
    height: 150px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter h2 span{
    width: 100%;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}


/* about-section-4 */
.about-section-4 h2 {
    font-weight: 700;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 2rem;
    padding: 6rem;
    overflow: hidden;
  }
  .testimonial-item {
    /* background-color: #f0f0f0; */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    top: 0;
    width: 10%;
    color: white;
  }
  
  .carousel-control-prev {
    left: -80px !important;
  }
  
  .carousel-control-next {
    right: -80px !important;
  }
  .testimonial-item .image {
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  .testimonial-item .text {
    color: #7c838b;
    font-weight: 300;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
  .testimonial-item .name{
    color: white;
  }
  .testimonial-item .image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .testimonial-2 {
    display: none;
  }
  
  @media screen and (max-width:991px) {
    .testimonial-1 {
      display: none;
    }
    .testimonial-2 {
      display: block;
      padding: 0 50px;
    }
    .carousel-control-prev {
      left: 0px !important;
    }
    
    .carousel-control-next {
      right: 0px !important;
    }
    .about-section-4 h2 {
      font-size: 40px !important;
      text-align: center;
    }
  }
  @media screen and (max-width:991px) {
    .section-6 h2 {
      font-size: 30px !important;
      text-align: center;
    }
    
  }