
/** Footer **/

#footer {
    color: #FFF;
    background: #004AAF;
}
#footer a {
    color: #FFF;
    font-size: 14px;
    padding: 0;
}
#footer a:hover{
    color: #ffb600;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-top .col{
    padding-bottom: 20px;
}
.footer-top .widget {
    padding: 0;
    margin-bottom: 0;
}
.footer-widgets-aside ul.menu li + li {
    border-top: none;
}
.footer-top ul.menu > li{
    border: none;
}
.footer-top ul.menu > li a{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
}
.footer-top a.button{
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 20px;
    background: transparent;
}
#footer a.button:hover{
    background: #ffb600;
    color: #fff;
    box-shadow: none;
}
.footer-top .row_01{
    padding-top: 60px;
    border-top: 1px solid #ffffff;
}
.footer-top .ux-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: unset;
    gap: 20px;
}
.footer-top .ux-menu .ux-menu-link{
    position: relative;
}
.footer-top .ux-menu .ux-menu-link:last-child::before{
    content: "";
    position: absolute;
    top: 4px;
    left: -10px;
    height: 15px;
    width: 1px;
    background-color: #ffffff;
}
.footer-top .social-icons{
    margin-bottom: 15px;
}
.footer-top .social-icons a{
    margin: 0 10px !important;
}
.footer-top .social-icons a:first-child{
    margin-left: 0 !important;
}
.footer-widgets-aside ul li {
    margin: 0;
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.footer-wrapper .widget .widget-title{
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    line-height: 26px;
    letter-spacing: 0;
}
.footer-wrapper p{
    margin-bottom: 1.5em;
    line-height: 26px;
    font-size: 14px;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #003E93;
    display: none;
}
#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: #ffb600;
}