*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

body {
  font: normal 11px/1.5 "Exo", sans-serif;
  color: #fff;
}


/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  padding: 20px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
padding: 15px;
margin:20px;
border-radius: 7px;
}


.section h2 {
   color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px;
    background-color: #2C7F96 ;
    border-radius: 7px;
    padding-bottom: 10px; 
   text-transform: uppercase;
      padding: 1rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
    background-color: rgba(231,231,231, 0.2);
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding:200px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 200px;
  height: 5px;
  background: #317F95;
}

.timeline ol li:last-child {
  width: 280px;
  background: rgba(177,183,188,0.4);
}



.timeline ol li:not(:first-child) {
  margin-left: 21px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #317F95;
}

.timeline ol li div:hover{
  background: rgba(49,127,149,0.8);
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  padding: 1px 10px 3px 10px;
  font-size: 9px;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  white-space: normal;
  color: white;
  background-color: #317F95;
width: 250px;
  height: 120px;
}

.timeline div.future {
  color: black;
   background: rgba(49,127,149,0.3);
}

.inner{
  -moz-box-shadow: 11px -7px 11px 1px #cfcfcf;
-webkit-box-shadow: 11px -7px 11px 1px #cfcfcf;
-o-box-shadow: 11px -7px 11px 1px #cfcfcf;
box-shadow: 11px -7px 11px 1px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=57, Strength=11);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}

.title_timeline {
  font-size: 13px;
  font-weight: 600;
  line-height: 2px;
  padding: 2px;
  margin-top:7px;
  color:white;
    background-color: transparent;
  text-align: center;
}


.timeline time {
  display: block;
  font-size: 15px;
  font-weight: 200;
  background-color: transparent;
  color:white;
  padding: 0px;
  text-align: center;
  margin-bottom: 1px;
  margin-top:0;
}

.title_timeline .future {
  font-size: 13px;
  font-weight: 600;
  line-height: 2px;
  padding: 2px;
  color:#317F95;
    background-color: transparent;
  text-align: center;
}


.timeline .future time {
  display: block;
  font-size: 15px;
  background-color: transparent;
  font-weight: 200;
  color:#317F95;
  padding: 0px;
  text-align: center;
  margin-bottom: 1px;
  margin-top:0;
}


.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: rgba(158, 158, 158, 0.1) 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 rgba(158, 158, 158, 0.1);
}


.fa-timeline{font-size: 21px;
  margin: 7px 7px 0px 10px;
  padding: 0;
  font-family: 'Exo', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 2px black, 0 0 1em #136F7F, 0 0 0.2em rgba(37, 97, 113, 0.9);
  }

  .fa-timeline:hover{
  color: #E57F3E;
  text-shadow: 1px 1px 2px black, 0 0 1em #FFF, 0 0 0.2em rgba(37, 97, 113, 0.9);
  transform: scale(1.3);
  transition: all 2s;}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 65px;
  height: 65px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 3px solid #317F95;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}