.menu {
}
.menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu > ul {
}
.menu > ul > .menu-item {
  display: inline;
  float: left;
}
.menu > ul > .menu-item > a {
  font-weight: 700;
  word-spacing: 2px;
  letter-spacing: 2px;
}
.menu > ul > .menu-item:first-child span {
}
.menu > ul > .menu-item:hover {
}
.menu > ul > .menu-item:after {
  content: "";
  display: none;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 5px;
  left: calc(50% - 2px);
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.menu > ul > .menu-item:hover:after {
  transform: scale(1);
}
.menu > ul > .menu-item > a {
  text-transform: uppercase;
  font-family: roboto;
  font-size: 0.8rem;
  color: #fff;
  position: relative;
}
.menu > ul > .menu-item:hover > a {
  color: #fff;
}
.menu-item {
  position: relative;
  text-align: center;
}
.menu-item.menu-pro {
  position: static;
}
.menu-item a {
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  color: #333;
  font-size: 1rem;
}
.sub-menu {
  position: absolute;
  width: 260px;
  background: #fff;
  top: 80%;
  /* left: 100%; */
  opacity: 0;
  z-index: 2;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.menu > ul > li > .sub-menu {
  top: 100%;
  left: 0;
  z-index: 1;
}
.menu-item:hover > .sub-menu {
  z-index: 10;
  opacity: 1;
  border-top: 2px solid orange;
  margin-top: -2px;
  pointer-events: auto;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.sub-menu .sub-menu:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 16px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 8px;
}
.sub-menu .sub-menu.dr-left {
  left: -100%;
}
.sub-menu .sub-menu.dr-left:after {
  right: -16px;
  left: auto;
  border-left-color: #fff;
  border-right-color: transparent;
}
.sub-menu .menu-item {
  border-bottom: 1px solid #f6f6f6;
  /* line-height: normal; */
}
.sub-menu .menu-item:hover {
  background: orange;
}
.sub-menu .menu-item:hover > a {
  color: #fff !important;
}
.sub-menu .menu-item a {
  /* padding: 0.7em 20px; */
  text-align: left;
}
.sub-menu .menu-item a:before {
  content: "\203A";
  left: -5px;
  top: -1px;
  position: relative;
}
.menu-item .showhide-subul {
  display: none;
  position: absolute;
  top:0;
  right: 10px;
  width: 28px;
  height: 28px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 15px;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
}
.menu-item .showhide-subul i {
  height: auto;
  width: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 50%;
  margin: auto;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.downarrowclass {
  position: absolute;
  top: 13px;
  right: 2px;
  font-size: 0.95rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-item:hover .downarrowclass {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu > ul > li > .sub-menu.mega-menu {
  width: 96%;
  margin: 0 2%;
  overflow: hidden;
  min-height: 250px;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  background: #fff;
}
.sub-menu.mega-menu .sub-menu:after {
  display: none;
}
.mega-menu .menu-item {
  width: 25%;
  float: left;
}
.mega-menu .menu-item.menu-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}
.mega-menu .menu-item img {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}
.mega-menu .menu-item a {
  color: #241e20;
  position: relative;
}
.mega-menu .menu-item a:hover {
  color: orange;
}
.sub-menu.mega-menu .menu-item {
  border-bottom: none;
  background: 0 0 !important;
}
.sub-menu.mega-menu > .menu-item > a {
  text-transform: uppercase;
  background: 0 0 !important;
  font-weight: 700;
  z-index: 1;
}
.sub-menu.mega-menu > .menu-item > a:before {
  display: none;
}
.sub-menu.mega-menu .sub-menu {
  position: relative;
  width: 100%;
  background: #fff;
  left: 0;
  opacity: 1;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: cursor;
  -webkit-transform: none;
}
.sub-menu.mega-menu .sub-menu .menu-item {
  width: 100%;
}
.sub-menu.mega-menu .sub-menu .menu-item a {
  padding: 5px 20px;
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 600px) {
  .sub-menu .menu-item {
  }
}
@media screen and (max-width: 1199px) {
  .sub-menu .menu-item:hover {
  }
  .menu {
    width: 100%;
    position: absolute !important;
    top: 0;
    padding: 0;
    height: 0;
    left: 0;
    background-color: transparent;
    z-index: 30000;
  }
  .menu > ul {
    clear: both;
    position: fixed;
    top: 0;
    left: -350px;
    width: 330px !important;
    height: 100vh;
    padding-top: 0;
    overflow: scroll !important;
    border-right: 1px solid #555;
    background: #000;
    animation: fade 0.2s ease-out;
    z-index: 20000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu:after {
    content: "";
    display: none;
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 1px;
    height: 4px;
    background: #fff;
    box-shadow: 0 10px #fff, 0 -10px #fff;
  }
  .menu-item {
    line-height: normal;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #444;
  }
  .menu-item.menu-pro {
    position: relative;
  }
  .menu-item a {
    color: #fff !important;
    padding: 1em 40px 1em 16px;
  }
  .menu-item .showhide-subul {
    display: block;
  }
  .menu > ul > .menu-item {
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
  }
  .menu:hover:after {
    box-shadow: none;
  }
  .menu > ul > .menu-item:first-child span {
    display: inline-block;
  }
  .sub-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: none;
    width: 100% !important;
    opacity: 1;
    -webkit-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sub-menu .menu-item {
    background: #161616;
    border-bottom: none;
    border-top: 1px solid #444;
  }
  .sub-menu .menu-item a {
    padding: 0.7em 40px 0.7em 26px;
  }
  .sub-menu .menu-item a:before {
    content: "\203A";
    left: -5px;
    top: -1px;
    position: relative;
  }
  .sub-menu .menu-item .sub-menu .menu-item a {
    padding: 0.7em 40px;
  }
  .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    padding: 0.7em 40px 0.7em 54px;
  }
  .menu > ul > li > .sub-menu.mega-menu {
    width: 100%;
    margin: 0;
    min-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: orange;
  }
  .mega-menu .menu-item {
    width: 100%;
  }
  .mega-menu .menu-item.menu-img {
    display: none;
  }
  .mega-menu .menu-item a {
    color: #fff;
  }
  .mega-menu .menu-item a:hover {
    color: #fff;
  }
  .sub-menu.mega-menu .menu-item {
    border-top: 1px solid orange;
    background: orange !important;
  }
  .sub-menu.mega-menu > .menu-item > a {
    text-transform: none;
    background: orange !important;
  }
  .sub-menu.mega-menu > .menu-item > a:before {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
}
@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
