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

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

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

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

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

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

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

:root {
    --theme-dark-color: #12171f;
    /* theme dark color ok*/
}

:root {
    --theme-extra-color: #1d2a40;
    /* theme extra color */
}

:root {
    --theme-footer-color: #12171f;
    /* theme dark color ok*/
}

:root {
    --theme-primary-opacity-color: rgba(83, 177, 65, .8);
    /* theme secondary color */
}

:root {
    --theme-secondary-opacity-color: rgba(36, 50, 74, .8);
    /* theme secondary color */
}

:root {
    --theme-dark-opacity-color: rgba(24, 26, 29, .8);
    /* theme dark opacity color */
}

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

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

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

:root {
    --theme-primary-color-rgba: 83, 177, 65;
    /* theme secondary color */
}


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

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

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

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


/*==================================
Extra Css
==================================*/
.navbar-nav>li.dropdown>a.nav-link::after,
.navbar-nav>li.dropdown .dropdown-toggle::after {
    right: -15px;
}

.navbar-brand {
    display: block !important;
}

.mix-tab ul li,
.tab-simple ul li {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
}

.spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 90;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.purchase-btn-envato {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.purchase-btn-envato a {
    z-index: 100;
    position: relative;
}

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

.list-bullate li {
    font-weight: 500
}

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

.purchase .btn-buy {
    display: block;
    padding: 8px 20px;
    padding-right: 30px;
    border-radius: 40px;
    color: var(--uc-white-color);
    font-weight: 500;
    letter-spacing: 1px;
}

.purchase img {
    width: 30px;
}

.demo-item .demo-bg {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-color: #f4f4f4;
    background-position: center top;
    transition: background-position .6s linear, box-shadow .3s
}

@media screen and (max-width: 1199px) {
    .purchase .btn-buy {
        padding: 12px 25px;
    }
    .purchase img {
        display: none;
    }
}