﻿@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zain:wght@200;300;400;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-family: "Zain", sans-serif;
}

a {
    text-decoration: none;
}

#player {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -99;
}

#myid {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}

iframe .html5-video-player .html5-watermark {
    display: none !important;
}

#myVideo {
    width: 100%
}

.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -2;
}

.video-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
}

    .video-bg::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 0px 60px;
    background: transparent;
    opacity: 0.45;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out 0s;
}

.active {
    background-color: #fff;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

    .active #primary-nav li a {
        color: #000
    }

    .active #primary-nav .sub-menu li a {
        color: #fff
    }

    .active #primary-nav.mobile li a {
        color: #fff
    }

    .active #primary-nav-button::before {
        color: black
    }

    .active .mega-btn {
        color: #000
    }

.banner {
    display: block;
    clear: both;
}

.logo {
    float: right;
    margin: 17px 0;
    position: relative;
    z-index: 1;
    width: 150px;
    height: 56px;
}

    .logo img {
        width: 100%
    }

.active .logo {
    background-image: url(../images/logo.png);
    background-size: 100%
}

    .active .logo img {
        display: none
    }

.lang {
    float: left;
    margin-top: 19px;
}

    .lang a {
        display: block;
        color: #fff;
        border: 1px #fff solid;
        font-size: 12px;
        padding: 10px;
        border-radius: 50px;
        font-family: "Be Vietnam Pro", sans-serif;
    }

.active #lang a {
    color: #000;
    border: 1px #000 solid;
}

.tel {
    float: left;
    background-color: #E82529;
    border-radius: 40px;
    padding: 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-top: 17px;
    margin-left: 20px;
    font-family: "Be Vietnam Pro", sans-serif;
}

.menu {
    display: block
}


.social {
    display: block;
    text-align: center;
}

    .social a {
        color: #fff;
        font-size: 22px;
        margin: 0 10px;
    }

.padding {
    padding: 120px 0;
}



.box-hidden {
    overflow: hidden
}

.title {
    display: block;
    margin-bottom: 50px;
}

    .title h1 {
        color: #e82529;
        font-size: 22px;
        letter-spacing: 0;
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        padding-bottom: 12px;
    }

        .title h1::before {
            width: 100%;
            height: 1px;
            content: '';
            background-color: #E1DDDD;
            margin-top: 13px;
            margin-left: 11px;
            position: absolute;
            right: -103%;
            top: 0px;
        }

.title-w {
    display: block;
    margin-bottom: 30px;
}

    .title-w h1 {
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
        position: relative;
        text-transform: uppercase;
    }

        .title-w h1::before {
            width: 24px;
            height: 1px;
            content: '';
            background-color: #fff;
            float: left;
            margin-top: 6px;
            margin-right: 11px;
        }

.title-large {
    display: block;
    color: #004F6E;
    font-size: 30px;
    font-family: "DM Serif Text", serif;
    margin-bottom: 30px;
    line-height: 40px;
}

.title-large-w {
}

.leftpush {
    padding-left: 70px
}

