/* start timeline  */

.cd-timeline {
  position: relative;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 8%;
}
.cd-timeline::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  left: 120px;
}
.cd-timeline-block {
  position: relative;
  padding-left: 160px;
  margin-bottom: 60px;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-top {
  position: relative;
  top: -20px;
  left: 90px;
  width: 95px;
  height: 149px;
}
.cd-timeline-top img{
  width: 100%;
  height: 100%;
}
.cd-timeline-content {
  position: relative;
}
.cont-left{
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  width: 120px;
  color: #63b622;
}
.time-year{
  position: absolute;
  left: 0px;
  top: 50%;
  width: 120px;
  height: 72px;
  text-align: center;
  font-size: 18px;
  color: #63b622;
  margin-top: -33px;
}
.time-year h5{
  font-size: 18px;
  margin-top: 5px;
}
.time-year img{
  width: 72px;
}
.time-text{
  position: absolute;
  left: -170px;
  top: 50%;
  width: 120px;
  margin-top: 40px;
  color: #63b622;
  text-align: center;
}
.cont-right{
  position: absolute;
}
.cd-timeline-content p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
}
.cd-timeline-content h5{
  font-size: 18px;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cont-t1, .cont-t2, .cont-t3{
  width: 75%;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  display: inline-block;
  background-color: #009554;
  box-shadow: 0px 1px 6px rgba(0,0,0,.2);
  margin-top: 10px;
}
.cont-t2{
  background-color: #63b622;
}
.cont-t3{
  color: #666;
  background-color: #fff;
}
.cont-t1::before, .cont-t2::before, .cont-t3::before{
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -45px;
  top: 50%;
  margin-top: -7px;
  border-radius: 50%;
  background-color: #009554;  
}
.cont-t2::before{
  background-color: #63b622;
}
.cont-t3::before{
  height: 8px;
  width: 8px;
  left: -42px;
  margin-top: -4px;
  background-color: #ffb946;
}
.cd-timeline-img{
  margin-top: 10px;
}
.cd-timeline-img img{
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px){
   .time-year img {
       width: 48px;
   }
   .time-year h5 {
       font-size: 16px;
   }
   .time-year {
       margin-top: -35px;
   }
} 


