.page-section-timeline{
  padding:100px 0 0 0;
}

.page-section-timeline .title{
  padding-left:65px;
}
.page-section-timeline .title h2{
  text-align: left;
}

.timeline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.timeline *,
.timeline *::before,
.timeline *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.timeline:not(.timeline--horizontal)::before {
  background-color: #023f88;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
}

.timeline--horizontal{
  text-align: center;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 1rem;
  position: relative;
  width: 100%;
  max-width:300px;
  z-index: 2;
}

.timeline__item--top::before{
  bottom:-5px;
  top:unset;
}
/*.timeline__item--bottom::after{
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius:50%;
  background:#fff;
  left:50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
}
.timeline__item--top::after{
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background:#fff;
  left:50%;
  transform: translateX(-50%);
  bottom:-17.5px;
  z-index: 1;
  box-shadow: 5px 0px 25px 5px rgb(0 0 0 / 6%);
}*/

.timeline__item.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}

.timeline__item--right::after {
  left: -10px;
}

.timeline__content {
  border: 1px solid #CCC;
  display: block;
  position: relative;
}

.timeline__content-outer {
  padding: 22px 30px 11px;
  background: #fff;
  -webkit-transition: all .35s 0s ease;
  transition: all .35s 0s ease;
  text-align: left;
}

.timeline__content-outer h2 {
  color: #f5821f;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 10px;
}

.timeline__content-outer h3 {
  font-size: 17px;
  -webkit-transition: all .35s 0s ease;
  transition: all .35s 0s ease;
}

.timeline__content-outer p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-transition: all .35s 0s ease;
  transition: all .35s 0s ease;
}

.timeline__item:hover .timeline__content-outer {
  background: #023f88;
}

.timeline__item:hover .timeline__content-outer p,
.timeline__item:hover .timeline__content-outer h3 {
  color: #fff;
}

.timeline__image img {
  max-width: 100%;
  width:100%;
  height: auto;
  vertical-align: bottom;
  background-size: cover !important;
}

.timeline--horizontal {
  font-size: 0;
  padding-left:0px;
  white-space: nowrap;
}

/*.timeline--horizontal .timeline-divider {
  background-color:rgba(0,0,0,22%);
  display: block;
  height:6px;
  right: 0;
  position: absolute;
  width: calc(100% - 200px);
  z-index: 1;
}
*/
.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}

.timeline--horizontal .timeline__item{
  display: inline-block;
  left: 0;
  padding:0px;
  position: relative;
  -webkit-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}

.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.timeline--horizontal .timeline__item .timeline__content::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #CCC;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item--bottom {
  padding: 0px 0px 0px;
}

.timeline--horizontal .timeline__item--bottom::after {
  top:-17.5px;
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}

.timeline--horizontal .timeline__item--bottom .timeline__content::before {
  border-bottom: 12px solid #CCC;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline--horizontal .timeline__item--bottom .timeline__content::after {
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
  z-index: 1;
  position: absolute;
  top: -95px !important;
  right:350px;
  outline: none;
  border:0px;
}
.timeline-nav-button:focus{
  outline: none;
  background-color:rgba(232,232,232,1);
}
.timeline-nav-button:disabled {
  pointer-events: none;
  opacity:0.8;
}
.timeline-nav-button--prev {
  background: url("../images/left-arrow.png") rgba(255,255,255,1) no-repeat;
  background-position: center center;
  right: 400px;
}
.timeline-nav-button--next {
  background: url(../images/right-arrow.png) rgba(255,255,255,1) no-repeat;
  background-position: center center;
}
.timeline--mobile {
  padding: 0;
}

.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}

.timeline--mobile .timeline__item::after {
  left: 11px;
  margin: 0;
}

.timeline--mobile .timeline__item .timeline__content::before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #023f88;
  border-left: none;
  border-top: 12px solid transparent;
}

.timeline--mobile .timeline__item .timeline__content::after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #023f88;
  border-left: none;
  border-top: 10px solid transparent;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@-webkit-keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}

@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}

@media only screen and (max-width:1600px){
  .timeline--horizontal {
    margin-left: 195px;
  }
  .timeline-nav-button{
    right:200px;
  }
  .timeline-nav-button--prev{
    right:250px;
  }
}
@media only screen and (max-width:1450px){
  .timeline--horizontal {
    margin-left: 125px;
  }
  .timeline-nav-button{
    right:135px;
  }
  .timeline-nav-button--prev{
    right:190px;
  }
  .timeline-nav-button{
    top:-77px !important;
  }
}
@media only screen and (max-width:1366px){
  .timeline--horizontal{
    margin-left:80px;
  }
  .timeline-nav-button{
    right:82px;
  }
  .timeline-nav-button--prev{
    right:135px;
  }
}
@media only screen and (max-width:1280px){
  .timeline--horizontal{
    margin-left:50px;
  }
  .timeline-nav-button{
    right:47px;
  }
  .timeline-nav-button--prev{
    right:100px;
  }
  
}
@media only screen and (max-width:1199px){
  .timeline-nav-button{
    top:-73px !important;
  }
}
@media only screen and (max-width:991px){
  .timeline__item--top::before{
    left:9px;
  }
  .timeline__item__inner::before{
    content:none;
  }
  .timeline__item__inner{
    background:transparent;
  }
  .timeline__item--top::after,
  .timeline__item--bottom::after{
    bottom:unset;
    top:50%;
  }
  .timeline__item--bottom::before, .timeline__item--top::before{
    content: none;
  }
  .timeline--mobile .timeline__item{
    margin-bottom:30px;
  }
  .timeline__item--top::after,
  .timeline__item--bottom::after{
    width:20px;
    height:20px;
  }
  .timeline-content{
    flex-wrap: wrap;
  }
  
  .timeline--mobile{
    margin-left: 22px !important;
  }
  .timeline--mobile .timeline__item{
    max-width:95%;
  }
  .timeline-content{
    justify-content: left;
    align-items: center;
  }

}
@media only screen and (max-width:480px){
	.timeline--mobile{
    	margin-left: 14px !important;
  }
}