  /* Footer Styles */
  .footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
}

.footer h5 {
    color: #f8b400;

}

.footer .footer-link {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-link:hover {
    color: #f8b400;
}

.footer .social-icon {
    font-size: 18px;
    color: #bbb;
    transition: color 0.3s ease;
}

.footer .social-icon:hover {
    color: #bb2ec5 !important;
}

.footer p {
    margin-bottom: 5px;
}
.col-md-4{
    text-decoration: none;
}
.footer i:hover {
    color: #ffffff;
    margin-right: 10px;
    width: 16px;
}