/*
Custom Style
=========================== */
nav {
	/* border-bottom: solid 0px #efefef; */
	min-height: 60px;
	background: #f59b11;
}

nav .wrap-core-nav-list,
nav .nav-header {
	background: transparent;
}

nav .brand {
	display: block;
	position: relative;
	width: 250px;
	top: -50px;
	left: -50px;
}


nav .brand img {
	position: relative;
	width: 70%;
	left: -100px;
	top: -30px;
	display: none;
}


nav .menu li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #242424;
}

nav .menu li.active>a,
nav .menu li a:hover {
	color: #030000;
	background: #ffffff;
}

nav .menu li a.d-active {
    color: #030000;
background: #ffffff;
}
nav .menu li.dropdown.open>a.d-active {
   color: #030000;
background: #ffffff;
}


nav button {
	background: transparent;
	border: none;
	outline: none;
}

@media (max-width: 992px) {

	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top: 17px;
		left: 15px;
		color: #fff;
	}

	nav .menu li a {
		padding: 10px 10px;
		font-size: 20px;
		border-bottom: solid px #efefef;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
}

/* =========================== */

@media (min-width: 992px) {
	nav.core-nav.nav-core-sticky.on-scroll {
		overflow: hidden;
	}

	nav.core-nav.nav-core-sticky.on-scroll .brand{
		width: 150px;
		top: 5px;
		display: none;
	}

	nav .brand img {
		position: relative;
		width: 70%;
		left: -30px;
		top: -30px;
		display: block;
	}	

	nav.core-nav.nav-core-sticky.on-scroll .nav-container {
		margin-right: auto;
		margin-left: auto;
	}

	nav {
		min-height: 60px;
		background: #fff;
	}

	nav .menu li a {
		font-size: 18px;
		padding: 15px 25px;
		margin: 12px 0px;
		font-weight: 400;
	}

	nav.core-nav.nav-core-sticky.on-scroll .wrap-core-nav-list.right {
		text-align: center;
	}

}