
 .wrapper {
   width: 100%;
   max-width: 1140px;
   margin: 0 auto;
}
 .timelineBox {
   width: 100%;
   height: auto;
   overflow: hidden;
   margin: 5rem auto;
   background: #fff;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(0, 0, 0, 0.02);
}
 .timelineHeader {
   padding: 3rem 2rem;
   background: #0dcaf0;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 4px 0 rgba(0, 0, 0, 0.02);
   position: relative;
   z-index: 3;
}
 .timelineHeader h3 {
  
   font-size: 2rem;
    letter-spacing: 0.1rem;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color emoji";
}
 .timelineHeader h3 + span {
       font-size: 1.4rem;
    /* letter-spacing: 0.2rem; */
    font-weight: normal;
    font-weight: 600;
    color: #fff;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color emoji";
}
 .timelineBody {
   max-height: 500px;
   overflow-x: hidden;
   overflow-y: auto;
}
 .timelineBody .timeline {
   padding: 3rem 2rem !important;
   margin: 0;
   padding: 0;
   list-style: none;
   position: relative;
   z-index: 2;
   overflow-x: scroll;
}
 .timelineBody .timeline:before {
   content: '';
   position: absolute;
   width: 4px;
   background: #fff;
   top: 0;
   right: auto;
   left: 25px;
   height: 100%;
   z-index: -1;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.085), 0 1px 0 rgba(0, 0, 0, 0.02);
}
 .timelineBody .timeline li {
   display: flex;
   align-items: flex-start;
   justify-content: flex-start;
   margin-bottom: 2rem;
   position: relative;
}
 .timelineBody .timeline .timelineDot {
   height: 1.5rem;
   width: 1.5rem;
   background: #3d00aa;
   border-radius: 2rem;
   flex: 0 0 1.5rem;
   margin-right: auto;
   margin-left: -16px;
   margin-top: 6px;
   box-shadow: 0 0 8px #56cb5f;
}
 .timelineBody .timeline .timelineDot::after {
   content: '';
   position: absolute;
   top: 14px;
   left: -8px;
   height: 9px;
   width: 9px;
   background: #56cb5f;
   border-radius: 50%;
}
 .timelineBody .timeline .timelineDate {
       font-size: 1rem;
    flex: 0 0 80px;
    padding: 0.2rem;
    color: #000;
}
 .timelineBody .timeline .timelineWork {
  /* font-family: inherit;*/
    font-size: 1rem;
    margin-left: auto;
    flex: 0 0 170px;
    color: #fff;
}
 .timelineBody .timeline .timelineWork small {
   display: block;
   color: #bdbdbd;
}
 .timelineBody::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #f5f5f5;
}
 .timelineBody::-webkit-scrollbar {
   width: 6px;
   background-color: #f5f5f5;
}
 .timelineBody::-webkit-scrollbar-thumb {
   background-color: #e91e63;
}
 .ajay {
   
   font-size: 14px;
   position: fixed;
   right: 20px;
   bottom: 10px;
}
 .ajay a {
   text-decoration: none;
   color: #333;
}
 .ajay a:hover {
   text-decoration: underline;
   color: #000;
}
 .road-display{
    display: inline-block;
    width: 72%;
    margin-left: 50px;
    background-color: #3e01c0;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px #000;
 }