@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-secA {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA {
    padding: 50px 0;
  }
}
.about-secA .heading {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.about-secA .heading h4 {
  font-size: 32px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .about-secA .heading h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .heading h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .heading h4 {
    font-size: 20px;
  }
}
.about-secA .heading h1 {
  font-size: 55px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .about-secA .heading h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .heading h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .heading h1 {
    font-size: 35px;
  }
}

.about-secB {
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 540px) {
  .about-secB {
    height: 60vh;
  }
}
.about-secB figure {
  line-height: 0;
}
@media only screen and (max-width: 540px) {
  .about-secB figure {
    height: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB figure video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about-secC {
  position: sticky;
  top: var(--headerfixed);
  display: flex;
  background: var(--gradient-c);
  height: 70vh;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-secC {
    height: 100%;
    flex-direction: column;
  }
}
.about-secC .sec-left {
  padding: 20px 50px;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex: 1;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-secC .sec-left {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .sec-left {
    padding: 50px 50px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .sec-left {
    width: 100%;
    flex-direction: column;
    padding: 50px 20px 0px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-left {
    padding: 40px 20px 0px;
  }
}
.about-secC .sec-left::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;
}
.about-secC .sec-left::before {
  width: 50%;
  height: 80%;
  border-radius: 50%;
  filter: blur(60px);
  left: 40%;
  top: 20%;
  z-index: -1;
}
.about-secC .sec-left .content {
  flex: 0 1 60%;
}
@media only screen and (max-width: 1024px) {
  .about-secC .sec-left .content {
    flex: 0 1 70%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .sec-left .content {
    flex: 0 1 80%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .sec-left .content {
    flex: 1;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-left .content {
    text-align: center;
  }
}
.about-secC .sec-left .content h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 30px;
  max-width: 550px;
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-left .content h4 {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
.about-secC .sec-left .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-left .content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-secC .sec-left a.btn-wrap {
  display: block;
  max-width: 100px;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.about-secC .sec-left a.btn-wrap:hover {
  color: #000;
}
.about-secC .sec-left a.btn-wrap button {
  background: linear-gradient(0deg, #EA882F, #EA5422);
  margin-bottom: 10px;
}
.about-secC .sec-left a.btn-wrap button::before {
  background: #EA5422;
}
@media only screen and (max-width: 768px) {
  .about-secC .sec-left a.btn-wrap {
    display: none;
  }
}
.about-secC .sec-right {
  width: 250px;
}
@media only screen and (max-width: 991px) {
  .about-secC .sec-right {
    width: 100%;
  }
}
.about-secC .sec-right .count-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .about-secC .sec-right .count-wrap {
    flex-direction: row;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-right .count-wrap {
    align-items: center;
  }
}
.about-secC .sec-right .count-wrap .count-info-wrap {
  flex: 1;
  border-left: 1px solid #C6C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  position: relative;
}
.about-secC .sec-right .count-wrap .count-info-wrap::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: var(--gradient-a);
}
@media only screen and (max-width: 991px) {
  .about-secC .sec-right .count-wrap .count-info-wrap {
    border-left: none;
    padding: 35px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-right .count-wrap .count-info-wrap {
    padding: 25px 0;
    text-align: center;
    border-bottom: none;
  }
}
.about-secC .sec-right .count-wrap .count-info-wrap::before {
  opacity: 0;
  transition: 0.5s ease;
}
.about-secC .sec-right .count-wrap .count-info-wrap:not(:last-child) {
  border-bottom: 1px solid #C6C3C3;
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-right .count-wrap .count-info-wrap:not(:last-child) {
    border-bottom: none;
  }
}
.about-secC .sec-right .count-wrap .count-info-wrap:hover::before {
  opacity: 1;
}
.about-secC .sec-right .count-wrap .count-info-wrap:hover .count-info p {
  color: var(--black);
}
.about-secC .sec-right .count-wrap .count-info-wrap .count-info {
  min-width: 84px;
  position: relative;
  z-index: 1;
}
.about-secC .sec-right .count-wrap .count-info-wrap .count-info h5 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-right .count-wrap .count-info-wrap .count-info h5 {
    font-size: 20px;
  }
}
.about-secC .sec-right .count-wrap .count-info-wrap .count-info p {
  line-height: 1.25;
  margin-top: 9px;
  font-weight: 500;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .about-secC .sec-right .count-wrap .count-info-wrap .count-info p {
    font-size: 14px;
    line-height: 1.2;
  }
}

.about-secD.banner::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #E4E4E4 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.about-secD.banner .bg {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-secD.banner .bg {
    height: 90vh;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD.banner .bg {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD.banner .bg {
    height: 55vh;
  }
}
.about-secD.banner .bg video {
  filter: grayscale(1);
}
.about-secD.banner .bg::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: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, #E4E4E4 100%);
}
.about-secD.banner .bg::before {
  z-index: 1;
}
.about-secD.banner .banner-wrapper {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .about-secD.banner .banner-wrapper {
    width: 100%;
    max-width: 700px;
  }
}
.about-secD.banner .banner-wrapper .content h2 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .about-secD.banner .banner-wrapper .content h2 {
    font-size: 68px;
    line-height: 76px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD.banner .banner-wrapper .content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD.banner .banner-wrapper .content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.about-secE {
  padding: 60px 0 80px;
  background: #E4E4E4;
}
.about-secE .flex {
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .flex {
    flex-direction: column;
    gap: 30px;
  }
}
.about-secE .flex .left-col .content h4, .about-secE .flex .right-col .content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.about-secE .flex .left-col .content p, .about-secE .flex .right-col .content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}
.about-secE .flex .left-col {
  flex: 0 1 45%;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .left-col {
    flex: 1;
  }
}
.about-secE .flex .left-col .content {
  padding: 10px 50px;
}
@media only screen and (max-width: 540px) {
  .about-secE .flex .left-col .content {
    padding: 0;
  }
}
.about-secE .flex .right-col {
  flex: 0 1 38%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .flex .right-col {
    flex: 0 1 41%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secE .flex .right-col {
    flex: 1;
  }
}
.about-secE .flex .right-col .content {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media only screen and (max-width: 540px) {
  .about-secE .flex .right-col .content {
    padding: 20px 30px;
  }
}

.about-secF.banner::before {
  background: none;
}
@media only screen and (max-width: 540px) {
  .about-secF.banner .bg {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF.banner .banner-wrapper {
    bottom: 10%;
  }
}
.about-secF.banner .banner-wrapper .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-secF.banner .banner-wrapper .flex {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .about-secF.banner .banner-wrapper .flex {
    padding: 0;
  }
}
.about-secF.banner .banner-wrapper .flex .left-col {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .about-secF.banner .banner-wrapper .flex .left-col {
    flex: 1;
  }
}
.about-secF.banner .banner-wrapper .flex .left-col h3 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secF.banner .banner-wrapper .flex .left-col h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF.banner .banner-wrapper .flex .left-col h3 {
    font-size: 26px;
  }
}
.about-secF.banner .banner-wrapper .flex .left-col p {
  color: #FFFFFF;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .about-secF.banner .banner-wrapper .flex .left-col p {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF.banner .banner-wrapper .flex .left-col p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.about-secF.banner .banner-wrapper .flex .right-col {
  flex: 0 1 35%;
}
@media only screen and (max-width: 540px) {
  .about-secF.banner .banner-wrapper .flex .right-col {
    padding: 0 10px;
  }
}
.about-secF.banner .banner-wrapper .flex .right-col p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 540px) {
  .about-secF.banner .banner-wrapper .flex .right-col p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.about-secG {
  padding: 60px 0;
  background: linear-gradient(90deg, #999999, #FFFFFF 100%);
  z-index: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-secG {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secG {
    padding: 40px 0;
  }
}
.about-secG::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;
}
.about-secG::before {
  width: 70%;
  height: 80%;
  border-radius: 50%;
  filter: blur(100px);
  left: 0%;
  top: 20%;
  z-index: -1;
}
.about-secG .heading {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.about-secG .heading h2 {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .about-secG .heading h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secG .heading h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.about-secG .heading p {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .about-secG .heading p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secG .heading p {
    font-size: 16px;
  }
}
.about-secG .content {
  padding: 60px 0 0;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .about-secG .content {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secG .content {
    flex-direction: column;
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secG .content {
    padding: 30px 0 0;
  }
}
.about-secG .content figure, .about-secG .content figcaption {
  flex: 1;
}
.about-secG .content figure {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .about-secG .content figure {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secG .content figure {
    padding: 0;
  }
}
.about-secG .content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secG .content figcaption {
  padding: 0 60px 0 0;
}
@media only screen and (max-width: 991px) {
  .about-secG .content figcaption {
    padding: 0;
  }
}
.about-secG .content figcaption p {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
}
@media only screen and (max-width: 540px) {
  .about-secG .content figcaption p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.banner.client-banner::before {
  z-index: 1;
}
.banner.client-banner .bg {
  position: relative;
}
.banner.client-banner .bg::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: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 540px) {
  .banner.client-banner .banner-wrapper {
    bottom: 15%;
  }
}
.banner.client-banner .banner-wrapper .content h1 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .banner.client-banner .banner-wrapper .content h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 540px) {
  .banner.client-banner .banner-wrapper .content h1 {
    font-size: 30px;
  }
}
.banner.client-banner .banner-wrapper .content p {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .banner.client-banner .banner-wrapper .content p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 200px;
    margin: 0 auto;
  }
}

.enqr-btn {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
}

.client-secA {
  padding: 65px 0 95px;
}
@media only screen and (max-width: 520px) {
  .client-secA {
    padding: 3rem 0;
  }
}
.client-secA .client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 25px;
}
@media only screen and (max-width: 1152px) {
  .client-secA .client-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .client-secA .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .client-secA .client-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
  }
}
.client-secA .client-grid .item {
  border: 1px solid #BABABA;
  border-radius: 10px;
  line-height: 0;
  padding: 12px 35px;
}
@media only screen and (max-width: 520px) {
  .client-secA .client-grid .item {
    padding: 12px 20px;
  }
}
.client-secA .client-grid .item img {
  width: 100%;
  aspect-ratio: 1.5;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=about.css.map */