.nav-bar { display: none; }

header nav {
  z-index: 1000;
  width: 58%;
  margin: auto;
  float:right;
}

header nav ul { list-style: none; }

header nav ul li {
  float: left;
  position: relative;
}

header nav:after {
  content: "";
  display: block;
  clear: both;
}

header nav ul li a {
  color: #000;
  display: block;
  padding: 16px;
  text-decoration: none !important;
  font-size: 16px;
  font-family: tahoma;
}

header nav ul li:hover { background: #fed136; }
header nav ul li.active { background: #fed136; }

header nav ul li:hover i { color: #000; }

header nav ul li i { margin-right: 10px; }

header nav ul li:hover .children { display: block; }

header nav ul li .children {
 display: none;
    background: #fed136;
    position: absolute;
    width: 250px;
    z-index: 1000;
}

header nav ul li .children span { display: none; }

header nav ul li .children li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff99;
  color:#000;
  
}


header nav ul li .children li a { /*margin-left: 30px;*/ color:#000; padding: 10px 20px; }
header nav ul li .children li a:hover { color:#4F4E4E;}

header nav ul li .fa-angle-down {
  position: relative;
  top: 3px;
  
}

/*responsive nav style*/

@media all and (max-width: 800px) {

body { padding-top: 100px; }

.nav-bar {
  display: block;
  width: 93%;
  position: fixed;
  top: 0px;
  /*background: #ffffff;*/
  padding-bottom: 40px;

  
}

.nav-bar span {
  float: right;
    font-size: 20px;
    padding: 20px;
    color: #fff;
    background: #fcbe03;
}

.nav-bar .fa-bars {
  display: block;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}

header nav {
  width: 80%;
  height: auto;
  position: fixed;
  right: 100%;
  top : 108px;
  overflow: hidden;
  height: 100%;
  background: #fcbe03;
  margin-left:05px;
  
  
}

header nav ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, .5);
  width: 100%;
}

header ul li a { display: block; }

header nav ul li .children {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}

header nav ul li:hover .children { display: none; }

header nav ul li ul li:first-child { border-top: 1px solid #ffffff99; }

header nav ul li .children span {
  display: inline-block;
  margin-right: 10px;
}

header nav ul li .children a {
  margin-left: 10px;
  padding: 5px 0;
}

header nav ul li .fa-angle-down {
  position: relative;
  top: 3px;
}
}
