.navbar {
  position: relative;
  height: 60px;
  width: 100%;
  margin-top: 10px;
  direction: rtl;
  z-index: 3000;
}
.navbar>ul.hide{
	display: none;
	opacity: 0;
	transition: all 0.5s;
}

.nav {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  opacity:1;
  transition: all 1s;
}
.nav .menu-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 22px 2px;
  text-align: center;
}
.nav .menu-item:hover .sub-menu {
  opacity: 1;
  height: auto;
  right: 8px;
	width: 400px;
}

/*  .hide {
        opacity: 0 !important;
        transition: all 0.5s;
    } */

.nav .menu-item:hover .sub-menu li:last-child {
  display: block;
}
.nav .menu-item:hover .sub-menu li:nth-child(odd) {
  right: 0px;
}
.nav .menu-item:hover .sub-menu li:nth-child(even) {
  right: 0px;
}
.nav .menu-item:hover .sub-menu li:nth-child(odd)::before, .nav .menu-item:hover .sub-menu li:nth-child(odd)::after, .nav .menu-item:hover .sub-menu li:nth-child(even)::before, .nav .menu-item:hover .sub-menu li:nth-child(even)::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.nav .menu-item:hover .sub-menu li:hover::before, .nav .menu-item:hover .sub-menu li:hover::after {
	opacity: 1;
  width: 100%;
  height: 100%;
}
.nav .menu-item:hover .sub-menu li:hover::before {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.nav .menu-item:hover .sub-menu li:hover::after {
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-left-color: rgba(255, 255, 255, 0.4);
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.nav .menu-item .sub-menu {
  z-index: 1;
  opacity: 0;
  position: absolute;
  display: block;
  top: 60px;
  left: 2000px;
  padding: 0;
  margin: 0;
  height: 0;
  width: auto;
  background: rgb(136,136,136,0.7);
	border: 1px solid linear-gradient(#000028 0%, #000014 10%, #000014 100%);
  border-radius: 4px;
  transition: opacity 0.6s ease-in-out;
}
.nav .menu-item .sub-menu li {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nav .menu-item .sub-menu li:nth-child(odd) {
  left: -50px;
  transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .menu-item .sub-menu li:nth-child(even) {
  left: 50px;
  transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .menu-item .sub-menu li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav .menu-item .sub-menu li:last-child {
  border-bottom: transparent;
}
.nav .menu-item .sub-menu li:first-child {
  border-top: 1px solid transparent;
}
.nav .menu-item .sub-menu li:hover ul.sub-menu {
  opacity: 1;
  height: auto;
  right: 400px;
  top: -1px;
   width: 250px;
   z-index: 100;
}
.nav .menu-item .sub-menu li:hover ul.sub-menu li:nth-child(n) {
  padding: 10px;
  height: 40px;
	right: 0;
}
.nav .menu-item .sub-menu li .fa {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%);
  font-size: 11px;
}
.nav .menu-item .sub-menu li span {
  position: absolute;
  top: 12px;
  right: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: bold;
}
/* .nav .menu-item .sub-menu li ul.sub-menu {
  z-index: 100;
} */
.nav .menu-item .sub-menu li ul.sub-menu, .nav .menu-item .sub-menu li ul.sub-menu li ul.sub-menu {
  position: absolute;
  display: block;
  top: 0px;
  right: 350px;
  padding: 0;
  margin: 0;
  height: 0;
  width: 160px;
  opacity: 0;
  background: rgb(136,136,136,0.7);  border-radius: 4px;
  transition: opacity 0.6s ease-in-out;
}
.nav .menu-item .sub-menu li .sub_sub-menu li, .nav .menu-item .sub-menu li .sub_sub_sub-menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px;
  height: 0px;
  text-align: center;
}
.nav .menu-item .sub-menu li ul.sub-menu li:nth-child(n), .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n) {
  padding: 0px;
  height: 0px;
  transition: opacity 0.6s ease-in-out, height 0.8s cubic-bezier(0.23, 1, 0.32, 1), padding 0.8s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
	right:50px
}
.nav .menu-item .sub-menu li .sub_sub-menu li:nth-child(n) .sub_sub_sub-menu, .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n) .sub_sub_sub-menu {
  z-index: 3;
}
.nav .menu-item .sub-menu li .sub_sub-menu li:nth-child(n) .sub_sub_sub-menu li, .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n) .sub_sub_sub-menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px;
  height: 0px;
  text-align: center;
}
.nav .menu-item .sub-menu li .sub_sub-menu li:nth-child(n) .sub_sub_sub-menu li:last-child, .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n) .sub_sub_sub-menu li:last-child {
  display: none;
}
.nav .menu-item .sub-menu li .sub_sub-menu li:nth-child(n) .sub_sub_sub-menu li:nth-child(n), .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n) .sub_sub_sub-menu li:nth-child(n) {
  padding: 0px;
  height: 0px;
  transition: opacity 0.6s ease-in-out, height 0.8s cubic-bezier(0.23, 1, 0.32, 1), padding 0.8s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .menu-item .sub-menu li .sub_sub-menu li:nth-child(n):hover .sub_sub_sub-menu, .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n):hover .sub_sub_sub-menu {
  opacity: 1;
  height: auto;
  right: 160px;
  top: -1px;
}
.nav .menu-item .sub-menu li .sub_sub-menu li:nth-child(n):hover .sub_sub_sub-menu li:nth-child(n), .nav .menu-item .sub-menu li .sub_sub_sub-menu li:nth-child(n):hover .sub_sub_sub-menu li:nth-child(n) {
  padding: 10px;
  height: 40px;
}
.nav .menu-item a {
  display: inline;
    color: #fff;
    text-decoration: none;
    /* font-family: "Raleway", sans-serif; */
    font-size: 1.2rem !important;
    font-weight: bold;
    transition: color 0.3s ease;
    background-color: transparent;
}
/*.nav .menu-item:hover a:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    width: 0;*/
/*    background-color: #fcb040;*/
/*    transition: all .5s;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    -o-transition: all .5s;*/
/*}*/
.nav .menu-item a:hover {
  color: 	#887779	;
  background-color: transparent;
      transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.nav .menu-item .sub-menu a:hover {
  color: white;
  background-color: transparent;
}
.nav .menu-item a.active {
  color: white;
  background-color: transparent;
}
.menu-item .sub-menu li a{
	font-size: 0.9rem;
}
.hamburger {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  height: 37px;
  width: 37px;
  border: 2px solid transparent;
  transform: scale(0.75);
  z-index: 10;
}
.hamburger span {
  position: absolute;
  background: transparent;
}
.hamburger span:nth-child(1) {
  opacity: 0;
  background: white;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  top: 6px;
  left: 1px;
  -webkit-animation: nth-1 1s linear forwards;
          animation: nth-1 1s linear forwards;
  box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.27);
}
.hamburger span:nth-child(2) {
  opacity: 0;
  background: white;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  top: 17px;
  left: 1px;
  -webkit-animation: nth-1 1s 0.2s linear forwards;
          animation: nth-1 1s 0.2s linear forwards;
  box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.27);
}
.hamburger span:nth-child(3) {
  opacity: 0;
  background: white;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  top: 28px;
  left: 1px;
  -webkit-animation: nth-1 1s 0.4s linear forwards;
          animation: nth-1 1s 0.4s linear forwards;
  box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.27);
}
.hamburger.active span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotate(-45deg);
  height: 35px;
  width: 35px;
  border: 3px solid white;
  border-radius: 50%;
  -webkit-animation: blured 1.5s 1.2s ease forwards;
          animation: blured 1.5s 1.2s ease forwards;
}
.hamburger.active span:nth-child(1) {
  height: 35px;
  width: 35px;
  top: 2px;
  left: 2px;
  background: transparent;
  border-radius: 50%;
  border-top: 3px solid white;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-animation: h-top-l 0.5s ease forwards;
          animation: h-top-l 0.5s ease forwards;
  box-shadow: none;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  height: 35px;
  width: 35px;
  top: 2px;
  left: 2px;
  background: transparent;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 3px solid white;
  -webkit-animation: h-top-r 0.5s ease forwards;
          animation: h-top-r 0.5s ease forwards;
  box-shadow: none;
}
.hamburger.active span:nth-child(3) {
  height: 35px;
  width: 35px;
  top: 2px;
  left: 2px;
  background: transparent;
  border-radius: 50%;
  border-bottom: 3px solid white;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-animation: h-bot-r 0.5s ease forwards;
          animation: h-bot-r 0.5s ease forwards;
  box-shadow: none;
}
.hamburger.active span:nth-child(4) {
  height: 35px;
  width: 35px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  border-left: 3px solid white;
  border-right: 2px solid transparent;
  -webkit-animation: h-bot-l 0.5s ease forwards;
          animation: h-bot-l 0.5s ease forwards;
}
.hamburger.active span:nth-child(5) {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
  border: 2px solid transparent;
  -webkit-animation: h-cen-c 0.5s 0.6s linear forwards, h-cen-rot 0.5s 1s ease-in-out forwards;
          animation: h-cen-c 0.5s 0.6s linear forwards, h-cen-rot 0.5s 1s ease-in-out forwards;
}
.hamburger.active span:nth-child(5):before, .hamburger.active span:nth-child(5):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 3px solid white;
  width: 20px;
}
.hamburger.active span:nth-child(5):after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@-webkit-keyframes h-top-l {
  0% {
    top: -30px;
    left: -30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}

@keyframes h-top-l {
  0% {
    top: -30px;
    left: -30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes h-top-r {
  0% {
    top: -30px;
    left: 30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes h-top-r {
  0% {
    top: -30px;
    left: 30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes h-bot-l {
  0% {
    top: 30px;
    left: -30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes h-bot-l {
  0% {
    top: 30px;
    left: -30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes h-bot-r {
  0% {
    top: 30px;
    left: 30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes h-bot-r {
  0% {
    top: 30px;
    left: 30px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes h-cen-c {
  0% {
    opacity: 1;
    transform: scale(0) rotate(45deg);
  }
  30% {
    opacity: 1;
    transform: scale(1, 0.8) rotate(45deg);
  }
  75% {
    opacity: 1;
    transform: scale(1, 1.1) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotate(45deg);
  }
}
@keyframes h-cen-c {
  0% {
    opacity: 1;
    transform: scale(0) rotate(45deg);
  }
  30% {
    opacity: 1;
    transform: scale(1, 0.8) rotate(45deg);
  }
  75% {
    opacity: 1;
    transform: scale(1, 1.1) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotate(45deg);
  }
}
@-webkit-keyframes nth-1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  30% {
    opacity: 1;
    transform: scale(1, 0.8);
  }
  75% {
    opacity: 1;
    transform: scale(1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes nth-1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  30% {
    opacity: 1;
    transform: scale(1, 0.8);
  }
  75% {
    opacity: 1;
    transform: scale(1, 1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-cen-rot {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(136deg);
  }
}
@keyframes h-cen-rot {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(136deg);
  }
}
@-webkit-keyframes blured {
  0% {
    opacity: 0;
    box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.4);
  }
}
@keyframes blured {
  0% {
    opacity: 0;
    box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 700px) {
  .topline {
    top: 0;
  }
  .topline .top-logo {
    left: 20px;
  }
  .topline .phone {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .navbar {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100%;
    opacity: 1;
    transition: all 0.3s 0.6s ease-in-out;
  }
  .navbar .nav {
    position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0;
    background: black;
    opacity: 1;
    padding: 40px 0;
  }
  .navbar .nav .menu-item {
    display: block;
    list-style-type: none;
    padding: 10px 0;
    margin: auto;
    height: 40px;
    width: 160px;
    line-height: 15px;
    opacity: 1;
  }
  .navbar .nav .menu-item{
    left: -50px;
    opacity: 0;
    transition: opacity 0.15s 0.4s linear, left 0.8s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  /*.navbar .nav .menu-item:nth-child(2) {*/
  /*  left: 50px;*/
  /*  opacity: 0;*/
  /*  transition: opacity 0.15s 0.3s linear, left 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1);*/
  /*}*/
  /*.navbar .nav .menu-item:nth-child(3) {*/
  /*  left: -50px;*/
  /*  opacity: 0;*/
  /*  transition: opacity 0.15s 0.2s linear, left 0.8s 0.2s cubic-bezier(0.23, 1, 0.32, 1);*/
  /*}*/
  /*.navbar .nav .menu-item:nth-child(4) {*/
  /*  left: 50px;*/
  /*  opacity: 0;*/
  /*  transition: opacity 0.15s 0.1s linear, left 0.8s 0.1s cubic-bezier(0.23, 1, 0.32, 1);*/
  /*}*/

  .navbar.active {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 1;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 1;
    background: black;
  }
  .navbar.active .nav .menu-item {
    display: block;
    list-style-type: none;
    padding: 10px 0;
    margin: auto;
    height: 40px;
    width: 160px;
    line-height: 15px;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item:hover {
    background: rgba(0, 0, 0, 0);
  }
  .navbar.active .nav .menu-item:nth-child(1) {
    left: 0px;
    opacity: 1;
    transition: opacity 0.6s 0.5s linear, left 0.6s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item:nth-child(2) {
    left: 0px;
    opacity: 1;
    transition: opacity 0.6s 0.6s linear, left 0.6s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .navbar.active .nav .menu-item:nth-child(3) {
    left: 0px;
    opacity: 1;
    transition: opacity 0.6s 0.7s linear, left 0.6s 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item:nth-child(4) {
    left: 0px;
    opacity: 1;
    transition: opacity 0.6s 0.8s linear, left 0.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu {
    z-index: 1;
    opacity: 0;
    position: fixed;
    display: block;
    top: 0px;
    left: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: black;
    border-radius: 0;
    padding: 40px 0;
    transition: opacity 0.4s ease-in-out, left 0.6s 0.6s ease;
  }
  .navbar.active .nav .menu-item .sub-menu li {
    cursor: default;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item .sub-menu li:before, .navbar.active .nav .menu-item .sub-menu li:after {
    display: none;
  }
  .navbar.active .nav .menu-item .sub-menu li:nth-child(odd) {
    left: 30px;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu li:nth-child(even) {
    left: -30px;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu.active {
    z-index: 1;
    opacity: 1;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: black;
    border-radius: 0;
    padding: 40px 0;
    transition: opacity 0.6s ease-in-out;
  }
  .navbar.active .nav .menu-item .sub-menu.active li {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    height: 40px;
    width: 160px;
    text-align: center;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item .sub-menu.active li:hover {
    background: transparent;
  }
  .navbar.active .nav .menu-item .sub-menu.active li:nth-child(odd), .navbar.active .nav .menu-item .sub-menu.active li:nth-child(even) {
    left: 0px;
  }
  .navbar.active .nav .menu-item .sub-menu.active li .fa {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 49%;
    left: 95%;
    transform: translate(-50%, -50%);
    font-size: 8px;
  }
  .navbar.active .nav .menu-item .sub-menu.active li span {
    position: absolute;
    top: 10px;
    right: 14px;
    color: rgba(255, 255, 255, 0.9);
    /*font-family: "Raleway", sans-serif;*/
    font-size: 8px;
    font-weight: bold;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu {
    z-index: 2;
    opacity: 0;
    position: fixed;
    display: block;
    top: 0px;
    left: 200%;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: black;
    border-radius: 0;
    padding: 40px 0;
    transition: opacity 0.4s ease-in-out, left 0.6s 0.6s ease;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu li {
    cursor: default;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu li:before, .navbar.active .nav .menu-item .sub-menu .sub_sub-menu li:after {
    display: none;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu li:nth-child(odd) {
    left: 30px;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu li:nth-child(even) {
    left: -30px;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active {
    z-index: 2;
    opacity: 1;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: black;
    border-radius: 0;
    padding: 40px 0;
    transition: opacity 0.6s ease-in-out;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active li {
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    height: 40px;
    width: 160px;
    text-align: center;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active li:hover {
    background: transparent;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active li:nth-child(odd), .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active li:nth-child(even) {
    left: 0px;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu {
    z-index: 3;
    opacity: 0;
    position: fixed;
    display: block;
    top: 0px;
    left: 1000px;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: black;
    border-radius: 0;
    padding: 40px 0;
    transition: opacity 0.4s ease-in-out, left 0.6s 0.6s ease;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu li {
    display: block;
    cursor: default;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu li:before, .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu li:after {
    display: none;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu li:nth-child(odd) {
    left: 30px;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu li:nth-child(even) {
    left: -30px;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu.active {
    z-index: 3;
    opacity: 1;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: black;
    border-radius: 0;
    padding: 40px 0;
    transition: opacity 0.6s ease-in-out;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu.active li {
    display: block;
    position: relative;
    display: block;
    margin: auto;
    padding: 10px;
    height: 40px;
    width: 160px;
    text-align: center;
    border: 1px solid transparent;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu.active li:hover {
    background: transparent;
  }
  .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu.active li:nth-child(odd), .navbar.active .nav .menu-item .sub-menu .sub_sub-menu.active .sub_sub_sub-menu.active li:nth-child(even) {
    left: 0px;
  }
}
.nav-scroll{
	position: fixed !important;
	background: rgb(255,255,255 , 0.5) !important;
}