/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1200px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 6;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 7;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 8;
}

.demo-card:nth-child(7) {
  order: 4;
}

.demo-card:nth-child(8) {
  order: 9;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

.demo-card p {
  font-family: ppro;
}

.demo-card .number-box span {
  font-weight: normal;
}

/*
* These styles for text decoration. The demo will be work without it
*/
.link {
  color: #000000;
  /*

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  */
  text-decoration: none;
}

/*
* beautify the hyperlinks
*/
.link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  /*  
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
  */
}

.link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  z-index: -1;
  will-change: width;
  transform: rotate(0deg);
  transform-origin: left bottom;
}

.link:hover::before {
  width: 0;
}

/*
* animation styles
*/
.link::before {
  transition: width 0.1s ease-out;
}

.link:hover::before {
  transition-duration: 0.15s;
}

#timeline {
  padding: 100px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: sans-serif !important;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
  font-family: ppro;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1200px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 4940px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1200px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
  }
  #timeline .demo-card .card-wrap {
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.14);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 1100px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 20px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 3px;
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-weight: inherit;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 13px;
  font-size: 2.5rem;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 2.5rem;
    line-height: 1.6rem;
    letter-spacing: -0.015em;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 1rem;
  font-family: "abit";
  text-transform: none;
  line-height: 1.8rem;
  letter-spacing: -0.01rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.9rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 20px;
}
@media (min-width: 1200px) {
  #timeline .demo-card .body {
    max-height: 1015px;
  }
}
#timeline .demo-card .body p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
  color: #555;
  margin-bottom: 20px;
}
#timeline .demo-card .body img {
  padding-bottom: 20px;
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 .link::before {
  background-image: linear-gradient(to top, rgba(128, 158, 203, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step1 .card-wrap {
  background-color: #809ecb;
}
#timeline .demo-card--step1 .head::after {
  border-color: #809ecb;
}
#timeline .demo-card--step2 .link::before {
  background-image: linear-gradient(to top, rgba(221, 19, 103, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step2 .card-wrap {
  background-color: #dd1367;
}
#timeline .demo-card--step2 .head::after {
  border-color: #dd1367;
}
#timeline .demo-card--step3 .link::before {
  background-image: linear-gradient(to top, rgba(10, 151, 217, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step3 .card-wrap {
  background-color: #0a97d9;
}
#timeline .demo-card--step3 .head::after {
  border-color: #0a97d9;
}
#timeline .demo-card--step4 .link::before {
  background-image: linear-gradient(to top, rgba(60, 145, 153, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step4 .card-wrap {
  background-color: #3c9199;
}
#timeline .demo-card--step4 .head::after {
  border-color: #3c9199;
}
#timeline .demo-card--step5 .link::before {
  background-image: linear-gradient(to top, rgba(229, 36, 59, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step5 .card-wrap {
  background-color: #e5243b;
}
#timeline .demo-card--step5 .head::after {
  border-color: #e5243b;
}
#timeline .demo-card--step6 .link::before {
  background-image: linear-gradient(to top, rgba(38, 189, 226, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step6 .card-wrap {
  background-color: #26bde2;
}
#timeline .demo-card--step6 .head::after {
  border-color: #26bde2;
}
#timeline .demo-card--step7 .link::before {
  background-image: linear-gradient(to top, rgba(244, 218, 119, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step7 .card-wrap {
  background-color: #f4da77;
}
#timeline .demo-card--step7 .head::after {
  border-color: #f4da77;
}
#timeline .demo-card--step8 .link::before {
  background-image: linear-gradient(to top, rgba(166, 33, 49, 0.5) 15%, rgba(0, 0, 0, 0) 20%);
}
#timeline .demo-card--step8 .card-wrap {
  background-color: #a62131;
}
#timeline .demo-card--step8 .head::after {
  border-color: #a62131;
}

.demo-card--step7 .head {
  color: #222 !important;
}

/*# sourceMappingURL=time.css.map */
