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

:root {
    --theme-general-color: #6d7175;
    /* theme gray color */
}

:root {
    --theme-primary-color: #478bf5;
    /* theme primary color */
}

:root {
    --theme-secondary-color: #0c193e;
    /* theme secondary color ok */
}

: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 */
}

:root {
    --theme-footer-color: #1e2124;
    /* theme dark color */
}

:root {
    --theme-primary-opacity-color: rgba(245, 133, 54, .8);
    /* theme secondary color */
}

:root {
    --theme-secondary-opacity-color: rgba(12, 25, 62, .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 Variables
======================================================================*/

:root {
    --theme-general-font: helvetica;
    /* Font use for normal text and general text ok */
}

:root {
    --theme-hiperlink-font: helvetica;
    /* Font use for link text ok */
}

:root {
    --theme-highlight-font: helvetica;
    /* Font used in title or special area ok */
}


/*======================================================================
Extra Styles Start
======================================================================*/
h1,
.h1 {
    font-size: 40px;
    font-weight: 400
}

h2,
.h2 {
    font-size: 32px;
    font-weight: 400
}

h3,
.h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 21px;
    font-weight: 400
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.btn {
    font-weight: 400;
}