/*==================================
Theme Color All Codes Variable
==================================*/


/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway/raleway-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v19-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway/raleway-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v19-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/raleway/raleway-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v19-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway/raleway-v19-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v19-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v19-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v19-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}



:root {
	 --theme-general-color: #6d7175;  /* theme gray color */
}
:root {
	 --theme-primary-color: #666;  /* theme primary color */
}
:root {
	 --theme-secondary-color: #666;  /* 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: #0f1011;  /* theme dark color ok*/
}
:root {
	 --theme-footer-color: #1e2124;  /* theme dark color ok*/
}
:root {
	 --theme-primary-opacity-color: rgba(0, 0, 0, .8);  /* theme secondary color */
}
:root {
	 --theme-secondary-opacity-color: rgba(37, 40, 43, .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
==================================*/
:root {
	 --theme-general-font: 'Raleway', sans-serif; /* Font use for normal text and general text */
}
:root {
	 --theme-hiperlink-font: 'Raleway', sans-serif; /* Font use for normal text and general text */
}
:root {
	 --theme-highlight-font: 'Raleway', cursive;  /* Font used in title or special area */
}

.navbar-expand-lg .navbar-nav .nav-link  {
	font-size: 12px;
}

.simple-video-play a {
	background-color: var(--theme-white-opacity-color)
}

body {
	font-size: 15px
}

.btn {
	border-radius: 0;
	font-weight: 500
}
.tagline {
	font-weight: 500;
	font-size: 16px
}

.footer-widget {
	font-size: 14px
}

.btn,
.btn-link {
	font-weight: 400
}
.sub-title,
.dropdown-item,
.navbar-expand-lg .navbar-nav .nav-link {
	font-weight: 400
}

.sub-title {
	font-size: 18px;
	font-weight: 500
}

.dropdown-item {
	font-size: 14px;
}

h1, .h1{
	font-size: 40px;
}
h2, .h2{
	font-size: 34px;
}
h3, .h3{
	font-size: 26px;
	line-height: 1.3;
}
h4, .h4{
	font-size: 21px;
}
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 {
	font-weight: 400
}

h4, h5, h6, 
.h4, .h5, .h6,
h4 a, h5 a, h6 a, 
.h4 a, .h5 a, .h6 a {
	font-weight: 400
}