/*==================================
Theme Color All Codes Variable
==================================*/
:root {
	 --theme-ordinary-color: #909fb4;  /* theme ordinay font color ok*/
}
:root {
	 --theme-primary-color: #2986cc;  /* theme primary color ok*/
}
:root {
	 --theme-secondary-color: #2E5CA2;  /* theme secondary color ok*/
}
:root {
	 --theme-white-color: #fff;  /* theme white font color ok*/
}
:root {
	 --theme-light-color: #f5c332;  /* theme light gray color */
}
:root {
	 --theme-gray-color: #f5f5f5;  /* theme gray color ok*/
}
:root {
	 --theme-footer-color: #223977;  /* theme dark color */
}
:root {
	 --theme-dark-color: #223977;  /* theme dark color */
}
:root {
	 --text-light-color: #98a3b8;  /* Light text color to use in dark area */
}
:root {
	 --theme-primary-opacity-color: rgba(20, 100, 185, .8);  /* theme secondary color */
}
:root {
	 --theme-secondary-opacity-color: rgba(0,55,105,0.7);  /* theme secondary color ok*/ 
}
:root {
	 --theme-white-opacity-color: rgba(255, 255, 255, 0.3);  /* theme light color */
}
:root {
	 --theme-dark-opacity-color: rgba(0, 55, 105, 0.5);  /* theme dark color ok*/
}
/*==================================
Font Variable
==================================*/
:root {
	 --theme-ordinary-font: 'Muli', sans-serif;  /* Font use for normal text and general text ok*/
}
:root {
	 --theme-highlight-font: 'Comfortaa', cursive;  /* Font used in title or special area ok*/
}



