/*==================================
Theme Color All Codes Variable
==================================*/
:root {
	 --theme-general-color: #6d7175;  /* theme gray color */
}
:root {
	 --theme-primary-color: #b90101;  /* theme primary color */
}
:root {
	 --theme-secondary-color: #2f3444;  /* theme secondary color */
}
:root {
	 --theme-white-color: #fff;  /* theme white font color */
}
:root {
	 --theme-light-color: #f8f9fa;  /* theme light gray color */
}
:root {
	 --theme-gray-color: #efefef;  /* theme gray color */
}
:root {
	 --theme-text-gray: #c3c3c3; /* theme text gray color */
}
:root {
	 --theme-dark-color: #181a1d;  /* theme dark color ok*/
}
:root {
	 --theme-footer-color: #1e2124;  /* theme dark color ok*/
}
:root {
	 --theme-primary-opacity-color: rgba(185, 1, 1, .8);  /* theme secondary color */
}
:root {
	 --theme-secondary-opacity-color: rgba(47, 52, 68, .8);  /* theme secondary color */
}
:root {
	 --theme-white-opacity-color: rgba(255, 255, 255, 0.5);  /* theme light color */
}
:root {
	 --text-light-color: #a5a5a5;  /* text light color */
}

/*==================================
Font Variable
==================================*/


.navbar-expand-lg .navbar-nav .nav-link  {
	font-size: 14px;
	font-weight: 400;
}

h1, .h1{
	font-size: 40px;
}
h2, .h2{
	font-size: 30px;
}
h3, .h3{
	font-size: 20px;
	line-height: 1.3;
}
h4, .h4{
	font-size: 18px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 1.5
}
h6, .h6 {
	font-size: 16px;
	line-height: 28px
}

h1, h2, h3, 
.h1, .h2, .h3,
h1 a, h2 a, h3 a,
.h1 a, .h2 a, .h3 a {

}

h4, h5, h6, 
.h4, .h5, .h6,
h4 a, h5 a, h6 a, 
.h4 a, .h5 a, .h6 a {
	
}


