/* English Styles */
[lang="en"] .sectors-grid-center {
  direction: rtl;
  text-align: left;
}
html:not(.no-js) [data-aos=fade-right] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
html:not(.no-js) [data-aos=fade-left] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
/* footer .col-lg-4.d-flex.gap-5 {
  gap: 4rem !important;
} */
[lang="en"] .fa-chevron-left:before {
    content: "\f054";
}
.our-team-section .leader-content::before {
    left: -40px;
    right: auto;
}
.our-team-section .leader-content .title {
    left: 430px;
    right: auto;
}
.team-info {
    text-align: left;
}
.team-info {
    width: calc(100% - 101px);
}
.team-action {
    width: 102px;
}
.team-description.expanded {
    max-height: max-content;
}
.vision-section .box > .row{
    flex-flow: row-reverse;
}
.vision-section .box .vision-image {
    top: 190px;
}
.values-words {
    text-align: center;
}
.vision-section .box .vision-footer {
    margin-top: 9rem
}
.contact-section .form-box input[type="checkbox"] {
    margin-right: 10px;
    margin-left: -1.5em;
    margin-top: -.5rem;
}
.leader-description {
    max-height: 103px;
}
img.stc-word2 {
    top: -7rem;
    right: 8rem;
}
img.stc-word1 {
    top: 1rem;
    right: -2rem;
}
img.stc-word3 {
    top: -8rem;
    left: -1rem;
}
img.stc-word4 {
    position: absolute;
    top: 3rem;
    left: -10rem;
}
/* .team-image img,
.our-team-section .leader-content .box .leader-image img {
transform: scaleX(-1);
} */
.next-slide-title {
    right: 3rem;
    left: auto;
  }
  .previous-slide-title {
    left: 3rem;
    right: auto;
  }
  .team-action {
    width: 100px;
}
.read-bio {
    gap: 2px;
}
@media (max-width: 991px) {
    .vision-section .box > .row {
        flex-flow: wrap;
    }
}
@media (max-width: 767px) {
    .our-team-section .leader-content .title {
        left: 0;
        right: auto;
    }
    .btn-default-red, .btn-default-white, .btn-default-purper {
        min-width: 130px !important;
    }
    .vision-section .box .vision-footer {
        margin-top: 2rem
    }
    footer .col-lg-4.d-flex.gap-5 {
        gap: 2rem !important;
    }
    .team-info {
        width: 100%;
    }
    .team-action {
        width: auto;
    }
}