* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
}

p {
    margin: 0;
    color: #000;
}

input,
textarea,
a,
button {
    outline: none !important;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    color: #DCB95B;
}

    a:hover {
        color: #DCB95B;
    }

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    text-decoration: none;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #000;
    overflow-x: hidden;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 700;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 600;
}
/* html[dir=ltr] {
  font-family: "Montserrat", sans-serif !important;
}

html[dir=rtl] {
  font-family: "Cairo", sans-serif;
} */
body {
    font-family: "Sora", sans-serif !important;
}

textarea.form-control {
    height: auto;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
}

.bg-primary {
    background-color: #0D3667 !important;
}

.text-primary {
    color: #0D3667 !important;
}

.border-primary {
    border-color: #0D3667 !important;
}

button {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.text-underline {
    text-decoration: underline;
}

.text-gray {
    color: #444444 !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.bg-gray {
    background-color: #F9F9F9 !important;
}

.btn {
    padding: 11px 40px;
    font-size: 16px;
    border-radius: 6px;
}

.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:hover, .btn-black:focus {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #0B1D33;
    border-color: #0B1D33;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #113055;
        border-color: #113055;
        box-shadow: none;
    }

.btn-outline-white {
    color: #fff;
    border-color: #FFF;
}

    .btn-outline-white:hover, .btn-outline-white:focus {
        color: #DCB95B;
        background-color: #fff;
        box-shadow: none;
    }

@media (max-width: 992px) {
    .bottom-header {
        position: -webkit-sticky;
        position: sticky;
        z-index: 99999999999;
        width: 100%;
        top: -1px;
        right: 0;
        padding: 10px 0;
        /* box-shadow: 0 0 10px rgba(55, 55, 55, 0.1); */
    }

        .bottom-header .menu-nav {
            margin-bottom: 10px;
        }

        .bottom-header .logo img {
            max-height: 60px;
        }

        .bottom-header .btn-outline-primary {
            padding: 10px;
            width: 100%;
        }

    .header-mobile__toolbar {
        color: #000000;
    }

    .active-body {
        overflow: hidden;
    }

    .mobile-menu-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        visibility: hidden;
        background-color: rgba(51, 51, 51, 0.51);
    }

    .mobile-menu-overlay-active {
        visibility: visible;
    }

    .menu--mobile {
        min-width: 100px;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

        .menu--mobile > .container {
            padding-left: 0;
            padding-right: 0;
            max-width: calc(100% - 0px);
        }

        .menu--mobile .list-main-menu {
            width: 100%;
        }

        .menu--mobile .logo img {
            /* filter: brightness(0.5); */
        }

        .menu--mobile .main-menu .menu-item {
            flex: auto;
        }

            .menu--mobile .main-menu .menu-item .menu-link {
                color: #707070 !important;
                font-weight: 600;
                padding: 10px 30px;
                width: 100%;
                display: flex;
                align-items: center;
                font-size: 14px;
                position: relative;
            }

                .menu--mobile .main-menu .menu-item .menu-link.active {
                    color: #DECFB2 !important;
                }

            .menu--mobile .main-menu .menu-item .btn {
                padding: 12px 1px;
                width: 100%;
                border-radius: 0 !important;
                text-align: left;
            }

    .btn-close-header-mobile {
        color: #000;
        cursor: pointer;
    }

    .menu-mobile-active {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out;
    }
}

.top-header {
    display: flex;
    align-items: center;
    padding: 10px 0;
    background-color: rgba(4, 23, 46, 0.7);
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .top-header {
        position: relative;
    }
}

@media (min-width: 992px) {
    .bottom-header {
        display: flex;
        align-items: center;
        top: 50px;
        right: 0;
        width: 100%;
        position: absolute;
        height: 90px;
        z-index: 3;
        background-color: transparent;
    }

        .bottom-header .logo img {
            width: auto;
            height: 80px;
        }

        .bottom-header .menu-container {
            position: relative;
        }

            .bottom-header .menu-container .main-menu .menu-item {
                display: inline-block;
                position: relative;
            }

                .bottom-header .menu-container .main-menu .menu-item .menu-link {
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    line-height: 45px;
                    position: relative;
                    color: #000;
                    margin: 0px 20px;
                    font-size: 16px;
                    transition: color 0.2s ease-in-out;
                }

                    .bottom-header .menu-container .main-menu .menu-item .menu-link::before {
                        position: absolute;
                        content: "";
                        bottom: 0;
                        inset-inline-end: 0;
                        width: 0;
                        background-color: #1E76BB;
                        height: 2px;
                        transition: width 0.2s ease-in-out;
                    }

                    .bottom-header .menu-container .main-menu .menu-item .menu-link:hover::before, .bottom-header .menu-container .main-menu .menu-item .menu-link.active::before {
                        width: 100%;
                        inset-inline-start: 0;
                        inset-inline-end: unset;
                    }

                .bottom-header .menu-container .main-menu .menu-item .btn {
                    border-radius: 8px;
                    padding: 8px 14px;
                    font-size: 16px;
                }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main-header .menu-container .main-menu .menu_item .menu_link {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    body .menu_top.height {
        height: 85px;
        background-color: #0D3667;
    }

    body .bottom-header.fixed-header {
        height: 70px;
        position: fixed;
        box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1019607843);
        -webkit-animation: smoothScroll 0.6s forwards;
        animation: smoothScroll 0.6s forwards;
    }
}

@-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .page-internal .top-header {
        background-color: #04172E;
        position: relative;
    }

    .page-internal .bottom-header {
        position: absolute;
        top: 0;
        z-index: 999999999999999999999;
        background: #Fff;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
        max-width: 100%;
    }
}

