@charset "UTF-8";
/**
* Colors
*/
/* line 5, halel/static/home/scss/about_us_page.scss */
.aboutus_page__container {
  padding: 88px 15px; }
  @media (max-width: 1199px) {
    /* line 5, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__container {
      padding: 88px 0; } }
  @media (max-width: 560px) {
    /* line 5, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__container {
      padding: 40px 0 20px; } }

/* line 17, halel/static/home/scss/about_us_page.scss */
.aboutus_page__title {
  color: #3d3d3d;
  font-family: "FuturaArabic-Demi", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 24px; }
  @media (max-width: 1199px) {
    /* line 17, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__title {
      text-align: center; } }
  /* line 29, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__title.rtl-class {
    direction: rtl;
    font-family: "Tajawal-Bold", sans-serif; }

/* line 35, halel/static/home/scss/about_us_page.scss */
.aboutus_page__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #797979; }

/* line 42, halel/static/home/scss/about_us_page.scss */
.aboutus_page__img-wrapper {
  width: 45%;
  float: right;
  margin-left: 24px; }
  @media (max-width: 767px) {
    /* line 42, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__img-wrapper {
      width: auto;
      float: none;
      margin: 0 auto 30px; } }
  /* line 53, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__img-wrapper.rtl-class {
    float: left;
    margin-left: 0;
    margin-right: 24px; }
    @media (max-width: 767px) {
      /* line 53, halel/static/home/scss/about_us_page.scss */
      .aboutus_page__img-wrapper.rtl-class {
        margin: 0 auto 30px; } }

/* line 64, halel/static/home/scss/about_us_page.scss */
.aboutus_page__description {
  overflow: hidden;
  padding-bottom: 44px;
  border-bottom: 3px solid rgba(2, 109, 52, 0.5); }
  /* line 69, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__description.rtl-class {
    direction: rtl; }
  /* line 73, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__description p, .aboutus_page__description b, .aboutus_page__description ol, .aboutus_page__description li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #797979;
    margin-bottom: 16px;
    text-align: justify; }
  /* line 82, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__description p b {
    font-size: 20px;
    color: #3d3d3d; }
  /* line 88, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__description p:nth-last-child(-n + 2) {
    text-align: initial; }
  /* line 93, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__description ol {
    padding-left: 30px;
    list-style: decimal; }
    /* line 97, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__description ol li {
      padding-left: 10px; }
  /* line 102, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__description ul {
    padding-left: 30px;
    list-style: none; }
    /* line 106, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__description ul li {
      position: relative;
      padding-left: 10px; }
      /* line 110, halel/static/home/scss/about_us_page.scss */
      .aboutus_page__description ul li::after {
        content: "";
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        top: 10px;
        left: -20px;
        background-color: #3d3d3d;
        border-radius: 500%; }

/* line 125, halel/static/home/scss/about_us_page.scss */
.aboutus_page__certification {
  padding-top: 60px; }

/* line 129, halel/static/home/scss/about_us_page.scss */
.aboutus_page__cards-block {
  display: flex; }
  @media (max-width: 1199px) {
    /* line 129, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__cards-block {
      flex-flow: row wrap;
      justify-content: center;
      margin: 0 -15px; } }

/* line 139, halel/static/home/scss/about_us_page.scss */
.aboutus_page__card {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 267px;
  margin-right: 24px; }
  @media (max-width: 1199px) {
    /* line 139, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__card {
      width: 255px;
      max-width: 100%;
      margin: 0 15px 30px; } }
  @media (max-width: 560px) {
    /* line 139, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__card {
      width: 100%;
      max-width: 400px; } }
  /* line 157, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__card:last-child {
    margin-right: 0; }
    @media (max-width: 1199px) {
      /* line 157, halel/static/home/scss/about_us_page.scss */
      .aboutus_page__card:last-child {
        margin-right: 15px; } }
  /* line 165, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__card--img {
    height: 175px; }
    @media (max-width: 560px) {
      /* line 165, halel/static/home/scss/about_us_page.scss */
      .aboutus_page__card--img {
        width: 100%;
        max-width: 400px;
        height: auto; } }
  /* line 175, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__card--title {
    font-family: "FuturaArabic-Demi", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3d3d3d;
    padding: 24px 0 11px; }
    /* line 183, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__card--title.rtl-class {
      direction: rtl;
      font-family: "Tajawal-Bold", sans-serif; }
  /* line 189, halel/static/home/scss/about_us_page.scss */
  .aboutus_page__card--text {
    font-size: 18px;
    font-weight: 400;
    color: #797979; }
    /* line 194, halel/static/home/scss/about_us_page.scss */
    .aboutus_page__card--text.rtl-class {
      direction: rtl; }

/* line 201, halel/static/home/scss/about_us_page.scss */
.ab-section {
  padding-top: 60px; }
  /* line 204, halel/static/home/scss/about_us_page.scss */
  .ab-section--border-bottom {
    padding-bottom: 60px;
    border-bottom: 3px solid rgba(2, 109, 52, 0.5); }
  /* line 209, halel/static/home/scss/about_us_page.scss */
  .ab-section p {
    font-size: 18px;
    margin-bottom: 30px; }

/* line 215, halel/static/home/scss/about_us_page.scss */
.ab-section-cols {
  display: flex; }
  @media (max-width: 991px) {
    /* line 215, halel/static/home/scss/about_us_page.scss */
    .ab-section-cols {
      flex-direction: column; } }
  /* line 222, halel/static/home/scss/about_us_page.scss */
  .ab-section-cols__left {
    flex-shrink: 0;
    width: 100%;
    max-width: 460px;
    margin-right: 50px;
    padding-bottom: 8px; }
    @media (max-width: 991px) {
      /* line 222, halel/static/home/scss/about_us_page.scss */
      .ab-section-cols__left {
        margin: 0 auto 30px; } }
  /* line 234, halel/static/home/scss/about_us_page.scss */
  .ab-section-cols__right {
    flex-grow: 1;
    border-bottom: 3px solid rgba(2, 109, 52, 0.5); }
    /* line 238, halel/static/home/scss/about_us_page.scss */
    .ab-section-cols__right p {
      text-align: justify; }
      /* line 241, halel/static/home/scss/about_us_page.scss */
      .ab-section-cols__right p.rtl-class {
        direction: rtl; }
    /* line 246, halel/static/home/scss/about_us_page.scss */
    .ab-section-cols__right ul li {
      text-align: justify; }
  /* line 251, halel/static/home/scss/about_us_page.scss */
  .ab-section-cols__img {
    height: 100%; }
    /* line 254, halel/static/home/scss/about_us_page.scss */
    .ab-section-cols__img img {
      width: 100%;
      height: 100%;
      font-family: 'object-fit: cover;';
      -o-object-fit: cover;
      object-fit: cover; }

/* line 264, halel/static/home/scss/about_us_page.scss */
.ab-title {
  color: #3d3d3d;
  font-family: "FuturaArabic-Demi", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 991px) {
    /* line 264, halel/static/home/scss/about_us_page.scss */
    .ab-title {
      text-align: center; } }
  /* line 277, halel/static/home/scss/about_us_page.scss */
  .ab-title.rtl-class {
    direction: rtl;
    font-family: "Tajawal-Bold", sans-serif; }

/* line 284, halel/static/home/scss/about_us_page.scss */
.order-list ol {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
  font-size: 18px;
  color: #797979;
  counter-reset: li; }
  /* line 295, halel/static/home/scss/about_us_page.scss */
  .order-list ol:before {
    z-index: 2;
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    top: 10px;
    bottom: 70px;
    background-image: linear-gradient(to bottom, #bcbcbc 10px, transparent 5px);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 1px 15px; }
  @media (max-width: 1199px) {
    /* line 284, halel/static/home/scss/about_us_page.scss */
    .order-list ol {
      padding-left: 52px; }
      /* line 314, halel/static/home/scss/about_us_page.scss */
      .order-list ol:before {
        left: 26px;
        bottom: 50px; } }

/* line 321, halel/static/home/scss/about_us_page.scss */
.order-list li {
  z-index: 2;
  display: block;
  width: 50%;
  position: relative;
  margin-bottom: 85px;
  counter-increment: li; }
  /* line 330, halel/static/home/scss/about_us_page.scss */
  .order-list li b.rtl-class {
    direction: rtl;
    text-align: start; }
  /* line 336, halel/static/home/scss/about_us_page.scss */
  .order-list li::before {
    width: 100px;
    content: "No." counter(li);
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.02em;
    color: #026d34;
    text-align: center; }
    /* line 348, halel/static/home/scss/about_us_page.scss */
    .order-list li::before.rtl-class {
      direction: rtl;
      font-family: "Tajawal-Bold", sans-serif; }
  /* line 356, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(1).rtl-class:before {
    content: "أولاً"; }
  /* line 364, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(2).rtl-class:before {
    content: "ثانياً"; }
  /* line 372, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(3).rtl-class:before {
    content: "ثالثاً"; }
  /* line 380, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(4).rtl-class:before {
    content: "رابعاً"; }
  /* line 388, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(5).rtl-class:before {
    content: "خامساً"; }
  /* line 396, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(6).rtl-class:before {
    content: "سادساً"; }
  /* line 404, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(7).rtl-class:before {
    content: "سابعاً"; }
  /* line 412, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(8).rtl-class:before {
    content: "ثامناً"; }
  /* line 418, halel/static/home/scss/about_us_page.scss */
  .order-list li:after {
    z-index: 3;
    display: block;
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    top: 0;
    border-radius: 50%;
    border: 8px solid #026d34;
    margin: 10px 6px;
    box-shadow: 0 0 1px 6px rgba(2, 109, 52, 0.25); }
  /* line 433, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(odd) {
    align-self: flex-end;
    padding-left: 10%; }
    /* line 437, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(odd).rtl-class {
      text-align: start;
      direction: rtl; }
    /* line 442, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(odd):before {
      right: calc(100% + 10%);
      transform: translateX(-50%);
      text-align: end; }
    /* line 448, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(odd):after {
      left: -6px;
      transform: translateX(-50%); }
  /* line 454, halel/static/home/scss/about_us_page.scss */
  .order-list li:nth-child(even) {
    text-align: end;
    padding-right: 10%; }
    /* line 458, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(even).rtl-class {
      text-align: start;
      direction: rtl; }
    /* line 463, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(even):before {
      left: calc(100% + 10%);
      transform: translateX(50%); }
    /* line 468, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(even):after {
      right: -6px;
      transform: translateX(50%); }
  /* line 474, halel/static/home/scss/about_us_page.scss */
  .order-list li:last-child {
    margin-bottom: 0; }
  @media (max-width: 1199px) {
    /* line 479, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(n) {
      align-self: flex-start;
      text-align: start;
      padding-left: 24%;
      padding-right: 0;
      width: 100%; }
      /* line 486, halel/static/home/scss/about_us_page.scss */
      .order-list li:nth-child(n):after {
        left: -32px;
        right: auto;
        transform: translateX(-50%); }
      /* line 492, halel/static/home/scss/about_us_page.scss */
      .order-list li:nth-child(n):before {
        left: 30px;
        right: auto;
        text-align: center;
        transform: translateX(0); } }
  @media (max-width: 767px) {
    /* line 502, halel/static/home/scss/about_us_page.scss */
    .order-list li:nth-child(n) {
      padding-left: 110px;
      width: 100%; }
      /* line 506, halel/static/home/scss/about_us_page.scss */
      .order-list li:nth-child(n):before {
        width: 110px;
        padding-right: 10px;
        left: 0;
        right: auto;
        text-align: center;
        transform: translateX(0); } }

/* line 520, halel/static/home/scss/about_us_page.scss */
.check-list ul {
  list-style-type: none;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 20px; }

/* line 527, halel/static/home/scss/about_us_page.scss */
.check-list li {
  position: relative;
  margin-bottom: 15px; }
  /* line 531, halel/static/home/scss/about_us_page.scss */
  .check-list li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    width: 15px;
    height: 12px;
    background: url("https://soft-halal.s3.amazonaws.com/static/img/check.svg?e160bc9ea653") no-repeat; }
    @media (-ms-high-contrast: none) {
      /* line 531, halel/static/home/scss/about_us_page.scss */
      .check-list li::before {
        top: 10px; } }
