@charset "UTF-8";
/*==============
    FOOTER START
===============*/
#footer{
    background: #26323F;;
    padding-bottom: 60px;
}
.footerContainerRow{
    padding-top:40px;
    display: flex;
    justify-content: space-around;
}
.footerLi{
    color: rgba(218,218,218,0.5);
    /* width: 25%; */

}
.footer-li-text{
    color: #FFFFFF;
    margin-top: 20px;
    
}
.qrCode {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-bottom: 20px;
}

.qrCode img {
    width: 235px;
    height: 230px;
}
.qrCode>div{
    flex: 1;
    text-align: center;
    color: #aaa;
    padding-top: 150px;
    font-size: 16px;
}
/*==============
    FOOTER START
===============*/