/*======= About =======*/
.about .about__image {
  padding-right: 30px;
}
.about .about__image img {
  max-width: 100%;
}
.about .about__content h3 {
  margin-top: -10px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.3px;
  padding-bottom: 10px;
}
.about .about__content .signature {
  display: block;
  margin:30px auto 0;
}
.bgf{
  background: #ffffff;
}
.faq-box{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px auto 20px;
}
.faq-box-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-box h2{
  font-family: Inter;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  line-height: 47px;
  text-align: left;
  margin-bottom: 60px;
}
.faq-box ul{
  
}
.faq-box ul li{
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000000;
}
.faq-box ul li .li-l{
  display: flex;
  align-items: center;
}
.faq-box ul li .li-l h5{
  font-family: Mulish-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 0;
  margin-left: 10px;
}
.li-right{
  width: 22px;
  height: 22px;
}
.faq-show{
  height: auto !important;
}
.about-bg{
  background: #003131;
}
.about-bg h5{
  font-family: Mulish-Black;
  font-weight: 900;
  font-size: 40px;
  color: #04CFCF;
  line-height: 47px;
  text-align: center;
}
.about-bg .aboutus-box{
  margin-top: 30px;
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.aboutus-pie{
  border-radius: 28px;
  background: #ffffff;
  padding: 35px;
  position: relative;
}
.aboutus-pie h4{
  font-family: Mulish-Bold;
  font-weight: bold;
  font-size: 30px;
  color: #003131;
  line-height: 35px;
}
.aboutus-pie p{
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  /* padding-right: 200px; */
}
.aboutus-pie img{
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}
.service-scope h4{
  font-family: Mulish-Bold;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  margin-bottom: 32px;
}
.service-scope-li{
  margin-top: 22px;
  border-bottom: 1px dashed #ffffff;
}

.service-scope-li h3{
  font-family: Mulish-Bold;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 35px;
  margin-top: 5px;
}
.service-scope-li p{
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 12px;
}
.about__content-index h5{
  font-family: Mulish-Black;
  font-weight: 900;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
}
.about__content-index p{
  font-family: Mulish-Regular;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
}
.partners2{
  background:#003131 url(../image/partners.png) top center no-repeat;
  background-size: 100% auto;
}
.partners2 h4{
  font-family: Mulish-Bold;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 35px;
}
.partners2 .row:nth-child(2){
  margin-top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about__image {
    padding-right: 0;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__image {
    padding-right: 0;
  }
  .about .about__image img {
    width: 100%;
  }
  .about .about__content {
    padding-top: 30px;
  }
  .about .about__content h3 {
    margin-top: 0;
  }

}
@media only screen and (max-width: 767px) {
  .about .about__image {
    padding-right: 0;
  }
  .about .about__image img {
    width: 100%;
  }
  .about .about__content {
    padding-top: 30px;
  }
  .about .about__content h3 {
    margin-top: 0;
  }

}

/*# sourceMappingURL=about.css.map */
