/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: 	#1c5aae;
	--cnvs-themecolor-rgb: 28,90,174;
	--ibs-light-color: #1a8cff;
}



#copyrights {
  background-color: var(--cnvs-themecolor);
}

#header {
  --cnvs-primary-menu-hover-color: var(--ibs-light-color);
}