/* To center Navbar on page */
@media (min-width: 768px) {
    .navbar-nav {
      float: none;
      margin: 0 auto;
      display: table;
      table-layout: fixed;
    }
  }
  /*
  @media (max-width: 991px) {
    #timeLine .items {
      margin-top: 60px;
    }
  }
  
  @media (max-width: 768px) {
    #timeLine .items .descr {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 768px) {
    #timeLine .items .item:not(:last-child) {
     /*  border-bottom: 1px solid #E5E5E5;
      padding: 0 0 20px;
      margin: 0 0 25px; 
    }
  }
  @media (max-width: 768px) {
    #timeLine {
      padding: 60px 0 60px;
    }
  }
*/


/* Hide the line on mobile version */
  @media screen and (max-width: 768px) {
    #timeLine .lineDot:after {
        display: none;
     }
.social-icon-bar {
  display: none;
}

  }