header .nav {
	position: relative;
	display: block;
	z-index: 9;
	text-align: center;
	padding: 15px 0;
}
.nav-list {
	margin: 0;
	list-style: none;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.nav-list li {
	  display: inline-block;
  padding: 20px 0 0px 40px;
}
.nav-list li a {
	}
.nav-list li a:hover
{
	color: #45a8c2;
}
.menu-item {
 *display:inline;
	zoom: 1;
	position: relative;
}
.menu-item a {
	display: block;
	color: #000;
	text-decoration: none;
}
.menu-item:hover .sub-menu {
	display: block;
}
/* Navigation submenu */
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 330px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-menu ul {
	position: absolute;
	left: 100%;
	top: 0;
	list-style: none;
}
.menu-item .sub-menu ul {
	display: none !important;
}
.menu-item .sub-menu li:hover ul {
	display: block !important;
}
.sub-menu li {
	float: none;
}
.sub-menu a {
	background: #fff;
	border-bottom: 1px solid #ccc;
		display: block;
	padding: 15px;
	font-size: 12px;
	color: #333;
	text-shadow: none;
}
/*05/05/2023.sub-menu a:hover {
	background: #ccc;
	text-decoration: none;
	color: #000;
}05/05/2023*/
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent; 
	background-size: 18px;
	height: 50px;
	width: 50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border: 1px solid #ccc;
	height: 49px;
	width: 50px;
	cursor: pointer;
	background: #ccc;
}
.nav-click i {
	display: block;
	height: 31px;
	width: 31px;
	background: url(../images/drop.svg) no-repeat center center;
	background-size: 41px;
}
.nav-click:hover {
	background-color: #eaaa57;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav-mobile span {
  display: block;
  width: 63%;
  height: 3px;
  background-color: #eaac21;
  position: absolute;
  transition: transform 0.3s;
  left: 5px;
}

.nav-mobile.cross-btn span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.nav-mobile.cross-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.nav-mobile.cross-btn span:nth-child(3) {
  transform: scaleX(0);
}

.nav-mobile.cross-btn span:nth-child(4) {
  transform: scaleX(0);
}
.nav-mobile span:nth-child(1) {
  top: 11px;
}

.nav-mobile span:nth-child(2),
.nav-mobile span:nth-child(3) {
  top: 22px;
}
.nav-mobile span:nth-child(4) {
  top: 33px;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
.nav-section ul li a:hover::after {
	height: 0px !important;
}
.nav-mobile {
	display: block;
}
header .nav {
	width: 100%;
	padding: 50px 0 0;
	background: #b47f2c;
	margin-bottom: 20px;
}
.nav-list {
	display: none;
}
.menu-item {
	width: 100%;
	float: none;
}
.header .menu-item > a {
	padding: 10px;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	text-shadow: none;
	color: #fff;
}
.menu-item > a:hover {
	background: #0000;
	color: #fff;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.menu-item:hover .sub-menu {
	display: none;
}
.sub-menu {
	position: static;
	width: 100%;
}
.sub-menu ul {
	position: static;
	left: 0%;
}
.nav-section ul li {
	font-size: 15px;
	padding: 0 19px;
	height: auto;
	line-height: 30px;
	padding: 0px;
}
.nav-section ul li {
	line-height: 30px !important;
	font-size: 15px !important;
	text-align: center;
	height: auto !important;
	padding: 0px !important;
}
}
