footer {
    background: var(--black);
    padding: 60px 0 0px 0;
    position: relative;
}

footer::before {
    position: absolute;
    content: "";
    background: url(../images/1111.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

footer::after {
    position: absolute;
    content: "";
    background: url(../images/shape3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 252px;
    height: 100%;
    top: 0;
    z-index: 5;
    filter: grayscale(1);
    transform: scale(-1);
    opacity: 0.2;
}

footer .row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1.4fr;
}

footer .footer-logo p {
    font-size: 16px;
    color: #c4c4c4;
    padding: 15px 0;
    font-weight: 300;
}

footer .footer-logo img {
    width: 270px;
    /* background: #fff; */
    padding: 10px;
}

.main-footer p {
    text-align: justify;
}

.main-footer .footer_link {
    margin-left: 60px;
}

footer .footer-nav-link-menus li a {
    position: relative;
    padding-left: 15px;
}

footer .footer-nav-link-menus li a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/footer-link-right-arrow.svg);
    left: 0;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.main-footer .footer_link.footer_email {
    margin-left: 0;
}

.footer_link ul {
    list-style: none;
    padding: 0;
}

footer .address_time {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #454545;
}

.footer_link ul li span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.footer_link ul li a {
    color: #c4c4c4;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 2.5;
    text-transform: capitalize;
}

.bottom-footer .container {
    border-top: 1px solid #000;
    padding: 20px 0;
}

.bottom-footer_socials ul {
    list-style: none;
    display: flex;
    float: right;
    margin: 0;
}

.bottom-footer_socials ul li a svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.bottom-footer {
    background: #F5F5F5;
}

.bottom-footer_text p {
    color: var(--white);
    margin: 0;
}

.bottom-footer_socials ul li a {
    margin: 10px;
}

.footer_link form .email {
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}

.footer_link form .submit {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: none;
    margin-top: 10px;
}



footer .address ul li a i {
    margin-right: 8px;
    font-size: 16px;
}

footer .follow-us-social-media ul li a i {
    margin-right: 0px;
}

footer .address ul li a {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: auto 1fr;
}

footer .footer-nav-link .business_time_text {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    color: #c4c4c4;
}

footer h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white);
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 16px;
    letter-spacing: 0.1px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 12px;
}

footer ul li a {
    /* color: #9e9e9e; */
    color: #c4c4c4;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.4s;
}

footer ul li:hover a {
    color: var(--white);
    text-decoration: none;
}

.follow-us-social-media ul li:hover a {

    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.address h6 {
    font-size: 16px;
    color: var(--white);
    margin: 22px 0 10px 0;

}

.follow-us-social-media ul {
    display: flex;
}

.follow-us-social-media ul li {
    margin-right: 12px;
}

footer .follow-us-social-media ul li a {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background: var(--orange);
    transition: all 0.3s;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e114;
}

.follow-us-social-media {
    margin-left: 30px;
}

.follow-us-social-media ul li a svg {
    fill: #fff;
    transition: all 0.3s;
}

.follow-us-social-media ul li:hover a svg {
    fill: var(--orange);
}

.footer-copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #2a2a2a;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    background-color: var(--black);
}

.footer-copyright p {
    font-size: 16px;
    color: var(--white);
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
}

.footer-copyright p a {
    color: var(--white);
    font-weight: 300;
}

footer {
    overflow: hidden;
}


@media screen and (max-width: 991px) {
    .footer_logo img {
        max-width: 40%;
        margin-bottom: 30px;
    }

    .main-footer .footer_link {
        margin-left: 0;
    }

    footer {
        padding: 50px 0 20px 0;
    }

    footer .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .row .grid_div_block {
        margin-bottom: 15px;
    }

    .footer-copyright {
        margin-top: 40px;
    }
}



@media screen and (max-width: 767px) {
    footer .row {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    .bottom-footer {
        text-align: center;
    }

    .bottom-footer_text {
        margin-bottom: 20px;
    }

    .bottom-footer_socials {
        margin: auto;
        display: inline-block;
    }

    footer .row .grid_div_block {
        margin-bottom: 14px;
    }

    footer .row .grid_div_block .footer-nav-link.address {
        border: 0 !important;
    }

    .footer-copyright {
        margin-top: 30px;
    }

    footer .address_time {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #00000000;
    }

    footer {
        padding: 50px 0 0px 0;
    }

}