﻿@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Rabar_014';
    src: url('Rabar_014.eot');
    src: url('Rabar_014.eot?#iefix') format('embedded-opentype'), url('Rabar_014.woff2') format('woff2'), url('Rabar_014.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rabar_013';
    src: url('Rabar_013.eot');
    src: url('Rabar_013.eot?#iefix') format('embedded-opentype'), url('Rabar_013.woff2') format('woff2'), url('Rabar_013.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #E5E9EF;
    font-family: 'Rabar_013';
}

a {
    text-decoration: none;
}

#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;
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 0.44);
    padding: 0px 60px;
    border-bottom: 1px #9b9b9b solid;
    backdrop-filter: blur(5px);
    background: linear-gradient(to left, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 30%);
    transition: background-color 1s ease-out;
}

.active {
    background-color: #fff;
}

    .active #primary-nav li a {
        color: #000
    }

    .active #primary-nav .sub-menu li a {
        color: #fff
    }

    .active #lang {
        color: #000
    }

    .active .mega-btn {
        color: #000
    }

.logo {
    float: right;
    margin: 17px 0;
    position: relative;
    z-index: 1;
    width: 110px;
}

    .logo img {
        width: 100%
    }

.fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%
}

.fig-page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%
}

.lang-wrapper {
    border-right: 1px #9b9b9b solid;
    border-left: 1px #9b9b9b solid;
    float: left;
}

.lang {
    width: auto;
    padding: 38px 10px 38px 10px;
    position: relative;
}

    .lang span {
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 16px;
        margin-right: 0px;
    }

#lang {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 16px;
    color: #fff;
    font-size: 12px;
}

#lang-box {
    display: none;
    width: 80px;
    background-color: #fff;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 100px;
    padding: 5px;
    backdrop-filter: blur(10px);
}

    #lang-box a {
        color: #000;
        font-size: 13px;
        text-align: center;
        display: block;
        text-decoration: none;
    }

.sub1, .sub2, .sub3, .sub4, .sub5, .sub6, .sub7, .sub8, .sub9, .sub10, .sub11 {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.sub1-overlay, .sub2-overlay, .sub3-overlay, .sub4-overlay, .sub5-overlay, .sub6-overlay, .sub7-overlay, .sub8-overlay, .sub9-overlay, .sub10-overlay, .sub11-overlay {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    clear: both;
    position: static;
}

.button_container {
    position: fixed;
    top: 5%;
    left: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

    .button_container:hover {
        opacity: 0.7;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }

    .button_container span {
        background: #7eaf5a;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 11px;
        }

        .button_container span:nth-of-type(3) {
            top: 22px;
        }

.overlay {
    position: fixed;
    background: #7eaf5a;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
}

    .overlay.open {
        opacity: 0.9;
        visibility: visible;
        height: 100%;
    }

        .overlay.open li {
            animation: fadeInRight 0.5s ease forwards;
            animation-delay: 0.35s;
        }

            .overlay.open li:nth-of-type(2) {
                animation-delay: 0.4s;
            }

            .overlay.open li:nth-of-type(3) {
                animation-delay: 0.45s;
            }

            .overlay.open li:nth-of-type(4) {
                animation-delay: 0.5s;
            }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 40%;
        transform: translateY(-50%);
        font-size: 35px;
        font-weight: 400;
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }

        .overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 5);
            min-height: 40px;
            position: relative;
            opacity: 0;
        }

            .overlay ul li a {
                display: block;
                position: relative;
                color: #FFF;
                text-decoration: none;
                overflow: hidden;
            }

                .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
                    width: 100%;
                }

                .overlay ul li a:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    right: 50%;
                    width: 0%;
                    transform: translateX(-50%);
                    height: 3px;
                    background: #FFF;
                    transition: 0.35s;
                }

.main-btn {
    float: left;
    position: relative;
    padding: 49px 34px 49px 24px;
}

