.footer-section {
    position: relative;
    background-color: #111111;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/marble_720.png);
    display: inline-block;
    opacity: .1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-section .container {
    position: relative;
}

.footer-section .top-logo-section {
    padding: 70px 0;
    position: relative;
}

.footer-section .footer-logo img {
    width: 320px;
    height: 90px;
    background-color: #fff;
    padding: 10px;
}

.footer-section .input-section {
    position: relative;
}

.footer-section .input-section input {
    border-radius: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer-section .input-section input::placeholder {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.footer-section .input-section input:focus {
    box-shadow: none;
}

.footer-section .input-section svg {
    position: absolute;
    top: 0;
    font-size: 22px;
    right: 10px;
    transform: translateY(-50%1);
    color: #fff;

}

.footer-section .footer-links .footer-col {
    margin-bottom: 30px;
}

.footer-section .footer-links .footer-col .heading {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Philosopher", sans-serif !important;
    margin-bottom: 20px;

}


.footer-section .footer-links .footer-col p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 30px;

}

.footer-section .footer-links .social-icon {
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dotted rgba(255, 255, 255, 0.6);
}

.footer-section .footer-links .social-icon svg {
    padding: 10px;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.footer-section .footer-links .social-icon svg:hover {
    background-color: #fff;
    color: #30373f;

}

.footer-section .footer-links ul li {
    margin-bottom: 10px;

}

.footer-section .footer-links ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    transition: all 0.3s;
    text-transform: capitalize;
}

.footer-section .footer-links ul li svg {
    margin-right: 10px;
    color: #fff;
}

.footer-section .footer-links ul li a:hover {
    color: #fff;
}


.footer-section .copyright {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
}

.footer-section .copyright p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.footer-section .copyright p a {
    font-weight: 600;
    color: #ff6600;
}



@media (min-width:768px) and (max-width:992px) {
    .footer-section .footer-logo img {
        width: 280px;
        height: 80px;

    }
}

@media (max-width:768px) {
    .footer-section .footer-logo img {
        width: 260px;
        height: auto;
        margin-bottom: 40px;
    }
}