/* Footer */

.footer_sect {
    background-color: #2A3336;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.ftr_logo {
    margin: auto;
    padding: 10px 15px;
    /* background-color: white; */
    border-radius: 4px;
    max-width: fit-content;
}

.ftr_logo img {
    max-height: 75px;
}

.footer .tagline {
    text-align: center;
    font-weight: 600;
    margin-top: 8px;
    font-size: 16px;
}

.footer .tagline h3 {
    font-size: 1.5rem;
}

.footer .tagline a {
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0.9;

}

.footer .keywords {
    text-align: center;
    margin: auto;
    margin-top: 8px;
    font-size: 16px;
    opacity: 0.5;
    max-width: 70%;
}

.cprt_links span {
    display: inline-block;
    width: 12px;
    text-align: center;
}

.footer hr {
    opacity: 0.2;
    margin: 30px 0;
}

.footer_data_cont {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Footer Small Details Div */
.sm_detials {
    flex: 1 0 100% !important;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.social_links {
    padding: 20px 0px;
    display: flex;
    justify-content: space-evenly;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.social_link {
    width: 40px;
    display: block;
}

/* Footer Links Container */
.footer_links_cont {
    flex: 1 0 66%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft_links_dv h4 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .links_dv a {
    display: block;
    margin: 10px 0;
}

.footer .links_dv i {
    font-size: 18px;
    margin-right: 8px;
}

.cprt_dv {
    text-align: center;
}