.mega-btn {
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    color: #fff;
    left: 0px;
    top: 0;
    padding: 37px 23px 38px 13px;
    z-index: 1;
    text-decoration: none;
    line-height: 0;
}

.mega {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #004F6E;
    overflow-y: hidden;
    transition: 0.5s;
}

.mega-content {
    position: relative;
    top: 20%;
    width: 100%;
}


.mega a:hover, .mega a:focus {
    color: #f1f1f1;
}

.mega .closebtn {
    position: absolute;
    top: 20px;
    left: 85px;
    font-size: 40px;
    z-index: 3;
    color: #fff;
    text-decoration: none;
}

.mega-container {
    width: 90%;
    margin: 0 auto
}

.mega-menu-wrapper {
    display: block;
    position: relative;
}

    .mega-menu-wrapper h2 {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px #116788 solid;
        padding-bottom: 18px;
        position: relative;
        margin-bottom: 12px;
        height: 50px;
    }

        .mega-menu-wrapper h2 span {
            float: left;
            font-size: 18px;
            display: none;
        }

        .mega-menu-wrapper h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 40px;
            background-color: #8DCBE2;
            right: 0;
            height: 1px;
        }

    .mega-menu-wrapper a {
        font-size: 14px;
        color: #B6CFD9;
        display: block;
        text-decoration: none;
        margin-bottom: 8px;
        font-family: 'Rabar_014';
    }

        .mega-menu-wrapper a:hover {
            color: #fff;
        }

.social {
    display: block;
    text-align: center;
}

    .social a {
        color: #fff;
        font-size: 22px;
        margin: 0 10px;
    }

.padding {
    padding: 100px 0;
}

.figers {
    display: block;
}

.figers-title {
    display: block;
    overflow: hidden
}

    .figers-title h1 {
        font-family: 'Rabar_013';
        font-size: 30px;
        color: #004F6E;
    }

.figers ul li {
    width: 24%;
    display: inline-block;
}

    .figers ul li h1 {
        color: #004F6E;
        font-weight: bold;
    }

    .figers ul li span {
        color: #004F6E;
        font-size: 14px;
    }

.box-hidden {
    overflow: hidden
}

.title {
    display: block;
    margin-bottom: 30px;
}

    .title h1 {
        color: #004F6E;
        font-size: 12px;
        letter-spacing: 0;
        position: relative;
        text-transform: uppercase;
    }

        .title h1::before {
            width: 24px;
            height: 1px;
            content: '';
            background-color: #004F6E;
            float: right;
            margin-top: 6px;
            margin-left: 11px;
        }

.title-w {
    display: block;
    margin-bottom: 30px;
}

    .title-w h1 {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0;
        position: relative;
        text-transform: uppercase;
    }

        .title-w h1::before {
            width: 24px;
            height: 1px;
            content: '';
            background-color: #fff;
            float: right;
            margin-top: 6px;
            margin-left: 11px;
        }

.title-large {
    display: block;
    color: #004F6E;
    font-size: 30px;
    font-family: 'Rabar_013';
    margin-bottom: 30px;
    line-height: 40px;
}

.title-large-w {
    display: block;
    color: #fff;
    font-size: 30px;
    font-family: 'Rabar_013';
    margin-bottom: 30px;
    line-height: 40px;
}

.leftpush {
    padding-right: 0px
}

.paragraph {
    font-size: 16px;
    line-height: 30px;
    color: #5C7078;
    margin: 0;
    font-family: 'Rabar_014';
}

.clearfix {
    clear: both
}

.read-more {
    display: block;
}

    .read-more a {
        font-size: 12px;
        color: #004F6E;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 3px;
    }

        .read-more a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0px;
            right: 0;
            background-color: #004F6E;
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .read-more a:hover:before {
            visibility: visible;
            width: 100%;
        }

        .read-more a i {
            margin-right: 5px;
        }

