/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: scroll;
  max-width:800px;
}

.timeline ol {
  font-size: 0;
  width: 100%;
  padding: 90px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #6c757d;
}


.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #8fc9cf;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  white-space: normal;
  color: #fff;
  background: #8fc9cf;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.left-inner-box{
  width: 250px;
  height: 100px;
  
  color: white;
}

.left-inner-box h1,h4{
color: white;
}

.right-inner-box{
  
}

.blue-light{
  background-color: #17a2b89e;
}
.blue-dark{
  background-color: #17a2b8d9;
}

.green-light{
  background-color: #28a745bf;
}

.green-dark{
  background-color: #28a745;
}

.red-dark{
  background-color: #ec1010;
}

.red-light{
  background-color: #ec1010b8;
}

.yellow-dark{
  background-color: #ffa707;
}

.yellow-light{
  background-color: #ffa707d1;
}

.success-plus{
  font-size:48px !important;
  color:#5bb315;
}
