.footer {
    color: var(--white-color);
    /* background-image: url(./images/background-image/footer-bg.jpg); */
    background-color: black;
    background-position: 0 0;
    -webkit-box-shadow: 0 -2px 4px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 -2px 4px 2px rgb(0 0 0 / 10%);
    padding: 50px 20px;
    color: white !important;
    font-family: 'Open Sans', sans-serif !important;
}

.footer .footer-title h5 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    position: relative;
}

.footer .footer-title h5::after {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 40px;
    height: 4px;
    margin-left: -20px;
    /* background-color: var(--red-color); */
    background-color: red;
    content: "";
}

.footer-logo {
    height: 80px;
    margin-bottom: 10px;
}

.footer .footer-add {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    margin-bottom: 10px;
    color: white;
}

.footer-mail {
    color: var(--yellow-color);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.footer-mail:hover {
    text-decoration: none;
    color: var(--yellow-color);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.footer-phone-div {
    margin-top: 10px;
}

.footer-phone {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

.footer-phone:hover {
    text-decoration: none;
    color: var(--white-color);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.footer .footer-catalog {
    list-style-type: square;
    margin-left: 18px;
}

.footer .footer-catalog li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: 0.3px;
}

.footer .footer-catalog li a:hover {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.footer-industries-img {
    height: 45px;
    width: 55px;
    object-fit: cover;
}

.footer .industries-ul {
    list-style: none;
}

.footer .industries-ul li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: 0.3px;
}

.footer .industries-ul li a:hover {
    border-bottom: 1px dotted #ffffff;
}

.footer .industries-ul li p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 100;
    color: #d5d5d5;
    font-style: italic;
}

.footer .industries-ul li i {
    position: absolute;
    right: 0;
    top: 10px;
    color: #d5d5d5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    padding: 5px 10px;
}

.footer .industries-ul li i:hover {
    color: var(--white-color);
}

.footer-carousel ul {
    list-style: none;
}

.footer-carousel ul li a {
    height: 60px;
    width: 80px;
    overflow: hidden;
    display: flex;
    float: left;
    padding: 2px;
}