#xs-menu-wrap{
  display: none;
}
  /* Menu Items */
  #xs-menu-wrap {
    position: absolute;
    background: #67C7EF;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 0;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    height: 100vh;
    transition-duration: 500ms;
    display: flex;
  }

  #header-bars-wrap {
    cursor: pointer;
  }

  #xs-menu-wrap.open {
    opacity: 1;
    z-index: 9;
    width: 100%;
  }

  #xs-menu-wrap li {
   /* opacity: 0; */
   opacity: 1;
  }

  #xs-menu-wrap li.active {
    opacity: 1;
  }

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

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

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

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

  /* Bar Items */
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 2px;
    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: #000;
  }

  /* Header Items */
  header#header {
    position: relative;
    z-index: 99;
  }

  #header-bars-wrap {
    cursor: pointer;
    position: relative;
    z-index: 99;
  }

  /* 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: #fff;
    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: rgba(255, 255, 255, 0.6);
  }
  /*
  img.company-logo {
    width: 100%;
    display: block;
    height: 100%;
    padding: p;
    padding: 15px;
    background: #67c7ef;
    object-fit: contain;
}*/
  /* 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;
  }