/* Header Footer CSS for all inner pages last modified on 23-03-2023 at 13:27 Hours */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.8;
    font-weight: 500;
    color: #5e6162;
    letter-spacing: .03125rem;
}

.top-bar {
    width: 100%;
}

/* Footer section CSS starts below :- */

div.social-media {
    display: none !important;
}

.footer-wrapper section.footer article.footer-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-wrapper section.footer article.social-media {
    background-color: #fff;
}

.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item {
    display: flex;
    max-width: 7%;
    justify-content: space-evenly;
}

.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item img.icon-images {
    transition: ease-in-out 0.25s;
    /* filter: grayscale(100%); */
    width: 70%;
}

.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item img.icon-images:hover,
.footer-wrapper section.footer article.footer-flex-container a.footer-icon-wrapper-item img.icon-images:focus {
    filter: grayscale(0%);
    transition: ease-in-out 0.25s;
    transform: scale(1.2);
}

.footer-wrapper .footer .footer-box h4 {
    margin-bottom: 30px;
    font-size: 22px;
}

.footer-wrapper .footer .footer-box ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.footer-wrapper .footer .footer-box ul li.no-bullet {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-wrapper .footer .footer-box ul li.no-bullet a {
    color: #fff;
    font-weight: 500;
}

.footer-wrapper .footer .footer-box p {
    font-size: 14px;
    line-height: 1.3;
}

.footer-bottom .copyrightCont #copyright a {
    color: #fff !important;
    font-weight: 500;
    margin-left: 4px;
}