

/* about page style */
.about {
  /* client area style  */
  /* team area style */
}
.about .client-area {
  background-color: #F1F6F6;
}
.about .team-area .subtitle-wrapper {
  margin-bottom: 35px;
}

/* about intro area style */
.about-intro-area {
  padding-top: 210px;
  background-color: #F1F6F6;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .about-intro-area {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .about-intro-area {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .about-intro-area {
    padding-top: 130px;
  }
}
.about-intro-area:before {
  position: absolute;
  content: "";
  width: 51%;
  height: calc(100% - 210px);
  background-color: var(--white);
  inset-inline-end: 50px;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .about-intro-area:before {
    display: none;
  }
}
.about-intro-area .section-symbol {
  font-size: 560px;
  font-weight: 800;
  font-family: var(--font_hkgrotesk);
  color: var(--primary);
  opacity: 0.07;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  line-height: 0.7;
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  .about-intro-area .section-symbol {
    font-size: 460px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-intro-area .section-symbol {
    font-size: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .about-intro-area .section-symbol {
    font-size: 330px;
  }
}
.about-intro-area .about-area-inner {
  position: relative;
  z-index: 1;
}
.about-intro-area .section-heading {
  max-width: 1070px;
  margin-inline-start: 215px;
  padding-top: 57px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1919px) {
  .about-intro-area .section-heading {
    margin-inline-start: 165px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-intro-area .section-heading {
    margin-inline-start: 125px;
    padding-top: 17px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .about-intro-area .section-heading {
    margin-inline-start: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .about-intro-area .section-heading {
    margin-inline-start: 0;
  }
}
.about-intro-area .section-title {
  max-width: 1070px;
}
@media only screen and (max-width: 1919px) {
  .about-intro-area .section-title {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-intro-area .section-title {
    max-width: 750px;
  }
}
.about-intro-area .subtitle-wrapper {
  margin-bottom: 33px;
}
@media only screen and (max-width: 1919px) {
  .about-intro-area .subtitle-wrapper {
    margin-bottom: 23px;
  }
}
.about-intro-area .area-shape-1 {
  position: absolute;
  inset-inline-start: 43%;
  top: calc(100% - 24px);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .about-intro-area .area-shape-1 {
    top: calc(100% - 0px);
  }
}
.about-intro-area .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(90deg);
}
.dir-rtl .about-intro-area .social-links {
  transform: rotate(-90deg);
}
.about-intro-area .social-links .text {
  font-size: 16px;
  font-weight: 550;
  text-transform: uppercase;
}
.about-intro-area .social-links .social-icons {
  gap: 20px;
}
.about-intro-area .social-links .social-icons li a:hover {
  color: var(--primary);
}
.about-intro-area .social-links-position {
  position: absolute;
  inset-inline-end: 0;
  bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .about-intro-area .social-links-position {
    display: none;
  }
}

/* about area style  */
.about-area {
  position: relative;
}
.about-area .area-shape-1 {
  position: absolute;
  bottom: 21%;
  inset-inline-start: 0;
  width: 395px;
}
@media only screen and (max-width: 1919px) {
  .about-area .area-shape-1 {
    bottom: 30%;
    width: 305px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area .area-shape-1 {
    bottom: 48%;
    width: 175px;
  }
}
.dir-rtl .about-area .area-shape-1 {
  transform: rotateY(180deg);
}
.about-area .section-content {
  max-width: 630px;
  margin-inline-start: auto;
}
@media only screen and (max-width: 1919px) {
  .about-area .section-content {
    max-width: 530px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .section-content {
    max-width: 100%;
  }
}
.about-area .section-content .section-title {
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .about-area .section-content .section-title {
    line-height: 1.1;
  }
}
.about-area .section-content .thumb-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1919px) {
  .about-area .section-content .thumb-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .section-content .thumb-wrapper {
    margin-bottom: 30px;
  }
}
.about-area .section-content .thumb-wrapper .react-shape {
    width: 120px;
    height: 240px;
    background-color: #0dd18f;
    border-radius: 0% 100% 100% 0% / 10% 46% 50% 10%;
    position: relative;
}
.dir-rtl .about-area .section-content .thumb-wrapper .react-shape {
  border-radius: 100% 0% 0% 100%/46% 10% 10% 50%;
}
.about-area .section-content .thumb-wrapper .react-shape .text {
  position: absolute;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .about-area .section-content .thumb-wrapper .react-shape .text {
    inset-inline-start: -12px;
  }
}
.about-area .section-content .thumb-wrapper img {
  border-radius: 50%;
  margin-inline-start: -50px;
  mix-blend-mode: multiply;
}
.about-area .section-content .title-wrapper {
  margin-bottom: 57px;
}
@media only screen and (max-width: 1919px) {
  .about-area .section-content .title-wrapper {
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .section-content .title-wrapper {
    margin-bottom: 37px;
  }
}
.about-area .section-content .text-wrapper {
  max-width: 410px;
}
@media only screen and (max-width: 991px) {
  .about-area .section-content .text-wrapper {
    max-width: 100%;
  }
}
.about-area .section-content .text-wrapper .text {
  margin-bottom: 28px;
}
.about-area .section-content .text-wrapper .text span {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.about-area .section-content .btn-wrapper {
  margin-top: 53px;
}
@media only screen and (max-width: 1919px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 33px;
  }
}
.about-area .area-thumb {
  position: absolute;
  inset-inline-start: 11%;
 top: 0;
  max-width: 415px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .about-area .area-thumb {
    max-width: 744px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area .area-thumb {
    inset-inline-start: 2%;
  }
}
@media only screen and (max-width: 991px) {
  .about-area .area-thumb {
    display: none;
  }
}
.dir-rtl .about-area .area-thumb {
  transform: rotateY(180deg);
}

/* client area style  */
.client-area .section-title {
  max-width: 401px;
}.experience-area .counter-box {
        padding: 40px 38px 34px;
        max-width: 450px;
    }
@media only screen and (max-width: 767px) {
  .client-area .section-title {
    max-width: 301px;
  }
}
.client-area .content {
  max-width: 490px;
}
@media only screen and (max-width: 1199px) {
  .client-area .content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area .content {
    max-width: 300px;
  }
}
.client-area .content .client-logos {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.client-area .content .client-logos img {
  max-height: 39px;
}
@media only screen and (max-width: 1199px) {
  .client-area .content .client-logos img {
    max-height: 32px;
  }
}
.client-area .content .text {
  font-size: 18px;
  line-height: 1.44;
}
.client-area .content .text-wrapper {
  margin-bottom: 53px;
}
.client-area .client-area-inner {
  display: flex;
  gap: 287px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .client-area .client-area-inner {
    gap: 107px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-area .client-area-inner {
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .client-area .client-area-inner {
    gap: 30px;
    flex-direction: column;
  }
}
.client-area .section-heading {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .client-area .section-heading {
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.team.style-1 {
  max-width: 350px;
}
.team.style-1:hover .team-thumb img {
  transform: scale(1.02);
}
.team.style-1 .team-thumb {
  margin-bottom: 25px;
}
.team.style-1 .team-thumb img {
  transition: all 0.5s;
}
.team.style-1 .name {
  color: var(--primary);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .team.style-1 .name {
    font-size: 18px;
  }
}
.team.style-1 .post {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.team-area.style-1 .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.team-wrapper.style-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px 40px;    text-align: center;
}
@media only screen and (max-width: 1199px) {
  .team-wrapper.style-1 {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .team-wrapper.style-1 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .team-wrapper.style-1 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.testimonial-item.style-2 {
  text-align: center;
}
.testimonial-item.style-2 .image img {
  width: 100%;
  /* Make the image fill its container */
}
.testimonial-item.style-2 .text-wrapper {
  max-width: 850px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item.style-2 .text-wrapper {
    max-width: 700px;
  }
}
.testimonial-item.style-2 .quote-icon-wrap {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .testimonial-item.style-2 .quote-icon-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-item.style-2 .quote-icon-wrap {
    margin-bottom: 20px;
  }
}
.testimonial-item.style-2 .text {
  color: var(--primary);
  font-size: 30px;
  line-height: 1.17;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item.style-2 .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-item.style-2 .text {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-item.style-2 .text {
    font-size: 18px;
  }
}
.testimonial-item.style-2 .meta {
  border: 0;
}
.testimonial-item.style-2 .name {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 5px;
}
.testimonial-item.style-2 .post {
  color: var(--white-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22;
}

.testimonial-inner.style-2 {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial-inner.style-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-inner.style-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dir-rtl .testimonial-inner.style-2 .swiper-button-next.style-2 {
  flex-direction: row-reverse;
}

/*
    ---------------------------------
    # Swiper Prev and Next Button Styles
    # Apply custom styles using the Like "style-1" class
    # Adjust styles for disabled icons with the "swiper-button-disabled" class
    # Apply custom text prev-text next and prev navigation
*/
@media only screen and (max-width: 991px) {
  .swiper-button-prev.style-2,
  .swiper-button-next.style-2 {
    display: none;
  }
}
.swiper-button-prev.style-2::after,
.swiper-button-next.style-2::after {
  color: var(--primary);
}
.swiper-button-prev.style-2.swiper-button-disabled::after,
.swiper-button-next.style-2.swiper-button-disabled::after {
  color: #E4E4E4;
}

.prev-text {
  position: absolute;
  left: 25px;
}

.case-upper {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
}

/* experience area style  */
.experience-area {
  position: relative;
  padding-top: 458px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .experience-area {
    padding-top: 268px;
  }
}
@media only screen and (max-width: 991px) {
  .experience-area {
    padding-top: 158px;
  }
}
.experience-area .counter-box {
  background-color: #D7DDCB;
  display: inline-block;
  padding: 70px 48px 54px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box {
    padding: 40px 38px 34px;
  }
}
.experience-area .counter-box .number {
  font-size: 100px;
  font-weight: 900;
  line-height: 0.5;
  letter-spacing: -3px;
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box .number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-area .counter-box .number {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
.experience-area .counter-box .number span {
  font-size: 50px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box .number span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-area .counter-box .number span {
    font-size: 30px;
  }
}
.experience-area .counter-box .text {
  text-align: center;
  font-size: 42px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box .text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience-area .counter-box .text {
    font-size: 20px;
  }
}
.experience-area .counter-box-wrapper {
  margin-inline-end: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper {
    margin-inline-end: 60px;
  }
}
.experience-area .counter-box-wrapper .shadow {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D7DDCB;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.experience-area .counter-box-wrapper .shadow-1 {
  opacity: 0.5;
  inset-inline-start: 30px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper .shadow-1 {
    inset-inline-start: 20px;
  }
}
.experience-area .counter-box-wrapper .shadow-2 {
  opacity: 0.4;
  inset-inline-start: 60px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper .shadow-2 {
    inset-inline-start: 40px;
  }
}
.experience-area .counter-box-wrapper .shadow-3 {
  opacity: 0.3;
  inset-inline-start: 90px;
}
@media only screen and (max-width: 1919px) {
  .experience-area .counter-box-wrapper .shadow-3 {
    inset-inline-start: 60px;
  }
}
.experience-area .section-content {
  display: flex;
  justify-content: flex-end;
}

.experience-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.experience-area-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(5, 54, 68, 0.3);
  top: 0;
  inset-inline-start: 0;
}
.experience-area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=master-about-2.css.map */