/* Footer */
footer{
    background: #151B40;
    padding: 60px 0 80px;
}
.footer-widgets .widget_text:nth-child(1) .textwidget{
    padding-top: 90px;
}
footer h2{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid #444966;
    position: relative;
}
footer h2::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: -2px;
    left: 0;
    background-color: #FF8D00;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer ul.address li{
    padding-bottom: 20px;
}
footer ul.address li a i,
footer ul.address li a{
    color: #FF8D00;
}
footer ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
footer ul li a:hover,
footer ul li a{
    color: #fff;
}
footer ul li i{
    margin-right: 6px;
}
.footer-center ul li{
    padding-bottom: 12px;
}
.footer-center ul li:last-child{
    padding-bottom: 4px;
}
.footer-social ul{
    display: flex;
}
.footer-social ul li{
    padding-bottom: 0;
    margin-right: 10px;
}
.footer-social ul li:last-child{
    margin-right: 0;
}
.footer-social ul li a{
    width: 33px;
    height: 33px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social ul li i{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
footer .map_01{
    margin-bottom: 27px;
}
footer .map_01 .textwidget_img{
    display: flex;
    margin-bottom: 13px;
}
footer .map_01 img{
    border-radius: 15px;
    width: 100%;
}
.mxh{
    position: fixed;
    bottom: 50px;
    left: 50px;
}
.mxh ul{
    list-style: none;
    padding-left: 0;
}
.mxh ul li{
    margin-bottom: 4px;
}