.hidden {
	display: none !important;
}

.logo {
	width: 150px;
	height: auto;
}

.nav-fixed .logo {
	width: 100px;
	filter: brightness(0) saturate(100%) invert(19%) sepia(88%) saturate(1400%) hue-rotate(196deg) brightness(92%) contrast(95%);
}

.nav-fixed .top-quote .btn {
	background: var(--primary-color);
	color: white;
}

.nav-fixed .top-quote .btn:hover {
	background: white;
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.w3l-main-slider .banner-top1 {
	background: url(../images/banner1.webp) no-repeat center;
	background-size: cover;
}

.w3l-main-slider .banner-top2 {
	background: url(../images/banner2.webp) no-repeat center;
	background-size: cover;
}

.w3l-main-slider .banner-top3 {
	background: url(../images/banner3.webp) no-repeat center;
	background-size: cover;
}

strong {
	color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: var(--primary-color);
	background-color: var(--bg-grey);
	border-color: var(--primary-color);
	box-shadow: none;
}

.w3l-featureshny {
	background: url(../images/banner5.webp) no-repeat center;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 0;
	position: relative;
	display: grid;
	align-items: center;
	background-size: cover;
}

.w3l-featureshny::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(134, 142, 150, 0.6);
	z-index: 1;
}

.w3l-featureshny > * {
	position: relative;
	z-index: 2; /* keep content above overlay */
}

.w3l-clients {
	background: var(--bg-grey);
}

.footer-17 .footer17_sur {
	background-color: var(--bg-grey);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.w3l-grids-3 .grid-block h4 {
		font-size: 22px;
	}
}