.read-more-w {
    display: block;
}

    .read-more-w a {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 3px;
    }

        .read-more-w a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0px;
            right: 0;
            background-color: #fff;
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .read-more-w a:hover:before {
            visibility: visible;
            width: 100%;
        }

        .read-more-w a i {
            margin-right: 5px;
        }

.about {
    display: block;
    background-color: #fff;
    background-image: url(../images/fig-building.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32%;
}

.faruq {
    display: block;
    -webkit-box-shadow: inset 0 -100px 0 0 #fff;
    box-shadow: inset 0 -100px 0 0 #fff;
}

.faruq-container {
    width: 75%;
    background-color: #004F6E;
}

.faruq-container-img {
    width: 45%;
    float: right;
    position: relative;
    height: 687px;
}

    .faruq-container-img img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

.faruq-txt {
    padding: 60px;
    position: relative;
    float: left;
    width: 55%;
}

.faruq-txt-icon {
    float: left;
}

.faruq-name {
    display: block
}

    .faruq-name h4 {
        color: #FFFFFF;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0
    }

    .faruq-name span {
        color: #FFFFFF;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal
    }

.companies {
    display: block;
    background-color: #fff;
}

.companies-wrappr {
    width: 96%;
    margin-right: 4%;
    overflow: hidden
}

.companies-slide {
    display: block;
    position: relative;
    padding-bottom: 100px;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    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: 550px;
    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;
    }

    .slide-title p {
        color: #fff;
        margin-bottom: 20px;
    }

.links {
    display: block;
}

    .links a {
        display: block;
        border-top: 1px #373A3A solid;
        padding: 8px 0;
        position: relative;
        color: #fff;
        font-size: 14px
    }

        .links a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0px;
            left: 0;
            background-color: #fff;
            visibility: hidden;
            width: 0px;
            transition: all 0.3s ease-in-out 0s;
        }

        .links a:hover:before {
            visibility: visible;
            width: 20%;
        }

        .links a i {
            position: absolute;
            right: 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 #004F6E 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: #004F6E;
}

.swiper-pagination-bullet-active {
    background-color: #004F6E;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: translateX(-4%);
    left: 4%;
    bottom: 22px;
}

.news {
    display: block;
}

.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: 20px;
}

    .news-card-txt-xtra span {
        display: inline-block;
        color: #004F6E;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Rabar_014';
    }

.news-card-txt-xtra-svg {
    margin: 0 10px;
    display: inline;
}

.news-card-txt h2 {
    font-size: 22px;
    min-height: 90px;
    color: #000;
    margin-bottom: 20px
}

.footer {
    display: block;
    background-color: #004F6E;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.footer-wrapper {
    width: 92%;
    margin: 0 auto
}

.footer-logo {
    display: block;
    width: 150px;
    margin-bottom: 40px
}

    .footer-logo img {
        width: 100%;
    }

