
		/* top-bar background */
		#top-bar{background: #094b94; z-index: 999999;}

		/* top-bar background hover */
		.top-links li:hover {background: #0d8be2;}

		/* topbar border color */
		#top-bar,
		.top-links ul li {border-color: #0d8be2;}

		/* topbar text color */
		.top-links ul li > a {color: white;}

		/* topbar text color hover */
		.top-links li:hover > a {color: white;}

		/* topbar flag text background */
		.top-links ul ul {background: #0d8be2;}

		/* topbar flag border */
		.top-links ul ul {border-color: #0d8be2;}

		/* topbar flag text color */
		.top-links a {color: white;}

		/* topbar flag text color hover */
		.top-links a:hover {color: white;}

		.h4 {color: #0457b3;}



		/* menu current color active */
		#primary-menu.style-4 > ul > li.current > a {border-color: #74bbf5;}

		/* menu background color hover Style-4 */
		#primary-menu.style-4 > ul > li:hover > a {border-color: #90cbfc;}

		/* menu background color */
		#header.transparent-header{background: rgb(4, 87, 179);}

		/* menu background color */
		#header.split-menu{background: rgb(4, 87, 179);}

		/* sticky menu background color */
		#header.transparent-header.sticky-header #header-wrap{background: #0d8be2;}

		/* split-menu sticky menu background color */
		#header.sticky-header #header-wrap{background: #094b94;}

		/* menu text color */
		#primary-menu ul li > a {color: white;}

		/* menu text color hover */
		#primary-menu.style-4 > ul > li:hover > a {color: #90cbfc;}

		/* split-menu menu text color hover */
		#primary-menu > ul > li:hover > a {color: #90cbfc;}

		/* menu text current color active */
		#primary-menu.style-4 > ul > li.current > a {color: #90cbfc;}

		/* copyrights footer */
			#copyrights {color: white;}
			#copyrights {background: #094b94;}


		}

	}

		/* submenu text color */
		  	 #primary-menu ul ul li > a {color: black;}

		/* submenu text color hover */
		   	#primary-menu ul ul li:hover > a {color: #030303;}

		/* submenu background color */
		   	#primary-menu ul ul li > a {background: white;}

		/* submenu background color hover */
		   	#primary-menu ul ul li:hover > a {background: #a7c6fd;}

	