/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.bg-bya {
	background-color: rgba(134, 103, 4, 0.5);;
}

.bg-bya2 {
	background-color: rgba(107, 83, 3, 0.918);;
}

.bya-color {
	color: #866804 !important;
}

.fbox-content h3 {
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #866804;
}

.fbox-content p {
	margin-top: 0.5rem;
	margin-bottom: 0px;
	color: #544102;
}