/*========================================
            ABOUT PAGE STYLE
=========================================*/
body {
  background: var(--white);
}

.about-light-bg {
  background-color: #00b9ac1c;
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .about-light-bg {
    padding: 40px 0 60px;
  }
}

.about-content {
  text-align: center;
}

.about-content h2 {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .about-content h2 {
    font-size: 28px;
  }

  .about-content .heading-content {
    width: 100%;
    text-align: center;
  }
}

.about-content p {
  margin-bottom: 40px;
  text-align: justify;
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-list li {
  padding-left: 30px;
  border-left: 1px solid var(--border);
}

.about-list li:first-child {
  border-left: 0px;
  padding-left: 0px;
}

.about-list li h3 {
  margin-bottom: 5px;
}

.about-list li h6 {
  font-weight: 400;
  color: var(--text);
  text-transform: capitalize;
}

.about-img img {
  width: 100%;
  border-radius: 8px;
}

.about-testimonial {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0px 80px;

}

@media (max-width: 767.98px) {
  .about-testimonial {
    padding: 40px 0px 40px;

  }
}

.testi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

.testi-img {
  margin-right: 80px;
  border-radius: 50%;
  -webkit-box-shadow: var(--primary-bshadow);
  box-shadow: var(--primary-bshadow);
}

.testi-img img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 10px solid var(--white);
}

@media (max-width: 767.98px) {
  .testi-img img {
    width: 200px;
    height: 200px;
    border: 5px solid var(--white);
  }
}

.testi-quote {
  width: 600px;
}

.testi-quote i {
  font-size: 50px;
  color: white;
  display: inline-block;
  margin-bottom: 30px;
}

.testi-quote p {
  font-size: 18px;
  font-style: italic;
  color: white;
  line-height: 34px;
  margin-bottom: 30px;
}

.testi-quote h4 {
  color: white;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testi-quote h6 {
  font-weight: 400;
  color: white;
}

.about-choose {
  margin-bottom: 75px;
}

.choose-card {
  margin: 25px 15px;
}

.about-brand {
  background: var(--green-chalk);
  padding: 90px 0px 100px;
}

.brand-slider li {
  margin: 0px 10px;
  padding: 20px 0px;
  border-radius: 8px;
  background: var(--white);
}

.brand-slider li img {
  width: 100%;
}

.team-slider li {
  margin: 0px 12px;
}

.team-slider .dandik,
.team-slider .bamdik {
  top: 40%;
}

@media (max-width: 575px) {
  .about-list li {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .testi-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testi-img {
    margin-right: 0px;
  }

  .testi-quote {
    width: 100%;
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .testi-img {
    margin-right: 50px;
  }

  .testi-quote {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-list {
    margin-bottom: 30px;
  }

  .about-img {
    margin-left: 0px;
  }
}

.labeling-page-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .labeling-page-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
  } 
}

.labeling-image-heading {
  text-align: center;
}

/* custom css starts */
@media (min-width: 767.98px) {
  .home-about-para-content {
    max-height: 415px;
    overflow-y: auto;
  }


  .about-page-para-content {
    max-height: 390px;
    overflow-y: auto;
  }
}

.pdf-btn{
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  .pdf-btn{
    margin-top: 40px;
  } 
}
/* custom css ends */