/* ===================================
    Crafto - Consulting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #009900;/*dd6531 oranzova*/;
    --dark-gray: #292d36;
    --medium-gray: #808291;
    --primary-font: 'Kumbh Sans', sans-serif;
    --alt-font: 'Kumbh Sans', sans-serif;
}
/* 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, #323534, #28312c, #0f1511, #294a30, #115a36);
}
.bg-gradient-dark-orange-transparent { 
    background-image: linear-gradient(to right top, rgba(66, 212, 78, 0.8), rgba(66, 197, 70, 0.8), rgba(66, 184, 94, 0.8), rgba(69, 158, 67, 0.8), rgba(70, 111, 80, 0.8));
}
/* header */
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
}
.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 {
    line-height: 4.5rem;
}
/* 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: 35px;*/
}
/* 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;
    }
}
@media (max-width: 767px) {
    .page-title-extra-small h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .process-step-style-02 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }
}
/* icons */
.line-icon-64-1::before {
    content: "";
    display: block;
    background: url(../../images//picto/picto64-01.png) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-1w::before {
    content: "";
    display: block;
    background: url(../../images//picto/iko-1.svg) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-2::before {
    content: "";
    display: block;
    background: url(../../images//picto/picto64-02.png) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-2w::before {
    content: "";
    display: block;
    background: url(../../images//picto/iko-2.svg) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-3::before {
    content: "";
    display: block;
    background: url(../../images//picto/picto64-03.png) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-3w::before {
    content: "";
    display: block;
    background: url(../../images//picto/iko-3.svg) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-4::before {
    content: "";
    display: block;
    background: url(../../images//picto/picto64-04.png) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-4w::before {
    content: "";
    display: block;
    background: url(../../images//picto/iko-4.svg) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-5::before {
    content: "";
    display: block;
    background: url(../../images//picto/picto64-05.png) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-5w::before {
    content: "";
    display: block;
    background: url(../../images//picto/iko-5.svg) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-6::before {
    content: "";
    display: block;
    background: url(../../images//picto/picto64-06.png) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.line-icon-64-6w::before {
    content: "";
    display: block;
    background: url(../../images//picto/iko-6.svg) no-repeat;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.shadowed {
    position: relative;
    top:-30px;
    bottom: 1rem;
    height: 3rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
    /*border: 1px dotted #009900;*/
    width: 100%;
    z-index: 1000;
}
.line-icon-BeOne {
    content: "";
    display: block;
    background: url(../../images//beone-logo-290b.png) no-repeat;
    width: 290px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
