html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
}

#body {
    margin: 0 50px;
    text-align: end;
    padding-top: 250px;
}

#body h1 {
    font-size: 95px;
    font-weight: 700;
}

#body .t_1 {
    display: none;
}

#body h5 {
    font-size: 45px;
}

#body .contact-btn {
    padding: 10px 60px;
    margin: 28px 0;
    background-color: #3A6587;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    border: 0;
    border-radius: 0.3rem;
    transition: 0.4s;
}

#body .contact-btn:hover {
    background-color: #1c5683;
    transform: scale(1.04);
}

.page_1 {
    background-image: url(../imgs/Image\ 27.png);
}

.page_2 {
    background-image: url(../imgs/Image\ 12.png);
}

.page_2 #body h1 {
    font-weight: 700;
    font-size: 31px;
}

.page_3 {
    background-color: #376386;
    background-image: url(../imgs/Image\ 14.png);
    color: #fff;
}

.page_3 #navbarNav>ul>li.nav-item.order-4>a>img {
    width: 150px;
    height: 60px;
}

.page_3 #navbarNav>ul>li>a {
    color: #fff;
}

.page_3 #body .contact-btn {
    background-color: #FEF200;
    color: #000;
}

.page_3 #body .contact-btn:hover {
    background-color: #f0e960;
}

#section1 {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
}

#section1 .for_small {
    display: none;
}

#section1 #body .bold {
    font-weight: bolder;
}

#section1>nav>div>div:nth-child(2)>span>i {
    color: #fff;
    margin: 0 20px;
}

#section1 nav {
    margin: 0 30px;
}

#section1 nav ul li {
    padding-left: 50px;
    margin: 0;
}

#section1 nav ul li a {
    font-size: 22px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

#section1 nav button {
    font-size: 22px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

#section1 nav button {
    background: transparent;
    border: none;
    outline: none;
}

#section1 nav .dropdown a {
    padding-inline: 10px;
}

#section1>nav>div>div:nth-child(1) {
    display: none;
}

#section2 {
    margin: 50px 40px;
    text-align: end;
}

#section2 .ability .item1 {
    border-radius: 50%;
    border: 1px solid black;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 11px;
}

#section2 h1 {
    font-weight: 700;
    font-size: 60px;
}

#section2 h5 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 45px !important;
}

#section2 .ability span {
    font-weight: 600;
    font-size: 23px;
}

#section2 .ability .item1 img {
    width: 50px;
    padding-right: 5px;
}

#section3 .image_1 {
    position: relative;
    height: 800px;
    overflow: hidden;
    /* Add this line */
}

#section3>div.image_1>img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

#section3>div.image_1>img:nth-child(1) {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 20%;
}

#section3>div>img:nth-child(3) {
    /* position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 1%;
    top: 30%; */
    position: absolute;
    width: 38%;
    left: 30%;
    right: 35%;
    bottom: 19%;
    z-index: 999;
}

#section3>div>img:nth-child(4) {
    position: absolute;
    width: 55%;
    right: 25%;
    left: 27%;
    bottom: 7%;
    z-index: 999;
}

#section4 {
    padding: 20px 160px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #f1f5f7;
}

#section4 .title {
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#section4 .card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    overflow: hidden;
    margin: 40px 0;
    border-radius: 0.9rem;
    width: 92%;
}

#section4 .card .read_more {
    background-color: #1c5683;
    border: 0;
    color: #fff;
    padding: 7px 19px;
    border-radius: 0.3rem;
}

#section4 .card .card_top {
    border-bottom: 3px solid #BEB502;
    width: 85%;
    margin: auto;
    padding-bottom: 10px;
}

#section4 .card .card_top h3 {
    font-weight: 700;
    margin-top: 10px;
}

#section4 .card-body span {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

#section4>div>div>div>div.card_top>i {
    font-size: 43px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 10px;
}

