body {
    font-family: "Cairo", sans-serif !important;
    overflow-x: hidden !important;
}
.container-fluid {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
/* Section Animation section */
.reveal .to_up {
    top: 40px;
    transition: 2s all ease;
}

.reveal.loaded .to_up {
    top: 0;
}

.reveal .content {
    top: 300px;
    opacity: 0;
    transition: 1s all ease;
}

.reveal.loaded .content {
    top: 0%;
    opacity: 1;
}
.reveal .content_small {
    top: 40px;
    opacity: 0;
    transition: 1s all ease;
}

.reveal.loaded .content_small {
    top: 0%;
    opacity: 1;
}
