/*  about */
#about > .about-top {
  padding-top: 40px;
  background: #8688b6;
  background: linear-gradient(#3633a5 0%, #f8f8f8 50%, #f8f8f8 100%);
}
#about h2 {
  font-size: 90px;
  color: #ffffff;
}
#about .about-content {
  text-align: center;
  padding: 40px 0px;
}
#about .about-content .one {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #3633a5;
  text-align: center;
  color: #ffffff;
  box-shadow: 5px 4px 16px rgba(0, 0, 0, 0.25);
  padding-top: 75px;
  font-family: 'Avenir';
}
#about .about-content .one:nth-child(1) {
  float: left;
}
#about .about-content .one:nth-child(3) {
  float: right;
}
#about .about-content .one .one-t {
  font-size: 48px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
#about .about-content .one .one-c {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
}
#about .about-company {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  background: #dddcec;
  border-top-left-radius: 50px;
  padding-bottom: 20px;
}
#about .about-company .about-company-top {
  width: 100%;
}
#about .about-company .about-company-top .top-img {
  float: left;
  width: 48%;
  height: 460px;
  background-image: url(../images/about-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about .about-company .about-company-top .top-c {
  padding-top: 10px;
  float: right;
  width: 48%;
}
@media screen and (max-width: 1200px) {
  #about .about-content .one {
    width: 220px;
    height: 220px;
    padding-top: 60px;
  }
  #about .about-content .one .one-t {
    font-size: 44px;
  }
  #about .about-content .one .one-c {
    font-size: 22px;
  }
  #about .about-company .about-company-top .top-img {
    height: 360px;
  }
  /* #about .about-company .about-company-top .top-c {
    width: 58%;
  } */
  #about .about-company .about-company-top .top-c h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about .about-content .one {
    width: 160px;
    height: 160px;
    padding-top: 42px;
  }
  #about .about-content .one .one-t {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
  }
  #about .about-content .one .one-c {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  #about .about-company {
    padding-top: 30px;
  }
  #about .about-company .about-company-top .top-img {
    width: 100%;
    height: 320px;
  }
  #about .about-company .about-company-top .top-c {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #about .about-content {
    padding-top: 30px;
  }
  #about .about-content .one {
    width: 98px;
    height: 98px;
    padding-top: 20px;
  }
  #about .about-content .one .one-t {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0px;
  }
  #about .about-content .one .one-c {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  #about .about-company {
    padding-top: 30px;
  }
  #about .about-company .about-company-top .top-img {
    width: 100%;
    height: 280px;
  }
  #about .about-company .about-company-top .top-c {
    width: 100%;
  }
}

/* team */
#team {
  padding-top: 60px;
}
#team .team-content {
  font-size: 18px;
  margin-top: 30px;
}
#team .team-box {
  margin-top: 30px;
  width: 100%;
  min-height: 350px;
  background-image: url(../images/about/team.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 50px;
  overflow: hidden;
}
#team .team-box .one {
  float: left;
  width: 25%;
  min-height: 350px;
  padding: 30px 25px 0px;
  background-color: rgba(221, 220, 236, 0.9);
  text-align: center;
}
#team .team-box .one .one-header {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#team .team-box .one .one-content {
  text-align: left;
}
#team .team-box .one:nth-child(1) .one-header {
  background-size: 65% 65%;
  background-image: url(../images/about/team-1.webp);
}
#team .team-box .one:nth-child(2) .one-header {
  background-image: url(../images/about/team-2.png);
}
#team .team-box .one:nth-child(3) .one-header {
  background-size: 65% 65%;
  background-image: url(../images/about/team-3.png);
}
#team .team-box .one:nth-child(4) .one-header {
  background-size: 65% 65%;
  background-image: url(../images/about/team-4.png);
}
@media screen and (max-width: 1200px) {
  #team .team-box {
    min-height: 380px;
  }
  #team .team-box .one {
    min-height: 380px;
    padding: 25px 20px 0px;
  }
}
@media screen and (max-width: 992px) {
  #team .team-box {
    min-height: 475px;
  }

  #team .team-box .one {
    min-height: 475px;
    padding: 25px 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  #team .team-box {
    min-height: 660px;
  }
  #team .team-box .one {
    min-height: 330px;
    padding: 25px 15px 0px;
    width: 50%;
  }
  #team .team-content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  #team .team-box {
    min-height: 1100px;
  }
  #team .team-box .one {
    min-height: 275px;
    padding: 25px 15px 0px;
    width: 100%;
  }
  #team .team-content {
    margin-top: 20px;
  }
}

/*  project */
#promise {
  padding-top: 60px;
}
#promise .promise-content {
  font-size: 18px;
  margin-top: 30px;
}

/* services */
#services {
  padding-top: 60px;
}
#services .services-content {
  padding-top: 30px;
  text-align: center;
}
#services .services-content .content-one {
  display: inline-block;
  width: 360px;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#services .services-content .content-one .box {
  width: 100%;
  height: 100%;
  background: rgba(221, 220, 236, 0.9);
}
#services .services-content .content-one:nth-child(2) .box {
  background: rgba(221, 220, 236, 0.93);
}
#services .services-content .content-one .one-title {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  padding: 25px 0px;
  font-weight: 500;
  margin-bottom: 10px;
}
#services .services-content .content-one ul {
  height: 135px;
  padding-left: 30px;
}
#services .services-content .content-one ul li {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  list-style: inherit;
}
#services .services-content .content-one .explore {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
  cursor: pointer;
  text-align: right;
}
#services .services-content .content-one .explore span {
  display: inline-block;
  border: 1px solid #555555;
  padding: 2px 5px;
  border-radius: 4px;
}
#services .services-content .content-one .explore span:hover,
#services .services-content .content-one .explore span:active {
  background-color: #3633a5;
  color: #fff;
}
#services .services-content .content-one .explore:hover {
  text-decoration: underline;
}
#services .services-content .content-one:nth-child(1) {
  border-top-left-radius: 60px;
  float: left;
  background-image: url(../images/about/service-1.jpg);
}
#services .services-content .content-one:nth-child(2) {
  background-image: url(../images/about/service-2.jpg);
}
#services .services-content .content-one:nth-child(3) {
  background-image: url(../images/about/service-3.png);
  border-top-right-radius: 60px;
  float: right;
}
@media screen and (max-width: 1200px) {
  #services .services-content .content-one {
    width: 32%;
    height: 240px;
  }
  #services .services-content .content-one .one-title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 25px 0px;
  }
  #services .services-content .content-one ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #services .services-content .content-one {
    width: 32%;
    height: 300px;
  }
  #services .services-content .content-one .one-title {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding: 20px 0px;
  }
  #services .services-content .content-one ul {
    height: 205px;
  }
  #services .services-content .content-one ul li {
    font-size: 14px;
  }
  #services .services-content .content-one .explore {
    font-size: 14px;
  }
  #promise .promise-content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  #services .services-content {
    text-align: center;
  }
  #services .services-content .content-one {
    width: 90%;
    height: 200px;
    float: none !important;
    margin-bottom: 20px;
    border-radius: 0px !important;
    border-top-left-radius: 40px !important;
  }
  #services .services-content .content-one .one-title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 20px 0px;
  }
  #services .services-content .content-one ul {
    height: 100px;
  }
  #services .services-content .content-one ul li {
    font-size: 14px;
  }
  #services .services-content .content-one .explore {
    font-size: 16px;
  }
  #promise .promise-content {
    margin-top: 20px;
  }
}