#section4>div>div:nth-child(7)>div>div.card_top>img {
    width: 70px;
    margin-bottom: 5px;
}

#section5 {
    margin-bottom: 50px;
    height: 400px;
    width: 100%;
    background-image: url('../imgs/aerial-view-business-team.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#section5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(44, 101, 145, 0.5); */
    background-color: rgb(0 70 123 / 70%);
    color: #fff;
}

#section5 .overlay div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

#section5 .overlay div .line {
    font-size: 90px;
    font-weight: 300;
    margin: 0 120px;
}

#section5 .overlay div .num {
    font-size: 80px;
}

#section5 .overlay div .title {
    font-size: 20px;
    margin-top: 15px;
}

#section6 {
    margin: 200px 0px;
    text-align: end;
}

#section6 .circle {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: #567995;
}

#section6 .title {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 20px;
}

#section6 .right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

#section6 .right img {
    position: absolute;
    margin: auto;
    width: 45%;
}

#section6 .left p {
    font-size: 29px;
    font-weight: 600;
}

#section7 {
    margin: 50px 0px;
    text-align: end;
}

#section7 .cards {
    display: flex;
    justify-content: space-between;
    padding: 0 160px;
}

#section7 .cards .card_people .top_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

#section7 .cards .card_people {
    background-color: #F4F4F4;
    padding: 20px;
    overflow: hidden;
    width: 32%;
    border-radius: 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgb(0 0 0 / 0%) 0px 1px 2px;
    margin: 5px;
}

#section7 .cards .card_people h5 {
    font-weight: 700;
}

#section7 .cards .card_people p {
    font-weight: 600;
    font-size: 19px;
}

#section7 .cards .card_people .top_card .user {
    background-color: #326084;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section7 .cards .card_people .top_card .user i {
    color: #FEF200;
}

#section7 #carouselExampleControls1 {
    display: none;
}

#section8 {
    height: 190px;
    width: 100%;
    background-image: url('../imgs/business-partners-handshake-international-business-concept.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 95px;
}

#section8 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 91, 133, 0.6);
    color: #fff;
    padding: 0 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#section8 .overlay .email {
    width: 500px;
    margin-top: 10px;
}

#section8 .overlay .email i {
    font-size: 20px;
    padding: 10px 2px;
}

#section8 .overlay form {
    background-color: #aa8383;
    width: 90%;
    height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#section8 .overlay form input {
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    text-align: end;
    font-size: 18px;
    color: #C6C6C6;
}

#section8 .overlay form button {
    height: 100%;
    background-color: #FEF200;
    padding: 0 30px;
    border: 0;
    font-size: 18px;
}

#section8 .overlay .subscribe h1 {
    font-size: 52px;
    display: block;
}

#section8 .overlay .subscribe .for_small {
    display: none;
}

#section8>div>div.email>img {
    width: 20px;
}

footer {
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F1F4F6;
}

footer a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

footer a:hover {
    color: #494949;
}


#section4 .card .card_top {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#section4 .card .card_top i.fa-magnifying-glass {
    margin-bottom: 41px;
}

#section4 .card .card_top h3 {
    line-height: 24px;
}

#section4 .card .card_top img {
    width: 41px;
}

#section4 .card .card_top i {
    font-size: 35px;
}

.carousel-dark .carousel-control-prev-icon {
    filter: brightness(0%) !important;
}


.carousel-control-next,
.carousel-control-prev {
    filter: brightness(0%) !important;
    opacity: 1 !important;
}

.navbar .fa-solid.fa-magnifying-glass.fa-2xl {
    color: white;
    margin-right: 55px;
}

.items-service {
    margin-bottom: 22px !important;
}





