:root {
	--clr-navy: navy;
}

@media(min-width:768px) and (max-width:990px) {
	.top-marg {
		margin-top: 60px !important;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0 !important;
	}	
	.navbar-nav.navbar-right {
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media(max-width: 768px) {
	.navbar-header img {
		margin-left: 15px;
	}
}

.features .feature img {
    filter: brightness(0);
    width: auto;
}

.rowww h1 {
    text-transform: capitalize !important;
}

.listul>li {
	font-size: 16px !important;
}

.about__phone {
	color: var(--clr-navy);
}

.contact100-more .txt3 {
	color: white !important;
}

.cta-section.wwind .wrap-contact100 {
	background: #6e6c6cc4;
}

