body {
  font-family: Helvetica,Tahoma;
	height: 100%;
		overflow-x: hidden;
}

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


.aos-all {
  width: 1920px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 100%;
 /* height: 300px;  */
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  background: #ffffff;
  line-height: 260px;
  text-align: center;
  color: rgba(255,252,252,0.30);
}


@media screen and (max-width: 800px) {
  .aos-item {
    width: 100%;
  }
}

.timeline {
  list-style: none;
  padding: 20px;
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #FFFFFF;
  left: 50%;
  margin-left: -1.5px;
  z-index: 10;
}

#vertical-line {
	 position: absolute;
	left:50%;
 content: "";
  height:20px;
  width:20px;
  margin: 0 auto;
	margin-left:-10px;
background-color:#ffffff;
}

.timeline-panel-right {
	width: 40%;
	margin-left:50%;
	text-align: center;
	border-top: thin #ffffff;
}

.timeline-panel-left {
	width: 40%;
	    margin: 20px 0 20px 10%;
	text-align: center;
}

.timeline-panel-right p {
	color:#ffffff; 
	font-size: 36px;
	margin: 15px 0 0 50%;
}
.timeline-panel-right h3 {
	color:#ffffff; 
	font-size: 18px;
	margin: 30px 0 0;
	  padding: 0 20px;
    line-height: 1.4;
}
.timeline-panel-left p {
	color:#ffffff; 
	font-size: 36px;
	margin: 15px 0 0 -50px;
}
.timeline-panel-left h3 {
	color:#ffffff; 
	font-size: 18px;
	margin: 30px 0 0;
	    padding: 0 20px;
    line-height: 1.4;
}

.tl-image img {
margin-top: 2rem;
    margin-left: -5%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.tl-image-right img {
margin-top: 2rem;
    margin-left: 25%;
    border-radius: 50%;
    border: 2px solid #ffffff;
}



@media screen and (max-width: 800px) {
  .tl-image img {
	  margin-left: 0px;
  }
}



.year {
	display: block;
	position: relative;
	float: left;
}
.year-right {
	display: block;
	position: relative;
	float: right;
}
.timeline-panel-right:after {
    position: fixed;
    content: '';
    height: 50px;
    background: #ffffff;
	    width: 3px;
       left: 90%;
    top: 1%;
}


.timeline-panel-left:after {
    position: fixed;
    content: '';
    height: 50px;
    background: #ffffff;
	    width: 3px;
   top:0;
	left: 10%;
}


.timeline-heading {
	margin-top:25px;
border-top: 2px solid #ffffff;
    position: relative;

}