.footer-xtra {
    display: block;
    margin-bottom: 40px;
}

    .footer-xtra h4 {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .footer-xtra p {
        font-size: 14px;
        color: #8EB8C9;
        font-family: 'Rabar_014';
    }

.display {
    display: block
}

.footer-more {
    display: block;
    border-top: 1px #116788 solid;
    padding: 20px 0;
}

    .footer-more h5 {
        font-size: 14px;
        color: #B6CFD9;
        display: inline-block;
        text-decoration: none;
        font-weight: normal;
        font-family: 'Rabar_014';
    }

.footer-more-xtra {
    float: left;
}

    .footer-more-xtra a {
        font-size: 14px;
        color: #B6CFD9;
        display: inline;
        text-decoration: none;
        margin-right: 10px;
        font-family: 'Rabar_014';
    }

.page-bg {
    position: relative;
    width: 100%;
    height: 646px;
    color: white;
    overflow: hidden;
    background-color: #004F6E;
    background-image: url(../images/footer-bg.png);
    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: #004f6e;
    opacity: 0.27;
    z-index: 1;
}

.page-title {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 4%;
    z-index: 2;
}

.crumbs {
    display: block;
}

    .crumbs a {
        display: inline-block;
        padding-right: 20px;
        margin-right: 5px;
        font-size: 12px;
        position: relative;
        color: #CBCBCB;
        text-transform: uppercase;
    }

        .crumbs a::after {
            position: absolute;
            content: '\e5cc';
            right: 0;
            top: 1px;
            color: #fff;
            font-family: 'Material Symbols Outlined';
        }


.detail-page-bg {
    position: relative;
    width: 100%;
    height: 90vh;
    color: white;
    overflow: hidden;
    background-color: #004F6E;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left center
}

.detail-page-bg-wrapper {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.detail-page-bg-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.detail-page-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.27;
    z-index: 1;
}

.detail-page-title {
    display: block;
    position: absolute;
    bottom: 30%;
    right: 4%;
    z-index: 2;
}

    .detail-page-title h2 {
        font-size: 50px;
    }


.about-page {
    display: block;
    background-color: white;
}

.faruq-title {
    display: block;
    margin-top: 40px;
}

    .faruq-title span {
        font-size: 16px;
        line-height: 30px;
        color: #5C7078;
        margin: 0;
    }

    .faruq-title h4 {
        color: #004f6e;
    }

.values {
    background-color: #004F6E;
    position: relative;
}

    .values::after {
        position: absolute;
        background-color: #E5E9EF;
        content: '';
        width: 20%;
        height: 100%;
        left: 0;
        top: 0;
    }

.value-list {
    display: block;
    margin-top: 40px;
}

    .value-list li {
        display: block;
        position: relative;
        padding: 40px 0
    }

.value-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgb(14, 111, 149) 0%,rgba(19, 108, 142, 0) 100%);
    position: absolute;
    top: 0px;
    left: 0;
}

.value-list-svg {
    width: 20%;
    position: absolute;
    right: 0;
}

    .value-list-svg svg {
        width: 80%
    }

.value-list-txt {
    display: block;
    padding-right: 20%;
}

    .value-list-txt h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }

    .value-list-txt p {
        color: #fff
    }

