/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

a {
	color: #0a4bab;
}

.bold-capital {
	font-weight: 600;
	text-transform: uppercase;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.9) !important
}

@media (max-width: 991.98px) {
	.hide-mobile {
		display: none;
	}
}