/** Footer Style */
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.section-footer.d-flex, .footer-left.d-flex{
    margin: 0 -15px;
}
.footer-title{
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #4954ff;
}
.about-us{
    margin: 0;
    padding: 0 15px;
}
.company-info .footer-title{
    color: #000;
    margin-bottom: 5px;
}
.company-info .footer-content p{
    margin-bottom: 0;
}
.social-title{
    font-size: 17px;
    padding-bottom: 7px;
}
.footer-social-list.d-flex{
    margin: 0 -5px;
}
.footer-social-list a{
    display: block;
    width: 25%;
    padding: 5px;
}
.footer-gov img{
    width: 70%;
    margin-left: -6px;
    padding: 10px 0;
}