
.footer {
    color: #fff !important;
    background-color: none!important;
}
.footer .footer-content{
    background-color: #00a161!important;    
}
.footer .foot-wapper-001 {
    background-image: url(../images/footer-top.png)  no-repeat cover!important;
}
.footer .footer-content .list-unstyled a{
    font-weight: 500;
}
.footer .list-unstyled li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }
  
  .footer .list-unstyled li a:hover {
    /* white-space: normal;
    overflow: visible; */
  }