.footer-area.footer-3 {
    background: rgb(40,13,77);
    background: linear-gradient(90deg, rgba(40,13,77,1) 0%, rgba(15,8,73,1) 49%, rgba(29,9,57,1) 100%);
}

.footer-3 #page-footer a{
    color:#ffffff;
}
.footer-3 #page-footer{
    text-align: center;
}

.footer-3 .footer-navigation{
    color:#ffb200;
}




.footer-3 .footer-lists {
    position: relative;
    list-style: none;
    margin-left: -35px;
}

.footer-3 .footer-lists li {
    position: relative;
    margin-bottom: 8px;
}

.footer-3 .footer-lists li a {
    position: relative;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-3 .footer-lists li a:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 1px;
    line-height: 1em;
    color: #ffb200;
    font-family: 'FontAwesome';
}

.footer-3 .footer-lists li a:hover {
    color: #ffb200;
}
