.footer-banner-image{
    /* background-image: url(./assets/img/banner/banner-img-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: #232122;
    height: auto;
    margin-top: -7px;
    border-top: 4px solid #fd8623;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

/* .footer-banner-image-overlay{
    height: auto;
    background-color: rgba(0, 0, 0, 0.842);
} */

.footer-company-style{
    display: grid;
}

.footer-company-style-one{
    color: #fff;
    text-decoration: none;
}

.footer-company-style-one:hover{
    color: #fd8623;
}

.mds-style{
    color: #fd8623;
}

.footer-icon-style {
    border: 2px solid #fd8623;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.footer-icon-style:hover {
    background-color: #fd8623;
    color: #232122;
    transition: 0.7s;
}

.footer-icon-style-one {
    text-decoration: none;
    color: #fff;
}

.footer-icon-style-one:hover {
    color: #232122  ;
}