
.footer-bg {
    background-color: #fdfdfd;
    position: relative;


}

.bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../../../assets/img/footer.png");
    background-position: center bottom !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-img-v2{
    background: transparent url("../../../assets/img/footer-bg-1.png") !important;
}

.footer-copyright{
    padding-top: 8px;
    background-color: #959595;
}


.footer-bg .mb-ftr{
    padding-bottom: 380px;
}

.footer-widget{
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 16px;
    color: #212529;
}
.ftr-icon-box{
    text-align: center;
}

.ftr-icon{
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 10px;
    font-weight: 300;
}

.icon-box-title{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ftr-address{
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.60;
    font-weight: 400;
    color:  #212529;
}

.ftr-data{
    font-size: 16px;
    line-height: 1.60;
    font-weight: 400;
    color:  #212529;
    margin-bottom: 20px;
}

.list-unstyled li {
    list-style: none;
    font-size: 18px;
}


.ftr-link-trans{
    color: #212529;
    text-decoration: none;
}


.social-icon{
    color: rgba(255, 255, 255, 0.75);
    background-color: rgb(33, 37, 41);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}


.social-icon svg{
    height: 1rem;
    display: block;
    position: relative;
    line-height: inherit;
    transition: all .3s ease;
}



.footer-copyright{
    position: relative;
    color:#212529;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 12px;
    font-family: 'Cute_Aurora_demo';
}

.copyright-links{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

.copyright-links li{
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid #212529;
}
.copyright-links li:first-child{
    border-left: 0;
    padding-left: 0;
}

.copyright-links li a{
    color: #212529;
    text-decoration: none;
}
.copyright-links li a:hover{
    color: #343b42;
}

.copyright {
    line-height: 26px;
}

@media (max-width: 991px) {
    .copyright {
        text-align: center;
    }
    .copyright-links{
        justify-content: center;
    }
}


.bf-text{
    font-weight: bold;
    color: #212529;
    text-decoration: none;
    margin-left: 5px;
}

.icon-sm{
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}

.color-fb:hover{
    background: #3b5998;
}

.color-youtube:hover{
    background: #d50a30;
}
.color-twitter:hover{
    background: #010101;
}
.color-instra:hover{
    background: #C13584;
}
.color-linkedin:hover{
    background: #0077B5;
}

.ftr-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .ftr-bottom {
        justify-content: center;
        flex-direction: column;
    }
}



@media (max-width: 767px) {
    .footer-logo {
        display: block;
    }
    .footer-logo a{
        display: flex;
        justify-content: center;
    }

    .footer-logo img {
        margin: 5px;
    }

    .footer-txt{
        border-left: 0;
    }
    .counter-area{
        padding-top:  30px;
        gap: 10px;
    }
    

}

.footer-icon{
    font-size: 14px;
    margin-bottom: 2px;
    margin-right: 3px;
}


.ftr-txt-title{
    color: #212529;
    font-weight: 600;
    line-height: 1.5;
    font-size: 28px;
    margin: 0 0 20px;
    font-family: 'Cute_Aurora_demo';
}



.footer-menu{
    padding: 0;
    margin: 0;
}

.footer-menu li{
    list-style: none;
    font-size: 18px;
    font-width: 600px;
    padding: 5px;
}

.footer-menu li a{
    color: #212529;
    text-decoration: none;
    margin-left: 4px;
    font-weight: 400;
}
.footer-menu li:hover a{
    color: #32373d;
}