@media(min-width: 992px) {
    #menu {
        flex-direction: row-reverse;
    }

    .stats {
        display: grid;
        direction: rtl;
        grid-template-columns: auto auto auto auto;
        margin: 4%;
        color: #fff;
    }
    .stats-title{
      font-size: 30px;
    }
    .stats-desc{
      font-size: 25px;
    }
}


.contact-form{
    direction: rtl;
}

.footer-img{
    width: 20%;
}

/**********************/
/*     Statistics     */
/**********************/
@media(max-width: 992px) {
    .stats {
        display: grid;
        direction: rtl;
        grid-template-columns: auto auto;
        margin: 4%;
    }
}

.goals {
	padding-top: 4.5rem;
	padding-bottom: 7.5rem;
	background: url('../images/conclusion-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.goals .image-container {
	margin-bottom: 4rem;
}

.goals p {
	margin-bottom: 2.25rem;
	color: #252c38;
	font-size: 20px;
	line-height: 2.625rem;
}

.goals .btn-solid-lg {
	margin-right: 0.25rem;
	margin-bottom: 1.25rem;
	margin-left: 0.25rem;
}

.section-title .title, .title{
    color: rgba(61,90,254,1);
}


/* Timeline CSSS */

.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
  }
  .timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
            animation: fillTop 2s forwards 4s ease-in-out;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
            animation: fillLeft 2s forwards 4s ease-in-out;
  }
  .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
    text-align: right;
  }
  .timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
  }
  .timeline__event__date {
    color: #f6a4ec;
    font-size: 1.5rem;
    font-weight: 600;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
  }
  .timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9251ac;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #f6a4ec;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
  }
  .timeline__event__icon i {
    font-size: 32px;
  }
  .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
            animation: fillTop 2s forwards 4s ease-in-out;
  }
  .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
            animation: fillLeftOdd 2s forwards 4s ease-in-out;
  }
  .timeline__event__description {
    flex-basis: 60%;
    text-align: right;
  }
  .timeline__event--type2:after {
    background: #555ac0;
  }
  .timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
    background: #555ac0;
  }
  .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #87bbfe;
  }
  .timeline__event--type2 .timeline__event__icon {
    background: #87bbfe;
    color: #555ac0;
  }
  .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
    background: #87bbfe;
  }
  .timeline__event--type2 .timeline__event__title {
    color: #555ac0;
  }
  .timeline__event--type3:after {
    background: #24b47e;
  }
  .timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
    background-color: #24b47e;
  }
  .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #aff1b6;
  }
  .timeline__event--type3 .timeline__event__icon {
    background: #aff1b6;
    color: #24b47e;
  }
  .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
    background: #aff1b6;
  }
  .timeline__event--type3 .timeline__event__title {
    color: #24b47e;
  }
  .timeline__event:last-child .timeline__event__icon:before {
    content: none;
  }
  
  @media (max-width: 786px) {
    .timeline__event {
      flex-direction: column;
      align-self: center;
    }
    .timeline__event__content {
      width: 100%;
    }
    .timeline__event__icon {
      border-radius: 6px 6px 0 0;
      width: 100%;
      margin: 0;
      box-shadow: none;
    }
    .timeline__event__icon:before, .timeline__event__icon:after {
      display: none;
    }
    .timeline__event__date {
      border-radius: 0;
      padding: 20px;
    }
    .timeline__event:nth-child(2n+1) {
      flex-direction: column;
      align-self: center;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__date {
      border-radius: 0;
      padding: 20px;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__icon {
      border-radius: 6px 6px 0 0;
      margin: 0;
    }
  }
  @-webkit-keyframes fillLeft {
    100% {
      right: 100%;
    }
  }
  @keyframes fillLeft {
    100% {
      right: 100%;
    }
  }
  @-webkit-keyframes fillTop {
    100% {
      top: 100%;
    }
  }
  @keyframes fillTop {
    100% {
      top: 100%;
    }
  }
  @-webkit-keyframes fillLeftOdd {
    100% {
      left: 100%;
    }
  }
  @keyframes fillLeftOdd {
    100% {
      left: 100%;
    }
  }

  /* ====================== TESTAMONIALS ================================== */

  .testimonial-area {
    padding-top: 80px;
    background-color: #f4f6f7; }
    .testimonial-area .testimonial-left-content .sub-title {
      font-size: 18px;
      font-weight: 400;
      color: #0067f4;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .testimonial-area .testimonial-left-content .sub-title {
          font-size: 16px; } }
    .testimonial-area .testimonial-left-content .title {
      font-size: 32px;
      padding-top: 10px;
      color: #121212; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-area .testimonial-left-content .title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .testimonial-area .testimonial-left-content .title {
          font-size: 24px; } }
    .testimonial-area .testimonial-left-content .testimonial-line {
      padding-top: 10px; }
      .testimonial-area .testimonial-left-content .testimonial-line li {
        height: 5px;
        background-color: #0067f4;
        opacity: 0.2;
        display: inline-block;
        border-radius: 50px;
        margin-right: 3px; }
        .testimonial-area .testimonial-left-content .testimonial-line li:nth-of-type(1) {
          width: 40px; }
        .testimonial-area .testimonial-left-content .testimonial-line li:nth-of-type(2) {
          width: 15px; }
        .testimonial-area .testimonial-left-content .testimonial-line li:nth-of-type(3) {
          width: 10px; }
        .testimonial-area .testimonial-left-content .testimonial-line li:nth-of-type(4) {
          width: 5px; }
    .testimonial-area .testimonial-left-content .text {
      padding-top: 15px; }
    .testimonial-area .testimonial-right-content {
      position: relative;
      background-color: #e9ecef;
      -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
      border-radius: 50px;
      max-width: 500px;
      padding-top: 50px; }
      .testimonial-area .testimonial-right-content .quota {
        position: absolute;
        top: 10px;
        left: 15px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.1; }
        .testimonial-area .testimonial-right-content .quota i {
          font-size: 130px;
          line-height: 95px;
          color: #0067f4; }
    .testimonial-area .testimonial-content-wrapper {
      position: relative;
      left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-area .testimonial-content-wrapper {
          left: 0; } }
      @media (max-width: 767px) {
        .testimonial-area .testimonial-content-wrapper {
          left: 0; } }
  
  .single-testimonial {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 50px; }
    .single-testimonial .testimonial-text .text {
      font-size: 24px;
      font-weight: 400;
      line-height: 36px;
      color: #121212;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .single-testimonial .testimonial-text .text {
          font-size: 18px;
          line-height: 32px; } }
    .single-testimonial .testimonial-author {
      border-top: 1px solid #e9ecef;
      padding-top: 50px; }
      .single-testimonial .testimonial-author .author-info .author-image img {
        border-radius: 50%;
        width: 70px; }
      .single-testimonial .testimonial-author .author-info .author-name {
        padding-left: 30px; }
        .single-testimonial .testimonial-author .author-info .author-name .name {
          font-size: 16px;
          font-weight: 700;
          color: #121212; }
        .single-testimonial .testimonial-author .author-info .author-name .sub-title {
          font-size: 14px;
          color: #a4a4a4;
          margin-top: 5px; }
      @media (max-width: 767px) {
        .single-testimonial .testimonial-author .author-review {
          padding-left: 100px;
          padding-top: 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-testimonial .testimonial-author .author-review {
          padding-left: 0;
          padding-top: 15px; } }
      .single-testimonial .testimonial-author .author-review .star li {
        display: inline-block;
        font-size: 14px;
        color: #ffb400; }
      .single-testimonial .testimonial-author .author-review .review {
        font-size: 14px;
        color: #000;
        margin-top: 5px; }
  
  .testimonial-active .slick-arrow {
    position: absolute;
    bottom: 0;
    left: -635px;
    font-size: 22px;
    cursor: pointer;
    color: #a4a4a4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .testimonial-active .slick-arrow {
        left: -480px; } }
    .testimonial-active .slick-arrow:hover {
      color: #000; }
    .testimonial-active .slick-arrow.next {
      left: -600px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-active .slick-arrow.next {
          left: -445px; } }
  
  /*===========================
          13.TEAM css 
  ===========================*/
  /*===== TEAM STYLE ELEVEN =====*/
  .team-style-eleven {
    position: relative;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1); }
    .team-style-eleven .team-image img {
      width: 100%; }
    .team-style-eleven .team-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      padding-top: 25px;
      padding-bottom: 25px;
      z-index: 5;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .team-style-eleven .team-content {
          padding-top: 15px;
          padding-bottom: 15px; } }
      .team-style-eleven .team-content::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
        background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
        z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        opacity: 0; }
      .team-style-eleven .team-content .team-social {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        visibility: hidden;
        opacity: 0; }
        .team-style-eleven .team-content .team-social .social {
          background-color: #fff;
          display: inline-block;
          padding: 10px 20px 6px;
          border-radius: 50px; }
          .team-style-eleven .team-content .team-social .social li {
            display: inline-block;
            margin: 0 8px; }
            .team-style-eleven .team-content .team-social .social li a {
              font-size: 16px;
              color: #a4a4a4;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
              .team-style-eleven .team-content .team-social .social li a:hover {
                color: #0067f4; }
      .team-style-eleven .team-content .team-name a {
        color: #121212;
        font-size: 24px;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .team-style-eleven .team-content .team-name a {
            font-size: 18px; } }
      .team-style-eleven .team-content .sub-title {
        font-size: 16px;
        color: #0067f4;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .team-style-eleven .team-content .sub-title {
            font-size: 14px; } }
    .team-style-eleven:hover .team-content {
      padding-top: 50px; }
      @media (max-width: 767px) {
        .team-style-eleven:hover .team-content {
          padding-top: 35px; } }
      .team-style-eleven:hover .team-content::before {
        opacity: 1; }
      .team-style-eleven:hover .team-content .team-social {
        top: -20px;
        visibility: visible;
        opacity: 1; }
      .team-style-eleven:hover .team-content .team-name a {
        color: #fff; }
      .team-style-eleven:hover .team-content .sub-title {
        color: #fff; }

        .slick-slide {
            outline: 0; }
          

