@media only screen and (max-width:1160px){
  
}
 @media only screen and (max-width:991px){
  .nav-menu {
    background: #620586e6;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
    height: 100vh;
    z-index: 999;
  }
  .nav-menu .menu-item a {
    font-size: 30px;
    margin: 8px;
  }
  .navbar .menu-item{
    margin: 15px 0 !important;
  }
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .hamburger {
    display: inline-block;
    border: none;
    outline: none !important;
  }
  .navLogo {
    line-height: 0;
    padding: 0px 25px 20px 25px;
  }
  .navbar::after{
    display: none;
  }
  .hamburger:hover .hamburger-line{
    background: #fff !important;
  }
 	
}



@media (max-width: 767px) {
  ul.timeline:before {
      left: 40px;
  }

  ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
  }

  ul.timeline > li > .timeline-panel {
      float: right;
  }

  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
}



