/** {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Droid Arabic Kufi";
}

html,
body {
    overflow-x: hidden;
}
*/
ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none;
}
/*
body::before {
    content: "";
    background-image: url('../images/kafo-background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.06;
    z-index: 0;
}

header {
    height: 90px;
    background-color: #d8a800;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/

.section-1,
.section-2 {
    display: flex;
    flex-direction: column;
}

    .section-1 .title h6,
    .section-2 .title h6 {
        font-size: 34px;
        font-weight: 700;
        color: #626262;
        margin: 2rem 0 5rem;
        text-align: start;
    }

    .section-1 .header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #6b6b6b;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

        .section-1 .header h6 {
            font-size: 2.2rem;
            font-weight: 800;
            color: #ffffff;
            margin: 0;
        }

        .section-1 .header p {
            font-size: 1.2rem;
            font-weight: 500;
            color: #c8c8c8;
            margin: 0;
        }

    .section-1 .details,
    .section-2 .details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .section-1 .details h4,
        .section-2 .details h4 {
            font-size: 2rem;
            font-weight: 700;
            color: #d8a800;
            margin-bottom: 0.5rem;
        }

        .section-1 .details p,
        .section-2 .details p {
            font-size: 1.2rem;
            font-weight: 500;
            color: #2d2d2d;
            margin: 0;
            text-align: start;
        }

        .section-1 .details .content,
        .section-2 .details .content {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding: 1.2rem;
            background-color: transparent;
            border: 2px solid #2d2d2d;
            border-radius: 20px;
            margin: 2rem 0;
        }

            .section-1 .details .content .item,
            .section-2 .details .content .item {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                margin: 0;
            }

                .section-1 .details .content .item i,
                .section-2 .details .content .item i {
                    font-size: 2.5rem;
                    color: #727272;
                }

                .section-1 .details .content .item .text,
                .section-2 .details .content .item .text {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 1rem;
                    margin: 0;
                }

                    .section-1 .details .content .item .text h6,
                    .section-2 .details .content .item .text h6 {
                        font-size: 2.5rem;
                        font-weight: 800;
                        color: #d8a800;
                        margin: 0;
                        white-space: nowrap;
                    }

                    .section-1 .details .content .item .text p,
                    .section-2 .details .content .item .text p {
                        font-size: 1rem;
                        font-weight: 500;
                        color: #505050;
                        margin: 0;
                        text-align: center;
                    }

        .section-1 .details .total,
        .section-2 .details .total {
            font-size: 2rem;
            font-weight: 800;
            color: #505050;
            margin: 0;
            text-align: center;
        }

            .section-1 .details .total span,
            .section-2 .details .total span {
                color: #d8a800;
            }

.item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .item p {
        font-size: 18px;
        font-weight: 500;
        color: #626262;
        margin: 0;
        text-align: start;
    }

    .item .circle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;
        background-color: #d8a800;
        color: #ffffff;
        font-weight: 800;
        font-size: 26px;
        border-radius: 50%;
    }

.item-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .item-1 p {
        font-size: 18px;
        font-weight: 500;
        color: #626262;
        margin: 0;
        text-align: center;
    }

    .item-1 .circle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        min-height: 100px;
        max-width: 100px;
        max-height: 100px;
        background-color: #d8a800;
        color: #ffffff;
        font-weight: 800;
        font-size: 26px;
        border-radius: 50%;
    }

.text-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

    .text-number h6 {
        font-size: 2.5rem;
        font-weight: 800;
        color: #d8a800;
        margin: 0;
        white-space: nowrap;
    }

    .text-number p {
        font-size: 1.5rem;
        font-weight: 500;
        color: #505050;
        margin: 0;
        text-align: center;
    }

.section-3 {
    display: flex;
    flex-direction: column;
}

    .section-3 .title h6,
    .section-4 .title h6,
    .section-6 .title h6,
    .section-7 .title h6 {
        font-size: 4rem;
        font-weight: 700;
        margin: 2rem 0 5rem;
        text-align: center;
    }

    .section-3 .item {
        position: relative;
    }

        .section-3 .item span {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            right: -25px;
            top: -25px;
            width: 70px;
            height: 70px;
            background-color: #626262;
            border-radius: 50%;
            border: 5px solid #FFFFFF;
        }

        .section-3 .item .circle {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 150px;
            min-height: 150px;
            max-width: 150px;
            max-height: 150px;
            background-color: #d8a800;
            color: #626262;
            font-weight: 800;
            font-size: 26px;
            border-radius: 50%;
            padding: 1rem;
        }

            .section-3 .item .circle h6 {
                font-size: 20px;
                font-weight: 800;
                color: #ffffff;
                text-align: center;
            }

            .section-3 .item .circle p {
                font-size: 18px;
                font-weight: 800;
                color: #ffffff;
                text-align: center;
            }

.section-4 table thead tr {
    background-color: #d8a800;
}

.section-4 table thead th {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.section-4 table tbody tr td {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: start;
}

.section-4 table tbody .total-table {
    background-color: #535353;
}

    .section-4 table tbody .total-table td {
        font-size: 18px;
    }

    .section-4 table tbody .total-table .total-table-text {
        font-size: 20px;
        font-weight: 700;
    }

.section-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .section-5 .title {
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4rem;
        background-color: #d8a800;
        border-radius: 50%;
        margin: 2rem 0 5rem;
    }

        .section-5 .title h6 {
            font-size: 40px;
            font-weight: 800;
            text-align: center;
            color: #ffffff;
            margin: 0;
            text-shadow: 1px 3px 3px #2d2d2d;
        }

    .section-5 .item {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        background-color: #FFFFFF;
        padding: 2rem;
        border-radius: 10px;
        box-shadow: 0 0 6px 3px #eee;
        transition: 0.3s all;
    }

        .section-5 .item:hover {
            box-shadow: 0 0 10px 3px #cbcbcb;
        }

        .section-5 .item .gap {
            flex: 1;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .section-5 .item .icon {
            min-width: 60px;
            min-height: 60px;
            max-width: 60px;
            max-height: 60px;
            padding: 1rem;
            background-color: #d8a800;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .section-5 .item .icon i {
                font-size: 2rem;
                color: #FFFFFF;
            }

        .section-5 .item h6 {
            font-size: 24px;
            font-weight: 500;
            color: #626262;
            margin-bottom: 1rem;
        }

        .section-5 .item .content {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1rem;
        }

            .section-5 .item .content p {
                font-size: 28px;
                font-weight: 800;
                color: #626262;
                margin: 0;
                text-align: center;
            }

            .section-5 .item .content span {
                font-size: 18px;
                font-weight: 500;
                color: #5c5c5c;
                margin: 0;
                text-align: center;
                white-space: nowrap;
            }

.section-6 .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

    .section-6 .item .icon {
        min-width: 100px;
        min-height: 100px;
        max-width: 100px;
        max-height: 100px;
        border-radius: 50%;
        background-color: #cecece;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .section-6 .item .icon i {
            font-size: 2.5rem;
            color: #2d2d2d;
        }

    .section-6 .item .item-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        border-bottom: 3px solid #d8a800;
        padding-bottom: 1rem;
    }

        .section-6 .item .item-box .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 6px;
        }

            .section-6 .item .item-box .content h6 {
                font-size: 1.5rem;
                font-weight: 500;
                color: #6a6a6a;
                margin: 0;
                text-align: center;
            }

            .section-6 .item .item-box .content p {
                font-size: 2.2rem;
                font-weight: 800;
                color: #d8a800;
                margin: 0;
                text-align: center;
            }

                .section-6 .item .item-box .content p span {
                    font-size: 1.5rem;
                }

        .section-6 .item .item-box .total {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            padding: 10px;
            min-width: 80px;
            min-height: 80px;
            max-width: 80px;
            max-height: 80px;
            border-radius: 50%;
            border: 2px solid #979797;
        }

            .section-6 .item .item-box .total h6 {
                font-size: 1.5rem;
                font-weight: 900;
                color: #161616;
                margin: 0;
                text-align: center;
            }

            .section-6 .item .item-box .total p {
                font-size: 1rem;
                font-weight: 600;
                color: #535353;
                margin: 0;
                text-align: center;
            }

        .section-6 .item .item-box .total-1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

            .section-6 .item .item-box .total-1 h6 {
                font-size: 1.2rem;
                font-weight: 600;
                color: #161616;
                margin: 0;
                text-align: center;
            }

            .section-6 .item .item-box .total-1 p {
                font-size: 1.2rem;
                font-weight: 600;
                color: #161616;
                margin: 0;
                text-align: center;
            }

            .section-6 .item .item-box .total-1 span {
                width: 100%;
                height: 2px;
                background-color: #161616;
                border-radius: 10px;
            }

.section-7 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

    .section-7 .items {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5rem;
    }

        .section-7 .items .item {
            position: relative;
            min-width: 220px;
            min-height: 220px;
            max-width: 220px;
            max-height: 220px;
            border: 5px solid #535353;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

            .section-7 .items .item.item-1 {
                min-width: 300px;
                min-height: 300px;
                max-width: 300px;
                max-height: 300px;
            }

            .section-7 .items .item .icon {
                position: absolute;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                min-width: 100px;
                min-height: 100px;
                max-width: 100px;
                max-height: 100px;
                background-color: #6b6b6b;
                top: -80px;
                left: 50%;
                transform: translateX(-50%);
                border-radius: 50%;
            }

                .section-7 .items .item .icon i {
                    font-size: 4rem;
                    color: #e8e8e8;
                }

            .section-7 .items .item h6 {
                font-size: 6rem;
                font-weight: 800;
                color: #d8a800;
                margin: 0;
                line-height: 6rem;
            }

            .section-7 .items .item p {
                font-size: 1.5rem;
                font-weight: 500;
                color: #505050;
                margin: 0;
            }

.download-file {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    z-index: 1;
}

    .download-file a {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 1rem 0;
        cursor: pointer;
        text-decoration: none;
    }

@media (max-width:768px) {
    .section-5 .item .gap {
        justify-content: flex-start !important;
    }

    .section-5 .item h6 {
        font-size: 18px;
        text-align: center;
    }

    .section-1 .header {
        flex-direction: column;
        gap: 1rem;
    }

    .section-1 .details h4,
    .section-2 .details h4 {
        font-size: 1.5rem;
    }

    .section-1 .details p,
    .section-2 .details p {
        font-size: 1rem;
    }

    .section-1 .details .total,
    .section-2 .details .total {
        font-size: 1.5rem;
    }

    .section-1 .title h6,
    .section-2 .title h6 {
        font-size: 1.2rem;
    }

    .item p {
        font-size: 1rem;
        text-align: center;
    }

    .section-1 .details .content .item i,
    .section-2 .details .content .item i {
        font-size: 1.6rem;
    }

    .section-1 .details .content .item .text h6,
    .section-2 .details .content .item .text h6 {
        font-size: 1.6rem;
    }

    .text-number h6 {
        font-size: 2rem;
    }

    .text-number p {
        font-size: 1.2rem;
    }

    .section-3 .title h6,
    .section-4 .title h6,
    .section-6 .title h6,
    .section-7 .title h6 {
        font-size: 2.5rem;
    }

    .section-6 .item .icon {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
    }

        .section-6 .item .icon i {
            font-size: 1.5rem;
        }

    .section-6 .item .item-box .content h6 {
        font-size: 1.2rem;
    }

    .section-6 .item .item-box .content p {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .section-6 .item .item-box .total {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
    }

        .section-6 .item .item-box .total h6 {
            font-size: 1.2rem;
        }

        .section-6 .item .item-box .total p {
            font-size: 0.9rem;
        }

    .section-6 .item .item-box .total-1 h6,
    .section-6 .item .item-box .total-1 p {
        font-size: 1rem;
    }

    .section-7 .items .item .icon {
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;
        top: -60px;
    }

        .section-7 .items .item .icon i {
            font-size: 3rem;
        }

    .section-7 .items .item h6 {
        font-size: 5rem;
    }

    .section-7 .items .item p {
        font-size: 1.2rem;
    }

    .section-3 .item .circle h6 {
        font-size: 1.1rem;
    }

    .section-3 .item .circle p {
        font-size: 1rem;
    }

    .section-3 .item span {
        right: -10px;
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
    }

    .section-4 table thead th {
        font-size: 1.4rem;
    }

    .section-4 table tbody tr td {
        font-size: 14px;
    }

    .download-file a {
        font-size: 1.2rem;
    }
}

@media (max-width:576px) {
    .section-5 .item {
        padding: 1.5rem;
    }

        .section-5 .item h6 {
            font-size: 16px;
            text-align: center;
        }

        .section-5 .item .gap {
            gap: 0.5rem;
        }

        .section-5 .item .icon {
            min-width: 50px;
            min-height: 50px;
            max-width: 50px;
            max-height: 50px;
        }

            .section-5 .item .icon i {
                font-size: 1.5rem;
            }

        .section-5 .item .content {
            overflow: hidden;
        }

            .section-5 .item .content p {
                font-size: 24px;
            }

            .section-5 .item .content span {
                font-size: 1rem;
            }

    .section-1 .header h6 {
        font-size: 2rem;
    }

    .section-1 .header p {
        font-size: 1rem;
    }

    .section-1 .details .content .item,
    .section-2 .details .content .item {
        justify-content: flex-start;
    }

        .section-1 .details .content .item .text h6,
        .section-2 .details .content .item .text h6 {
            font-size: 1.4rem;
        }

    .text-number h6 {
        font-size: 1.6rem;
    }

    .section-6 .item {
        gap: 1rem;
    }
}

@media (max-width:300px) {
    .section-5 .item {
        padding: 1rem;
        gap: 0.5rem;
    }

        .section-5 .item .icon {
            min-width: 30px;
            min-height: 30px;
            max-width: 30px;
            max-height: 30px;
        }

            .section-5 .item .icon i {
                font-size: 1rem;
            }

        .section-5 .item .content {
            gap: 0.5rem;
        }

            .section-5 .item .content p {
                font-size: 1.2rem;
            }

            .section-5 .item .content span {
                font-size: 0.8rem;
                font-weight: 600;
                white-space: pre-line;
            }

    .section-1 .header h6 {
        font-size: 1.5rem;
        text-align: center;
    }

    .section-1 .header p {
        font-size: 1rem;
        text-align: center;
    }

    .section-1 .details h4,
    .section-2 .details h4 {
        font-size: 1.2rem;
    }

    .section-1 .details p,
    .section-2 .details p {
        font-size: 0.9rem;
    }

    .section-1 .details .content,
    .section-2 .details .content {
        padding: 1rem;
    }

        .section-1 .details .content .item,
        .section-2 .details .content .item {
            gap: 1rem;
            flex-direction: column;
        }

            .section-1 .details .content .item i,
            .section-2 .details .content .item i {
                font-size: 1.2rem;
            }

            .section-1 .details .content .item .text,
            .section-2 .details .content .item .text {
                gap: 0.5rem;
            }

                .section-1 .details .content .item .text h6,
                .section-2 .details .content .item .text h6 {
                    font-size: 1.2rem;
                }

                .section-1 .details .content .item .text p,
                .section-2 .details .content .item .text p {
                    font-size: 0.8rem;
                    font-weight: 600;
                }

    .section-1 .details .total,
    .section-2 .details .total {
        font-size: 1rem;
    }

    .section-1 .title h6,
    .section-2 .title h6 {
        font-size: 1rem;
    }

    .item p,
    .item-1 p {
        font-size: 0.9rem;
    }

    .item .circle,
    .item-1 .circle {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        font-size: 1.2rem;
    }

    .text-number h6 {
        font-size: 1.2rem;
    }

    .text-number p {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .section-3 .title h6,
    .section-4 .title h6,
    .section-6 .title h6,
    .section-7 .title h6 {
        font-size: 1.5rem;
    }

    .section-6 .item,
    .section-6 .item .item-box {
        gap: 1rem;
    }

        .section-6 .item .icon {
            min-width: 40px;
            min-height: 40px;
            max-width: 40px;
            max-height: 40px;
        }

            .section-6 .item .icon i {
                font-size: 1.2rem;
            }

        .section-6 .item .item-box .content h6 {
            font-size: 0.8rem;
            font-weight: 600;
        }

        .section-6 .item .item-box .content p {
            font-size: 1rem;
        }

            .section-6 .item .item-box .content p span {
                font-size: 0.9rem;
            }

        .section-6 .item .item-box .total h6 {
            font-size: 0.9rem;
            font-weight: 600;
        }

        .section-6 .item .item-box .total p {
            font-size: 0.8rem;
            font-weight: 600;
        }

        .section-6 .item .item-box .total-1 h6,
        .section-6 .item .item-box .total-1 p {
            font-size: 0.8rem;
            font-weight: 600;
        }

    .section-7 .items .item {
        min-width: 180px;
        min-height: 180px;
        max-width: 180px;
        max-height: 180px;
    }

        .section-7 .items .item .icon {
            min-width: 70px;
            min-height: 70px;
            max-width: 70px;
            max-height: 70px;
            top: -50px;
        }

            .section-7 .items .item .icon i {
                font-size: 2.5rem;
            }

        .section-7 .items .item h6 {
            font-size: 4rem;
            line-height: 4rem;
        }

        .section-7 .items .item.item-1 {
            min-width: 200px;
            min-height: 200px;
            max-width: 200px;
            max-height: 200px;
        }

    .section-3 .circle-items {
        flex-direction: column;
        align-items: center;
    }

    .section-4 table tbody tr td {
        font-size: 13px;
        font-weight: 600;
        padding: 0.5rem;
    }

    .section-4 table tbody .total-table td {
        font-size: 14px;
    }

    .section-4 table tbody .total-table .total-table-text {
        font-size: 15px;
    }
}



/* ///// footer ///// */
.top-footer {
    padding: 20px 0px;
    background-color: #b3b3b3;
}

    .top-footer .row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .top-footer .footer-logo {
        width: 100%;
    }

    .top-footer .social-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .top-footer .social-links li {
            padding-left: 15px;
        }

    .top-footer .footer-address {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

        .top-footer .footer-address p {
            font-size: 16px;
            color: #ffffff;
            margin: 0 5px;
            margin-bottom: 10px;
        }

            .top-footer .footer-address p img {
                margin-left: 10px;
            }

    .top-footer .banks-account {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .top-footer .banks-account img {
            max-width: 100%;
            width: 220px;
            margin: 0.5rem 5px;
        }

.copy-right {
    background-color: #626262;
    text-align: center;
    padding: 10px 0px;
}

    .copy-right p {
        font-size: 16px;
        color: #ababab;
        margin-bottom: 0px;
    }

        .copy-right p a {
            font-size: 16px;
            color: #ababab;
            transition: 0.3s;
        }

            .copy-right p a:hover {
                color: #ffffff;
                text-decoration: none;
            }

@media (max-width: 1500px) {
    .top-footer .banks-account img {
        width: 24%;
    }
}

@media (max-width: 992px) {
    .top-footer {
        padding: 10px 0px;
    }

        .top-footer .footer-address p {
            font-size: 12px;
            color: #ffffff;
        }

        .top-footer .banks-account {
            justify-content: center;
        }

            .top-footer .banks-account img {
                max-width: 100%;
                width: 22%;
                margin: 0px 10px;
            }
}

@media (max-width: 767px) {
    .top-footer .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: -2;
        margin-bottom: 10px;
    }

    .top-footer .banks-account {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        order: -1;
    }

        .top-footer .banks-account img {
            margin-bottom: 0.4rem;
            max-width: 100%;
            width: 45%;
        }

    .top-footer .footer-logo {
        width: 200px;
    }

    .top-footer .footer-address {
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    .top-footer .social-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .top-footer .footer-logo {
        width: 150px;
    }

    .top-footer .social-links li img {
        width: 20px;
    }

    .top-footer .banks-account img {
        width: 40%;
    }

    .top-footer .footer-address p {
        font-size: 12px;
        margin: 0px 5px;
    }

        .top-footer .footer-address p img {
            width: 10px;
            margin: 0px 5px;
        }

    .copy-right p {
        font-size: 12px;
    }

        .copy-right p a {
            font-size: 12px;
        }

    body::before {
        background-attachment: inherit;
        position: absolute;
    }
}
