img.brand{
	height: 100px;
}

.nnc-state-banner{
	background: darkblue ;
	border-bottom: solid 3px white;
}

.tv-screen {
	background-color: #000;
	---border: solid 2px #900;
	text-align: center;
	padding: 30% 0%;
	height: 10vh;
	border-radius: 8px;
}

.service-overview{
	width: 100% !important;
	padding-left: 1em;
	padding-right: 1em;
}

.nav-link span{
	font-size: 11px !important;
}


a.hover-bg-blue:hover,
.hover-bg-blue:hover{
	background-color: var(--theme-blue-color) !important
}


.hover-bg-blue:hover,
.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link,
.down-line::before{
	background-color: var(--theme-blue-color);
}



@media screen and (max-width:991.98px) {
	
	.fixed-bg-blue {
		background-color: var(--theme-blue-color)
	}
}

.hover-bg-blue:hover,
.fixed-bg-blue.fixed-top, /*  When Header fixed */
.bg-blue{
	background-color: var(--theme-blue-color) !important
}


.partner-slider div.item{
	padding:40px;	
}