/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.btn-dark {
	--bs-btn-border-color: #FFF;
}

.services-grid .feature-box {
	border: none !important;
    background-color: transparent;
}

.feature-box2 {
    padding: 3rem;
    background-size: 1;
	width: 100%;
	height: 200px;
	border-radius: 3px;
}

.bg-color-3 {
	background-color: #1c3663 !important;
}

.color-3 {
	color: #1c3663 !important;
}

.bg-color-4 {
	background-color: #687896 !important;
}

.color-4 {
	color: #687896 !important;
}