.footer-bg-btm {
    background-color: rgb(216 233 242);
}
.footer-bg-btm .footer-link ,.footer-bg-btm:hover .footer-link:hover {
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 14px;
    color: rgb(8 40 65);
}
.footer-text {
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 14px;
    color: rgb(55 139 204);
}
.footer-text img{
    width: 16px;
}

.footer-logo{ width: 120px;}


.footer-bg{
    background-color: rgb(8 40 65);
}
.contact-footer-txt{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 16px;
    color: #EBEBEB;
}
.footer-social-media{
    display: inline-flex;
    justify-content: flex-start;
}
.social-box,.social-box:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
}

.social-box.whatsapp{
    background-color: #86a451;
}
.social-box.facebook{
    background-color: #388acc;
}
.footer-link-title{
    font-family: ElMessiri-Bold,sans-serif;
    font-size: 16px;
}
.footer-link-title.green{
    color: #86a451;
}

.footer-link-title.blue{
    color: #388acc;
}
.footer-ul{
    list-style: none;
}
.footer-ul li{
    margin-top: 5px;
}
.footer-link,.footer-link:hover,.contact-txt,.contact-txt a{
    font-size: 14px;
    color: #EBEBEB;
}
.contact-icon{
    font-size: 15px;
    color: #388acc;
}
.copyright-txt{
    font-size: 14px;
    color: #EBEBEB;
}
.footer-border-top{
    border-top: 2px solid rgba(235, 235, 235, 0.3);
}


@media(max-width:900px){
    .footer-social-media {
        justify-content: center;
    }
}
