/** Generated by QuickPaging **/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    background-color: #ffffff;
}

.container_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner_section {
    text-align: center;
    position: relative;
}

.banner_section #banner_50 {
    z-index: 5;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 6px 0 0;
}

.circle_bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 30%;
    height: auto;
}

#top_circle_bg {
    top: 0;
    right: 2%;
}

#bottom_circle_bg {
    bottom: -80%;
    z-index: -5;
    left: 0;
}


.curve {
    margin-bottom: -37px;
    position: relative;
}

.curve img {
    width: 100%;
    height: auto;
    margin-top: -2px;
}

.content-section {
    position: relative;
    z-index: 3;
}

.cta_section {
    position: relative;
    text-align: center;
    z-index: 15;
    bottom: 1em;
}

.cta_section a {
    border: 1px  solid #dddddd;
    padding: 1em 1.2em;
    background-color: #ff7300;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 3px #000;
    transition: box-shadow 0.2s;
}

.cta_section a:hover {
    box-shadow: 1px 3px 15px #000000;
}

.flex-section {
    display: flex;
}

.main-section {
    direction: ltr;
    background-color: #222337;
    padding: 5em 0 2em;
}

.left-main-section  , .right-main-section{
    margin-bottom: 2.5em;
    padding: 0 2em;
    flex: 1;
    text-align: center;
}

.left-main-section video {
    padding: 5px;
    border: 2px solid #ffffff;
    width: 100%;
    /*max-width: 720px;*/
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.right-main-section p {
    direction: rtl;
    color: #ffffff;
    line-height: 2;
    text-align: justify;
}

@media screen and (max-width: 1024px) {
    .main-section {
        padding-top: 5em;
    }

    .flex-section {
        flex-direction: column-reverse;
    }
}


@media screen and (max-width: 480px) {
    .main-section {
        padding-top: 6em;
    }

    .cta_section {
        bottom: -3.5em;
    }
}


@media screen and (min-width: 481px) and (max-width: 1024px){
    .circle_bg {
        width: 28% !important;
    }

    .cta_section {
        bottom: -2em;
    }
}


@media screen and (min-width: 1440px) and (max-width: 1800px){
    .main-section {
        padding-top: 1em;
    }

    .circle_bg {
        width: 26% !important;
    }

    .cta_section {
        bottom: 5em;
    }
}

@media screen and (min-width: 1801px) and (max-width: 2100px){
    .main-section {
        padding-top: 0.5em;
    }

    .circle_bg {
        width: 26% !important;
    }

    .cta_section {
        bottom: 7.1em;
    }
}

@media screen and (min-width: 2101px) and (max-width: 2250px){
    .main-section {
        padding-top: 0;
    }

    .circle_bg {
        width: 23% !important;
    }

    .cta_section {
        bottom: 2em;
    }
}

@media screen and (min-width: 2251px) and (max-width: 2500px){
    .main-section {
        padding-top: 0;
    }

    .circle_bg {
        width: 23% !important;
    }

    .cta_section {
        bottom: 10.3em;
    }
}

@media screen and (min-width: 2501px) {
    .main-section {
        padding-top: 0;
    }

    .circle_bg {
        width: 20% !important;
    }

    .cta_section {
        bottom: 11em;
    }
}