.quote {
    display: block;
    background-image: url(../images/quote-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .quote::after {
        width: 80%;
        background-color: #004F6E;
        position: absolute;
        top: 0;
        right: 0;
        height: 70px;
        content: '';
    }

    .quote h2 {
        width: 45%;
        margin: 250px 0 200px;
        position: relative
    }

        .quote h2 svg {
            position: absolute;
            width: 100px;
            right: 0;
            top: -100px;
        }

.message {
    display: block;
    position: relative
}

    .message::after {
        width: 75%;
        background-color: #004F6E;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 50px;
        content: '';
    }

.subs-wrapper {
    display: block;
    background-color: #fff;
    margin-bottom: 1px;
    position: relative
}

.subs-main-img {
    width: 30%;
    float: right;
    margin-left: 40px;
}

    .subs-main-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        overflow: hidden;
    }

.subs-main-txt {
    padding: 40px;
}

    .subs-main-txt h2 {
        display: inline-block;
        color: #004F6E;
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 40px;
        position: relative
    }

        .subs-main-txt h2::after {
            width: 37px;
            height: 1px;
            content: '';
            background-color: #E1E6EE;
            float: left;
            margin-top: 23px;
            margin-right: 11px;
        }

.subs-main-txt-shape {
    width: 6px;
    height: 6px;
    background-color: #004F6E;
    float: left;
    transform: rotate(45deg);
    margin-top: 20px;
    margin-right: 10px;
}

.subs-main-txt p {
    margin-bottom: 30px
}

.companies-links {
    display: block;
}

    .companies-links a {
        display: inline-block;
        border: 1px #e5e9ef solid;
        margin-right: 10px;
        width: 100px;
        height: 90px;
    }

        .companies-links a img {
            width: 100%
        }

.companies-detail {
    display: block;
    background-color: #fff;
    position: relative;
    padding-bottom: 50px
}

.companies-logo {
    position: absolute;
    left: 8%;
    z-index: 2;
    top: 13%;
    width: 210px;
}

    .companies-logo img {
        width: 100%;
    }

.companies-detail::before {
    width: 75%;
    background-color: #fff;
    position: absolute;
    top: -70px;
    right: 0;
    height: 70px;
    content: '';
    z-index: 1;
}

.companies-detail::after {
    position: absolute;
    background-color: #E5E9EF;
    content: '';
    width: 25%;
    height: 100%;
    left: 0;
    top: 0;
}

.companies-webiste {
    display: block;
}

    .companies-webiste a {
        display: inline-block;
        background-color: #004f6e;
        padding: 14px 24px;
        border-radius: 100px;
        color: #fff;
    }

.other-companies {
    display: block;
    border-top: 1px #e5e9ef solid;
    padding-top: 50px;
    margin-top: 50px;
}

.sus-mg {
    width: 30%;
    position: relative;
    height: 580px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

    .sus-mg img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.sus {
    background-color: #fff;
    position: relative;
    width: 100%
}

.sus-top {
    background-color: #004F6E
}

    .sus-top::after {
        position: absolute;
        background-color: #e5e9ef;
        content: '';
        width: 17%;
        height: 100%;
        left: 0;
        top: 0;
    }

.sus-top-txt {
    padding: 80px 0 0 50px;
}

.sus-txt {
    background-color: #fff;
    position: relative;
}

    .sus-txt::after {
        position: absolute;
        background-color: #E5E9EF;
        content: '';
        width: 17%;
        height: 100%;
        left: 0;
        top: 0;
    }

.sus-list {
    display: block
}

    .sus-list ul li {
        display: block;
        margin-bottom: 4px;
        position: relative;
        padding-left: 24px;
    }

        .sus-list ul li::before {
            font-family: bootstrap-icons !important;
            content: '\F272';
            position: absolute;
            left: 0;
            top: 0;
            color: #000
        }

.big-news {
    display: block;
    position: relative;
}

.big-news-img {
    width: 68%;
    float: left;
    overflow: hidden;
    height: 450px;
}

    .big-news-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.big-news-txt {
    padding: 40px;
    position: absolute;
    z-index: 1;
    width: 40%;
    background-color: #fff;
    top: 80px;
    right: 0;
}

    .big-news-txt h2 {
        font-size: 22px;
        min-height: 90px;
        color: #000;
        margin-bottom: 20px;
    }

    .big-news-txt a {
        color: #000;
    }

.news-row {
    display: block;
    background-color: #fff;
    margin-bottom: 1PX;
}

.news-row-img {
    overflow: hidden;
}

    .news-row-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        overflow: hidden;
    }

.news-row-btn {
    display: block;
    text-align: right;
}

    .news-row-btn a {
        display: inline-block;
        background-color: #004f6e;
        padding: 14px 24px;
        border-radius: 100px;
        color: #fff;
        margin-top: 80px;
        font-size: 10px;
        text-transform: uppercase;
    }

.people {
    display: block;
    background-color: #fff
}

.people-p {
    margin-top: 30px;
    padding-left: 20px;
}

.people-img {
    width: 100%;
    overflow: hidden
}

    .people-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

.ed {
    display: block;
    background-image: url(../images/ed.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 250px;
}

.lc {
    display: block;
    position: relative
}

    .lc::before {
        background-color: #004F6E;
        position: absolute;
        width: 30%;
        right: 0;
        height: 100%;
        content: ''
    }

.lc-wrapper {
    display: block;
    background-color: #004F6E;
    padding: 130px 50px 130px 0;
    background-image: url(../images/footer-bg.png);
    background-position: right bottom;
    background-size: 30%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .lc-wrapper p {
        color: #fff
    }

.page-header {
    background-color: #899195;
    display: block;
    height: 100px;
}

.detail {
    display: block;
    background-color: #fff;
}

.small-wrapper {
    width: 900px;
    margin: 0 auto
}

    .small-wrapper h1 {
        display: block;
        color: #000;
        font-size: 46px;
        margin-bottom: 20px;
    }

.detail-img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden
}

    .detail-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden
    }

.small-wrapper img {
    width: 100%;
    margin: 20px 0;
}

.small-wrapper iframe {
    width: 100%;
    margin: 20px 0;
    height: 500px;
}

.contact {
    display: block;
    background-color: #fff;
    position: relative
}

    .contact::before {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #004F6E;
        content: '';
        height: 100%;
        width: 34%
    }

.contact-list {
    display: block
}

    .contact-list ul li {
        display: block;
        margin-bottom: 20px;
        position: relative
    }

        .contact-list ul li i {
            color: #fff;
            font-size: 20px;
            position: absolute;
            right: 0;
            top: 1px;
        }

        .contact-list ul li h4 {
            color: #fff;
            font-size: 16px;
            line-height: 28px;
            padding-right: 35px;
        }

.contact-big {
    display: block
}

.contact-big-form {
    display: block;
}

.form-select {
    border: 1px #E5E9EF solid;
    border-radius: 0;
}

.form-control {
    border: 1px #E5E9EF solid;
    border-radius: 0;
}

.map {
    display: block;
}

    .map iframe {
        width: 100%;
        height: 500px;
    }

body:not(.no-js) .image-wrap {
    transition: 1s ease-out;
    transition-delay: 0.1s;
    position: relative;
    width: auto;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    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: 3s 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%
}

.mobile-size {
    display: flex
}

@media screen and (max-width:1700px) {
    .contact::before {
        width: 34%;
    }
}

@media screen and (max-width: 1600px) {
    .faruq-container {
        width: 80%;
        background-color: #004F6E;
    }

    .values::after {
        width: 20%;
    }

    .quote::after {
        width: 80%;
    }

    .message::after {
        width: 80%;
    }

    .sus {
        width: 100%
    }

    .sus-txt::after {
        width: 13%;
    }

    .sus-top::after {
        width: 13%;
    }
}

@media screen and (max-width: 1360px) {
    .header {
        height: 70px;
        padding: 0px 40px;
    }

    .logo {
        margin: 12px 0;
        width: 80px;
    }

    .main-btn {
        padding: 34px 24px 35px 34px;
    }

    .mega-btn {
        padding: 23px 20px 19px 13px;
    }

    .lang {
        padding: 23px 10px 23px 0px;
    }

    #lang-box {
        top: 70px;
    }

    .faruq-txt-icon svg {
        width: 50px;
        height: auto;
    }

    .faruq-container-img {
        width: 45%;
        height: 600px;
    }

    .companies-logo {
        right: 7%;
        width: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .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: 100%;
    }

    .sus-txt::after {
        width: 10%;
    }

    .sus-top::after {
        width: 10%;
    }

    .about {
        padding-top: 440px;
        background-position: top center;
        background-size: 400px;
    }
}