@media only screen and (max-width: 1367px) {

    #body h1 {
        font-size: 41px;
    }

    #body h5 {
        font-size: 25px;
    }

    #body .contact-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    #body {
        padding-top: 170px;
    }

    #section1 nav ul:not(.dropdown-menu) li a {
        font-size: 16px;
    }

    #section2 h1 {
        font-size: 33px;
    }

    #section2 h5 {
        font-size: 21px;
    }

    #section2 .ability span {
        font-size: +;
    }

    #section2 .ability .item1 {
        width: 45px;
        height: 45px;
        padding: 0;
        line-height: 41px;
    }

    #section2 .ability .item1 img {
        width: 26px;
        padding: 0;
        line-height: 25px;
    }

    #section4 .title {
        font-size: 35px;
    }

    #section4 .card .card_top h3 {
        font-size: 20px;
    }

    #section4 .card-body span {
        font-size: 12px;
        line-height: 27px;
    }

    #section5 .overlay div .num {
        font-size: 55px;
    }

    #section6 .left p {
        font-size: 15px;
    }

    #section6 .title {
        font-size: 40px;
    }

    #section6 .circle {
        width: 300px;
        height: 300px;
    }

    #section6 .right img {
        width: 185px;
    }

    #section6 {
        margin: 100px .0;
    }

    #section3 .image_1 {
        height: 540px;
    }

    #section8 .overlay .subscribe h1 {
        font-size: 35px;
    }


}











@media only screen and (max-width:992px) {
    #body>h1 {
        font-size: 37px;
        font-weight: 600;
    }

    #body>h5 {
        font-size: 27px;
    }

    #navbarNav>ul>li.nav-item.order-4>a>img {
        display: none;
    }

    #navbarNav>ul {
        background-color: #92b3cc;
        color: #fff;
    }

    #navbarNav>ul>li>a {
        color: #fff;
    }

    .page_1>.nav-link {
        border-bottom: 1px solid #fff;
    }

    #section1>nav>div>div:nth-child(2) {
        display: none;
    }

    #section1 .for_small {
        display: block;
    }

    #section1>nav>div>div:nth-child(1) {
        display: block;
    }

    #section4 {
        padding: 20px 40px;
        padding-right: 0;
        padding-left: 00;
    }

    #section4>div>div {
        margin: 20px;
    }

    #section4>div {
        justify-content: center;
    }

    #section5 .overlay div {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    #section5 h6 {
        margin-bottom: 35px !important;
    }

    #section5 .overlay div .line {
        display: none;
    }

    #section5>div>div>h6:nth-child(3) {
        order: 1;
    }

    #section5>div>div>h6:nth-child(1) {
        order: 3;
    }

    #section6 .right {
        width: 50%;
        height: 500px;
    }

    #section6 .left {
        padding: 20px;
    }

    #section6 .circle {
        width: 90%;
        height: 350px;
    }

    #section7 #carouselExampleControls1 {
        display: block;
    }

    #section7 #carouselExampleControls {
        display: none;
    }

    #section7 .cards {
        justify-content: center;
    }

    #section7 .cards .card_people {
        width: 90%;
    }

    #section7 #carouselExampleControls>div>div.carousel-item.active {
        padding: 0 60%;
    }

    #section8>.overlay {
        flex-direction: column;
    }

    #section8 .overlay .email {
        order: 2;
        padding: 10px 0;
        text-align: center;
    }

    #section8>div>div.subscribe {
        order: 1;
        margin-top: 20px;
    }

    #section8 {
        padding: 10px 0;
    }

    #section8 .overlay .subscribe h1 {
        display: none;
    }

    #section8 .overlay .subscribe .for_small {
        display: block;
        font-size: 35px;
    }

    #section8 .overlay form {
        width: 100%;
    }

}

