.for-mobile-menu {
  display: none;
}
.close-menu {
  display: none;
}
.hm-manu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger div {
  align-self: flex-start;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 60px;
}
.hamburger .top-bun {
  width: 30px;
}
.hamburger .meat {
  width: 16px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hamburger .bottom-bun {
  width: 24px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.res-submenu {
  display: block;
  width: 10px;
  height: 17px;
  background: url(../images/menu-right-arw.svg) no-repeat center right !important;
  position: absolute;
  left: 28px;
  top: 14px;
}
.res-submenu.active {
  background: url(../images/menu-left-arw.svg) no-repeat center right !important;
  right: 23px;
  left: auto;
  top: 16px;
}
.menu > li {
  position: relative;
}
.menu-subs {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.menu-item-has-children:hover .menu-subs {
  opacity: 1;
  visibility: visible;
}
@media(min-width:1025px) {
  .res-submenu {
    display: none;
  }
  .main-menu > ul {
    margin: 0px;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header-inner-div {
    padding: 23px 0px;
  }
  .main-menu > ul > li {
    margin: 0px;
    padding: 0px 10px;
    vertical-align: middle;
    height: 100%;
  }
  .main-menu > ul > li:first-child {
    padding-left: 0px;
  }
  .main-menu > ul > li:last-child {
    padding-right: 0px;
  }
  .main-menu > ul > li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 10px 20px;
    font-weight: 700;
    line-height: 21px;
    position: relative;
    border-radius: 25px;
    border: solid 1px #fff;
    border-color: transparent;
  }
  .main-menu > ul > li a:hover {
    border-radius: 14px 14px 0px 0px;
    background: #185DB6;
  }
  .main-menu > ul > li.menu-selected a {
    border-radius: 14px 14px 0px 0px;
    background: #185DB6;
    border-color: transparent !important;
  }
  .main-menu > ul > li a.active {
    border: solid 1px #fff;
  }
  .main-menu > ul > li a.active:hover {
    border-color: transparent;
  }
  .main-menu > ul > li.menu-item-has-children li a.active {
    font-weight: 600;
	  border: 0px;
  }
  .menu-subs {
    width: 100%;
    left: 0;
    right: 0;
    background: #185DB6;
    margin-top: -23px;
    padding-top: 20px;
    border-radius: 20px;
  }
  .menu-subs-inner {
    max-width: 650px;
    margin: auto;
  }
  .menu-subs ul {
    column-count: 1;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px !important;
    margin-left: -12px !important;
    justify-content: center;
  }
  .menu-subs ul li {
    flex: 0 0 auto;
    padding: 0px 12px;
    margin: 0px 0px 20px;
    text-align: center;
  }
  .menu-subs ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    top: 0px;
    transform: none;
    line-height: 20.8px;
    border: 0px;
  }
  .menu-subs ul li a:hover {
    font-weight: 600;
  }
  .main-menu > ul > li:nth-child(2) .menu-subs-inner {
    max-width: 775px;
  }
  .main-menu > ul > li:nth-child(2) .menu-subs ul {
    column-count: 4;
    display: block;
    margin-bottom: 20px;
  }
  .main-menu > ul > li:last-child .menu-subs-inner {
    max-width: 775px;
  }
  .main-menu > ul > li:last-child .menu-subs ul {
    column-count: 4;
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {}
@media(max-width:1599px) {}
@media (max-width: 1024px) {
  .menu-sec {
    width: 390px;
    -webkit-transform: translateX(390px);
    transform: translateX(390px);
    background: #185DB6;
    padding: 28px 28px;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1001;
    -webkit-transition: 0.3s ease-in !important;
    transition: 0.3s ease-in !important;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-sec.show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .for-mobile-menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
  }
  .overlay-mobile-menu {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: none;
  }
  .overlay-mobile-menu.show {
    display: block;
  }
  .close-menu {
    display: table;
    margin-right: auto;
    margin-bottom: 48px;
  }
  .main-menu {
    text-align: left;
    padding-bottom: 10px;
  }
  .main-menu > ul {
    margin-left: -28px;
    margin-right: -28px;
  }
  .main-menu > ul > li {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
    display: block;
    text-align: right;
    padding: 8px 28px 12px;
  }
  .main-menu > ul > li:hover {
    /*background: #1654a4;*/
  }
  .main-menu > ul > li.is-active {
    background: #1654a4;
  }
  .main-menu > ul > li.menu-item-has-children > a {
    padding-left: 23px;
  }
  .main-menu > ul > li.menu-item-has-children.active > a {
    padding-right: 26px;
    padding-left: 0px;
  }
  .main-menu > ul > li a {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 2px 0px;
    font-weight: 700;
  }
  .main-menu > ul > li a.active {
    /* color: #FBBB00;*/
  }
  .header-search-menu-wrap {
    display: none;
  }
  .main-menu .menu-subs {
    display: none;
  }
  .main-menu .menu-subs {
    padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu-item-has-children.active .menu-subs {
    display: block;
  }
  .menu-subs {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .main-menu .menu-subs li {
    margin-bottom: 20px;
  }
  .main-menu .menu-subs li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .main-menu .menu-subs li a.is-active {
    font-weight: 700;
  }
  .hide-menu-item {
    display: none !important;
  }
  .main-menu > ul > li.menu-item-has-children.active .hide-menu-item {
    display: block !important;
  }
}
@media(min-width:992px) and (max-width : 1024px) {}
@media(max-width:991px) {}
@media(max-width:767px) {}
@media screen and (max-device-width: 767px) and (orientation: landscape) {}
@media(max-width:575px) {
  .menu-sec {
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 320px) {}
@media screen and (max-device-width: 480px) and (orientation: landscape) {}