@media screen and (max-width: 990px) {
    .mega .closebtn {
        left: 4%;
        font-size: 40px;
        top: 7px;
    }

    .figers-title {
        margin-bottom: 20px;
    }

    .faruq-txt {
        padding: 40px;
    }

    .faruq-container {
        width: 94%;
    }

    .values::after {
        width: 6%;
    }

    .quote::after {
        width: 94%;
    }

    .message::after {
        width: 94%;
    }

    .swiper-slide {
        width: 75%;
        height: 500px;
    }

    .sus {
        width: 100%;
    }

    .sus-txt::after {
        width: 0%;
    }

    .sus-top::after {
        width: 0;
    }

    .news-card-img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

    .sus-mg {
        margin-right: 0;
        height: 454px;
        float: none
    }

    .quote h2 {
        width: 70%;
        margin: 180px 0 80px;
        position: relative;
    }

    .subs-main-img {
        display: none
    }

    .subs-main-txt {
        padding: 20px 0;
    }

    .page-bg {
        height: 450px;
    }

    .fig-page {
        width: 20%;
        z-index: 1;
    }

    .sus-top-txt {
        padding: 50px 50px 50px 9%;
    }

    .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;
    }

    .lc-wrapper {
        background-size: 50%;
    }

    .about {
        padding-top: 440px;
        background-position: top center;
        background-size: 400px;
    }
}

