/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #acac2a;
	--cnvs-themecolor-rgb: 172, 172, 42;
}

#slide1-caption {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important; /* remove shadow lines if any */
}