﻿:root {
    --siteBlue: #0971ce;
    --siteGray: #b2b2b2;
    --siteLightGray: #fafaf9;
}

.Div_LoadingPage_Outer {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0
}

    .Div_LoadingPage_Outer .Div_LoadingPage {
        float: left;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10000;
        background-color: #323232;
        opacity: .65;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .Div_LoadingPage_Outer .Div_LoadingPage_WhiteSection {
        background: #f7f7f7;
        position: fixed;
        z-index: 10000;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        width: 320px;
        border-radius: 5px;
        top: 30%
    }

        .Div_LoadingPage_Outer .Div_LoadingPage_WhiteSection i {
            left: 0;
            top: 20px;
            color: #134067;
            font-size: 40px
        }

        .Div_LoadingPage_Outer .Div_LoadingPage_WhiteSection .div-please-wait {
            color: #134067;
            font-size: 40px;
            margin-left: 40px;
            float: left
        }
body {
    font-family: Roboto,sans-serif;
    font-size: 22px;
    line-height: 28px;
}

a, a:hover {
    transition: .3s;
    text-decoration: none;
    color: inherit;
}

:lang(ar) ol,
:lang(ar) ul {
    padding-left: inherit;
}

.scroll-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

    .scroll-animation.visible {
        opacity: 1;
        transform: translateY(0);
    }

.header {
    position: relative;
    background-image: url('../img/header.webp');
    background-size: cover;
}

    .header:before {
        content: '';
        padding-top: 51%;
        display: inline-block;
    }

.menu-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    color: #fff;
    z-index: 2;
}

.menu {
    color: #15243c;
    font-weight:bold;
    z-index: 2;
}

    .menu li {
        font-size: 15px;
        position: relative;
    }

        .menu li:after {
            content: '|';
            padding: 0 40px;
        }

        .menu li:last-child:after {
            content: '';
            padding: 0;
        }

        .menu li a:hover {
            color: var(--siteBlue);
        }

