
#footer_background {
    height: auto;
    padding-right: 130px;
    padding-left: 130px;
    /* padding-bottom: 45px; */
    padding-top: 65px;
    /* background: linear-gradient(to bottom, #F5AD41 0%, #ffffff 100%); */
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.widget_title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
    position: relative;
    padding: 0 0 12px 0;
}

.widget_title::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.widget_title::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #11396a;
    outline: 4px solid #fff;
    border-radius: 50%;
    bottom: -1px;
    left: 4px;
    animation: leftToRight infinite 5s linear;
}

@keyframes leftToRight {
    0%, 100% {
        left: 0px;
    }
    
    50% {
        left: 56px;
    }
}

.social-icon {
    color: #fff;
    font-size: 18px;
    transition: .5s;
}

.social-icon:hover {
    color: #81ca00;
    font-size: 18px;
}

.social-icon2 {
    color: #fff;
    font-size: 18px;
    padding-left: 18px;
    transition: .5s;
}

.social-icon2:hover {
    color: #81ca00;
    font-size: 18px;
    padding-left: 18px;
}

#footer_bottom {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #dfe0e6; */
}

#margin_left {
    padding-left: 50px;
}

.text_widget {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    transition: .5s;
}

.text_widget:hover {
    color: #81ca00 !important;
    text-decoration: none !important;
}

.paragraph_text {
    font-family: 'Raleway', sans-serif;
    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;
}

.admin_button {
    background-color: #81CA00;
    color: #11396a;
    border: none;
    font-family: 'Quicksand', sans-serif;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: .5s;
}

.admin_button:hover {
    background-color: #fff;
    color: #11396a;
}

#copyright_padding {
    padding: 26px 0px;
}

.text_left {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.contact_text a {
    color: #fff !important;
    transition: .5s;
    font-family: 'Raleway', sans-serif;
}

.contact_text a:hover {
    color: #81ca00 !important;
}

#contact_icon {
    color: #fff;
}

@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;
    }

    .text_left {
        text-align: left;
        font-size: 13px;
    }

    #footer_background::after {
        background-image: none;
    }
    
    #backToTopBtn {
        bottom: 25px;
        right: 5px;
    }
    
    .shinning_stars {
        font-size: 24px;
    }
    
    .achievement-btns.achievement-selected {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
    #footer_background {
        padding-right: 90px;
        padding-left: 90px;
    }
    
    #margin_left2 {
        padding-left: 50px;
    }

    .text_left {
        text-align: center;
    }
}