/*1a1e3e*/

.section-title_d {
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #e1e1e1;
    position: relative;
}
.section-title_d::after {
    content: "";
    color: #fff;
    background: url(../../assets/images/section-divider.png) no-repeat 0 0;
    height: 15px;
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
}

/* === Resume Section === */
/*---------------------------------------------------------
Resume Timeline
-----------------------------------------------------------*/
.resume-section_d{
  background-color: #393b3b ;
  text: #fff;
}
.resume-section_d > div > div{
    margin-bottom: 60px;
}

.resume_d:before{
    content: "";
    position: absolute;
    color: #e1e1e1;
    top: -8px;
    width: 10px;
    height: 10px;
    background-color: #393b3b ;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.resume_d:after{
    content: "";
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    background-color: #393b3b ;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}


.timeline-content_d{
    padding:5px 20px 0 20px;
    color: #fff;
}

.timeline>li .posted-date_d {
    position: relative;
    text-align: center;
    background-color: #393b3b ;
    color: #e1e1e1;
    left: 20px;
}


.timeline>li .posted-date_d .month_d {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #e1e1e1;
    top: 0;
    float: left;
}

.timeline-heading_d h3 {
    font-size: 20px;
    line-height: 28px;
    text: #fff;
}
.timeline-heading_d span{
    display: block;
    text: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.timeline-body_d{
  text: #fff;
  list-style-type: square;
}


@media(min-width:992px) {
  .timeline-body_d{
    color: #eee;
    list-style-type: square;
  }

  .timeline-content_d{
      position: relative;
      padding: 24px;
      background-color: #393b3b ;
      color: #fff;
      -webkit-transition:all 400ms;
      -moz-transition:all 400ms;
      -o-transition:all 400ms;
      transition: all 400ms;
  }

  .timeline-content_d::after{
      border: 1px solid #eee;
      width: 100%;
      position: absolute;
      content: "";
      bottom: -3px;
      height:10px;
      left: 0;
      z-index: -1;
  }

  .timeline>li .timeline-content_d:hover {
      background: #2f3131;
  }

  /*.timeline>li .timeline-content_d:hover a{
      color: #393b3b;
  }

  .timeline>li .timeline-content_d:hover a:hover{
      color: #666666;
  }*/

  .timeline>li .posted-date_d {
      left: 50%;
      width: 120px;
      margin-left: -60px;
      margin-top: 28px;
  }
  .timeline>li .posted-date_d .month_d {
      color: #e1e1e1;
      float: none;
  }
  .timeline>li .posted-date_d {
      position: absolute;
      text-align: center;
      background-color: #393b3b ;
  }


}
