@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-list-secA {
  padding: 75px 0 110px;
}
@media only screen and (max-width: 520px) {
  .service-list-secA {
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 520px) {
  .banner.service-detail-banner::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.banner.service-detail-banner .content {
  max-width: 504px;
}
@media only screen and (max-width: 520px) {
  .banner.service-detail-banner .content {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .banner.service-detail-banner .content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.service-detail-banner .content p {
    font-size: 13px;
  }
}

.service-detail-secA {
  padding: 72px 0 40px;
}
@media only screen and (max-width: 675px) {
  .service-detail-secA {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 520px) {
  .service-detail-secA {
    padding: 3rem 0 2rem;
  }
}
.service-detail-secA .flex .colA {
  flex: 0 1 64%;
  max-width: 64%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .service-detail-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.service-detail-secA .flex .colB {
  flex: 1;
  padding-left: 88px;
  position: sticky;
  height: 100%;
  top: calc(var(--headerfixed) + 20px);
}
@media only screen and (max-width: 1200px) {
  .service-detail-secA .flex .colB {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .service-detail-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    position: unset;
    margin-top: 4rem;
  }
}
.service-detail-secA .flex .colB .form-card {
  background: var(--primary);
  padding: 24px 20px 30px;
}
@media only screen and (max-width: 991px) {
  .service-detail-secA .flex .colB .form-card {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-detail-secA .flex .colB .form-card .form-wrap .form {
  --gaptb: 14px;
  --borderbefore: var(--black);
  --borderafter: var(--black);
  --labelbefore: var(--black);
  --labelafter: rgb(0 0 0 / .5);
}
.service-detail-secA .flex .colB .form-card .form-wrap .sbmt-grp .btn {
  --height: 57px;
  text-transform: uppercase;
  border: 1px solid var(--black);
}
@media only screen and (max-width: 1366px) {
  .service-detail-secA .flex .colB .form-card .form-wrap .sbmt-grp .btn {
    --height: 44px;
  }
}

.service-detail-secB {
  padding: 5rem 0 6rem;
}
@media only screen and (max-width: 520px) {
  .service-detail-secB {
    padding: 3rem 0;
  }
}
.service-detail-secB .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 520px) {
  .service-detail-secB .heading {
    margin-bottom: 2.5rem;
  }
}

.manage-secA {
  padding: 130px 0 60px;
  height: 300px;
  background: linear-gradient(90deg, #FFFFFF, #E1E1E1, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .manage-secA {
    height: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .manage-secA {
    height: unset;
  }
}
.manage-secA .content {
  text-align: center;
  max-width: 540px;
}
.manage-secA .content h2 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .manage-secA .content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .manage-secA .content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .manage-secA .content p {
    max-width: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .manage-secA .content p {
    padding: 0 20px;
  }
}

.manage-secB {
  padding: 0;
  background: linear-gradient(90deg, #FFFFFF, #E1E1E1, #FFFFFF);
}
@media only screen and (max-width: 991px) {
  .manage-secB {
    padding: 0;
  }
}
.manage-secB .team-1 {
  background: linear-gradient(90deg, #FFFFFF 40%, #E1E1E1 100%);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .manage-secB .team-1 {
    flex-direction: column;
  }
}
.manage-secB .team-1 figure, .manage-secB .team-1 figcaption {
  flex: 0 1 50%;
}
.manage-secB .team-1 figure {
  line-height: 0;
  width: 100%;
}
.manage-secB .team-1 figure.order {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .manage-secB .team-1 figure.order {
    order: 0;
  }
}
.manage-secB .team-1 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manage-secB .team-1 figcaption {
  padding: 10px 50px;
}
@media only screen and (max-width: 991px) {
  .manage-secB .team-1 figcaption {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .manage-secB .team-1 figcaption {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .manage-secB .team-1 figcaption {
    padding: 20px;
  }
}
.manage-secB .team-1 figcaption h3 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .manage-secB .team-1 figcaption h3 {
    font-size: 24px;
  }
}
.manage-secB .team-1 figcaption > p {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 540px) {
  .manage-secB .team-1 figcaption > p {
    font-size: 16px;
  }
}
.manage-secB .team-1 figcaption .content {
  padding: 30px 0;
  border-right: 1px solid #666;
}
@media only screen and (max-width: 540px) {
  .manage-secB .team-1 figcaption .content {
    padding: 20px 0;
    border-right: none;
  }
}
.manage-secB .team-1 figcaption .content .desc {
  padding-right: 40px;
  height: 148px;
  overflow-y: auto;
  margin-right: -4px;
}
@media only screen and (max-width: 991px) {
  .manage-secB .team-1 figcaption .content .desc {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .manage-secB .team-1 figcaption .content .desc {
    padding: 0;
    height: 100%;
    overflow-y: visible;
    margin-right: 0;
  }
}
.manage-secB .team-1 figcaption .content .desc::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.manage-secB .team-1 figcaption .content .desc::-webkit-scrollbar-thumb {
  background-color: #1D1717;
  height: 2px;
}
.manage-secB .team-1 figcaption .content .desc p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}
.manage-secB .team-1 figcaption .initials {
  display: block;
  width: 150px;
  margin-bottom: 10px;
}
.manage-secB .team-1 figcaption .play-btn {
  --bordercolor: #000000;
}
.manage-secB .team-1 figcaption .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid #000000;
}

.certificate-secA {
  padding: 100px 0 60px;
  height: 500px;
  background: linear-gradient(90deg, #FFFFFF, #E1E1E1, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .certificate-secA {
    height: 100%;
    padding: 50px 20px 80px;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-secA {
    padding: 60px 20px;
  }
}
.certificate-secA .content {
  text-align: center;
  width: 600px;
  z-index: 0;
  position: relative;
}
.certificate-secA .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #FFFFFF;
}
.certificate-secA .content::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(40px);
  left: 0;
  top: -20%;
  z-index: -1;
}
.certificate-secA .content h2 {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .certificate-secA .content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-secA .content h2 {
    font-size: 30px;
  }
}
.certificate-secA .content p {
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .certificate-secA .content p {
    max-width: 400px;
  }
}
.certificate-secA .content .approved {
  padding-top: 60px;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .certificate-secA .content .approved {
    padding-top: 40px;
    gap: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-secA .content .approved {
    gap: 10px;
  }
}
.certificate-secA .content .approved figure {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 540px) {
  .certificate-secA .content .approved figure {
    width: 50px;
    height: 50px;
  }
}
.certificate-secA .content .approved figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate-secB {
  padding: 80px 0;
  background: linear-gradient(0deg, #FFFFFF, #E8E5E5, #FFFFFF);
}
@media only screen and (max-width: 768px) {
  .certificate-secB {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-secB {
    padding: 50px 0;
  }
}
.certificate-secB .container {
  position: relative;
}
.certificate-secB .container .swiper-nav {
  position: absolute;
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 30%;
  top: 50%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .certificate-secB .container .swiper-nav {
    display: none;
  }
}
.certificate-secB .container .certificate-slider .item {
  display: flex;
  align-items: center;
  transition: 1s ease;
}
.certificate-secB .container .certificate-slider .item.swiper-slide-next, .certificate-secB .container .certificate-slider .item.swiper-slide-prev {
  scale: 0.4;
}
.certificate-secB .container .certificate-slider .item.swiper-slide-active {
  scale: 1;
}
.certificate-secB .container .certificate-slider .item figure {
  width: 100%;
  height: 100%;
}
.certificate-secB .container .certificate-slider .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=service.css.map */