.inner-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner-banner .main-wrap {
  position: relative;
}
.inner-banner .inner-img {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
.inner-banner .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .inner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00040a 0%, rgba(0, 4, 10, 0.6) 32.92%, rgba(0, 4, 10, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-banner .inner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #00040a -25.75%, rgba(0, 4, 10, 0.6) 15.66%, rgba(0, 4, 10, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
}
.inner-banner .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  color: #fff;
  z-index: 2;
}
.inner-banner .caption .breadcrum {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.inner-banner .caption .breadcrum a,
.inner-banner .caption .breadcrum p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.inner-banner .caption .breadcrum a:hover,
.inner-banner .caption .breadcrum p:hover {
  color: #d5b27d;
}
.inner-banner .caption .breadcrum span {
  margin: 0 4px;
}
.inner-banner .caption .main-title {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: -0.9px;
}

.welcome-sec {
  padding: 80px 0;
}
.welcome-sec .main-wrap {
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}
.welcome-sec .main-wrap .left-side {
  flex: 1;
}
.welcome-sec .main-wrap .left-side .main-title {
  color: #1f1f1f;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -1px;
  padding-bottom: 25px;
}
.welcome-sec .main-wrap .left-side .para {
  color: #1f1f1f;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 187.5% */
}
.welcome-sec .main-wrap .left-side .para br {
  margin-bottom: 10px;
}
.welcome-sec .main-wrap .right-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-sec .main-wrap .right-side img {
  width: 100%;
  height: 278px;
  object-fit: contain;
}

.choose-sec {
  padding-bottom: 80px;
}
.choose-sec .main-wrap {
  padding: 0 20px;
}
.choose-sec .main-title {
  color: #1f1f1f;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1px;
  padding-bottom: 25px;
  text-align: center;
}
.choose-sec .key-points-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.choose-sec .key-points-list .item-points {
  width: 100%;
  padding: 30px;
  text-align: left;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.choose-sec .key-points-list .item-points:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}
.choose-sec .key-points-list .item-points .icon {
  margin-bottom: 10px;
}
.choose-sec .key-points-list .item-points .icon svg {
  width: 40px;
  height: 40px;
}
.choose-sec .key-points-list .item-points .sub-topic {
  color: #1f1f1f;
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px; /* 122.727% */
}
.choose-sec .key-points-list .item-points .para {
  color: #1f1f1f;
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

.vision-sec {
  padding: 80px 0;
  overflow: hidden;
}
.vision-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(56, 55, 55, 0) 0%, #00040a 100%);
}
.vision-sec::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(56, 55, 55, 0) 0%, #00040a 100%);
  z-index: 1;
}
.vision-sec .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.vision-sec .bg-img img {
  object-fit: cover;
}
.vision-sec .main-wrap {
  padding: 0 20px;
  position: relative;
  z-index: 9;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.vision-sec .main-wrap .vision .sub-title,
.vision-sec .main-wrap .mission .sub-title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  padding-bottom: 20px;
}
.vision-sec .main-wrap .vision .para,
.vision-sec .main-wrap .mission .para {
  color: #fff;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.bodsec {
  padding: 80px 0;
}
.bodsec .main-wrap {
  padding: 0 20px;
}
.bodsec .main-wrap .main-title {
  color: #1f1f1f;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1px;
  padding-bottom: 25px;
  text-align: center;
}
.bodsec .main-wrap .directors-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.bodsec .main-wrap .directors-list .mem-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bodsec .main-wrap .directors-list .mem-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.bodsec .main-wrap .directors-list .mem-item .pic {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.bodsec .main-wrap .directors-list .mem-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bodsec .main-wrap .directors-list .mem-item .wrap {
  padding: 20px;
}
.bodsec .main-wrap .directors-list .mem-item .wrap .name {
  color: #1f1f1f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 150% */
}
.bodsec .main-wrap .directors-list .mem-item .wrap .position {
  color: #1f1f1f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 150% */
}

.testimonials-sec {
  padding: 40px 0 80px;
}
.testimonials-sec .main-wrap .main-title {
  color: #1f1f1f;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1px;
  padding: 0 20px 25px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin: 20px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item .comma {
  margin-bottom: 20px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item .comma svg {
  width: 40px;
  height: 40px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item .title {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item .para {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 20px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item .name {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px; /* 100% */
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.testimonials-sec .main-wrap .testimonials-slider .testi-item .buyer {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.testimonials-sec .main-wrap .arrows-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.testimonials-sec .main-wrap .arrows-wrap .next-arrow,
.testimonials-sec .main-wrap .arrows-wrap .prev-arrow {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.testimonials-sec .main-wrap .arrows-wrap .next-arrow svg,
.testimonials-sec .main-wrap .arrows-wrap .prev-arrow svg {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .inner-banner .inner-img {
    height: 70vh;
  }
  .welcome-sec .main-wrap {
    flex-direction: row;
    align-items: flex-start;
  }
  .welcome-sec .main-wrap .left-side .para {
    height: 190px;
    overflow-y: scroll;
    padding-right: 10px;
  }
  .choose-sec .key-points-list .item-points {
    width: calc((100% - 30px) / 2);
  }
  .vision-sec .main-wrap {
    flex-direction: row;
  }
  .vision-sec .main-wrap .vision,
  .vision-sec .main-wrap .mission {
    width: 50%;
  }
  .bodsec .main-wrap .directors-list {
    gap: 10px;
  }
  .bodsec .main-wrap .directors-list .mem-item {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 1023px) {
  .inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .inner-banner .main-wrap {
    position: relative;
  }
  .inner-banner .inner-img {
    width: 100%;
    height: 39.0625vw;
    overflow: hidden;
  }
  .inner-banner .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .inner-img::after {
    height: 18.8541666667vw;
  }
  .inner-banner .inner-img::before {
    height: 17.4479166667vw;
  }
  .inner-banner .caption {
    bottom: 1.5625vw;
    left: 4.1666666667vw;
  }
  .inner-banner .caption .breadcrum {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.0416666667vw;
  }
  .inner-banner .caption .breadcrum a,
  .inner-banner .caption .breadcrum p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.0416666667vw;
  }
  .inner-banner .caption .breadcrum span {
    margin: 0 0.2604166667vw;
  }
  .inner-banner .caption .main-title {
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    letter-spacing: -0.046875vw;
  }
  .welcome-sec {
    padding: 0 0 7.8125vw;
    /* padding: 0; */
  }
  .welcome-sec .main-wrap {
    gap: 0;
    padding: 0 7.2916666667vw;
    margin-top: 4.103vw;
  }
  .welcome-sec .main-wrap .left-side {
    width: 29.4270833333vw;
    padding-top: 0;
    margin-top: 0;
  }
  .welcome-sec .main-wrap .left-side .main-title {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    letter-spacing: -0.1041666667vw;
    padding-bottom: 2.6041666667vw;
    font-weight: 400;
  }
  .welcome-sec .main-wrap .left-side .para {
    font-size: 0.821vw;
    line-height: 1.5625vw;
    height: 31.25vw;
  }
  .welcome-sec .main-wrap .left-side .para br {
    margin-bottom: 10px;
  }
  .welcome-sec .main-wrap .right-side {
    width: calc(100% - 29.4270833333vw);
    flex: none;
  }
  .welcome-sec .main-wrap .right-side img {
    width: 100%;
    height: 43.75vw;
    object-fit: contain;
  }
  .choose-sec {
    padding-bottom: 8.3333333333vw;
  }
  .choose-sec .main-wrap {
    padding: 0 7.2916666667vw;
  }
  .choose-sec .main-title {
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw; /* 125% */
    padding-bottom: 2.6041666667vw;
  }
  .choose-sec .key-points-list {
    gap: 0.5208333333vw;
  }
  .choose-sec .key-points-list .item-points {
    width: calc((100% - 1.0416666667vw) / 3);
    padding: 2.6041666667vw;
    border-radius: 1.0416666667vw;
    box-shadow: 0 0 1.3020833333vw 0.3125vw rgba(0, 0, 0, 0.05);
  }
  .choose-sec .key-points-list .item-points:hover {
    transform: translateY(-0.2604166667vw);
    box-shadow: 0 0.3125vw 1.3020833333vw rgba(0, 0, 0, 0.15);
  }
  .choose-sec .key-points-list .item-points .icon {
    margin-bottom: 1.0416666667vw;
  }
  .choose-sec .key-points-list .item-points .icon svg {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .choose-sec .key-points-list .item-points .sub-topic {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    padding-bottom: 1.5625vw;
  }
  .choose-sec .key-points-list .item-points .para {
    font-size: 0.8333333333vw;
    line-height: 1.40625vw;
  }
  .vision-sec {
    padding: 7.2916666667vw 0;
    overflow: hidden;
    height: 36.4583333333vw;
  }
  .vision-sec::after {
    bottom: 0;
    top: 0;
    right: 0;
    left: unset;
    width: 62.8645833333vw;
    background: linear-gradient(90deg, rgba(56, 55, 55, 0) 0%, #00040a 100%);
  }
  .vision-sec::before {
    bottom: 0;
    top: 0;
    left: 0;
    right: unset;
    width: 36.4583333333vw;
    background: linear-gradient(270deg, rgba(56, 55, 55, 0) 0%, #00040a 100%);
  }
  .vision-sec .bg-img {
    height: 36.4583333333vw;
  }
  .vision-sec .main-wrap {
    padding: 0 7.2916666667vw;
    gap: 0;
    justify-content: space-between;
  }
  .vision-sec .main-wrap .vision,
  .vision-sec .main-wrap .mission {
    width: 22.3958333333vw;
  }
  .vision-sec .main-wrap .vision .sub-title,
  .vision-sec .main-wrap .mission .sub-title {
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw; /* 125% */
    padding-bottom: 1.0416666667vw;
  }
  .vision-sec .main-wrap .vision .para,
  .vision-sec .main-wrap .mission .para {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }
  .vision-sec .main-wrap .mission {
    margin-top: 8.1770833333vw;
  }
  .bodsec {
    padding: 7.2916666667vw 0;
  }
  .bodsec .main-wrap {
    padding: 0 7.2916666667vw;
  }
  .bodsec .main-wrap .main-title {
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
    padding-bottom: 5.128vw;
  }
  .bodsec .main-wrap .directors-list {
    gap: 0.5208333333vw;
  }
  .bodsec .main-wrap .directors-list .mem-item {
    border-radius: 1.0416666667vw;
    box-shadow: 0 0.4166666667vw 1.3020833333vw rgba(0, 0, 0, 0.1);
    width: calc((100% - 1.0416666667vw) / 3);
  }
  .bodsec .main-wrap .directors-list .mem-item:hover {
    transform: translateY(-0.4166666667vw);
    box-shadow: 0 0.78125vw 1.8229166667vw rgba(0, 0, 0, 0.15);
  }
  .bodsec .main-wrap .directors-list .mem-item .pic {
    height: 29.6875vw;
  }
  .bodsec .main-wrap .directors-list .mem-item .wrap {
    padding: 1.5625vw;
  }
  .bodsec .main-wrap .directors-list .mem-item .wrap .name {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw; /* 150% */
  }
  .bodsec .main-wrap .directors-list .mem-item .wrap .position {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw; /* 150% */
  }
  .testimonials-sec {
    padding: 0 0 7.8125vw;
  }
  .testimonials-sec .main-wrap .main-title {
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
    padding: 0 1.0416666667vw 2.6041666667vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider {
    margin: 0 7.2916666667vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item {
    border-radius: 1.0416666667vw;
    background: #fff;
    box-shadow: 0 0 0.2604166667vw 0.1041666667vw rgba(0, 0, 0, 0.05);
    padding: 2.6041666667vw;
    margin: 0.5208333333vw 0.2604166667vw
    /* min-height: 28.906vw; */
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item .comma {
    margin-bottom: 2.6041666667vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item .comma svg {
    width: 3.9333333333vw;
    height: 2.8333333333vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item .title {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    letter-spacing: 0.15625vw;
    padding-bottom: 1.5625vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item .para {
    text-align: justify;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-bottom: 1.5625vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item .name {
    font-size: 1.0416666667vw;
    line-height: 1.0416666667vw;
    letter-spacing: 0.1041666667vw;
    margin-bottom: 0.2604166667vw;
  }
  .testimonials-sec .main-wrap .testimonials-slider .testi-item .buyer {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.0416666667vw;
  }
  .testimonials-sec .main-wrap .arrows-wrap {
    display: flex;
    justify-content: center;
    gap: 0.78125vw;
    margin-top: 1.5625vw;
  }
  .testimonials-sec .main-wrap .arrows-wrap .next-arrow,
  .testimonials-sec .main-wrap .arrows-wrap .prev-arrow {
    cursor: pointer;
    width: 3.59375vw;
    height: 3.59375vw;
  }
  .testimonials-sec .main-wrap .arrows-wrap .next-arrow svg,
  .testimonials-sec .main-wrap .arrows-wrap .prev-arrow svg {
    width: 100%;
    height: 100%;
  }
}

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