﻿.cu-parent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

    .cu-parent > .cu-header {
        color: var(--yellow);
        font-family: Sarvenaz;
        display: inline-block;
        position: relative;
        font-size: 35px;
        margin-bottom: 35px;
        visibility: visible;
    }

.cu-master {
    background-color: #fff;
    padding-top: 100px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    flex-direction: column;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
}

.cu-head1 {
    color: var(--yellow);
    font-size: 35px;
    visibility: visible;
    width: 45px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px solid var(--yellow);
    margin-right: -55px;
    position: absolute;
}

.cu-head2 {
    position: absolute;
    color: var(--yellow);
    font-size: 35px;
    visibility: visible;
    width: 45px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px solid var(--yellow);
    margin-right: 10px;
}

.cu-head3 {
    position: absolute;
    color: var(--yellow);
    font-size: 35px;
    visibility: visible;
    width: 45px;
    height: 2px;
    top: 13%;
    margin-top: -1px;
    border-bottom: 2px solid var(--yellow);
    margin-right: 10px;
}

.cu-head4 {
    font-family: 'B Nazanin' !important;
}


.cu-title2 {
    color: #000;
    font-size: 45px;
    margin-bottom: 60px;
    font-family: 'B Nazanin';
    margin-top: 2px;
    line-height: 50px;
}

.cu-parent-call {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

    .cu-parent-call > .cu-header {
        color: var(--yellow);
        font-family: Sarvenaz;
        display: inline-block;
        position: relative;
        font-size: 25px;
        margin-bottom: 35px;
        visibility: visible;
        width: 30%;
        min-width: 300px;
        text-align: right;
    }

        .cu-parent-call > .cu-header > div {
            color: var(--black);
            font-size: 25px;
            margin-top: 15px;
        }

            .cu-parent-call > .cu-header > div > i {
                color: var(--yellow);
                font-size: 20px;
                margin-left: 7px;
            }

.cu-parent-adr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: right;
    margin-right: 50px;
    margin-top: 10px;
}

    .cu-parent-adr > .cu-header {
        color: var(--yellow);
        font-family: Sarvenaz;
        display: inline-block;
        position: relative;
        font-size: 25px;
        margin-bottom: 35px;
        visibility: visible;
        width: 90%;
        min-width: 300px;
        text-align: right;
    }

        .cu-parent-adr > .cu-header > div {
            color: var(--black);
            font-size: 25px;
            margin-top: 15px;
        }

            .cu-parent-adr > .cu-header > div > i {
                color: var(--yellow);
                font-size: 20px;
                margin-left: 7px;
            }

        .cu-parent-adr > .cu-header > .cu-adr {
            line-height: 40px;
            color: var(--black);
            font-family: 'B Nazanin';
            font-size: 24px;
        }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.cu-parent-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
}

    .cu-parent-map > div {
        width: 50%;
        max-width: 600px;
    }

.cu-parent-message {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
}

.cu-message {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .cu-message > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