.header-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.header-text {
    color: var(--siteBlue);
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.header-text-sub {
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.send-button-container {
    display: flex;
}

.btn-send {
    background-color: #15243c;
    color: #fff;
    padding: 10px 20px;
    transition: .3s;
}


    .btn-send:hover {
        color: var(--siteBlue);
        background-color: #fff;
        transition: .3s;
    }

.logo {
    display: flex;
    justify-content: flex-end;
}

.section-brief {
    background-color: #0971ce;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
}

.section-3-continer {
    color: #15243c;
}

.section-3-header {
    display: flex;
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
}

.section-3-text {
    position: relative;
    padding-top: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.section-3-block-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-4 {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-color: red;
    height: 109vh;
    display: flex;
}

.section-4-header {
    display: flex;
    font-size: 42px;
    line-height: 46px;
    justify-content: center;
    font-weight: bold;
}

.swiper-section-4-slider-continer {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.swiper-section-4-slider-inner {
    align-content: center;
    height: 100%;
}

.section-4-img-1 {
    background-image: url('../img/b1-01.webp');
}

.section-4-img-2 {
    background-image: url('../img/b2-01.webp');
}

.section-4-img-3 {
    background-image: url('../img/b3-01.webp');
}

.section-4-img-4 {
    background-image: url('../img/b4-01.webp');
}

.section-4-img-5 {
    background-image: url('../img/b5-01.webp');
}

.section-4-img-6 {
    background-image: url('../img/b6-01.webp');
}

.section-4-number {
    font-size: 50px;
    padding: 20px;
    background-color: #0971ce;
    color: #fff;
}

.swiper-section-4 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-section-4 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-section-4 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.swiper-section-4 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.swiper-section-4-bolts {
    display: flex;
    top: -100px;
    position: relative;
    width: 100%;
    justify-content: center;
}

.swiper-section-4-bolts-inner {
    position: relative;
    width: 300px;
}

.swiper-button-prev,
.swiper-button-next {
    margin: 0 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top: -34px;
}

.swiper-button-prev,
.swiper-button-next {
    font-weight: bold;
}

.section-5-continer {
    color: #15243c;
}

.section-5-header {
    display: flex;
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    color: #0972ce;
}

.section-5-text {
    position: relative;
    padding-top: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.section-5-block-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-5-continer ol {
    list-style: auto;
    padding: 0 30px;
}

.section-5 .btn-send {
    background-color: #15243c;
    color: #fff;
    padding: 10px 20px;
    transition: .3s;
    width: 100%;
}

    .section-5 .btn-send:hover {
        background-color: var(--siteBlue);
        transition: .3s;
    }

.section-6 {
    background-image: url('../img/p1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    background-position: center;
}

    .section-6:before {
        content: '';
        display: inline-block;
        padding-top: 10%;
    }

    .section-6:after {
        content: '';
        display: inline-block;
        padding-top: 10%;
    }

.section-6-title {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.section-6-body {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 1280px) {
    .section-6-title p {
        width: 40%;
    }
}

.section-6-link {
    display: flex;
    justify-content: center;
}

    .section-6-link a {
        background-color: #fff;
        color: var(--siteBlue);
        padding: 15px 25px;
        border-radius: 10px;
        font-size: 22px;
        font-weight: bold;
    }

        .section-6-link a:hover {
            color: #fff;
            background-color: var(--siteBlue);
        }

.section-6 .btn-send {
    background-color: var(--siteBlue);
    color: #fff;
    padding: 10px 20px;
    transition: .3s;
    width: 100%;
}

    .section-6 .btn-send:hover {
        background-color: #fff;
        color: var(--siteBlue);
        transition: .3s;
    }

.section-8 {
    background-image: url('../img/p2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    background-position: center;
}

    .section-8:before {
        content: '';
        display: inline-block;
        padding-top: 6%;
    }

    .section-8:after {
        content: '';
        display: inline-block;
        padding-top: 6%;
    }

.section-8-title {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
}

    .section-8-title span {
        font-size: 42px;
        line-height: 52px;
    }

.section-8-body {
    color: #fff;
    display: flex;
    padding-top: 20px;
    font-size: 32px;
    line-height: 42px;
}

    .section-8-body ul {
        flex-wrap: wrap;
    }

    .section-8-body li {
        font-size: 32px;
        line-height: 42px;
        padding-left: 20px;
        margin-left: 20px;
        position: relative;
        padding-top: 20px;
    }

        .section-8-body li:first-child {
            padding-right: 0px;
        }

        .section-8-body li:after {
            content: "|";
            position: absolute;
            left: 0;
        }

        .section-8-body li:last-child:after {
            content: "";
        }

.section-9-continer {
    color: #15243c;
}

.section-9-header {
    display: flex;
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    color: #0972ce;
}

.section-9-text {
    position: relative;
    padding-top: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.section-9-block-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-9-continer ul {
    list-style: disc;
    column-count: 2; 
    column-gap: 20px;
    padding: 0 20px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {


    .section-9-continer ul {
        column-count: 1;
    }
}

    .section-9-continer ul li {
        list-style-position: inside; /* bullet appears inside text block */
        padding: 10px;
        margin-bottom: 20px;
        background-color: transparent;
    }





        .section-9-continer ul li:nth-child(2n+1) {
            background-color: #fff;
        }

.section-9 .btn-send:hover {
    background-color: var(--siteBlue);
    transition: .3s;
}


.section-9-body {
    background-color: #efefef
}
 

.section-10-continer {
    background-color: #efefef;
}


.section-10-header {
    display: flex;
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    color: #1f3668;
    justify-content: center;
}



.section-10 .btn-send {
padding:10px 20px;
}

.section-10 .btn-send:hover {
    background-color: var(--siteBlue);
    transition: .3s;
}


.darkblue-border {
    border-bottom: 1px solid #15233d
}

.darkblue-font {
    color:#15233d
}

.section-10-continer label {
    color: #0972ce;
    padding-right:15px;
}

.section-10-continer b {
    color: #1f3668;
}

.section-10-continer input,
.section-10-continer textarea {
    padding: 5px 10px;
}


input[type="file"] {
    display: none;
}


.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1f3668;
    color: #fff !important;
    cursor: pointer;
    border-radius: 5px;
}


.send-button-container {
    display: flex;
    justify-content: flex-end;
}

.btn-send {
    background-color: #1f3668;
    color: #fff;
    padding: 8px;
    transition: .3s;
    padding: 10px 20px;
}

    .btn-send:hover {
        background-color: var(--siteBlue);
        color: #fff;
        transition: .3s
    }








.footer {
    background-color: #1f3668;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #0972ce;
        }


.footer i {
    color: #fff;
    background-color: #15233d;
    padding: 10px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: .3s;
}

    .footer i:hover {
        color: var(--siteBlue);
        transition: .3s;
    }

    .footer i:before {
        left: 3px;
        position: relative;
    }



.footer-social-media-continer {
    display: flex;
}



.footer-social-media {
    display: flex;
    border-bottom: 0 !important;
    gap: 10px;
}

.disclaimer {
    background-color: #15233d;
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .menu {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .header:before {
        display: none;
    }

    .header-container {
        position: relative;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .header-text-right {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 767px) {
 

    .footer-social-media-continer {
        display: flex;
        justify-content: start;
    }
}


.recaptcha-continer{
    display:flex;
    direction:ltr;
    padding-bottom:20px;

}


.swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important
}
.swiper-pagination-bullet-active {
    background-color: #0972ce !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    z-index: 1000;
}