
:root {
    /* Primary Colors */
    --bg-dark-color: #2C2C2C;

}

/* Break Point */
footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-dark-color);

}

.paragraph {
    color: white;
}

.footer-parent {
    width: 80% !important;
    flex-direction: column;
    height: 90%;
    display: flex;
}

.footer-child-col {
    display: flex;
    flex-direction: column;

}

.footer-nav-link {
    text-decoration: none;
}

.footer-bottom-area {
    border-top: 1px solid #dadada;
    align-items: center;
    display: flex;
    margin-top: 23px;
    justify-content: space-between;
}

.footer-bottom-area > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.footer-bottom-area > div > ul > li {
    display: inline-block;
    margin: 10px;
}

.social-media-icon {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-area > div > ul > li > a {
    text-decoration: none;
}

.footer-topic {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 9px;
    margin: 15px 0px 0px 0px;
}

.footer-image {
    width: 85%;

}

.footer-social-image {
    width: 50%;
}

@media all and (max-width: 1026px) {
    footer {
        text-align: center;
    }

    .extreamPara_footer {
        padding-right: 0px !important;
    }

    .company-logo-light {
        display: inline;
    }

    .footer-bottom-area > div {
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .footer-social-image {
        width: 42%;
    }

    .social-media-icon {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .footer-social-image {
        width: 40px;
    }

    .footer-image {
        height: 27px;
        width: auto;
    }

    .social-media-icon {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/*# sourceMappingURL=footer.css.map */
