/* breakpoints */
.grid-position {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

html:lang(ar) .grid-position {
  float: right; }

.time-line {
  position: relative;
  background: black;
  z-index: 2; }
  .time-line .chart {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .time-line .chart {
        padding: 0 30px; } }
    @media (max-width: 1199.98px) {
      .time-line .chart {
        padding: 0 20px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .time-line .chart {
        padding: 0 15px; } }
    @media all and (max-width: 599px) {
      .time-line .chart {
        padding: 40px 0; } }
    .time-line .chart .title {
      padding-bottom: 70px; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        .time-line .chart .title {
          padding-bottom: 50px; } }
      @media (max-width: 1199.98px) {
        .time-line .chart .title {
          padding-bottom: 40px; } }
    .time-line .chart .chart-box {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      height: 480px; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        .time-line .chart .chart-box {
          height: 420px; } }
      @media all and (max-width: 1199.98px) {
        .time-line .chart .chart-box {
          height: 480px; } }
      @media all and (min-width: 600px) and (max-width: 1023px) {
        .time-line .chart .chart-box {
          height: 420px; } }
      @media all and (max-width: 599px) {
        .time-line .chart .chart-box {
          height: 480px; } }
      .time-line .chart .chart-box .line {
        width: 100%;
        height: 3px;
        background: #ff6a00;
        position: absolute; }
      .time-line .chart .chart-box .slick-next,
      .time-line .chart .chart-box .slick-prev {
        background-image: url(../images/orange-slick-arrow.svg); }
        .time-line .chart .chart-box .slick-next.slick-disabled,
        .time-line .chart .chart-box .slick-prev.slick-disabled {
          background-image: url(../images/arrow-disabled.svg);
          opacity: 1; }
      .time-line .chart .chart-box .slick-next {
        right: 0; }
      .time-line .chart .chart-box .slick-prev {
        left: 0; }
    .time-line .chart .chart-block {
      width: 100%;
      padding: 0 5%; }
      .time-line .chart .chart-block ul .slick-track {
        height: 100%; }
      .time-line .chart .chart-block ul .slick-list {
        height: 480px; }
        @media all and (min-width: 1024px) and (max-width: 1439px) {
          .time-line .chart .chart-block ul .slick-list {
            height: 420px; } }
        @media (max-width: 1199.98px) {
          .time-line .chart .chart-block ul .slick-list {
            height: 480px; } }
        @media all and (min-width: 600px) and (max-width: 1023px) {
          .time-line .chart .chart-block ul .slick-list {
            height: 420px; } }
        @media all and (max-width: 599px) {
          .time-line .chart .chart-block ul .slick-list {
            height: 480px; } }
      .time-line .chart .chart-block ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative;
        z-index: 1; }
        .time-line .chart .chart-block ul li:before {
          content: "";
          background: #ffffff;
          width: 1px;
          position: absolute;
          left: 60px;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 3;
          height: 240px; }
          @media all and (min-width: 1024px) and (max-width: 1439px) {
            .time-line .chart .chart-block ul li:before {
              height: 210px; } }
          @media (max-width: 1199.98px) {
            .time-line .chart .chart-block ul li:before {
              height: 240px; } }
          @media all and (min-width: 600px) and (max-width: 1023px) {
            .time-line .chart .chart-block ul li:before {
              height: 210px; } }
          @media all and (max-width: 599px) {
            .time-line .chart .chart-block ul li:before {
              height: 240px; } }
          @media all and (max-width: 599px) {
            .time-line .chart .chart-block ul li:before {
              height: 240px; } }
          @media all and (max-width: 1023px) {
            .time-line .chart .chart-block ul li:before {
              left: 50px; } }
        .time-line .chart .chart-block ul li:nth-child(odd):before {
          top: 50%; }
        .time-line .chart .chart-block ul li:nth-child(odd) .details {
          bottom: 0; }
        .time-line .chart .chart-block ul li:nth-child(even):before {
          bottom: 50%; }
        .time-line .chart .chart-block ul li:nth-child(even) .details {
          top: 0; }
        .time-line .chart .chart-block ul li > .menu-text {
          position: absolute;
          left: 60px;
          top: 50%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          color: #ff6a00;
          z-index: 3;
          font-family: "Orbitron" !important; }
          @media all and (max-width: 1023px) {
            .time-line .chart .chart-block ul li > .menu-text {
              left: 50px; } }
      .time-line .chart .chart-block ul .box {
        width: 0;
        height: 0;
        border: 60px solid transparent;
        border-bottom-color: #ffffff !important;
        position: relative;
        top: -60px;
        color: #ff6a00; }
        @media all and (max-width: 1023px) {
          .time-line .chart .chart-block ul .box {
            border: 50px solid transparent;
            top: -50px; } }
        .time-line .chart .chart-block ul .box:after {
          content: '';
          position: absolute;
          left: -60px;
          top: 60px;
          width: 0;
          height: 0;
          border: 60px solid transparent;
          border-top-color: #ffffff !important; }
          @media all and (max-width: 1023px) {
            .time-line .chart .chart-block ul .box:after {
              border: 50px solid transparent;
              top: 50px;
              left: -50px; } }
      .time-line .chart .chart-block ul .details {
        position: absolute;
        left: 60px;
        padding: 0 15px;
        font-size: 1rem;
        white-space: normal;
        color: #ffffff; }
        @media all and (max-width: 1023px) {
          .time-line .chart .chart-block ul .details {
            left: 50px;
            padding: 0 10px; } }
        .time-line .chart .chart-block ul .details .text-link {
          margin-top: 20px; }
          @media all and (max-width: 1023px) {
            .time-line .chart .chart-block ul .details .text-link {
              margin-top: 10px; } }
        .time-line .chart .chart-block ul .details .menu-text {
          line-height: calc(10px + (20 - 10) * ( (100vw - 320px) / (1920 - 320)));
          font-size: calc(9px + (16 - 9) * ( (100vw - 320px) / (1920 - 320))); }
  .time-line .bg-img-cover {
    height: 860px;
    max-height: 860px; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .time-line .bg-img-cover {
        height: 900px;
        max-height: 900px; } }
    @media (max-width: 1199.98px) {
      .time-line .bg-img-cover {
        height: 650px;
        max-height: 650px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .time-line .bg-img-cover {
        height: 580px;
        max-height: 580px; } }
    @media all and (max-width: 599px) {
      .time-line .bg-img-cover {
        height: 650px;
        max-height: 100%; } }
  .time-line .slick-initialized:lang(ar) {
    direction: rtl; }

html:lang(ar) .time-line .chart .chart-box .slick-next {
  right: auto;
  left: 0; }

html:lang(ar) .time-line .chart .chart-box .slick-prev {
  left: auto;
  right: 0; }

html:lang(ar) .time-line .chart .chart-block ul .slick-slide {
  float: right !important; }

html:lang(ar) .time-line .chart .chart-block ul li:before {
  left: auto;
  right: 60px; }
  @media all and (max-width: 1023px) {
    html:lang(ar) .time-line .chart .chart-block ul li:before {
      right: 50px; } }

html:lang(ar) .time-line .chart .chart-block ul li > .menu-text {
  left: auto;
  right: 60px;
  -moz-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%); }
  @media all and (max-width: 1023px) {
    html:lang(ar) .time-line .chart .chart-block ul li > .menu-text {
      right: 50px; } }

html:lang(ar) .time-line .chart .chart-block ul .box:after {
  left: auto;
  right: -60px; }
  @media all and (max-width: 1023px) {
    html:lang(ar) .time-line .chart .chart-block ul .box:after {
      right: -50px; } }

html:lang(ar) .time-line .chart .chart-block ul .details {
  left: auto;
  right: 60px; }
  @media all and (max-width: 1023px) {
    html:lang(ar) .time-line .chart .chart-block ul .details {
      right: 50px; } }
  html:lang(ar) .time-line .chart .chart-block ul .details .menu-text {
    line-height: calc(14px + (20 - 14) * ( (100vw - 320px) / (1920 - 320)));
    font-size: calc(12px + (16 - 12) * ( (100vw - 320px) / (1920 - 320))); }
