.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  background: #bdc3c7;
  height: 100%;
}
.timeline .draw-line {
  width: 5px;
  height: 0;
  top: 20px;
  position: absolute;
  left: calc(50% - 2px);
  border-radius: 10px;
  background: #11588f;
  z-index: 2;
}

/*.timeline > ul > li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}*/
.timeline > ul > li.in-view::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #11588f;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  /* transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;*/
}
/*.timeline > ul > li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
  background: #bdc3c7;
  transition: all 0.4s ease-in-out;
}*/

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
  .timeline .draw-line {
    width: 3px;
    height: 0;
    top: 20px;
    position: absolute;
    left: 6px;
    border-radius: 10px;
    background: #11588f;
    z-index: 2;
  }
  .timeline > ul > li.in-view::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    transform: translateX(-0%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #11588f;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    /* transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;*/
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
