@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
.nav-close, nav ul {
  display: none
}
.icon-desktop:before, .icon-menu-close:before, .icon-menu:before, .icon-mobile:before, .icon-submenu-down:before, .icon-submenu-right:before, .icon-world:before, .nav-button22, .nav-button:before, .nav-no-js .nav-close:before, header h1:before, nav .submenu > a:after, nav > ul > .submenu > a:after {
  font-family: icon-font;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: top
}
@font-face {
  font-family: icon-font;
  src: url(../fonts/icon-font.eot);
  src: url(../fonts/icon-font.eot?#iefix) format('eot'), url(../fonts/icon-font.woff) format('woff'), url(../fonts/icon-font.ttf) format('truetype'), url(../fonts/icon-font.svg#icon-font) format('svg')
}
.icon-desktop:before {
  content: "\E001"
}
.icon-menu-close:before {
  content: "\E002"
}
.icon-menu:before {
  content: "\E003"
}
.icon-mobile:before {
  content: "\E004"
}
.icon-submenu-down:before {
  content: "\E005"
}
.icon-submenu-right:before {
  content: "\E006"
}
.icon-world:before {
  content: "\E007"
}
nav {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
    font-family: 'Poppins', sans-serif;
}
nav ul {
  position: relative;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0
}
nav a, nav a:active, nav a:hover, nav a:visited {
  display: block;
  position: relative
}
.nav-no-js nav li:hover > ul {
  display: block
}
.nav-button {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 902;
  cursor: pointer;
  text-align: center;
  line-height: 4.4rem;
  background: #5C5C5C;
  color: #A69A94
}
nav, nav ul {
  background: 0 0
}
.nav-button:before {
  content: "\E003"
}
nav {
  line-height: 30px;
  color: #fff;
  font-size: 14px
}
nav ul {
  border-radius: 0 0 6px 6px
}
nav ul ul {
  background: #fff;
 border:1px solid #707070;
    border-radius: 0px;
    margin-bottom: 10px;
}
nav ul ul ul {
  background: #fff;
}
nav ul ul ul ul {
 background: #fff;
}
nav ul ul ul ul ul {
 background: #fff;
}
nav li {
  
  cursor: pointer;
  text-align: left;
  color: #222
}
nav .submenu li {
  padding-left: 10px
}

nav li:hover > a {
  /*color: #fff;
  background: #ab1f24;*/
    color: #da3726  !important;
    /*border-bottom: 2px solid #D52C25  !important;;*/
}
nav li a.active {
  color: #5baaf0;
  background: #2E2722
}
.arrow-list, .nav-button22 {
  background-repeat: no-repeat
}
nav .submenu > a {
  padding-right: 30px !important
}
nav a, nav a:active, nav a:hover, nav a:visited {
 /* padding: 6px 3px 5px;
  color: #222;
  text-decoration: none*/
    
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    
}

nav ul li ul li a {
  color: #0F0606 !important;
  font-size: 16px !important;
  padding: 2px 8px !important;
  display: block
}

/*nav ul li a {
    color: #000 !important;
}



nav ul li ul li:hover {
    background-color: #da3726 !important;
    color: #000 !important;
}

nav ul li ul li a:hover {
    color: #fff !important;
}

nav ul li ul li ul li { color: #000 !important}

nav ul li ul li a:hover{
    
    color: #fff !important;
}*/

nav .submenu > a:after {
  position: absolute;
  display: block;
  right: 10px;
  top: 1px;
  content: "\E005"
}
.nav-button22 {
  display: none;
  background-image: url(../images/menu-toggle-bg.png);
  background-position: center center;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 902;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background-color: #26201C;
  color: #fff
}
.arrow-list {
  background-image: url(../images/arrow-point-to-right.png);
  background-position: center right 5px;
  padding-right: 25px !important
}

nav ul li a:before{content: '|';;margin-right: 10px;color: #000}
nav ul li:first-child a:before{content: '';;margin-right: 0px;}

nav ul li ul li a {line-height: 20px; font-size: 14px !important; margin: 10px 0px;}
nav ul li ul li a:before{content: '';;margin-right: 0px;color: #000}




@media only screen and (min-width:960px) {
    
    
    
  header, nav, nav li {
    position: relative
  }
  nav ul ul ul li:first-child, nav > ul > li {
    border-top: none
  }
  nav li {
    white-space: nowrap;
    margin: 0 2px
  }
  nav > ul > li {
    display: inline-block;
    padding: 0px 5px;
  }
  nav ul {
    display: block
  }
  .nav-button, nav ul ul {
    display: none
  }
  nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901
  }
  nav ul ul ul {
    top: 5px;
    left: 98%;
    z-index: 902;
    border-radius: 0 6px 6px
  }
  nav ul ul ul ul {
    z-index: 903
  }
  nav ul ul ul ul ul {
    z-index: 904
  }
  nav ul ul li.nav-left > ul {
    left: auto;
    right: 95%
  }
  body {
    padding: 0 !important
  }
  header h1:before {
    content: "\E001"
  }
  nav {
    overflow: visible;
    display: inline-block
  }
  nav li > ul {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
      min-width: 150px;
      border-radius: 5px;
  }
  nav .nav-left > ul {
    border-radius: 6px 0 6px 6px
  }
  nav .submenu li {
    padding: 0;
    min-width: 180px
  }
  nav > ul > .submenu > a:after {
    content: "\E005"
  }
  nav .submenu > a:after {
    content: "\E006"
  }
}
@media only screen and (max-width:959px) {
    nav ul li a:before{content: ''; margin: 0px;}
  .nav-button22, .nav-no-js .nav-button:hover ~ nav + .nav-close, .nav-no-js .nav-button:hover ~ nav > ul, .nav-no-js nav:hover + .nav-close, .nav-no-js nav:hover > ul {
    display: block
  }
  .nav-button22, .nav-no-js .nav-close {
    top: 0;
    z-index: 902;
    text-align: center
  }
  .nav-no-js .nav-close {
    position: fixed;
    right: 4.4rem;
    font-size: 1.7rem;
    line-height: 4.4rem;
    background: #26201C;
    color: #8C827D
  }
  .nav-no-js .nav-close:before {
    content: "\E002"
  }
  .nav-no-js .nav-button:hover ~ nav, .nav-no-js nav:hover {
    bottom: 0
  }
  .nav-button22 {
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    background-image: url(../images/menu-toggle-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    border-radius: 5px;
    background-color: #26201C;
    color: #fff;
    float: right
  }
}
@media screen and (max-width:1024px) {
  nav > ul > li {
   
    padding: 6px 3px;
  }
}


@media screen and (max-width:320px) {
  .nav-button22 {
    margin-top: -65px !important
  }
}