#xs-menu-wrap {
  display: none;
}

@media (max-width: 992px) {

  .header-bars-wrap {
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-right: 15px;
  }

  /* Menu Items */
  #xs-menu-wrap {

    position: absolute;
    background: #0D1C4C;
    z-index: -1;
    right: -100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 500px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    height: 100vh;
    transition-duration: 500ms;
    display: flex;

    li {
      /* opacity: 0; */
      opacity: 1;
    }

    li.active {
      opacity: 1;
    }

    li:nth-of-type(1).active {
      transition-duration: 1000ms;
    }

    li:nth-of-type(2).active {
      transition-duration: 2000ms;
    }

    li:nth-of-type(3).active {
      transition-duration: 3000ms;
    }

    li:nth-of-type(4).active {
      transition-duration: 4000ms;
    }

  }

  .slider-menu-items {
    padding-right: 15px;
  }


  #xs-menu-wrap.open {
    opacity: 1;
    z-index: 999999;
    right: 0;
  }


  /* Bar Items */
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 3.1px;
    background-color: #000;
    margin: 6px auto;
    transition: 0.4s;
    cursor: pointer;
  }

  .bar1.change {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background: #fff;
  }

  .bar2.change {
    opacity: 0;
  }

  .bar3.change {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background: #fff;
  }

  /* Fa Items */
  .header-xs-icons .fa {
    font-size: 26px;
  }

  .header-xs-icons a {
    color: var(--lLinkColour);
  }

  /* Menu Items */
  ul#menu-xs {
    padding: 0px;
    margin: a0;
    margin: 0px;
    text-align: center;
  }

  #menu-xs li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--textcolorPrimary);
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
  }

  #menu-xs li {
    position: relative;
    display: block;
    z-index: 9;
    width: 100%;
    float: left;
    text-align: center;
  }

  #menu-xs {
    list-style: none;
    text-align: center;
    float: none;
    margin: auto;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }

  #menu-xs li a:focus,
  #menu-xs li a:hover,
  #menu-xs li.active a {
    text-decoration: none;
    background-color: transparent;
    color: var(--hoverColour);
  }

  /* Misc Items */
  .disable-scroll {
    overflow: hidden;
  }

  .fa-xs-phone {
    margin: 0 15px 0 10px;
  }

  .menu-col-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .size-wrapper {
    display: none;
  }

  #xs-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
  }

  #xs-menu-wrap.open {
    opacity: 1;
    z-index: 99999;
    width: 70vw;
  }

  #xs-menu-wrap .menu-item a {
    color: #fff;
    position: relative;
    text-align: right;
    padding: 7.5px 15px;
    font-size: 20px;
  }

  #xs-menu-wrap .menu-item a:hover {
    color: #FFA502;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #000;
  }

  #xs-menu-wrap .menu-item.mobile-return a {
    color: #fff;
    padding-left: 10px;
    line-height: 1;
  }

  #xs-menu-wrap .menu-item.mobile-return a:hover {
    color: #FFA502;
  }

  #xs-menu-wrap .menu-item-has-children a {
    width: 100%;
    display: block;
    white-space: initial;
  }

  #menu-mobile .menu-item.menu-item-has-children a:after {
    content: "\f054";
    position: absolute;
    right: 15px;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  #menu-mobile .menu-item.menu-item-has-children>.dropdown-menu.show a:after {
    display: none;
  }

  .mobile-return a:before {
    content: "\f053";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
  }

  #menu-mobile .menu-item.mobile-return a {
    color: #fff;
    position: relative;
    text-align: left;
    padding: 12.5px 0 12.5px 10px;
    line-height: 1;
    font-size: 15px;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.0px;
    vertical-align: 0.0px;
    content: "";
    border-top: 0.0em solid;
    border-right: 0.0em solid transparent;
    border-bottom: 0;
    border-left: 0.0em solid transparent;
  }

  #xs-menu-wrap .menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #xs-menu-wrap .dropdown-toggle::after {
    display: none;
  }

  #xs-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  #xs-menu-wrap .dropdown-menu.show {
    display: flex;
    background-color: #0D1C4C;
    transform: translate(0px, 60px) !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
CV m
  #xs-menu-wrap {
    li {
      /* opacity: 0; */
      opacity: 1;
      position: unset;
    }
  }

  #menu-xs li {
    position: unset !important;
    display: block;
    z-index: 9;
    width: 100%;
    float: left;
    text-align: center;
  }

  nav.slider-menu-items {
    width: 100%;
  }


  .navbar-nav {
    margin: 0 0px 0 0px !important;
  }

  #menu-mobile .menu-item.mobile-return {
    margin-left: 15px;
  }
 

  #xs-menu-wrap {

    .header-bars-wrap {
      padding: 15px;
    }

    .bar1 {
      transform: rotate(-45deg) translate(-13px, 12px);
      background: #fff;
    }

    .bar2 {
      display: none;
    }

    .bar3 {
      transform: rotate(45deg) translate(6px, 6px);
      background: #fff;
    }

    .dropdown-menu {
      border-radius: 0px;
    }

  }

  .navbar-nav {
    margin-left: 0 !important;
    width: 100%;
  }

}