@media only screen and (max-width: 500px) {
    .page_1 {
        background-image: url(../imgs/Image\ 29.png);
    }

    [dir="ltr"] .page_1 {
        background-image: url(../imgs/main-header-ltr.png) !important;
    }

    #section1 {
        width: 100%;
        height: 100vh;
        /* background-repeat: no-repeat; */
        /* background-position: -480px 240px; */
        /* background-size: cover; */
    }

    #body>.t_1 {
        display: block;
        font-size: 40px;
        font-weight: 900;
    }

    #body>.t_1>span {
        font-size: 32px;
        font-weight: 800;
    }

    #body>h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
    }

    #body {
        margin: 0 40px;
        text-align: end;
        padding-top: 40px;
    }

    #body>.contact-btn {
        padding: 10px 25px;
        font-size: 14px;
        margin: 10px 0;
    }

    .page_2 {
        background-image: url("../imgs/Image\ 12.png");
    }

    #section1>nav>div>div.for_small>a>img {
        width: 130px;
    }

    #section2 {
        margin: 30px 40px;
    }

    #section2>h1 {
        font-size: 24px;
        font-weight: 700;
    }

    #section2>h5 {
        font-size: 18px;
    }

    #section2 .ability span {
        font-size: 15px;
    }

    #section2 .ability .item1 {
        width: 50px;
        height: 50px;
    }

    #section2 .ability .item1 img {
        /*width: 30px;*/
    }

    #section3 {
        margin: 0;
    }

    #section3 .image_1 {
        height: 260px;
    }

    #section3>div>img:nth-child(4) {
        bottom: 2%;
        width: 80%;
        left: 5%;
    }

    #section3>div>img:nth-child(3) {
        right: 30%;
        bottom: 13%;
        left: 20%;
        width: 50%;
    }

    #section3>div.image_1>img:nth-child(1) {
        width: 28%;
    }

    #section4 {
        padding-bottom: 10px;
    }

    #section4 .title {
        font-size: 48px;
    }

    #section4>div>div {
        margin: 0;
    }

    #section4 .card {
        margin: 10px 0;
        margin-bottom: 45px;
    }

    #section5 {
        background-image: url('../imgs/aerial-view-business-team2.png');
    }

    #section6 {
        margin: 50px 0;
        margin-bottom: 0;
    }

    #section6 .right {
        width: 100%;
    }

    #section6>div>div.left>h1 {
        font-size: 28px;
    }

    #section6>div>div.left>p {
        font-size: 18px;
        line-height: 34px;
    }

    #section6>div>div.left>p br {
        display: none;
    }


    #section6>div {
        flex-direction: column;
    }

    #section6>div>div.right {
        order: 2;
    }

    #section6>div>div.left {
        order: 1;
        text-align: center;
    }

    #section6 .right img {
        width: 51%;
    }

    #section6>div>div.right>.circle {
        width: 60%;
        height: 230px;
    }

    #section7 .cards {
        padding: 0 40px;
    }

    #section8 {
        height: 260px;
        margin-top: 0;
    }

    #section8>.overlay {
        padding: 0;
    }

    #section8 .overlay .email {
        width: 90%;
        margin: auto;
    }

    #section8 .overlay .subscribe {
        order: 1;
    }

    #section8 .overlay .subscribe h1 {
        font-size: 22px;
        text-align: center;
    }

    #section8 .overlay form {
        height: 45px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #section8 .overlay form button {
        padding: 0 15px;
    }

    #section8 .overlay form input {
        font-size: 14px;
    }

    footer>a>p {
        font-size: 13px;
    }

    footer>a:nth-child(1) {
        order: 3;
    }

    footer>a:nth-child(2) {
        order: 2;
        padding-bottom: 0;
        margin-bottom: -10px;
    }

    footer>a:nth-child(3) {
        order: 1;
        margin-bottom: 10px;
    }

    footer>a:nth-child(3)>img {
        width: 130px;
        margin-right: -10px;
    }

    footer {
        display: flex;
        text-align: end;
        padding: 0;
        padding: 20px 10px;
        flex-direction: column;
        align-items: end;
        padding-right: 45px;
    }

    p.ms-5.mobiel {
        font-weight: bold;
        margin-left: 0 !important;
        color: black;
        font-size: 16px;
    }

    [dir="ltr"] footer * {
        text-align: start !important;
    }

    #section7 {
        margin-top: 0 !important;
    }

    #section5 h6 {
        margin-bottom: 35px;
        width: 100%;
    }

    .mobilefixed {
        margin-left: -35px;
    }

    .mobilefixed i {
        margin-right: 20px !important;
        font-size: 17px;
        font-weight: bolder !important;
    }



    .t_1 {
        margin-bottom: 25px;
    }

    #body>h1 {
        display: none;
    }

    .page_2 #body>h5 br {
        display: none;
    }


    .page_2 #body>h1 {
        display: block;
    }

    .page_2 #body h1.bold {
        font-weight: 900 !important;
        font-size: 42px;
        margin-bottom: 25px;
    }


}

