
.footer-main{
    background:#018b4d;
    color:#fff;
    padding:45px 0 20px;
}

.footer-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.footer-contact{
    font-size:18px;
    line-height:2;
}

.footer-contact i{
    width:28px;
    color:#fff;
}

.footer-contact a{
    color:#fff;
    text-decoration:none;
}

.footer-contact a:hover{
    color:#e8f9ef;
    text-decoration:underline;
}

.social-icons{
    text-align:center;
    margin-top:20px;
}

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border:2px solid rgba(255,255,255,.5);
    border-radius:50%;
    margin:0 8px;
    color:#fff;
    font-size:22px;
    transition:.3s;
}

.social-icons a:hover{
    background:#fff;
    color:#018b4d;
}

.footer-divider{
    border-top:1px solid rgba(255,255,255,.25);
    margin:35px 0 20px;
}

.footer-bottom{
    text-align:center;
    color:#fff;
    font-size:15px;
    line-height:1.8;
}

.footer-bottom a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.footer-bottom a:hover{
    text-decoration:underline;
}