.snip1135 {
    position: relative;
  }
  .snip1135 * {
    box-sizing: border-box;
  }
  .snip1135 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
    position: relative;
  }
  .snip1135 a {
    padding: 0.5em 0;
    color: #181818;
    position: relative;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    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: #2980b9;
  }
  /* .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;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    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__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) {
    border-color: #9b59b6;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) a[href]:after {
    background: #9b59b6;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) {
    border-color: #86e2d5;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) a[href]:after {
    background: #86e2d5;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) {
    border-color: #f5ab35;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) a[href]:after {
    background: #f5ab35;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) {
    border-color: #1e8bc3;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) a[href]:after {
    background: #1e8bc3;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) {
    border-color: #e26a6a;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) a[href]:after {
    background: #e26a6a;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) {
    transition-delay: 0.225s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) {
    transition-delay: 0.275s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) {
    transition-delay: 0.325s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(1) {
    transition-delay: 0.375s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(2) {
    transition-delay: 0.425s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(3) {
    transition-delay: 0.475s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) {
    transition-delay: 0.525s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(1) {
    transition-delay: 0.575s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(2) {
    transition-delay: 0.625s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(3) {
    transition-delay: 0.675s, 0.875s;
  }
  .menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) {
    transition-delay: 0.725s, 0.875s;
  }
  .menu__content > .menu-item {
    border-left: 8px solid transparent;
  } */
  .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:991px){
    .menu__content {width: 250px;}
}


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

@media(max-width:991px){
    .menu__toggle-label {left:auto;right: 17px;top: 17px;background: #2e93d0;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: #2e93d0;}
}




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

@media(min-width: 992px) and (max-width: 1199px){
    .snip1135 li {margin: 0 0.7em;}
}



