/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#header-wrap {
	background-color: #F3F3F3;
	box-shadow: 0px 3px 3px #999;
}

.sticky-header #header-wrap {
    background-color: #F3F3F3 !important;
    box-shadow: 0px 3px 3px #999;
}

.clients-grid .grid-item::before, .testimonials-grid .grid-item::before {
	border-left: none;
}

.clients-grid .grid-item::after, .testimonials-grid .grid-item::after {
	border-bottom: none;
}

.copyright-links a {
	border-bottom: none !important;
	font-weight: 900;
}