﻿footer {
    position: relative;
    margin-top: 20px;
    width: 100%;
    direction: rtl;
    background: #abe7bb;
    float: right;
    font-size: 1.5rem;
    font-family: 'IRANSans';
}

    footer #contact .inner {
        width: 100%;
    }

.sec-foot {
    float: none;
    position: relative;
    max-width: 100%
}

footer .icon:before {
    font-size: 2rem;
}

footer #contact {
    position: relative;
    flex-direction: row;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.social-meida {
    text-align: center;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
}

.Infooter {
    width: 100%;
    padding: 5px 0;
    float: right;
    position: relative;
    padding-bottom: 3%;
}

.botfooter {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 60px;
    float: right;
    font-size: 1.2rem;
    background: #303032;
    color: var(--color--Theme--Base--Completement-1);
    display: block;
    clear: both;
    text-align: center;
}

    .botfooter a {
        color: #cacaca;
    }

.fcol {
    line-height: 2em;
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
}

    .fcol h4.ftitle {
        color: var(--color--Theme--Border--Active-1);
        font-size: 2em;
    }

    .fcol ul.ftitle {
        float: right;
        margin-bottom: 50px;
        text-align: right;
    }

        .fcol ul.ftitle li {
            float: right;
            width: 150px;
            padding: 10px 0 0 0;
        }

.socialPlace {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 345px;
    flex: 1 1 100%;
    padding: 0;
    border: 1px solid var(--color--Theme--Border--Active-1);
    background: var(--color--Theme--Base--Completement-1);
}
.AddressHeader {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    font-size: 1.5rem;
}

.support {
    font-size: 1.4rem;
}

.AddressHeader > span {
    display: flex;
    justify-content: center;
    font-weight: 500;
    padding: 5px 0;
    background: var(--color--CTA--Background--Primary-2);
    color: var(--color--Theme--Base--Completement-1);
    width: 100%;
}

.information__inner-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 100%;
}

.secondfoot {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: start;
    background: #d8dee8;
}

    .secondfoot.socialpart {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .secondfoot div {
        display: flex;
        overflow: hidden;
        flex-direction: row;
        align-items: center;
        padding: 7px 5px;
        justify-content: center;
        font-weight: 400;
        width: 100%;
    }

.information__inner-social h2 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}

.social__icon i {
    font-size: 1.8rem;
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.social__icon {
    margin: 5px 0;
    background: var(--color--Theme--Background--Primary-8);
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    padding: 7px 5px;
    justify-content: space-evenly;
    font-weight: 400;
    min-height: 106px;
    gap: 10px;
    width: 100%;
}

.information__inner-social > div:first-child {
    display: flex;
    justify-content: center;
    font-weight: 500;
    padding: 5px 0;
    background: var(--color--CTA--Background--Primary-2);
    color: var(--color--Theme--Base--Completement-1);
    width: 100%;
}

    .information__inner-social > div:first-child span {
        font-size: 1.5rem;
    }

.social__icon-background {
    display: inline-block;
    max-width: 11vw;
}

    .social__icon-background img {
        width: 100%;
    }

.greenboxfooter {
    margin: 0;
    background: var(--color--Theme--Base--Completement-1);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: start;
    padding: 7px 5px;
    justify-content: flex-start;
    font-weight: 400;
}

.telbox {
    padding: 5px;
    width: 100%;
    margin: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.greenboxfooter .row {
    display: flex;
    flex-direction: row !important;
}

.greenboxfooter .wa {
    color: var(--color--Theme--Border--Active-1);
    padding: 0 2px;
    font-size: 2.4rem;
    margin: 0 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.greenboxfooter .row a {
    border-bottom: 1px solid var(--color--Theme--Border--Active-1);
}
.scrowfooter {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-weight: 400;
}

.infoitem {
    align-items: center;
    justify-content: space-between;
    display: flex;
    text-align: unset;
    width: 100%;
}

#contact .inner .c-contact {
    flex-direction: column;
    display: flex;
    gap: 5px;
}

.c-contact {
    display: flex;
    justify-content: space-between;
}

    .c-contact > li {
        flex: 0 0 48%;
        display: flex;
        flex-direction: column;
    }
footer .number {
    direction: rtl;
}

footer .lightcolor {
    color: #64285e;
}
#contact .icon, #new-contact .icon {
    margin: 0 0.5em;
    color: var(--color--Theme--Border--Active-1);
}

#contact i {
    width: auto;
    float: right;
    font-size: 1.5em;
}