.footer-bg {
    background-color: #1C1C1C;
}

.footer-widget{
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 16px;
    color: #e9ecef
}

.footer-logo {
    padding-bottom: 10px;
}

.footer-logo a{
    color: #e9ecef;
    text-decoration: none;
}

.footer-txt{
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: left;
}

.footer-logo img{
    height: 100px;
    width: 110px;
}

.footer-info{
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}
.border-light{
    border-color: rgb(237 196 123 / 33%) !important;
}

.footer-title-color{
    color: #e9ecef
}


.txt-bld{
    font-weight: 700;
}

.ftr-txt-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ftr-address{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.50;
    font-weight: 400;
    color: rgba(220, 223, 225, 0.93);
}

.ftr-data{
    padding: 0;
    margin: 0;
}


.post-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    color: rgba(255, 255, 255, .75);
}

.footer-post{
    margin: 10px 0;
}

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

.ftr-link-trans:hover {
    color: rgba(255, 255, 255, .9);
}


.footer-logo .comp-name{
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 1px;
    color: #7b6ed6;
}

.footer-logo  .comp-copyright{
    letter-spacing: 3px;
    color: rgba(255,255,255,0.2);
}


.social-icon{
    color: rgba(255, 255, 255, 0.75);
    background-color:#ffffff40;
    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{
    color: rgba(255, 255, 255, .7);
    background-color: rgba(0, 0, 0, .2);
    padding: 2rem 0;
    font-size: 14px;
    line-height: 1.6;
}

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

.copyright-links li{
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.copyright-links li:first-child{
    border-left: 0;
    padding-left: 0;
}

.copyright-links li a{
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}
.copyright-links li a:hover{
    color: rgba(255, 255, 255, .9);
}

.copyright {
    text-align: center;
    line-height: 30px;
}
.eng-by {
    text-align: center;
    line-height: 30px;
}

.bf-text{
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    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;
}


@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;
}