/* 
Theme Name: 阳光援助
Description: NDIS残疾人和老年人护理服务主题
Version: 1.0
*/


/* 底部样式 */
.footer-area {
    padding: 100px 0 0;
    background: var(--text-color);
    color: var(--light-color);
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-logo img {
    max-height: 50px;
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    color: var(--light-color);
    border-radius: 50%;
    margin-right: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    margin-left:80px;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a {
    color: var(--light-color);
    text-decoration: none;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    margin-left: 80px;
}

.footer-contact li {
    margin-bottom: 20px;
    /*padding-left: 30px;*/
    position: relative;
}

.footer-contact li i {
    position: absolute;
    left: -25px;
    /*top: 5px;*/
    color: #fff;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.row1 {
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    color: #fff;
    justify-content: space-around;
}
.row1 a {
    color: #fff;
}

.footer-widget h4 {
    color: #fff;
    margin-left: 80px;
    font-size: 16px;
}

.footer-widget-address h4 {
    color: #fff;
    margin-left: 52px;
    font-size: 16px;
}

.widget-title-address {
    color: #fff;
    
}

.cta-wrap {
    padding: 60px 0 70px 70px;
    border-radius: 20px;
    margin-bottom: -30px;
    z-index: 2;
    width: 1260px;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    right: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    /*bottom: 300px;*/
}

.footer-area {
    padding: 100px 0 0;
    background: var(--text-color);
    color: var(--light-color);
}

.col-lg-3 {
    flex: 0 0 auto;width: 25%;
}
.footer-widget{
    padding: 10px;
}
.footer-social{
    padding-top: 20px;
}


.footer-social i{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    /* line-height: 1; */
    text-align: center;
}

.footer-contact i{
    padding-right: 5px;
}