/* ===================================
    Crafto - Consulting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* variable */
:root {     
    --base-color: #23d97d;
    --dark-gray: #292d36;
    --medium-gray: #808291;
    --primary-font: 'Open Sans', sans-serif;
    --alt-font: 'Montserrat', sans-serif;
    --title-font: 'Montserrat', sans-serif;
}

.title-font {
    font-family: var(--title-font) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}
@media (max-width: 1440px) {
    h1.title-font, .h1-special.title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 50px !important;
    }
}
@media (max-width: 1024px) {
    h1.title-font, .h1-special.title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 40px !important;
    }
}
@media (max-width: 1440px) {
    .title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 33px !important;
    }
}
@media (max-width: 1024px) {
    .title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 30px !important;
    }
}
@media (max-width: 768px) {
    h1.title-font, .h1-special.title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 30px !important;
    }
}
@media (max-width: 425px) {
    .title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 27px !important;
        line-height: 1.5;
    }
}
@media (max-width: 375px) {
    .title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 20px !important;
    }
}
@media (max-width: 320px) {
    .title-font {
        font-family: var(--title-font) !important;
        font-weight: 100 !important;
        letter-spacing: 0 !important;
        font-size: 14px !important;
    }
}
/* -------------------------- */

.fs-18 {
    font-size: 18px!important;
}






.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, #1a7748 0, #19e089 100%);
}

header.sticky.sticky-active [data-header-hover=light] {
    opacity: 0.9;
}

/* reset */
body {
    font-size: 17px;
    line-height: 30px; 
}
a {
    color: #808291;
}
/* bg gradient color */
.bg-gradient-black-dark-orange {
    background-image: linear-gradient(to right top, #353332, #312b28, #15110f, #4a3229, #5a2611);
}
.bg-gradient-dark-orange-transparent { 
    background-image: linear-gradient(to right top, rgba(35, 217, 125, 0.8), rgba(35, 217, 125, 0.8), rgba(35, 217, 125, 0.8), rgba(35, 217, 125, 0.8), rgba(35, 217, 125, 0.8));
}
/* header */
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .5px;
    text-shadow: #000 0px 0 3px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
}
.push-menu {
    width: 400px;
}
header .navbar-brand img {
    max-height: 35px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding: 9px 0 11px;
    border-bottom: 1px solid var(--light-medium-gray);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:first-child a {
    padding-top: 0;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child a {
    border: 0;
    padding-bottom: 0;
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}
/* typography */
h1.title-font {
    line-height: 1.4;
}
/* subcribe style 02 */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}
/* footer */
footer .input-small, footer .textarea-small {
    font-size: 15px;
    padding-left: 20px;
}


footer .footer-logo img {
    max-height: 66px !important;
    /* max-width: 293px; */
    width: auto;
}


/* page title */
.page-title-extra-small h1 {
    font-size: 22px;
    line-height: 32px;
}
/* subcribe style 02 */
.newsletter-style-02 input {
    padding-right: 65px;
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-02 input {
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        margin-top: 15px;
    }

    header .navbar-brand .mobile-logo {
        width: 180px !important;
    }
    
}
@media (max-width: 767px) {
    .page-title-extra-small h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .process-step-style-02 .progress-step-separator {
        display: block;
    }


    footer .footer-logo img {
        max-height: 50px !important;
        max-width: 245px;
        width: 100%;
    }


}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }

    #footer_logo {
        text-align:center !important;
    }
}