/*Nav*/
.nav-holder {
	border-top: 3px solid #F4B303;
	z-index: 9999;
	position: relative;
}
.nav-holder .col-12 {
	padding: 0;
}
.left-corner {
	background: url(../images/corner.png) no-repeat;
	width: 47px;
	height: 48px;
	float: right
}
.right-corner {
	background: url(../images/corner-right.png) no-repeat;
	width: 47px;
	height: 48px;
}
.custom-nav {
	background: #F4B303;
	text-align: center;
}
.custom-nav:before {
	background: url(../images/corner.png)
}
.custom-nav ul {
	margin: 6px auto 8px auto;
	line-height: 18px;
}
.custom-nav ul li {
	padding: 0 12px;
	border-right: 1px solid #000;
}
.custom-nav ul li:last-child {
	border-right: 0;
}
.custom-nav ul li a {
	color: #000;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
}
.custom-nav ul li a:hover {
	color: #333;
}
.custom-nav .dropdown-item {
	padding: 13px 15px;
	border-bottom: 1px solid #e19106;
	font-size: 14px;
}
.custom-nav .dropdown-item:hover {
	background: #FCB90A;
}
.custom-nav .dropdown-item:last-child {
	border-bottom: 0;
}
.custom-nav .dropdown-menu {
	margin-top: 14px;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: #F4B303;
	-webkit-box-shadow: -5px 7px 5px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 7px 5px -7px rgba(0,0,0,0.75);
	box-shadow: -5px 7px 5px -7px rgba(0,0,0,0.75);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.navbar-brand {
	display: none;
}

/* Desktop or Tablet Layout */
@media only screen and (max-width:991.98px) {
.nav-holder {
	background: #F4B303;
	border: 0;
}
.nav-holder .col-lg-2 {
	display: none
}
.nav-holder .navbar-toggler {
	border: 1px solid #7A5901;
}
.nav-holder .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.custom-nav ul {
	text-align: left;
}
.custom-nav ul li {
	border-right: 0;
	padding: 0;
}
.custom-nav ul li a {
	padding: 15px;
	border-bottom: 1px solid #e19106;
}
.custom-nav ul li:last-child {
	border-bottom: 0;
}
.custom-nav .dropdown-menu {
	box-shadow: none;
}
.custom-nav .dropdown-menu {
	margin: 0;
	background: #F8B503;
}
.custom-nav ul li:last-child a {
	border-bottom: 0;
}
.navbar-brand {
	padding-top:7px;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-brand:hover {
	color: #333;
}
.navbar-collapse {
	background: #E4A703;
	padding: 0 15px;
	margin-top: 5px;
}
}
