body {
  font-family: 'Rubik', Tahoma, Geneva, sans-serif !important;
}

#footer_background {
    padding: 50px 90px 0px 90px;
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.social-icons {
    display: flex;
    gap: 22px;
    justify-content: end;
}

.social-icon {
    color: #fff;
    font-size: 18px;
    transition: .5s;
}

.social-icon:hover {
    color: #f7b909;
    font-size: 18px;
}

.widget_title {
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    color: #f7b909;
    margin-bottom: 15px;
    position: relative;
}

.text_widget {
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    transition: .5s;
}

.text_widget:hover {
    color: #f7b909 !important;
    text-decoration: none !important;
}

.paragraph_text {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    transition: .5s;
}

.fa-arrow-list {
    list-style: none;
}

.fa-arrow-list li {
    position: relative;
    padding-left: 1.25rem;
}

.fa-arrow-list li::before {
    content: "\f0da";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 5px;
}

ul {
    padding-left: 0rem !important;
}

a {
    text-decoration: none !important;
}

#copyright_padding {
    padding: 26px 0px 8px 0;
}

.text_left {
    color: #fff;
    font-size: 15px;
}

.contact_text a {
    color: #fff !important;
    transition: .5s;
    font-size: 15px;
}

.contact_text a:hover {
    color:#f7b909 !important;
}

#contact_icon {
    color: #fff;
}

#footer_bottom {
    padding: 30px 0;
    border-bottom: 10px solid #ffffff1a;
}

#margin_left {
    padding-left: 50px;
}

@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: 35px;
    }

    #margin_left2 {
        padding-left: 13px;
        padding-top: 15px;
    }

    #margin_left3 {
        padding-top: 20px;
    }

    .text_left {
        text-align: center;
        font-size: 15px;
        margin-bottom: 0;
    }

    .social-icons {
        justify-content: center;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #footer_background {
        padding-right: 70px;
        padding-left: 70px;
    }
    
    #margin_left2 {
        padding-left: 50px;
        padding-top: 20px;
    }
    
    #margin_left3 {
        padding-top: 20px;
    }

    .text_left {
        text-align: left;
    }
}