
.footer-bg {
    background-color: #2e364f;
    border-top: 5px solid #ffffff26;
}

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

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

.footer-logo a{
    color: #ffffff80;
    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: #f1c77a;
}

.ftr-table{
    font-size: 18px;
    font-weight: bolder;
}




.footer-contact{
    background: url(../../assets/img/world-map.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}



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

.ftr-txt-title{
    font-size: 20px;
    font-weight: bold;
    color: #f1c77a;
    margin-bottom: 20px;

}

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


.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: #ffffff80;
    text-decoration: none;
}


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

.footer-menu li{
    list-style: none;
    font-size: 16px;
    font-width: 600px;
    padding: 6px 0;
}

.footer-menu li a{
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    margin-left: 4px;
    font-weight: 600;
}
.footer-menu li:hover a{
    color: #fff;
}


.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, .5);
    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,.1);
}
.copyright-links li:first-child{
    border-left: 0;
    padding-left: 0;
}

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

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


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

    .eng-by {
        text-align: center;
    }
}

.bf-text{
    font-weight: bold;
    color: #fff;
    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;
}