#modal-menu-toggler {
    margin:0 30px 0 0!important;
}
#sp-header {
    box-shadow: none;
}

#sp-header .logo a {
    font-size: 22px;
    line-height: 1;
    margin: -5px 0 0 0;
    font-weight: 800;
    padding: 0;
    text-decoration: underline;
    color: #32c41e;
}

.burger-icon>span {
    background-color: #ffffff;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.sp-megamenu-parent>li>a:hover {
    color: #32c41e;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #0a4302a8;
    width: 100%;
    animation: spFadeInDown 0.5s;
}


#sp-page-builder {
    position: relative;
    margin-top: -80px;
}

#sp-header .contact-block {
    display: flex;
    align-items: center;
}

#sp-header .contact-icon {
    margin-right: 10px;
}

#sp-header .contact-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

#sp-header a.phone-number {
    color: #ffffff;
    text-decoration: none;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 16px;
}

#sp-header a.call-button{
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

#sp-header .call-button:hover {
    background-color: #ffffff;
    color: #1f1f1f;
}




.offcanvas-menu .contact-block {
    /*display: flex;
    align-items: center;*/
    text-align: center;
    /*padding: 10px;*/
    margin-bottom: 15px;
}

.offcanvas-menu .contact-icon {
    margin-right: 10px;
}

.offcanvas-menu .contact-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.offcanvas-menu a.phone-number {
    color: #ffffff;
    text-decoration: none;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 16px;
}

.offcanvas-menu a.email {
    color: #ffffff;
    text-decoration: none;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 16px;
}

.offcanvas-menu a.call-button{
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.offcanvas-menu .call-button:hover {
    background-color: #ffffff;
    color: #1f1f1f;
}





#contact .contact-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#contact .contact-icon {
    margin-right: 10px;
}

#contact .contact-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

#contact a.phone-number {
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 16px;
}

#contact a.email {
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 16px;
}

#contact a.call-button{
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

#contact .call-button:hover {
    background-color: #ffffff;
    color: #1f1f1f;
}

#sp-footer {
    font-size: 14px;
    padding: 0;
    background: #000;
    color: #b7b1b1;
}

#sp-footer a {
    color: #26a514;
    /*font-weight: 800;*/
}



#modal-menu {
    background: #f9f9f9;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    bottom: 120%;
    overflow: hidden;
    display: flex;
    z-index: 10;
}

#modal-menu #modal-menu-toggler {
    margin: 20px !important;
    display: inline-block;
    color: #fff;
}

#modal-menu #modal-menu-toggler span{
    color: #fff;
    background-color: #fff;
}

#modal-menu ul.sp-megamenu-parent {
    display: block !important;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

#modal-menu ul.sp-megamenu-parent>li>a, #modal-menu ul.sp-megamenu-parent>li>span {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #e0e0e0;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
    top: 0;
    background: #032507;
}
.offcanvas-active .close-offcanvas .burger-icon>span {
    transition-delay: 0.2s;
    background: #fff;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
    padding: 15px 30px 15px 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #d7d7d7;
}

@media (max-width: 1100px) {
    
    #sp-header a.call-button {
        display: none;
    }
}

@media (max-width: 800px) {
    
    #sp-header a.call-button {
        display: none;
    }
    
    #sp-header a.phone-number {
        display: none;
    }
    
    #sp-logo.has-border {
        padding-right: 15px;
        margin: 0 auto;
    }
    
    #sp-header {
        padding-bottom: 62px;
    }
    
    #logo-right {
        position: fixed;
        right: 0;
        background: #000000db;
        top: 0px;
        left: 0;
        border-bottom: 1px solid #fff;
    }
    
    
    #column-wrap-id-1573646368863 {
        position: absolute;
        top: -60px;
        z-index: 0;
        opacity: 0.3;
    }
    
    #sp-header .sp-module {
        margin-left: 0px;
        width: 90%;
    }
    
}