.about-us__page {
  padding-top: 40px;
  font-family: vazir;
  text-align: start;
  color: #444;
}
.about-us__page :root {
  --primary-color: #333f66;
  --secondary-color: #fff;
}
.about-us__page .text__white {
  color: var(--secondary-color);
}
.about-us__page .text__dark {
  color: var(--primary-color);
}
.about-us__page .text__blue {
  color: #003366;
}
.about-us__page .text__orange {
  color: #ff8e00;
}
.about-us__page .text__bold {
  font-weight: bold;
}
.about-us__page .text__medium {
  font-weight: 600;
}
.about-us__page .text__center {
  text-align: center;
  justify-content: center;
}
.about-us__page .text__justify {
  text-align: justify;
}
.about-us__page .text__11 {
  font-size: 0.6875em;
}
.about-us__page .text__12 {
  font-size: 0.75em;
}
.about-us__page .text__13 {
  font-size: 0.813em;
}
.about-us__page .text__14 {
  font-size: 0.875em;
}
.about-us__page .text__15 {
  font-size: 0.938em;
}
.about-us__page .text__16 {
  font-size: 1em;
}
.about-us__page .text__17 {
  font-size: 1.063em;
}
.about-us__page .text__18 {
  font-size: 1.125em;
}
.about-us__page .text__19 {
  font-size: 1.188em;
}
.about-us__page .text__20 {
  font-size: 1.25em;
}
.about-us__page .text__22 {
  font-size: 1.375em;
}
.about-us__page .text__24 {
  font-size: 1.5em;
}
.about-us__page .text__25 {
  font-size: 1.5625em;
}
.about-us__page .text__26 {
  font-size: 1.625em;
}
.about-us__page .text__28 {
  font-size: 1.75em;
}
.about-us__page .text__30 {
  font-size: 1.875em;
}
.about-us__page .text__32 {
  font-size: 2em;
}
.about-us__page .text__34 {
  font-size: 2.125em;
}
.about-us__page .text__36 {
  font-size: 2.25em;
}
.about-us__page .text__40 {
  font-size: 2.5em;
}
.about-us__page .text__48 {
  font-size: 3em;
}
.about-us__page .text__50 {
  font-size: 3.125em;
}
.about-us__page .text__66 {
  font-size: 4.125em;
}
.about-us__page .line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .line-clamp__10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-us__page .fixed-images {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.about-us__page .cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.about-us__section-title {
  margin-bottom: 50px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-us__section-title::before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 7px;
  border-radius: 3.5px;
  background: #ff8e00;
}

.about-intro {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.about-intro__pic {
  height: 600px;
  width: 832px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.about-intro__content {
  min-height: 420px;
  width: 600px;
  border-radius: 25px;
  background-color: #ecf2fa;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  margin-inline-end: -130px;
}
.about-intro__title {
  margin-bottom: 30px;
}
.about-intro__lead {
  margin-bottom: 25px;
  line-height: 1.7em;
}
.about-intro__button {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 185px;
  height: 50px;
  padding: 5px 10px;
  transition: all 0.2s ease-in;
}
.about-intro__button:hover {
  background-color: #003366;
  color: white;
  text-decoration: none;
}

.fast-link {
  display: flex;
}
.fast-link__item {
  flex-basis: calc(33.333% - 20px);
  position: relative;
}
.fast-link__item:not(:last-child) {
  margin-left: 15px;
}
.fast-link__item:not(:first-child) {
  margin-right: 15px;
}
.fast-link__item:hover .fast-link__icon {
  background-color: #ecf2fa;
}
.fast-link__item:hover .fast-link__content {
  background-color: #003366;
}
.fast-link__item:hover .fast-link__title {
  color: white;
}
.fast-link__icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff5f1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -50px;
  background-color: white;
  position: relative;
  z-index: 4;
  transition: all 0.2s ease-in;
}
.fast-link__content {
  background-color: #ecf2fa;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 30px;
  text-align: center;
  height: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.fast-link__title {
  margin-top: auto;
  transition: all 0.2s ease-in;
}

.quote {
  display: flex;
  position: relative;
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 30px;
}
.quote__pic {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 480px;
  height: 395px;
  z-index: 10;
  flex-shrink: 0;
  margin-inline-end: 30px;
}
.quote::before {
  content: "";
  height: 295px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ecf2fa;
  border-radius: 20px;
}
.quote__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.quote__header {
  height: 130px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:start;
}
.quote__position {
  margin-bottom: 10px;
}
.quote__body {
  flex-grow: 1;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: start;
}
.quote__lead {
  line-height: 1.7em;
}
.quote__more {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 10px;
}
.quote__more:hover {
  text-decoration: none;
}
.quote__more:hover::after {
  height: 100%;
  width: 100%;
}
.quote__more::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: white;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}
.quote__more span {
  position: relative;
  z-index: 10;
}
.quote__more img {
  margin-inline-start: 9px;
  position: relative;
  z-index: 4;
}
[dir="ltr"] .quote__more img{transform: rotate(180deg);}
.useful-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.useful-link__item {
  position: relative;
  height: 64px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  transition: all 0.2s ease-out;
}
.useful-link__item:hover {
  color: #fff;
  background-color: #003366;
}
.useful-link__item:hover .useful-link__title {
  color: white;
}
@media (min-width: 1200px) {
  .useful-link__item {
    flex-basis: calc(25% - 22.5px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .useful-link__item:nth-child(4n+1) {
    margin-right: 0;
  }
  .useful-link__item:nth-child(4n) {
    margin-left: 0;
  }
  .useful-link__item:nth-child(n+5) {
    margin-top: 30px;
  }
}
.useful-link__title {
  transition: all 0.2s ease-out;
}
.useful-link__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  color: #003366 !important;
}

@media (max-width: 1198.99px) and (min-width: 992px) {
  .about-us__page {
    font-size: 90%;
  }
  .about-us__page .about-intro__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-us__page .about-intro__pic {
    height: 436px;
  }
  .about-us__page .about-intro__content {
    min-height: 330px;
  }
  .about-us__page .quote {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .about-us__page .quote__pic {
    height: 360px;
    width: 440px;
  }
  .about-us__page .quote__header {
    height: 80px;
  }
  .about-us__page .useful-link__item {
    flex-basis: calc(33.333% - 20px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .about-us__page .useful-link__item:nth-child(3n+1) {
    margin-right: 0;
  }
  .about-us__page .useful-link__item:nth-child(3n) {
    margin-left: 0;
  }
  .about-us__page .useful-link__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .about-us__page {
    font-size: 80%;
  }
  .about-us__page .about-intro__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-us__page .about-intro__pic {
    height: 331px;
  }
  .about-us__page .about-intro__content {
    min-height: 250px;
    padding: 40px;
  }
  .about-us__page .about-intro__button {
    min-width: 110px;
    height: 45px;
  }
  .about-us__page .fast-link__icon {
    width: 80px;
    height: 80px;
    margin-bottom: -40px;
  }
  .about-us__page .fast-link__icon img {
    width: 40px;
  }
  .about-us__page .fast-link__content {
    height: 110px;
  }
  .about-us__page .quote {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .about-us__page .quote::before {
    height: 235px;
  }
  .about-us__page .quote__pic {
    height: 280px;
    width: 320px;
  }
  .about-us__page .quote__header {
    height: 60px;
  }
  .about-us__page .useful-link__item {
    flex-basis: calc(33.333% - 20px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .about-us__page .useful-link__item:nth-child(3n+1) {
    margin-right: 0;
  }
  .about-us__page .useful-link__item:nth-child(3n) {
    margin-left: 0;
  }
  .about-us__page .useful-link__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767.99px) and (min-width: 576px) {
  .about-us__page {
    font-size: 80%;
  }
  .about-us__page .about-intro {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .about-us__page .about-intro__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-us__page .about-intro__pic {
    height: 371px;
    order: 1;
    width: 100%;
  }
  .about-us__page .about-intro__content {
    min-height: 250px;
    padding: 40px;
    order: 2;
    margin-left: 0;
    margin-top: -120px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-us__page .about-intro__button {
    min-width: 110px;
    height: 45px;
  }
  .about-us__page .fast-link {
    margin-top: 0;
    flex-direction: column;
  }
  .about-us__page .fast-link__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    margin-left: -30px;
    margin-right: 0;
    flex-shrink: 0;
  }
  .about-us__page .fast-link__icon img {
    width: 40px;
  }
  .about-us__page .fast-link__content {
    height: 110px;
    flex-grow: 1;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .about-us__page .fast-link__item {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex-direction: row;
    display: flex;
    align-items: center;
  }
  .about-us__page .fast-link__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-us__page .fast-link__title {
    margin: 0;
  }
  .about-us__page .quote {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    padding-top: 0;
  }
  .about-us__page .quote::before {
    height: 70%;
  }
  .about-us__page .quote__pic {
    height: 280px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-us__page .quote__header {
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .about-us__page .quote__body {
    padding-top: 20px;
  }
  .about-us__page .quote__more {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-us__page .useful-link__item {
    flex-basis: calc(50% - 15px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .about-us__page .useful-link__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .about-us__page .useful-link__item:nth-child(2n) {
    margin-left: 0;
  }
  .about-us__page .useful-link__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 575.99px) {
  .about-us__page {
    font-size: 80%;
  }
  .about-us__page .about-intro {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .about-us__page .about-intro__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about-us__page .about-intro__pic {
    height: 69vw;
    order: 1;
    width: 100%;
  }
  .about-us__page .about-intro__content {
    min-height: 250px;
    padding: 40px;
    order: 2;
    margin-left: 0;
    margin-top: -120px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-us__page .about-intro__button {
    min-width: 110px;
    height: 45px;
  }
  .about-us__page .fast-link {
    margin-top: 0;
    flex-direction: column;
  }
  .about-us__page .fast-link__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    margin-left: -30px;
    margin-right: 0;
    flex-shrink: 0;
  }
  .about-us__page .fast-link__icon img {
    width: 40px;
  }
  .about-us__page .fast-link__content {
    height: 110px;
    flex-grow: 1;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .about-us__page .fast-link__item {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex-direction: row;
    display: flex;
    align-items: center;
  }
  .about-us__page .fast-link__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-us__page .fast-link__title {
    margin: 0;
  }
  .about-us__page .quote {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    padding-top: 0;
  }
  .about-us__page .quote::before {
    height: 70%;
  }
  .about-us__page .quote__pic {
    height: 280px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-us__page .quote__header {
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .about-us__page .quote__body {
    padding-top: 20px;
  }
  .about-us__page .quote__more {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-us__page .useful-link__item {
    flex-basis: calc(50% - 15px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .about-us__page .useful-link__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .about-us__page .useful-link__item:nth-child(2n) {
    margin-left: 0;
  }
  .about-us__page .useful-link__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 439.99px) {
  .about-us__section-title {
    margin-bottom: 20px;
  }
  .about-us__page {
    font-size: 80%;
  }
  .about-us__page .useful-link__item {
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .about-us__page .useful-link__item:not(:last-child) {
    margin-top: 20px;
  }
}/*# sourceMappingURL=about-us.css.map */