#footer_background {
    background-color: #101828;
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 10px;
}

.widget_title {
    font-family: 'Jost', Sans-Serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: calc(var(--has-theme-content-spacing, 1)*(.3em + 10px));
}

#margin_left {
    padding-left: 50px;
}

.text_widget {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    transition: .5s;
}

.paragraph_text {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    transition: .5s;
}

.fa-arrow-list {
    list-style: none;
}

.fa-arrow-list li {
    position: relative;
    padding-left: 1.5rem;
}

.fa-arrow-list li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #FFFFFF;
}

ul {
    padding-left: 0rem !important;
}

a {
    text-decoration: none !important;
}

.text_widget:hover {
    color: #5c30fd !important;
    text-decoration: none !important;
}

.text_left {
    color: #ffffff;
    font-family: 'Jost', sans-serif;
}

.text_right {
    text-align: right;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
}

.contact_text a {
    color: #FFFFFF;
    transition: .5s;
    font-family: 'Jost', sans-serif;
}

.contact_text a:hover {
    color: #5c30fd;
}

#contact_icon {
    color: #FFFFFF;
}

.social-icon {
    color: #ffffff;
    font-size: 18px;
    transition: .5s;
}

.social-icon:hover {
    color: #5c30fd;
    font-size: 18px;
}

.social-icon2 {
    color: #ffffff;
    font-size: 18px;
    padding-left: 18px;
    transition: .5s;
}

.social-icon2:hover {
    color: #5c30fd;
    font-size: 18px;
    padding-left: 18px;
}

.footer_border {
    border-top: 1px dotted #b6b6b615;
    margin-top: 40px;
    padding-bottom: 25px;
}

@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: 40px;
    }

    #margin_left2 {
        padding-left: 13px;
        margin-top: 30px;
    }

    .text_left {
        text-align: center;
        font-size: 13px;
    }

    .text_right {
        text-align: center;
        font-size: 13px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #margin_left2 {
        padding-left: 15px;
    }

    .text_left {
        text-align: center;
    }

    .text_right {
        text-align: center;
    }
}