.section {
    padding: 80px 0px;
}

@media (max-width: 991px) {
    .section {
        padding: 30px 0;
    }
}

.section-home .home-title {
}

@media (min-width: 992px) {
    .section-home {
        padding: 240px 0 100px;
        height: 900px;
    }

        .section-home .home-title {
            font-size: 90px;
            line-height: 80px;
        }

        .section-home .btn {
            min-width: 160px;
        }
}

@media (max-width: 991px) {
    .section-home {
        padding: 80px 0;
    }

        .section-home .home-title {
            font-size: 28px;
        }

        .section-home .btn {
            padding: 12px 30px;
            font-size: 18px;
            max-width: 220px;
            font-size: 14px;
        }

        .section-home .home-title {
            margin-bottom: 20;
        }
}

@media (min-width: 992px) {
    .title-section {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .title-section {
        font-size: 24px;
    }
}

.widget_item-serv {
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 40px;
    transition: ease-in-out 0.3s;
    min-height: 320px;
}

    .widget_item-serv:hover {
        background: linear-gradient(#0b1d33 0%, #1f3e65 100%);
    }

        .widget_item-serv:hover h4 {
            color: #fff;
        }

        .widget_item-serv:hover h5 {
            color: #fff !important;
        }

    .widget_item-serv .widget_item-icon {
        background-color: #D5DFEB;
        width: 50px;
        height: 50px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .widget_item-serv .widget_item-icon img img {
            max-height: 40px;
        }

    .widget_item-serv.widget_2 {
        border: 1px solid #d2d2d2;
        box-shadow: none;
        padding: 34px 24px;
        min-height: 330px;
        max-height: 360px;
        background-color: #F9F9F9;
    }

    .widget_item-serv.widget_3 {
        border: 1px solid #E6E6E6;
        box-shadow: none;
        padding: 56px 32px;
        transition: background-color 0.3s ease-in-out;
    }

        .widget_item-serv.widget_3 .widget_item-icon {
            background-color: transparent;
        }

        .widget_item-serv.widget_3 .widget_item-desc {
            height: 112px;
        }

        .widget_item-serv.widget_3 * {
            transition: color 0.2s ease-in-out;
        }

        .widget_item-serv.widget_3:hover {
            background-color: #000000;
        }

            .widget_item-serv.widget_3:hover * {
                color: #FFF;
            }

.image-palance img {
    position: absolute;
    left: 10px;
    inset-inline-start: 10px;
    bottom: 10px;
}

@media (min-width: 992px) {
    .image-palance img {
        bottom: 52px;
        inset-inline-start: -52px;
    }
}

.image-palance.center-image img {
    bottom: -90px;
    inset-inline-start: unset;
    left: 50%;
    transform: translateX(-50%);
}


.widget_item-about .widget_item-icon img img {
    max-height: 40px;
}

.widget_item-about.widget_2 {
    border: 1px solid #E5E5E5;
    background-color: #FCFCFC;
    padding: 24px;
    border-radius: 6px;
}

.section-started {
    background: url(/Resources/Common/images/bg-stat.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .section-started::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        background: #000;
        opacity: 0.8;
    }

.swiper-action {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}

    .swiper-action .swiper-next,
    .swiper-action .swiper-prev {
        margin: 0px 10px;
        border: 1px solid #070604;
        color: #070604;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    }

        .swiper-action .swiper-next.swiper-button-disabled,
        .swiper-action .swiper-prev.swiper-button-disabled {
            opacity: 0.3;
        }

        .swiper-action .swiper-next:hover,
        .swiper-action .swiper-prev:hover {
            background-color: #000;
            color: #fff;
        }

.widget_item-brand .widget_item-image img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    max-height: 70px;
}

@media (max-width: 991px) {
    .widget_item-brand .widget_item-image img {
        max-height: 50px;
    }
}

.widget_item-brand .widget_item-image:hover img {
    filter: grayscale(0%);
}

.form-control {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    height: 53px;
    background-color: #fff;
    color: #7E7E7E;
}

    .form-control:focus {
        border-color: #0b2e58;
        box-shadow: none;
    }



::-moz-placeholder {
    color: #999999 !important;
    font-size: 14px !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
    font-size: 14px !important;
}

::placeholder {
    color: #999999 !important;
    font-size: 14px !important;
}

.section-investment {
    background: url(/Resources/Common/images/bg-investment.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .section-investment::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        background-color: #4B4B4B;
        opacity: 0.5;
    }

.widget_item-contact .widget_item-icon {
    background-color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


@media (min-width: 992px) {
    .font-size-lg-32 {
        font-size: 32px;
    }

    .font-size-lg-40 {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: unset;
    }
}

.main-footer {
    background: #0B1D33;
}

    .main-footer .footer-top {
        padding: 40px 0;
    }

@media (min-width: 992px) {
    .main-footer .footer-top {
        padding: 60px 0;
    }
}

.main-footer .footer-bottom {
    border-top: 1px solid #FFF;
}

.main-footer .link-footer {
    display: flex;
    flex-wrap: wrap;
}

    .main-footer .link-footer li {
        width: 50%;
    }

    .main-footer .link-footer a {
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        padding: 7px 0px;
        position: relative;
        transition: color 200ms;
    }

        .main-footer .link-footer a:hover {
            color: #DCB95B !important;
        }

.social-media {
    display: flex;
    align-items: center;
}

    .social-media li:not(:last-of-type) {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }

    .social-media li a {
        border-radius: 4px;
        width: 30px;
        height: 30px;
        margin: 0px 2px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: background-color 0.3s ease-in-out;
    }

        .social-media li a i {
            transition: color 0.3s ease-in-out;
        }

        .social-media li a:hover {
            color: #fff !important;
            background-color: #DCB95B;
        }

    .social-media.social-primary li a {
        color: #fff;
    }

.form-footer .btn-submit {
    width: 53px;
    height: 53px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #FA5051;
    color: #fff;
}


.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .4;
    transition: all .2s ease-in-out;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #2A4089;
    width: 20px;
    border-radius: 30px;
}

html[dir="rtl"] .fa-chevron-left:before {
    content: "\f054";
}

html[dir="rtl"] .fa-chevron-right:before {
    content: "\f053";
}

@media (max-width: 991px) {
    .top-header {
        text-align: center;
    }

        .top-header img {
            max-height: 15px;
        }

        .top-header * {
            font-size: 11px !important;
        }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}
/*# sourceMappingURL=main.css.map */
.no-border {
    border: 0;
}

.home-content {
    margin-top: 250px;
}

    .home-content h3 {
        color: #fff;
        font-size: 20px;
    }

.widget_item-about {
    border-radius: 6px;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    padding: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-32 {
    font-size: 32px;
}

.Approach .widget_item-serv.widget_2 {
    transition: ease-in-out 0.3s;
}
/* .Approach .widget_item-serv.widget_2:hover{
  background: #fff;
  box-shadow: 0px 8px 25px rgba(15, 69, 135, 0.1);
  border-color: #fff;
  
} */
@media(min-width:991px) {
    .Approach .widget_item-serv.widget_2 {
        min-height: 380px;
    }

    .our-serv .widget_item-serv {
        min-height: 330px;
    }
}

@media(max-width:991px) {
    .sm-main-color {
        background-color: #2A4089 !important;
        color: #fff !important;
    }
}

@media(max-width:991px) {
    .widget_item-serv {
        min-height: auto;
    }
}

.bg-none {
    background-color: unset;
}

.home-content h5 {
    border-radius: 28.5px;
    background: #f9a62a23;
    color: #F9A62A;
    display: inline-block;
    margin: auto;
    padding: 8px 50px;
    font-size: 20px;
}

@media(max-width:767px) {
    .home-content h5 {
        font-size: 15px;
        padding: 6px 20px;
    }
}

.main-color {
    color: #2A4089;
}

.main-hr {
    opacity: 0.1;
}

.stat-section {
    background: url(/Resources/Common/images/bg-stat.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

    .stat-section::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        background: linear-gradient(#206fae 0%, #002a4b 100%);
        opacity: 0.98
    }

@media(max-width:767px) {
    .stat-section {
        padding: 50px 0;
    }
}

.swiper-values h3 {
    font-size: 18px;
}

.swiper-values h5 {
    font-size: 14px;
}

@media(max-width:991px) {
    .widget_item-serv.widget_2 {
        border: 1px solid #E6E6E6;
        box-shadow: none;
        padding: 34px 24px;
        min-height: auto;
        max-height: unset;
    }
}

.why-section .widget_item-serv.widget_2 {
    background-color: #F9F9F9;
    min-height: 350px;
}

.why-section .widget_item-serv .widget_item-icon {
    background-color: #D5DFEB;
}


.stars i {
    font-size: 20px;
    color: #FFC236;
}

.test-section .widget_item-serv.widget_2 {
    height: auto;
    min-height: 280px;
}






@media(max-width:991px) {
    .widget_item-serv.widget_2 {
        border: 1px solid #E6E6E6;
        box-shadow: none;
        padding: 34px 24px;
        min-height: auto;
        max-height: 330px;
    }

    .why-section .widget_item-serv.widget_2 h5 {
        height: 160px;
    }

    .why-section .widget_item-serv.widget_2 {
        min-height: auto;
    }

    .test-section .widget_item-serv.widget_2 {
        height: auto;
        min-height: 240px;
    }
}



.single-contant i {
    font-size: 20px;
    color: #008a5e;
}

.page-title {
    background: url(/Resources/Common/images/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    position: relative;
    z-index: 1;
}

    .page-title::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background: linear-gradient(#2a4089 0%, #000e3e 100%);
        opacity: 0.92;
    }

    .page-title .title {
        font-size: 20px;
    }

@media (min-width: 992px) {
    .page-title .title {
        font-size: 36px;
    }
}

.page-title .entry-title {
    background-color: rgba(255, 255, 255, 0.27);
    color: #68BD44;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
}

.breadcrumb-item.active {
    color: #68BD44;
}

.bg-about {
    background: url(/Resources/Common/images/bg-page.png);
    background-repeat: no-repeat;
    background-size: cover;
}



.play-video {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FA5051;
    font-size: 20px;
    background-color: #FFF;
    border-radius: 50%;
    opacity: 0;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: ease-in-out 0.3s;
    z-index: 99999999999999999;
}

    .play-video::before, .play-video::after {
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 0;
        content: "";
        height: 60px;
        width: 60px;
        border: 2px solid #ffffff;
        border-radius: 100%;
        -webkit-animation-name: ripple;
        animation-name: ripple;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
        z-index: -1;
    }

    .play-video::before {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .play-video::after {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .play-video:hover {
        background-color: #1E76BB;
        color: #FFF;
    }

        .play-video:hover::before, .play-video:hover::after {
            border-color: #1E76BB;
        }

.image:hover .play-video {
    opacity: 1;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1.19, 1.19, 1.45);
    }

    to {
        opacity: 0;
        transform: scale3d(1.95, 1.95, 1.19);
    }
}

.widget__item-2 {
    text-align: center;
    padding: 0px 20px;
}

    .widget__item-2 .widget__item-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .widget__item-2 .widget__item-image img {
            object-fit: cover;
        }

@media (min-width: 992px) {
    .widget__item-2 .widget__item-image {
        height: 165px;
    }

        .widget__item-2 .widget__item-image img {
            max-height: 165px;
        }
}

@media (max-width: 991px) {
    .widget__item-2 .widget__item-image {
        height: 100px;
    }

        .widget__item-2 .widget__item-image img {
            max-height: 100px;
        }
}



@media only screen and (max-width:1200px) and (min-width: 991px) {

    .bottom-header .menu-container .main-menu .menu-item .menu-link {
        font-size: 12px;
    }

    .bottom-header .logo img {
        height: 60px;
    }
}

.btn-language {
    font-family: 'cairo';
}

@media(max-width:991px) {
    .menu-container .main-menu {
        display: unset !important;
    }

    .btn-language {
        background: #f7941d;
        text-align: center;
        font-family: 'cairo';
        border: 0 !important;
        margin-top: 8px;
    }
}

/****************/
.menu-icon span {
    font-size: 20px;
    color: #2A4089;
}

.menu-icon {
    cursor: pointer;
}


.page-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 4;
    opacity: 0.6;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: visibility 0.3s ease-in-out;
}

    .page-overlay.active {
        visibility: visible;
    }

.aside {
    position: fixed;
    width: 420px;
    top: 0;
    inset-inline-start: -420px;
    z-index: 5;
    background-color: #FFF;
    height: 100%;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

    .aside .aside-head {
        padding: 15px 25px;
    }

    .aside .aside-body {
        padding: 21px 25px;
    }

        .aside .aside-body .aside-menu li {
            display: block;
            transition: all 0.8s ease 500ms;
            transform: translateY(30px);
        }

            .aside .aside-body .aside-menu li:nth-of-type(1) {
                transition-delay: 0.1s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(2) {
                transition-delay: 0.2s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(3) {
                transition-delay: 0.3s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(4) {
                transition-delay: 0.4s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(5) {
                transition-delay: 0.5s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(6) {
                transition-delay: 0.6s;
            }

            .aside .aside-body .aside-menu li:nth-of-type(7) {
                transition-delay: 0.7s;
            }

            .aside .aside-body .aside-menu li a {
                color: #606060;
                font-size: 17px;
                display: inline-block;
                font-weight: 300;
                padding: 18px 8px;
                text-transform: uppercase;
            }

                .aside .aside-body .aside-menu li a.active, .aside .aside-body .aside-menu li a:hover {
                    color: #006B54;
                }

    .aside.active {
        inset-inline-start: 0px;
        visibility: visible;
    }

        .aside.active .aside-body .aside-menu li {
            transform: translateY(0);
            opacity: 1;
        }

@media (max-width: 991px) {
    .aside {
        width: 100%;
        inset-inline-start: -100%;
    }

        .aside.active {
            inset-inline-start: 0px;
        }
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

    .main-header .main-header-content {
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

        .main-header .main-header-content .btn-lang {
            width: 46px;
            height: 40px;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        }

            .main-header .main-header-content .btn-lang:hover {
                background-color: #006B54 !important;
                color: #FFF !important;
            }

        .main-header .main-header-content .social-media li a {
            color: #FFF;
        }

.section-home {
    position: relative;
    z-index: 1;
}

    .section-home .text-white-50 {
        color: #fff !important;
    }

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

    .section-home hr {
        border-color: #FFF;
    }

    .section-home::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.2;
        z-index: 1;
    }

@media (min-width: 992px) {
    .section-home {
        padding: 140px 0;
    }

        .section-home .home-title {
            font-size: 90px;
        }
}

@media (max-width: 991px) {
    .section-home {
        padding: 100px 0 70px;
        text-align: center;
    }

        .section-home .home-title {
            font-size: 24px;
        }

        .section-home .home-text {
            font-size: 16px;
        }
}

.video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

    .video-container .video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (min-width: 992px) {
    .font-size-lg-32 {
        font-size: 32px;
    }

    .font-size-lg-40 {
        font-size: 40px;
    }

    .font-size-lg-60 {
        font-size: 60px;
    }
}

.bg-1 {
    position: relative;
}

    .bg-1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 265px;
        background-image: linear-gradient(rgba(245, 241, 240, 0) 0%, #e2e2e2 51.82%, rgba(246, 242, 241, 0) 100%);
        ;
        background-repeat: no-repeat;
        background-size: cover;
        top: -145px;
        left: 0;
        z-index: 1;
    }

@media (max-width: 991px) {
    .bg-1::before {
        height: 100px;
        top: -51px;
    }
}

.bg-2 {
    position: relative;
    z-index: 1;
    padding: 100px 0 300px;
}

    .bg-2::after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/Resources/Common/images/bg-2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: -1;
        content: "";
    }


.scroll-down {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}

.section-about {
    background-image: url(/Resources/Common/images/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-border {
    border-color: #2A4089 !important;
    background-color: unset !important;
    border-radius: 0;
    color: #2A4089 !important;
}

    .btn-border:hover {
        background-color: #2A4089 !important;
        color: #fff !important;
    }

.logistics-section {
    background-image: url(/Resources/Common/images/map.v2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-resources {
    background-image: url(/Resources/Common/images/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logistics-content {
    padding: 200px 0;
}

.btn-white {
    border-color: #fff !important;
    background-color: unset !important;
    border-radius: 0;
    color: #fff !important;
}

    .btn-white:hover {
        background-color: #fff !important;
        color: #333 !important;
    }

.slide-img {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-video {
    position: relative;
    background-image: url(/Resources/Common/images/bg-video.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section-video .play-video {
        opacity: 1;
    }

.section-key {
    background-image: url(/Resources/Common/images/bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .section-key .single-slide {
        padding: 20px;
        background-color: #213246;
        border-radius: 6px;
        min-height: 246px;
    }

.icon-cont {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-key .single-slide h2,
.section-key .single-slide h5 {
    color: #fff;
}


.section-key .swiper-pagination-bullet {
    background-color: #fff;
}

.section-key .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media(max-width:991px) {
    .bottom-header {
        position: fixed;
        z-index: 9999999999;
    }

    .menu-icon img {
        height: 22px;
    }

    .menu-icon span {
        font-size: 16px;
    }

    .home-content {
        margin-top: 40px;
        margin-bottom: 100px;
    }
}

.home-menu {
    height: 100vh;
    background-image: url(/Resources/Common/images/menu-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    display: none;
}

    .home-menu .container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .home-menu ul li a {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
        position: relative;
        overflow: hidden;
    }

        .home-menu ul li a::before {
            width: 100%;
            height: 4px;
            left: -50px;
            opacity: 0;
            top: 18px;
            background-color: #0c4f83c5;
            content: '';
            position: absolute;
            z-index: 99999999;
            transition: ease-in-out 0.3s;
        }

        .home-menu ul li a:hover::before {
            opacity: 1;
            left: 0;
        }

@media(max-width:767px) {
    .home-menu ul li a {
        font-size: 26px;
    }
}

.scroll-down {
    cursor: pointer;
    z-index: 99999999;
}

.inside-header {
    background-color: #fff;
    top: 0 !important;
    height: auto;
    position: relative !important;
}

    .inside-header .menu-icon span {
        color: #04172E !important;
    }

.section-resources .slide-img img {
    /* max-height: 280px; */
    border: 1px solid #0D3667;
    width: 100%;
    height: auto;
}

.img-inside::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -20px;
    inset-inline-start: -20px;
    background: #FA5051;
    z-index: -1;
    border-radius: 6px;
}

@media(max-width:767px) {
    .img-inside::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -8px;
        inset-inline-start: -8px;
        background: #FA5051;
        z-index: -1;
        border-radius: 6px;
    }
}

.img-inside.after-none::after {
    display: none;
}

.single-slide .cover {
    height: 300px;
    position: relative;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
}

.single-slide .image::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 0.2;
}


.contact-ul li {
    width: 100% !important;
}

@media(max-width:767px) {
    .section-video video {
        height: auto !important;
    }
}


.bottom-header {
    position: fixed !important;
    z-index: 9999999999999;
    background-color: #fff;
}


#let-talk .SuccessMessage {
    display: none;
}

#let-talk .FailedMessage {
    display: none;
    margin-top: 20px;
}

#let-talk .load-wrapp {
    display: none;
}

#let-talk .error-msg {
    display: none;
}

#let-talk .error input, #let-talk .error select, #let-talk .error textarea {
    border: 1.5px solid #ff4040 !important;
}

#let-talk .error label {
    color: red !important;
}

#let-talk .error .error-msg {
    margin-top: 5px;
    color: red !important;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    display: block;
}

#let-talk .error-msg span {
    display: block;
    margin-top: 3px;
    padding: 0 5px;
    color: red !important;
}

#let-talk .load-wrapp {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}

    #let-talk .load-wrapp p {
        padding: 0 0 20px;
    }

    #let-talk .load-wrapp:last-child {
        margin-right: 0;
    }

#let-talk .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

#let-talk .load-1 {
    position: absolute;
    width: 100%;
    top: 50%;
}

    #let-talk .load-1 .line:nth-last-child(1) {
        animation: loadingA 1.5s 1s infinite;
    }

    #let-talk .load-1 .line:nth-last-child(2) {
        animation: loadingA 1.5s 0.5s infinite;
    }

    #let-talk .load-1 .line:nth-last-child(3) {
        animation: loadingA 1.5s 0s infinite;
    }

#let-talk .txtMobile {
    direction: ltr;
    text-align: left;
}

.form-footer .SuccessMessage {
    display: none;
}

.form-footer .FailedMessage {
    display: none;
    margin-top: 20px;
}

.form-footer .load-wrapp {
    display: none;
}

.form-footer .error-msg {
    display: none;
}

.form-footer .error input, .form-footer .error select, .form-footer .error textarea {
    border: 1.5px solid #ff4040 !important;
}

.form-footer .error label {
    color: red !important;
}

.form-footer .error .error-msg {
    margin-top: 5px;
    color: red !important;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    display: block;
}

.form-footer .error-msg span {
    display: block;
    margin-top: 3px;
    padding: 0 5px;
    color: red !important;
}

.form-footer .load-wrapp {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: none;
}

    .form-footer .load-wrapp p {
        padding: 0 0 20px;
    }

    .form-footer .load-wrapp:last-child {
        margin-right: 0;
    }

.form-footer .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.form-footer .load-1 {
    position: absolute;
    width: 100%;
    top: 50%;
}

    .form-footer .load-1 .line:nth-last-child(1) {
        animation: loadingA 1.5s 1s infinite;
    }

    .form-footer .load-1 .line:nth-last-child(2) {
        animation: loadingA 1.5s 0.5s infinite;
    }

    .form-footer .load-1 .line:nth-last-child(3) {
        animation: loadingA 1.5s 0s infinite;
    }

.form-footer .txtMobile {
    direction: ltr;
    text-align: left;
}


.inside-header {
    background-color: #fff;
    top: 0 !important;
    height: auto;
    position: relative !important;
}

    .inside-header .menu-icon span {
        color:#04172E  !important;
    }