.footer {
    background-color: #201e1d;
    color: white;
    font-size: 16px;
    padding: 60px 0 30px;
}
.footer a {
    color: white;
}
.footer a:hover {
    cursor: pointer;
    color: var(--yellow) !important;
}
.footer ul {
    list-style-type: none;
    padding-inline-start: 0;
}
.footer li {
    margin-bottom: 0.75rem;
}
.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-menu>div {
    max-width: 270px;
    margin-bottom: 2.5rem;
}
.footer-menu>div:not(:last-child) {
    margin-right: 3rem;
}
.footer-menu .details {
    display: block;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget ul li {
    margin-bottom: 15px;
}
.footer-widget ul li:last-child {
    margin-bottom: 0;
}
.footer-content .sg-socail {
    margin-bottom: 2rem;
    text-align: center;
}
.footer-content .sg-socail ul {
    flex-wrap: wrap;
}
.footer-content .sg-socail li,
.footer-content .sg-socail li a {
    width: 50px;
    height: 50px;
}
.footer-content .sg-socail li svg {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100%;
    fill: var(--border-color);
    border: 1px solid var(--border-color);
}
.footer-content .sg-socail li svg:hover {
    fill: var(--yellow);
    border-color: var(--yellow);
}
.footer-content .sg-socail li {
    margin-right: 15px;
    margin-bottom: 5px;
}
.footer-content .sg-socail li:last-child {
    margin-right: 0;
}
.footer ul {
    list-style-type: none;
    padding-inline-start: 0;
}
.footer .logo {
    max-width: 200px;
}
@media (max-width: 991px) {
    .footer {
        padding: 2rem 2rem 1.5rem;
    } 
    .footer-menu {
        flex-direction: column;
    }
    .footer-menu>div {
        margin-bottom: 0.75rem;
    }
    .footer-menu div.have_children .details::before {
        content: "\25BC";
        display: inline-block;
        margin-right: 0.5rem;
        transform: rotateZ(-90deg) scale(0.8);
    }
    .footer-menu div.have_children.open .details::before {
        transform: rotateZ(0deg) scale(0.8);
    }
    .footer-menu div.have_children ul {
        display: none;
    }
    .footer-menu div.have_children.open ul {
        display: block;
    }
}
@media (max-width: 575px) {
    .footer-content .sg-socail li {
        margin-right: 10px;
    }
    .footer-content .sg-socail li a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}
