/* ---------------------- Footer CSS Start ----------------------------- */
.site-footer {
    background: var(--bg-site-footer);
    padding: 50px 0px 50px;
}

.footer-middle {
    padding-bottom: 0px;
    background: #151515;
    background-size: 50%;
}

.footer-middle {
    padding-bottom: 0px;
}

.social-footer {
    margin-top: 30px;
    margin-bottom: 18px;
}

    .social-footer ul {
        margin: 0;
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-footer ul {
        text-align: left;
        justify-content: left;
    }

.footer-middle ul li p span {
    line-height: 22px;
}
.social-footer ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.social-footer .social li {
    background: var(--bg-white);
}

.social-footer ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin: 0px 8px 10px 0;
}

.site-footer h6.footer-heading {
    font-size: var(--font-size--h6);
    font-weight: var(--font-medium);
    color: var(--color-white);
    margin: 0px 0 20px;
    line-height: normal;
    letter-spacing: var(--letter-spacing);
    border-bottom: 1px solid #ffffff73;
}
.site-footer ul li {
    list-style: none;
    line-height: 26px;
    margin-bottom: 0.25em;
}
    .site-footer ul li a {
        font-size: var(--font-sm);
        letter-spacing: var(--letter-spacing);
        color: var(--color-white);
        display: block;
        width: 100%;
    }
        .site-footer ul li a span {
            display: block;
            width: 100%;
        }
footer.site-footer .information ul li strong {
    float: left;
}
footer.site-footer .information ul li a {
    text-indent: -25px;
    margin-left: 50px;
}
    footer.site-footer .information ul li a.ftr-address {
        text-indent: 0px;
        margin-left: 0px;
        line-height: 22px;
    }
.site-footer .sub-tit {
    letter-spacing: 0;
    margin: 8px 0 19px 0;
    display: block;
    width: 100%;
    line-height: 20px;
}


.footer-bottom address a,
.footer-bottom address,
.site-footer a span, .sub-tit span, ul li a {
    color: var(--color-white);
    font-weight: normal;
}

.footer-middle ul.category-2 {
    margin-top: 0px;
}



.lft-br {
    border-left: 1px solid #fafafa33;
    height: auto;
    padding-left: 15px;
    min-height: 355px;
    max-height: 250px;
}

.social li {
    background: #a5afbf;
    border-radius: 50%;
}

.social .Facebook:hover {
    background: #4a73bd;
}

.social .Twitter:hover {
    background: #46b0e2;
}

.social .Rss:hover {
    background: #f9bc2e;
}

.social .youtube:hover {
    background: #ea3b02;
}

.social .Pinterest:hover {
    background: #cc2127;
}

.social .Google-plus:hover {
    background: #ea3b02;
}

.social-footer ul li a .fa {
    color: #000 !important;
    background: #f5f5f5 !important;
}

footer .contact i {
    margin-right: 10px;
    color: var(--color-white);
    font-size: var(--font-lg);
    line-height: 22px;
}

