#footer .col-5-custom {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
}

#footer h6 {
    color: #FF6600;
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

#footer ul li {
    padding: 5px 0;
}


#footer .footer-link {
    color: #fff; 
    text-decoration: none; 
}

#footer .footer-link:hover {
    color: #FF6600; 
    text-decoration: underline; 
}

#footer .nav-tabs .nav-link {
    color: #FF6600; 
    border-color: #FF6600;
}

#footer .nav-tabs .nav-link.active {
    background-color: #FF6600; 
    color: #fff; 
}

#footer .nav-tabs .nav-link:hover {
    background-color: rgba(255, 102, 0, 0.1); 
    color: #FF6600; 
}

.line{
  width: 100%;
  height: 1px;
  color: white;
  background-color: #5c5b60;
}


