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

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

:root {
    --theme-primary-color: #2c724f;
    /* theme primary color */
}

:root {
    --theme-secondary-color: #1d1e20;
    /* theme secondary color */
}

:root {
    --theme-white-color: #fff;
    /* theme white font color */
}

:root {
    --theme-light-color: #f6f7fa;
    /* theme light gray color */
}

:root {
    --theme-gray-color: #f0f0ef;
    /* theme gray color */
}

:root {
    --theme-text-gray: #c3c3c3;
    /* theme text gray color */
}

:root {
    --theme-dark-color: #1c1e22;
    /* 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(38, 43, 111, .7)
    /* theme secondary opacity color */
}

:root {
    --theme-dark-opacity-color: rgba(34, 36, 41, .7)
    /* theme dark opacity color */
}

:root {
    --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
    /* theme light color */
}

:root {
    --text-light-color: #a5a5a5;
    /* text light color */
}

:root {
    --theme-extra1-color: #f69b5d;
    /* theme extra1 color ok*/
}

:root {
    --theme-extra2-color: #9262c5;
    /* theme extra2 color ok*/
}

:root {
    --theme-extra3-color: #e56f91;
    /* theme extra3 color ok*/
}

:root {
    --theme-extra4-color: #292d36;
    /* theme extra4 color ok*/
}


/*======================================================================
Font Variables
======================================================================*/

:root {
    --theme-general-font: 'Quicksand', sans-serif;
    /* Font use for normal text and general text */
}

:root {
    --theme-hiperlink-font: 'Barlow', sans-serif;
    /* Font use for link text */
}

:root {
    --theme-highlight-font: 'Barlow', sans-serif;
    /* Font used in title or special area */
}


/*======================================================================
Extra Styles Start
======================================================================*/

body {
    font-weight: 500;
    font-size: 14px;
}

h1,
.h1 {
    font-size: 50px;
    font-weight: 700
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 700
}

h3,
.h3 {
    font-size: 24px;
    font-weight: 700
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 600;
}

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

h6,
.h6 {
    font-size: 16px;
    font-weight: 600
}

.phone-number.h1 {
    font-size: 40px;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-item,
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
}

form label {
    font-weight: 500;
}