#footer_background {
    padding-right: 80px;
    padding-left: 80px;
    /* padding-bottom: 45px; */
    padding-top: 65px;
    background-color: #0b2c3d;
    background-image: url('../img/footer-map.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.widget_title {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    color: #ec6325;
    margin-bottom: 10px;
    position: relative;
}

#margin_left {
    padding-left: 50px;
}

.paragraph_text {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 32px;
    color: #fff;
    transition: .5s;
}.fa-arrow-list {
    list-style: none;
}

.fa-arrow-list li {
    position: relative;
    padding-left: 1.45rem;
    color: #fff;
    transition: color 0.5s;
}

.fa-arrow-list li::before {
    content: "\f015";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: color 0.5s;
}

.fa-arrow-list li:hover,
.fa-arrow-list li:hover::before {
    color: #ec6325;
}

.text_widget {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 36px;
    color: inherit;
    transition: color 0.5s;
}

ul {
    padding-left: 0rem !important;
}

a {
    text-decoration: none !important;
}

#copyright_padding {
    padding: 26px 0px 8px 0;
}

.text_left {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
}

#margin_left3 {
    padding-left: 70px;
}

.contact_text a {
    color: #fff !important;
    transition: .5s;
    font-size: 17px;
    font-family: 'Jost', sans-serif;
}

.contact_text a:hover {
    color: #ec6325 !important;
}

#contact_icon {
    color: #fff;
}

#footer_bottom {
    padding: 30px 0;
    border-bottom: 1px dotted #5e5e5e;
}

.company {
    color: #ec6325;
    transition: .5s;
}

.social-icons {
    display: flex;
    gap: 22px;
    flex-direction: row-reverse;
}

.social-icon {
    color: #fff;
    font-size: 18px;
    transition: .5s;
    padding: 4px;
}

.social-icon:hover {
    color: #ec6325;
    font-size: 18px;
}

.whatsapp-float {
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: all .6s;
    z-index: 9999;
}

.whatsapp-float:hover a{
    background-color: #1f7c2d;
}

.whatsapp-float:hover{
    transform: scale(1.1);
}

.whatsapp-float a {
    display: flex;              
    justify-content: center;     
    align-items: center;        
    height: 50px;
    width: 50px;
    background-color: #2DB642;
    color: white;
    border-radius: 50%;
    font-size: 29px;
    cursor: pointer;
    transition: all .6s;
}




@media only screen and (max-width: 480px) {
    #footer_background {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #margin_left {
        padding-left: 13px;
        margin-top: 20px;
    }

    #margin_left2 {
        padding-left: 13px;
        padding-top: 35px;
    }

    #margin_left3 {
        padding-top: 20px;
        padding-left: 10px;
    }

    .text_left {
        text-align: center;
        font-size: 15px;
    }

    #footer_background::after {
        background-image: none;
    }
    
    .social-icons {
        justify-content: center;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #footer_background {
        padding-right: 90px;
        padding-left: 90px;
    }

    #margin_left {
        padding-left: 10px;
        margin-top: 20px;
    }
    
    #margin_left2 {
        padding-left: 70px;
        padding-top: 20px;
    }
    
    #margin_left3 {
        padding-top: 20px;
        padding-left: 70px;
    }

    .text_left {
        text-align: left;
    }
}