.paragraph {
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

.clearfix {
    clear: both
}

.read-more {
    display: block;
    position: relative;
}

    .read-more a {
        font-size: 18px;
        color: #000000;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 3px;
        font-weight: 500;
        letter-spacing: 0;
    }

        .read-more a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0px;
            right: 0;
            background-color: #E82529;
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .read-more a:hover:before {
            visibility: visible;
            width: 100%;
        }

        .read-more a::after {
            content: "\f1e6";
            position: absolute;
            font-family: 'Material Symbols Outlined';
            font-size: 25px;
            font-weight: 300;
            top: 11px;
            line-height: 0;
            margin-right: 5px;
            color: #e82529;
        }



.about {
    display: block;
    background-color: #fff;
    position: relative
}

.about-wrapper {
    width: 63%;
}

    .about-wrapper h2 {
        color: #000;
        font-size: 33px;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 40px;
    }

.about-map {
    width: 40%;
    position: absolute;
    left: 0;
    top: 13%;
}

.location {
    display: block;
    border-bottom: 1px #000 solid;
    position: absolute;
    bottom: 15%;
    right: 60px;
    width: 170px;
    text-align: left;
}

    .location span {
        color: #E82529;
        font-size: 13px;
        text-transform: uppercase;
    }

    .location::after {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #000;
        position: absolute;
        right: 0;
        bottom: -3px;
        border-radius: 10px;
    }

.map {
    width: 450px;
    max-width: 100%;
    height: auto;
}

.about-map.in-viewport .map path {
    stroke-dasharray: 1218;
    stroke-dashoffset: 1218;
    animation: dash 5s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1218;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.mission {
    background-image: url('../images/mission-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    position: relative;
    direction: ltr;
}

.mission-wrapper {
    width: 55%;
    background-color: #ffffffa8;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    position: relative;
    padding: 40px 30px 40px 16%;
}

    .mission-wrapper h1 {
        font-size: 34px;
        font-weight: 300;
        margin-left: 110px;
        direction: rtl;
    }

.slogan {
    position: absolute;
    left: 51%;
    top: 5%;
}

.m-start {
    float: left;
}

    .m-start h4 {
        color: #e82529;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 9px;
    }

.job-detail {
    display: block;
    box-shadow: rgb(36, 36, 45) 0px 140px 0px 0px inset;
    padding-top: 180px;
    padding-bottom: 100px
}

    .job-detail ul {
        display: block
    }

        .job-detail ul li {
            display: block;
            position: relative;
            padding-left: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            color: #172b54
        }

            .job-detail ul li::before {
                position: absolute;
                content: '';
                width: 7px;
                height: 7px;
                background-color: #E82529;
                border: 1px #fff solid;
                left: 0;
                top: 7px;
                border-radius: 10px;
            }

.job-xtra {
    display: block;
    background-color: #f2f4f4;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px #e82529 solid;
}

.services {
    display: block;
    background-color: #fff;
}

.services-wrappr {
    width: 84%;
    margin-right: 16%;
    overflow: hidden
}

.services-slide {
    display: block;
    position: relative;
    padding-bottom: 100px;
}

.swiper-slide {
    font-size: 18px;
    background: #000;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: start !important;
    justify-content: start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: start !important;
    align-items: start !important;
    position: relative;
    height: 470px;
    overflow: hidden
}

.swiper-top-image {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    background-color: #004F6E;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left center
}

    .swiper-top-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.slide-bg-dark {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 20
}

    .slide-title h2 {
        color: #fff;
        font-size: 30px;
        position: relative
    }

        .slide-title h2::before {
            content: '';
            width: 5px;
            height: 100%;
            position: absolute;
            right: -40px;
            top: 0;
            background-color: #e82529;
        }

        .slide-title h2 i {
            position: absolute;
            left: 0;
            top: 5px;
        }

.swiper-button-next, .swiper-button-prev {
    left: 0px;
    bottom: 0px !important;
    top: inherit;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: 1px #dbdbdb solid;
    border-radius: 100px;
}

.swiper-button-next {
    right: 70px !important;
}

    .swiper-button-next::after {
        content: '\ef7d' !important;
    }

.swiper-button-prev::after {
    content: '\e941' !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-family: 'Material Symbols Outlined';
    font-size: 25px;
    color: #E82529;
}

.swiper-pagination-bullet-active {
    background-color: #E82529;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 4%;
    transform: translateX(-4%);
    bottom: 22px;
}




.qhse {
    background-color: #F2F4F4;
    box-shadow: inset 550px 0 0 0px #FFF;
}

.qhse-txt {
    display: block
}

    .qhse-txt h3 {
        font-weight: 600;
        font-size: 27px;
        line-height: 38px;
        width: 95%;
        letter-spacing: -1px
    }

        .qhse-txt h3 span {
            color: #E82529
        }

.team {
    background-color: #E82529;
    box-shadow: inset -550px 0 0 0px #FFF;
}

    .team .title h1::before {
        width: 0
    }

.news {
    display: block;
    background-image: url('../images/bg-news.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.news-card {
    display: block;
    background-color: #fff;
    overflow: hidden
}

.news-card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden
}

.news-card-txt {
    padding: 40px;
}

.news-card-txt-xtra {
    display: block;
    margin-bottom: 0;
}

    .news-card-txt-xtra span {
        display: block;
        color: #ACACAC;
        text-transform: uppercase;
        font-size: 12px;
        position: relative
    }

        .news-card-txt-xtra span::after {
            content: "\f1e6";
            position: absolute;
            font-family: 'Material Symbols Outlined';
            font-size: 27px;
            font-weight: 300;
            top: 7px;
            line-height: 0;
            margin-left: 5px;
            color: #e82529;
            left: 0;
        }

.news-card-txt h2 {
    font-size: 21px;
    min-height: 90px;
    margin-bottom: 30px;
    font-weight: 600;
}

.news-card-txt a {
    color: #000;
}

    .news-card-txt a:hover {
        color: #E82529
    }

.footer {
    display: block;
    background-color: #15151E;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer-top {
    display: block;
    border-bottom: 1px #4A4A4A solid;
    padding: 70px;
}

    .footer-top h4 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .footer-top h1 {
        font-size: 80px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: -2px;
    }

        .footer-top h1 i {
            color: #e82529;
            margin-right: 10px;
        }

.footer-mid {
    display: block;
    border-bottom: 1px #4A4A4A solid;
}

.footer-mid-small {
    width: 30%;
    float: right;
    padding: 70px 0px 70px 30px;
}

.footer-logo {
    display: block;
    width: 150px;
    margin-bottom: 20px;
}

.footer-mid-small p {
    color: #fff;
    margin: 0;
}

.footer-mid-big {
    width: 70%;
    float: right;
    border-right: 1px #4A4A4A solid;
    box-sizing: border-box;
    padding: 70px 50px 70px 0px;
}

.footer-menu {
    display: block
}

    .footer-menu h4 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .footer-menu a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-weight: 200;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer-menu p {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-weight: 200;
        font-size: 16px;
    }


.footer-social {
    display: block;
}

    .footer-social a {
        width: 50px;
        height: 50px;
        border: 1px #E82529 solid;
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
    }

        .footer-social a i {
            color: #fff
        }

.footer-xtra {
    display: block;
    padding: 10px 0;
}

    .footer-xtra p {
        margin: 0;
        color: #807b7b;
        font-size: 12px;
        font-weight: 300;
        display: inline-block;
    }

    .footer-xtra h5 {
        margin: 0;
        color: #807b7b;
        font-size: 12px;
        font-weight: 300;
        float: right;
        margin-top: 5px;
    }



.display {
    display: block
}



.page-bg {
    position: relative;
    width: 100%;
    height: 646px;
    color: white;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left center
}

.page-bg-wrapper {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-bg-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000e;
    opacity: 0.27;
    z-index: 1;
}

.page-title {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    width: 100%;
}

    .page-title h2 {
        font-size: 53px;
        letter-spacing: -2px;
        font-weight: 200;
        margin-bottom: 200px
    }

.crumbs {
    display: block;
}

    .crumbs a {
        display: inline-block;
        padding-left: 20px;
        margin-left: 5px;
        font-size: 13px;
        position: relative;
        color: #FFF;
        text-transform: uppercase;
    }

        .crumbs a::after {
            position: absolute;
            content: '\e5cb';
            left: 0;
            top: -1px;
            color: #fff;
            font-family: 'Material Symbols Outlined';
        }


.services-page {
    display: block;
    background-image: url('../images/bg-news.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.ser-card-txt {
    width: 50%;
    float: left;
}

.ser-card-img {
    width: 50%;
    float: left;
    height: 100%;
}

.ser-card {
    padding: 30px;
    position: relative;
}

    .ser-card h1 {
        color: #F2F4F4;
        font-size: 120px;
        position: absolute;
        z-index: 0;
        top: 0;
    }

    .ser-card h2 {
        color: #E82529;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 500;
        margin-top: 40px;
        position: relative;
        margin-bottom: 30px;
    }

    .ser-card p {
        font-size: 20px;
        font-weight: 200;
        position: relative;
        margin-bottom: 10px;
    }

.ser-img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .ser-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }


.carrer {
    display: block;
    background-color: #f2f4f4;
}

.carrer-wrapper {
    display: block
}

    .carrer-wrapper h3 {
        font-weight: 200;
        width: 70%;
        color: #e82529;
        margin-bottom: 20px;
    }

.carrer-jobs {
    display: block;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 1px;
}

    .carrer-jobs ul li:first-child {
        display: inline-block;
        width: 50%;
    }

        .carrer-jobs ul li:first-child h2 {
            font-size: 19px;
            font-weight: 500;
            margin: 0;
            color: #000
        }

    .carrer-jobs ul li {
        display: inline-block;
        width: 30%;
    }

        .carrer-jobs ul li span {
            display: inline-block;
            text-transform: uppercase;
            font-size: 14px;
            border-right: 1px #ddd solid;
            padding: 0 10px;
        }

        .carrer-jobs ul li h5 {
            display: inline-block;
            text-transform: uppercase;
            font-size: 14px;
            border-right: 1px #ddd solid;
            padding: 0 10px;
            color: #999;
            font-weight: 300;
            margin-bottom: 0
        }

        .carrer-jobs ul li:last-child {
            display: inline-block;
            text-align: left;
            width: 19%;
            padding-left: 20px;
        }




.about-page {
    display: block;
    background-color: white;
}

.quote {
    display: block;
    background-image: url(../images/team.png);
    background-size: cover;
    background-position: right center;
    position: relative;
}

    .quote h2 {
        width: 45%;
        margin: 150px 0 150px;
        position: relative;
        font-weight: 600;
        font-size: 27px;
        line-height: 38px;
        letter-spacing: -1px;
        float: right;
    }


.page-header {
    background-color: #899195;
    display: block;
    height: 100px;
}

.detail {
    display: block;
    box-shadow: rgb(36, 36, 45) 0px 400px 0px 0px inset;
    padding-top: 160px;
}


.small-wrapper {
    width: 900px;
    margin: 0 auto
}

    .small-wrapper h1 {
        display: block;
        color: #000;
        font-size: 46px;
        margin-bottom: 20px;
        font-weight: 700;
        letter-spacing: -2px
    }


    .small-wrapper img {
        width: 100%;
        margin: 20px 0;
    }

    .small-wrapper iframe {
        width: 100%;
        margin: 20px 0;
        height: 500px;
    }

.detail-xtra {
    display: block;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 12px 0;
}

    .detail-xtra span {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        color: #666;
    }

.detail-xtra-social {
    display: inline-block;
    margin-left: 20px;
}

.contact {
    display: block;
    background-color: #fff;
}

.contact-list {
    display: block
}

    .contact-list span {
        font-size: 12px;
        text-transform: uppercase;
        color: #CBCBCB;
    }

    .contact-list h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

.contact-social {
    display: block;
}

    .contact-social a {
        width: 50px;
        height: 50px;
        border: 1px #DCDCDC solid;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
        color: #000;
    }


.form-control {
    border: 0;
    border-radius: 50px;
    background-color: #F2F4F4;
    padding: 16px 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.btn {
    background-color: #e82529;
    display: block;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    padding: 12px;
}



body:not(.no-js) .image-wrap {
    transition: 1s ease-out;
    transition-delay: 0.1s;
    position: relative;
    width: auto;
    overflow: hidden;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    visibility: hidden;
}

    body:not(.no-js) .image-wrap img {
        transform: scale(1.3);
        transition: 1.2s ease-out;
        width: 100%
    }

body:not(.no-js) .animating .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewX(0);
}

body:not(.no-js) .animating img {
    transform: scale(1);
    transition: 2s ease-out;
    width: 100%
}

body:not(.no-js) .fadeup {
    opacity: 0;
    transition: 0.4s ease-out;
    transform: translateX(400px);
}

body:not(.no-js) .fading-up {
    opacity: 1;
    transition: 1s ease-out;
    transform: translateX(0px);
    transition-delay: 0.7s;
}

.reveal {
    width: 100%;
    height: 100%
}

.reveal2 {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.services-detail {
    display: block;
    box-shadow: inset 0 400px 0 0 #24242D;
    padding-top: 180px;
    padding-bottom: 50px
}

.services-title {
    display: block;
    width: 100%;
    margin-top: 110px;
}

    .services-title h2 {
        font-size: 40px;
        letter-spacing: -2px;
        font-weight: 200;
        margin-bottom: 10px;
        color: #fff;
    }

.services-detail-txt {
    display: block;
}

    .services-detail-txt h2 {
        color: #000;
        font-size: 40px;
        letter-spacing: -2px;
        margin-bottom: 30px
    }

    .services-detail-txt ul {
        display: block
    }

        .services-detail-txt ul li {
            display: block;
            position: relative;
            padding-right: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            color: #172b54
        }

            .services-detail-txt ul li::before {
                position: absolute;
                content: '';
                width: 7px;
                height: 7px;
                background-color: #E82529;
                border: 1px #fff solid;
                right: 0;
                top: 7px;
                border-radius: 10px;
            }

.maps {
    display: block;
}

    .maps iframe {
        width: 100%;
        height: 500px;
    }

@media screen and (max-width: 1600px) {
    .mission-wrapper {
        width: 55%;
        padding: 40px 30px 40px 8%;
    }

    .qhse {
        box-shadow: inset -350px 0 0 0px #FFF;
    }

    .team {
        box-shadow: inset 350px 0 0 0px #FFF;
    }
}

@media screen and (max-width: 1360px) {
    .header {
        padding: 0px 40px;
    }

    .logo {
    }

    .main-btn {
        padding: 34px 24px 35px 34px;
    }

    .mega-btn {
        padding: 20px 13px 11px 23px;
    }

    .lang {
    }

    #lang-box {
        top: 70px;
    }

    .mission-wrapper h1 {
        font-size: 31px;
    }



    .services-wrappr {
        width: 91%;
        margin-right: 9%;
    }

    .companies-logo {
        right: 7%;
        width: 150px;
    }
}

@media screen and (max-width: 1200px) {

    .logo {
        width: 100px;
        height: 37px;
    }

    .lang {
        margin-right: 6%;
        position: absolute;
        right: 8%;
    }

    .tel {
        position: absolute;
        right: 17%;
        font-size: 11px;
        padding: 10px 13px;
    }

    .mega-content {
        top: 10%;
    }

    .mega-menu-wrapper h2 {
        font-size: 11px;
        font-weight: 500;
        height: 40px;
    }

    .mega-menu-wrapper a {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .about {
        background-image: none;
    }

    .faruq-container {
        width: 90%;
    }

    .values::after {
        width: 10%;
    }

    .quote::after {
        width: 90%;
    }

    .message::after {
        width: 90%;
    }

    .sus {
        width: 90%;
    }

    .sus-txt::after {
        width: 10%;
    }

    .services-detail {
        box-shadow: inset 0 330px 0 0 #24242D;
        padding-top: 110px;
    }

    .detail {
        padding-top: 80px;
    }

    .job-detail {
        box-shadow: rgb(36, 36, 45) 0px 72px 0px 0px inset;
        padding-top: 110px;
    }
}

@media screen and (max-width: 990px) {


    .swiper-slide {
        height: 350px;
    }

    .slide-title {
        padding: 20px;
    }

        .slide-title h2 {
            font-size: 21px;
        }

            .slide-title h2::before {
                left: -20px;
            }

    .news-card-img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

    .page-bg {
        height: 450px;
    }


    .news-row-img img {
        width: 100%;
        height: 170px;
    }

    .news-card-txt {
        padding: 20px;
    }

        .news-card-txt h2 {
            font-size: 20px;
            margin-bottom: 10px;
            min-height: auto;
        }

    .news-row-btn a {
        margin-top: 60px;
    }

    .footer-top {
        padding: 30px 0;
    }

        .footer-top h4 {
            font-size: 12px;
        }

        .footer-top h1 {
            font-size: 40px;
            margin-bottom: 0;
            letter-spacing: -2px;
        }

    .footer-mid-small {
        width: 100%;
        float: none;
        padding: 30px 0;
    }

    .footer-mid-big {
        width: 100%;
        float: none;
        border-left: 0;
        box-sizing: border-box;
        padding: 30px 0;
    }

    .ser-card-txt {
        width: 100%;
        float: none;
    }

    .ser-card-img {
        width: 100%;
        float: none;
        height: 100%;
    }

    .carrer-jobs ul li:first-child {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .carrer-jobs ul li:first-child h2 {
            font-size: 18px;
        }

    .carrer-jobs ul li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .carrer-jobs ul li span {
            font-size: 12px;
            padding: 0 10px 0 0;
            margin-right: 5px;
        }

        .carrer-jobs ul li h5 {
            font-size: 12px;
        }

        .carrer-jobs ul li:last-child {
            display: block;
            text-align: left;
            width: 100%;
            padding-right: 0;
            margin-bottom: 0;
        }

    .carrer-wrapper h3 {
        width: 100%;
    }

    .location {
        left: 38%;
    }
}

@media screen and (max-width: 900px) {
    .small-wrapper {
        width: 98%;
    }

    .detail-img {
        height: auto;
    }

    .small-wrapper iframe {
        height: 350px
    }

    .quote h2 {
        width: 61%;
        margin: 50px 0 50px;
        font-size: 23px;
        line-height: 33px;
    }
}

@media screen and (max-width: 768px) {

    .header {
        height: 70px;
    }

    .active {
        background-color: #fff;
    }


    .about-wrapper {
        width: 100%;
    }

        .about-wrapper h2 {
            font-size: 21px;
            margin-bottom: 20px;
        }

    .paragraph {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .about-map {
        width: 100%;
        position: static;
    }

    .map {
        height: auto;
    }

    .padding {
        padding: 70px 0;
    }

    .mission {
        padding: 60px 0;
    }

    .slogan {
        left: 73%;
        top: 8%;
    }

        .slogan svg {
            width: 70px;
            height: auto;
        }

    .mission-wrapper {
        width: 77%;
        padding: 40px 30px 40px 8%;
    }

        .mission-wrapper h1 {
            font-size: 23px;
            margin-left: 91px;
        }

    .qhse {
        box-shadow: inset -150px 0 0 0px #FFF;
    }

    .team {
        box-shadow: inset 50px 0 0 0px #FFF;
    }

    .leftpush {
        padding-left: 0
    }

    .social a {
        font-size: 16px;
    }

    .display {
        display: none
    }

    .footer-more-xtra {
        float: none;
    }

        .footer-more-xtra a {
            font-size: 12px;
        }



    .companies-detail::before {
        width: 94%;
    }

    .companies-detail::after {
        width: 6%;
    }

    .companies-logo {
        right: inherit;
        width: 150px;
        position: relative;
        top: inherit;
        margin: 0 auto 50px;
    }

    .detail-page-bg {
        height: 70vh;
    }

    .big-news-img {
        width: 100%;
        float: none;
        overflow: hidden;
        height: auto;
    }

    .big-news-txt {
        padding: 30px;
        position: static;
        z-index: 1;
        width: 100%;
    }

        .big-news-txt h2 {
            min-height: auto;
        }

    .news-row-btn {
        text-align: left;
        padding-bottom: 20px;
    }

        .news-row-btn a {
            margin-top: 0;
        }

    .lc-wrapper {
        padding: 50px 30px 50px 0;
    }

    .contact::before {
        height: 35%;
        width: 100%;
    }

    .container {
        width: 96%;
    }

    .lang {
        right: 11%;
    }

    .tel {
        display: none;
    }

    .services-detail {
        padding-top: 100px;
    }

    .services-title {
        margin-top: 0;
    }

    .services-detail-txt h2 {
        font-size: 25px;
    }

    .small-wrapper h1 {
        font-size: 26px;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 98%;
    }

    .video-bg {
        height: 50vh;
    }

    .header {
        height: 70px;
    }

    .active {
        background-color: #fff;
    }

    .padding {
        padding: 50px 0;
    }


    .small-wrapper h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }


    .title {
        margin-bottom: 14px;
    }

        .title h1 {
            font-size: 10px;
        }

    .title-large {
        font-size: 20px;
        margin-bottom: 14px;
        line-height: 30px;
    }

    .title-w {
        margin-bottom: 14px;
    }

        .title-w h1 {
            font-size: 10px;
        }

            .title-w h1::before {
                width: 20px;
                margin-top: 5px;
                margin-right: 7px;
            }

    .title-large-w {
        font-size: 20px;
        margin-bottom: 14px;
        line-height: 32px;
    }

    .paragraph {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }


    .slide-title {
        padding: 20px;
    }

        .slide-title h2 {
            font-size: 22px;
        }

        .slide-title p {
            color: #fff;
            margin-bottom: 10px;
            line-height: 22px;
        }

    .links a {
        font-size: 10px;
    }

    .swiper-slide {
        width: 85%;
        height: 280px;
    }

    .services-slide {
        padding-bottom: 60px;
    }

    .services-wrappr {
        width: 96%;
        margin-right: 4%;
    }

    .news-card-txt {
        padding: 20px;
    }

    .news-card-txt-xtra {
        margin-bottom: 10px;
    }

    .news-card-txt h2 {
        font-size: 18px;
        min-height: auto;
        margin-bottom: 14px;
    }

    .subs-main-txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-xtra p {
        display: block;
        text-align: center;
    }

    .footer-xtra h5 {
        float: none;
        margin-top: 5px;
        text-align: center;
    }

    .page-bg {
        height: 350px;
    }

    .fig-page {
        width: 25%;
        z-index: 1;
    }

    .detail-page-title h2 {
        font-size: 30px;
    }

    .crumbs a {
        padding-right: 14px;
        font-size: 10px;
    }

        .crumbs a::after {
            top: 0;
        }

    .detail-page-bg {
        height: 55vh;
    }

    .sus-mg {
        height: 324px;
    }

    .sus-top-txt {
        padding: 30px;
    }

    .people-p {
        margin-top: 10px;
        padding-right: 00px
    }
}

@media screen and (max-width: 576px) {
    .container {
        width: 98%;
        max-width: 100%
    }

    .qhse-txt h3 {
        font-weight: 400;
        font-size: 19px;
        line-height: 29px;
        width: 100%;
        letter-spacing: -1px;
    }

    .team {
        box-shadow: inset 0px 0 0 0px #FFF;
    }

    .mission-wrapper {
        width: 83%;
        padding: 20px;
    }

    .m-start {
        float: none;
        margin-bottom: 20px;
    }

    .mission-wrapper h1 {
        font-size: 21px;
        margin-left: 0;
    }


    .quote h2 {
        width: 78%;
        margin: 50px 0 50px;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -1px;
        float: right;
    }

    .page-title h2 {
        font-size: 43px;
        margin-bottom: 20px;
    }

    .ser-card {
        padding: 20px;
    }

        .ser-card h1 {
            font-size: 90px;
        }

        .ser-card h2 {
            font-size: 21px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        .ser-card p {
            font-size: 17px;
            margin-bottom: 0;
        }

    .job-detail {
        padding-bottom: 40px;
    }

    .location {
        left: 46%;
    }
}

@media screen and (max-width: 520px) {
    .padding {
        padding: 30px 0;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 0
    }

    .swiper-button-next {
        left: 50px;
    }

        .swiper-button-next::after, .swiper-button-prev::after {
            font-size: 20px;
        }

    .sus-mg {
        height: 300px;
        width: 100%;
        float: none;
        margin: 0;
    }

    .small-wrapper iframe {
        height: 250px
    }

    .header {
        padding: 0
    }

    .lang {
        right: 9%;
    }

    .detail {
        box-shadow: rgb(36, 36, 45) 0px 200px 0px 0px inset;
    }
}

@media screen and (max-width: 420px) {
    .faruq-container-img {
        height: 330px;
    }

    .small-wrapper iframe {
        height: 200px
    }

    .quote h2 {
        width: 78%;
        margin: 30px 0 30px;
        font-size: 17px;
        line-height: 23px;
    }

    .location {
        left: 41%;
        bottom: 12%;
    }
}



.loader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    z-index: 9999;
}

.loader-img {
    width: 10rem;
}

    .loader-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.loader__element {
    height: 3px;
    width: 100%;
    background: #E8252960;
    width: 10rem;
}

    .loader__element:before {
        content: '';
        display: block;
        background-color: #E82529;
        height: 3px;
        width: 0;
        animation: getWidth 1s ease-in infinite;
    }

@keyframes getWidth {
    100% {
        width: 100%;
    }
}