.logos {
    padding-bottom: 20px;
    padding-top: 20px;
}

.img-logo-wrapper {
    width: 109px;
    height: 109px;
}

.img-logo-wrapper img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.owl-item {
    display: flex;
    justify-content: center;
}






@media only screen and (max-width: 650px) {
    nav.navbar.navbar-expand-lg {
        margin: 0 !important;
    }

    div#naaaaaaav {
        background: #f1f5f7;
    }

    div#naaaaaaav>ul li:first-child {
        display: none;
    }

    nav.navbar.navbar-expand-lg .container-fluid {
        padding: 0;
    }

    .mobilefixed {
        padding-left: 40px;
    }

    .for_small {
        padding-right: 10px;
    }

    div#naaaaaaav>ul li {
        text-align: right !important;
        display: flex;
        line-height: 40px;
    }


    div#naaaaaaav>ul {
        align-items: flex-end !important;
        padding: 20px 20px;
        flex-direction: column-reverse;
    }
}

[dir="ltr"] #body {
    text-align: left;
}

[dir="ltr"] #body h1 {
    text-align: left;
}

[dir="ltr"] #section2 {
    text-align: start;
}

[dir="ltr"] .items-service {
    flex-direction: row-reverse;
}

[dir="ltr"] .navbar-container {
    display: flex;
    flex-direction: row-reverse;
}

[dir="ltr"] .navbar-container {
    display: flex;
    flex-direction: row-reverse;
}

[dir="ltr"] .navbar-collapse ul li:nth-child(1) {
    padding: 0 !important
}

[dir="ltr"] .navbar-nav {
    padding-left: 0 !important;
}

[dir="ltr"] .navbar-nav {
    flex-direction: row-reverse;
}

[dir="ltr"] .nav-item {
    flex-direction: row-reverse;
}

[dir="ltr"] .page_1 {
    background-image: url(../imgs/Image\ 27-ltr.jpg);
}

div#naaaaaaav .dropdown-menu li:first-child {
    display: block;
}

@media screen and (max-width: 1367px) {
    .dropdown-toggle {
        font-size: 16px !important;
    }

    [dir="ltr"] div#naaaaaaav>ul {
        align-items: flex-start !important;
    }

    [dir="ltr"] #section1 nav ul li {
        padding-left: 0 !important;
        padding-right: 50px !important;
    }

    [dir="ltr"] .navbar-nav {
        padding-left: 20px !important;
    }

    [dir="ltr"] div#naaaaaaav>ul li {
        text-align: start !important;
    }

    #naaaaaaav>ul>li:nth-child(2)>div>ul>li>a {
        line-height: 1.3 !important;
    }

    [dir="ltr"] .t_1 {
        margin-bottom: 8px !important;
    }

    [dir="ltr"] .mobilefixed {
        flex-direction: row-reverse;
    }

    footer {
        flex-direction: column-reverse;
    }

    footer>a>img {
        position: relative;
        right: -16px;
    }

    [dir="ltr"] footer {
        flex-direction: column-reverse;
        align-items: start;
        padding: 10px 20px;
        padding-left: 45px;
    }

    [dir="ltr"] footer>a {
        margin-left: auto !important;
    }
}