.snip1135 {
    position: relative;
  }
  .snip1135 * {
    box-sizing: border-box;
  }
  .snip1135 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.0em;
    padding: 0;
    position: relative;
  }
  .snip1135 a {
    padding: 0.5em 0;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 18px;

  }
  .snip1135 a:before,
  .snip1135 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1135 a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #ffd234;
  }
  /* .snip1135 a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
  } */
  .snip1135 a:hover:before,
  .snip1135 .current a:before {
    opacity: 1;
    width: 100%;
  }
  .snip1135 a:hover:after,
  .snip1135 .current a:after {
    max-width: 100%;
  }

  .snip1135 li .submenu{
    background: white;
    min-width: 245px;
    max-width: 345px;
    height: auto;
    z-index: 90;
    text-align: left;
    padding: 12px 0;
    border-radius: 0 0 10px 10px;
    background-color: $white;
    position: absolute;
    top: 100%;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0s 0.3s;
  }
  .snip1135 li:hover .submenu{
    visibility: visible;
    opacity: 1;
  }

/*  Responsive Menu -------------------------------------------------------- */
  .menu__1175  ul {
    list-style-type: none;
    z-index: 9999;
  }
  .menu__1175 svg {
    cursor: pointer;
    height: 44px;
    width: 44px;
  }
  .menu__1175  a[href] {
    color: #fff;
    position: relative;
    text-decoration: none;
  }
  .menu__1175  a[href]:hover:after {
    transform: scaleX(1);
  }
  .menu__1175  a[href]:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    right: 0;
    transition: transform 0.15s;
    transform-origin: left;
    transform: scaleX(0);
  }

  .menu__toggle-label {
    height: 44px;
    left: 0;
    position: absolute;
    width: 44px;
  }
  .menu__toggle-label svg {
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.15s;
    z-index: 2;
  }
  .menu__toggle-label svg:nth-of-type(2) {
    left: 250px;
    transform: scale(0);
  }
  .menu__toggle {
    opacity: 0;
    position: fixed;
  }
  .menu__toggle:checked ~ .menu__toggle-label {
    background: rgba(0,0,0,0.65);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: background 0.15s;
    width: 100vw;
    z-index: 999;
  }
  .menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(1) {
    transform: scale(0);
  }
  .menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2) {
    left: 250px;
    transform: scale(1);
    transition: transform 0.15s;
    transition-delay: 0.925s;
  }
  .menu__toggle:checked ~ .menu__content {
    transform: translate(100%, 0);
  }
  .menu__toggle:checked ~ .menu__content .menu-item {
    transform: translateX(0);
    transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s;
  }
  .menu__content > .menu-item > a {
    line-height: 44px;
    min-width: 60px;
  }
  .sub-menu {
    padding: 0 0 0 10px;
  }
  .menu-item {
    line-height: 44px;
    min-height: 44px;
    padding: 0 12px;
    transform: translateX(-100%);
  }
  .menu-item .menu-item {
    transform: translateX(-150%);
  }


@media(max-width:1023px){
    .menu__content {width: 250px;}
}


@media(min-width:768px) and (max-width:1023px){
    .menu__content {width: 450px;}
}

@media(max-width:1023px){
    .menu__toggle-label {left:auto;right: 17px;top: 17px;background: #000000;border-radius: 7px;}
    .menu__toggle-label svg {fill:white;padding: 6px;}
    .menu__content {color: #fff;margin: 0;padding: 0 0 25px 0;position: absolute;right: 100%;top: 0;z-index: 2;background: #000000;}
}




@media(min-width: 1023px){
    .menu__1175 {position: absolute;width: 100%;left: 0;}
}

@media(min-width: 1023px) and (max-width: 1090px){
    .snip1135 li {margin: 0 0.5em; font-weight: 600;}
    .snip1135 a {font-size: 15px;}
}
@media(min-width: 1091px) and (max-width: 1199px){
    .snip1135 li {margin: 0 0.6em; font-weight: 600;}
    .snip1135 a {font-size: 16px;}
}
@media(min-width: 1200px) and (max-width: 1349px){
    .snip1135 li {margin: 0 0.7em; font-weight: 600;}
    .snip1135 a {font-size: 16px;}
}
@media(min-width: 1350px) and (max-width: 1449px){
    .snip1135 li {margin: 0 0.6em; font-weight: 600;}
}