footer ul.social li a i {
    color: var(--color-black);
    font-size: var(--font-lg);
    padding: 9px 9px;
}
.social-footer ul li a {
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    display: block;
    line-height: 22px;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
footer ul.contact li {
    margin-bottom: 15px;
}
footer ul.social li a:hover .fab {
    color: var(--color-white);
}

footer .contact p {
    text-align: left;
    display: flex;
    align-items: start;
}

.site-footer a:hover, .site-footer a:hover span {
    color: var(--footer-ancher-hover);
}

.footer-policy div {
    border-right: solid 1px #fff;
}

.footer-top {
    border-bottom: 5px solid #fff;
    background: #ffe8e8;
}

    .footer-top .footer-policy div span {
        color: var(--color-white);
    }

.footer-bottom {
    background: var(--bg-row-copyright-footer);
    border-top: 1px solid #e1e1e1;
    padding: 13px 0px ;
}

    .footer-bottom address {
        color: var(--color-black);
        margin: 0;
    }

        .footer-bottom address a {
            color: var(--color-black);
        }

        .footer-bottom address a {
            color: var(--color-black);
        }

.footer-top .container {
    padding: 0;
}

.footer-middle ul {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
}

    .footer-middle ul li {
        line-height: 26px;
    }

.inner-form-subscribe {
    display: inline-block;
    width: 100%;
    background: var(--bg-white);
    padding: 12px 12px 19px;
    border: 1px dotted #9d9b9b;
}

.site-footer .inner-form-subscribe input {
    margin-right: 1px !important;
}

select.form-control {
    display: block;
    width: 100%;
    padding: 0.47rem 1.75rem 0.47rem 0.75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-white);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inner-form-subscribe input {
    background: transparent;
    padding: 6px 5px 7px;
    width: 100%;
    float: left;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #61656b;
    margin-right: 10px;
    color: #676767;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.site-footer .inner-form-subscribe .btn {
    width: 100%;
    margin-top: 3px;
    background: #b91321;
    color: var(--color-white);
}

.site-footer .inner-form-subscribe input {
    margin-right: 1px !important;
}

.site-footer .inner-form-subscribe .btn {
    width: 100%;
    margin-top: 3px;
    background: var(--bg-dark);
    color: var(--color-white);
}

.inner-form-subscribe .btn {
    border: solid 2px;
}

.inner-form-subscribe .btn {
    box-shadow: none;
    text-transform: uppercase;
    float: left;
    padding: 6px 15px;
    font-weight: var(--font-medium);
    line-height: initial;
    font-size: var(--font-xsm);
    margin-right: 0;
    vertical-align: inherit;
    letter-spacing: var(--letter-spacing);
}

.whats-app-div {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 20px;
}

    .whats-app-div a .fab {
        font-size: 28px;
        margin-right: 10px;
        color: var(--social-whatsapp);
    }
    .whats-app-div a {
        background-color: var(--bg-white);
        border: 1px solid #c8c8c84a;
        box-shadow: 1px -6px 6px #3333330d;
        border-bottom: none;
        color: var(--social-whatsapp);
        padding: 11px 12px;
        border-radius: 4px 4px 0px 0px;
        font-size: var(--font-sm);
        font-weight: var(--font-normal);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .whats-app-div a:hover {
            color: var(--color-white);
            background-color: #008000;
        }

.footer-bottom address.text-start {
    padding-left: 150px;
    margin: 0;
}
.social .Instagram:hover {
    background: #ea3b02;
}

.social .whatsapp:hover {
    background: #36db69;
}

.social .linkedin:hover {
    background: #369edb;
}

.social .VK:hover {
    background: #369edb;
}
/* ---------------------- Footer CSS End ----------------------------- */


/* -------------------------- Header Responsive Mobile Start ------------------------------ */
@media (min-width: 1280px) and (max-width: 1400px) {
    .footer-bottom address.text-start {
        padding-left: 200px;
    }


}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
        padding: 0 30px !important;
    }
    .site-footer h6.footer-heading {
        font-size: 14px;
    }
    .footer-bottom address a, .footer-bottom address, .site-footer a span, .sub-tit span, ul li a {
        color: var(--color-white);
        font-weight: normal;
        font-size: 12px;
    }
    .site-footer ul li a {
        font-size: 12px;
    }
    .site-footer ul li a {
        width: 80%;
    }
    }


 
    @media (min-width: 768px) and (max-width: 991px) {
        .site-footer ul li a {
            width: 84%;
        }

        .site-footer h6.footer-heading {
            text-align: left;
        }


        .social-footer ul {
            text-align: left;
            justify-content: left;
        }
    }

    @media (max-width: 767px) {

        .services-blockquote-footer {
            width: 130px;
            margin: 20px auto auto;
        }
    }

    @media only screen and (min-width: 481px) and (max-width: 767px) {
        .site-footer ul li a {
            width: 85%;
        }

        .footer-bottom address.text-start {
            padding-left: 15px;
            text-align: right !important;
        }

        .whats-app-div {
            left: 10px;
        }

        .lft-br {
            border-left: none;
            height: auto;
            min-height: auto;
            max-height: initial;
            padding-left: 5px;
        }

        .site-footer .f-col {
            margin-bottom: 30px;
        }

        .site-footer {
            padding: 30px 0px 10px;
        }
    }


    @media only screen and (min-width: 320px) and (max-width: 480px) {

        .lft-br {
            border-left: none;
            height: auto;
            min-height: auto;
            padding: 0;
            max-height: max-content;
            margin: 15px 0px;
        }

        .footer-bottom address.text-start {
            padding-left: 15px;
            text-align: right !important;
        }

        .whats-app-div a span {
            display: none;
        }

        .whats-app-div {
            bottom: 10px;
            left: 10px;
        }

            .whats-app-div a {
                background: var(--social-whatsapp);
            }

                .whats-app-div a .fab {
                    margin-right: 0;
                    color: var(--color-white);
                }
    }

    /* -------------------------- Header Responsive Mobile End ------------------------------ */
