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

nav .wrap-core-nav-list,
nav .nav-header {
	/* background: #fff; */
}

nav .brand {
	display: block;
	position: relative;
	width: 110px;
	top: 0px;
}

nav .brand img {
	width: 100%;
}

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

nav .menu li.active > a,
nav .menu li a:hover {
	color: #26ffff;
}

ul.attributes li a.active  {
  
    color: #26ffff;
}



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: 40px;
		left: 15px;
	}

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

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


@media (min-width: 992px) {

	nav {
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	}
	nav .brand {

		top: 5px;
	}
	nav .menu li a {
		color: #ffffff;
		font-size: 20px;
		padding-top: 70px;
		position: relative;
	}


	.menu li a:before {
		content: '';
		width: 0%;
		height: 3px;
		background: #1128c8;
		position: absolute;
		bottom: 0;
		right: 25px;
		left: 25px;
		-webkit-transition: all 0.3s ease-in-out;
		-khtml-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	nav .menu li a:hover:before {
		width: calc(100% - 50px);;
		
		
		-webkit-transition: all 0.3s ease-in-out;
		-khtml-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}


ul.attributes li a {
  
    color: #ffffff;
}


.core-nav.nav-core-sticky.on-scroll {
   background: rgb(0 0 0 / 80%);
}



}
