 
.thewrapper{
 width: 100%; 
  padding: 40px;
  position: relative; 
  /* background: #f4f6fd url(../img/section_timeline1.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}

.timeline-line{
  display: block; 
  position: relative;
  padding: 70px 0;
}
.timeline-line:before {
  content: '';
  position: absolute;  
  height: 100%;
  width: 2px;
  left: 50%; 
  top: 0;
  margin-left: -1px;
  background: -webkit-linear-gradient(top,transparent 0,rgba(63,71,103,0.15) 100px,
  rgba(63,71,103,0.15) calc(100% - 100px), 
  transparent 100%);
}



.thewrapper .center-line{
  position: absolute;
  height: 100%;
  width: 2px;
  background: rgb(235, 235, 235);
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}


.thewrapper .row{
  display: flex;
  margin-bottom: 50px;
}
.thewrapper .row-1{
  justify-content: flex-start;
  font-family: "Cairo", sans-serif;
}
.thewrapper .row-2{
  justify-content: flex-end;
  font-family: "Cairo", sans-serif;
}
.thewrapper .row part{
  background: rgb(255, 255, 255);
  border-radius: 5px;
  width: calc(50% - 40px); 
  position: relative;
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.18);
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.18);
padding: 15px;
min-height: 115px;
font-size: 1.1rem;

} 

.thewrapper .row part:before{
  content: '';
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 100%; 
    top: 0; 
    
}
.row-1 part:before{ 
  right: 0; 
}
.row-2 part:before{
  left: 0; 
}
 

.row-1 part .timeline_date {
  top: 65px;
  right: -200px;
}
.row-2 part .timeline_date{
  top: 65px;
  left: -200px;
}

.row part .timeline_date {
  position: absolute;  
  line-height: 40px; 
  font-size: 20px;
}

.row-1 part .hexagon {
  top: 65px;
  right: -50px;
  height: 22px;
    width: 20px;
    transition: opacity .8s;
    position: absolute;
    
} 
 
.row-2 part .hexagon {
  top: 60px;
  left: -50px;
  height: 22px;
    width: 20px; 
    position: absolute; 
    padding-bottom:5px;
}
.row:hover .hexagon:nth-child(2){ 
  animation:pulse_hexagon 2s infinite;
  top: 60px;
}   
 
.row .hexagon:first-child{position:relative;z-index:0; } 
.row .hexagon:nth-child(2) svg{fill:#fff !important;  }

@keyframes pulse_hexagon{0%{transform:scale(1)}70%{transform:scale(2)}100%{transform:scale(1)}}
@keyframes pulse_hexagon_active{0%{transform:scale(2)}30%{transform:scale(1)}100%{transform:scale(2)}}
 
 
.extended-parallax {
  position: absolute;
  z-index: -1;
  width: 100%;
  vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.timeline-line-date{display: none;}

.particles-js {
  background-position: 50% 50%;
}
.page-header .particles-js {
  right: 0;
  left: auto;
}

.particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (max-width: 767px){
  .thewrapper .center-line{
    left: 40px;
  }
  .thewrapper .row{
    margin: 30px 0 3px 60px;
  }
  .thewrapper .row part{
    width: 100%;
  }
 
  .row-2 part:before{ 
    right: 0 !important;
    left: auto !important;
  }
  .row-1 part .hexagon { 
    right: -38px !important; 
  }
  .row-2 part .hexagon { 
    right: -38px;
    left: auto !important;
}
.timeline-line{ 
  position:static ; 
}
 
  .timeline-line:before {
    right: 25px;
    left: auto; 
  }
  .hide_in_mobile{display: none;}
  .timeline-line-date{display: block;}
}
 
