.footer {
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.footer .top-footer-links {
    padding: 80px 0;
    background-color: #020031d2;

}
.footer .top-footer-links .footer-col{
    margin-bottom: 30px;
}
.footer .top-footer-links .footer-col h5 {
    width: fit-content;
    color: #fff;
    font-family: 'Philosopher', sans-serif !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 20px;
    text-transform: uppercase;

}

.footer .top-footer-links .footer-col p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 24px;
}

.footer .top-footer-links .footer-col .social-icon {
    text-align: center;
}

.footer .top-footer-links .footer-col .social-icon p {
    text-align: center;
    margin-bottom: 14px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .top-footer-links .footer-col .social-icon svg {
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 5px;
}

.footer .top-footer-links .footer-col ul li {
    margin-bottom: 6px;
    font-size: 14px;
    padding-left: 6px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.footer .top-footer-links .footer-col ul li svg{
    margin-right: 6px;
    

}
.footer .top-footer-links .footer-col ul li a {
    color: #fff;
}

.footer .top-footer-links .google-map iframe{
    margin: 50px 0 0;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    border: 1px solid #fff;
    opacity: .6;
    filter: grayscale(100%);
    transition: all 0.4s;
}

.footer .top-footer-links .google-map:hover iframe{
    filter: grayscale(0);
    opacity: 1;
}

.footer .copyright{
    padding: 20px 0;
}
.footer .copyright p{
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.footer .copyright p a{
    color: #ff6600;
    font-weight: 600;
}

