body {
    font-family: 'Rubik', sans-serif !important;
}

#footer_background {
    padding-right: 80px;
    padding-left: 80px;
    /* padding-bottom: 45px; */
    padding-top: 65px;
    background-color: #031440;
}

.widget_title {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19px;
    color: #fd7959;
    position: relative;
    padding: 0 0 12px 0;
}

@keyframes leftToRight {
    0%, 100% {
        left: 0px;
    }
    
    50% {
        left: 56px;
    }
}

.text_widget {
    font-family: 'Rubik', sans-serif !important;
    font-size: 15px;
    margin-bottom: 18px;
    color: #fff;
    transition: .5s;
}

.text_widget:hover {
    color: #fd7959;
    text-decoration: none;
    margin-left: 15px;
}

.paragraph_text {
    font-family: 'Rubik', sans-serif !important;
    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: "\f068";
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    margin-left: 0;
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: -2px;
}

ul {
    padding-left: 0rem !important;
}

a {
    text-decoration: none !important;
}

#copyright_padding {
    padding: 26px 0px 8px 0;
}

.text_left {
    color: #fff;
    font-family: 'Rubik', sans-serif !important;
    font-size: 15px;
}

.contact_text a {
    color: #fff !important;
    transition: .5s;
    font-size: 15px;
    font-family: 'Rubik', sans-serif !important;
}

.contact_text a:hover {
    color: #fd7959 !important;
}

#contact_icon {
    color: #fff;
}

#footer_bottom {
    padding: 30px 0;
    border-bottom: 1px dotted #5e5e5e;
}

#margin_left {
    padding-left: 50px;
}

.social-icons {
    display: flex;
    gap: 22px;
}

.social-icon {
    color: #fff;
    font-size: 25px;
    transition: .5s;
}

.social-icon:hover {
    color: #fd7959;
    font-size: 25px;
}

#social-right {
    justify-content: right;
    display: flex;
    align-items: center;
    margin-top: -17px;
}

@keyframes sway-left {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(-5deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

@keyframes sway-right {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(5deg); /* Rotate in the opposite direction */
    }
    100% {
        transform: rotateZ(0deg);
    }
}

@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;
        padding-top: 35px;
    }

    #margin_left3 {
        padding-top: 20px;
    }

    .text_left {
        text-align: center;
        font-size: 15px;
    }

    #footer_background::after {
        background-image: none;
    }

    #social-right {
        justify-content: center;
        margin-top: 0;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #footer_background {
        padding-right: 90px;
        padding-left: 90px;
    }
    
    #margin_left2 {
        padding-left: 50px;
        padding-top: 20px;
    }
    
    #margin_left3 {
        padding-top: 20px;
    }

    .text_left {
        text-align: center;
    }

    #social-right {
        justify-content: center;
        margin-top: 0;
    }
}