/*==================================
Theme Color All Codes Variable
==================================*/
:root {
	 --theme-general-color: #63676d;  /* theme general font color */
}
:root {
	 --theme-primary-color: #2ba0f5;  /* theme primary color */
}
:root {
	 --theme-secondary-color: #2ea6f7;  /* theme secondary color */
}
:root {
	 --theme-white-color: #fff;  /* theme white font color */
}
:root {
	 --theme-light-color: #f8f8f8;  /* theme light gray color */
}
:root {
	 --theme-gray-color: #f7f8f9;  /* theme gray color */
}
:root {
	 --theme-footer-color: #091b4b;  /* theme dark color ok*/
}
:root {
	 --theme-dark-color: #102566;  /* theme dark color ok*/
}
:root {
	 --text-light-color: #f11d4a;  /* Light text color to use in dark area */
}
:root {
	 --theme-primary-opacity-color: rgba(84, 206, 212, .8);  /* theme secondary color */
}
:root {
	 --theme-secondary-opacity-color: rgba(46, 166, 247, .6);  /* theme secondary color */
}
:root {
	 --theme-dark-opacity-color: rgba(16, 37, 102, .7);  /* theme Dark color */
}
:root {
	 --theme-white-opacity-color: rgba(255, 255, 255, 0.5);  /* theme light color */
}
:root {
	--theme-border-color: #eeeff3; /* theme border color */
}

/*==================================
Font Variable
==================================*/
:root {
	 --theme-general-font: 'Nunito', sans-serif;  /* Font use for normal text and general text */
}
:root {
	 --theme-highlight-font: 'Ubuntu', sans-serif;  /* Font used in title or special area */
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 600
}
.top-header {
    font-size: 14px;
}
body {
	font-size: 16px
}
.sub-title {
	font-size: 18px
}
.btn-link,
.btn {
	font-weight: 600;
	font-size: 15px;
	border-radius: 3px
}
.rounded-lg {
	border-radius: 20px !important
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.footer-widget li a {
	color: var(--theme-dark-color);
}
.divider-col-3 > div {
	border-color: #eaeff5
}