@media screen and (max-width: 900px) {
    .small-wrapper {
        width: 98%;
    }

    .detail-img {
        height: auto;
    }

    .small-wrapper iframe {
        height: 350px
    }

    .about {
        padding-top: 440px;
        background-position: top center;
        background-size: 400px;
    }
}

@media screen and (max-width: 768px) {
    .sub1-overlay, .sub2-overlay, .sub3-overlay, .sub4-overlay, .sub5-overlay, .sub6-overlay, .sub7-overlay, .sub8-overlay, .sub9-overlay, .sub10-overlay, .sub11-overlay {
        display: none;
    }

    .mega-menu-wrapper h2 span {
        display: inherit;
    }

    .header {
        height: 70px;
        padding: 0 0 0 20px;
        background: linear-gradient(to left, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 70%);
    }

    .active {
        background-color: #fff;
    }

    .mega-menu-wrapper h2 {
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .mega {
        overflow-y: scroll;
    }

    .padding {
        padding: 70px 0;
    }

    .leftpush {
        padding-right: 0;
    }

    .social a {
        font-size: 16px;
    }

    .display {
        display: none
    }

    .footer-more-xtra {
        float: none;
    }

        .footer-more-xtra a {
            font-size: 12px;
        }

    .footer {
        display: block;
        background-size: 50%;
    }

    .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%;
    }

    .about {
        padding-top: 440px;
        background-position: top center;
        background-size: 400px;
    }

    .mobile-size {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 98%;
    }

    .video-bg {
        height: 50vh;
    }

    .header {
        height: 70px;
        padding: 0;
        background: linear-gradient(to left, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 70%);
    }

    .active {
        background-color: #fff;
    }

    .padding {
        padding: 50px 0;
    }

    .figers-title h1 {
        font-size: 20px;
    }

    .figers ul li {
        width: 48%;
        margin-bottom: 15px;
    }

    .small-wrapper h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .figers ul li h1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .title {
        margin-bottom: 14px;
    }

        .title h1 {
            font-size: 10px;
        }

            .title h1::before {
                width: 20px;
                margin-top: 5px;
                margin-right: 7px;
            }

    .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;
    }

    .faruq-container-img {
        width: 100%;
        height: 420px;
        float: none;
    }

    .faruq-txt {
        padding: 30px;
        width: 100%;
        float: none
    }

    .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: 440px;
    }

    .companies-slide {
        padding-bottom: 70px;
    }

    .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;
    }

    .subs-main-txt-shape {
        margin-top: 19px;
        margin-left: 7px;
    }

    .subs-main-txt h2::after {
        width: 28px;
        margin-top: 21px;
    }

    .subs-main-txt p {
        margin-bottom: 20px;
    }

    .companies-links a {
        margin-right: 10px;
        width: 70px;
        height: auto;
    }

    .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 0;
    }

    .people-p {
        margin-top: 10px;
        padding-right: 00px
    }

    .about {
        padding-top: 440px;
        background-position: top center;
        background-size: 400px;
    }
}

@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
    }

    .about {
        padding-top: 440px;
        background-position: top center;
        background-size: 400px;
    }
}

@media screen and (max-width: 420px) {
    .faruq-container-img {
        height: 330px;
    }

    .small-wrapper iframe {
        height: 200px
    }
}
