
@font-face {
    font-family: 'DINNextLTW23-Bold';
    src: url('../fonts/DINNextLTW23-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DINNextLTW23-Medium';
    src: url("../fonts/DINNextLTW23-Medium.eot");
    src: url('../fonts/DINNextLTW23-Medium.eot') format('embedded-opentype'), url("../fonts/DINNextLTW23-Medium.woff") format("woff"), url("../fonts/DINNextLTW23-Medium.ttf") format("truetype"), url("../fonts/DINNextLTW23-Medium.svg#DINNextLTW23-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTW23-Light';
    src: url('../fonts/DINNextLTW23-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FranklinGothic-Book';
    src: url("../fonts/FranklinGothic-Book.eot");
    src: url('../fonts/FranklinGothic-Book.eot') format('embedded-opentype'), url("../fonts/FranklinGothic-Book.woff") format("woff"), url("../fonts/FranklinGothic-Book.ttf") format("truetype"), url("../fonts/FranklinGothic-Book.svg#FranklinGothic-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCond';
    src: url("../fonts/DINCond-Bold.eot");
    src: url('../fonts/DINCond-Bold.eot') format('embedded-opentype'), url("../fonts/DINCond-Bold.woff") format("woff"), url("../fonts/DINCond-Bold.ttf") format("truetype"), url("../fonts/DINCond-Bold.svg#DINCond-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FranklinGothic-Medium';
    src: url("../fonts/FranklinGothic-Medium.eot");
    src: url('../fonts/FranklinGothic-Medium.eot') format('embedded-opentype'), url("../fonts/FranklinGothic-Medium.woff") format("woff"), url("../fonts/FranklinGothic-Medium.ttf") format("truetype"), url("../fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic-Bold';
    src: url("../fonts/DINNextLTArabic-Bold.eot");
    src: url('../fonts/DINNextLTArabic-Bold.eot') format('embedded-opentype'), url("../fonts/DINNextLTArabic-Bold.woff") format("woff"), url("../fonts/DINNextLTArabic-Bold.ttf") format("truetype"), url("../fonts/DINNextLTArabic-Bold.svg#DINNextLTArabic-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DINNextLTArabic-Regular';
    src: url('DINNextLTArabic-Regular.eot') format('embedded-opentype');
    src: url("../fonts/DINNextLTArabic-Regular.eot");
    src: url('../fonts/DINNextLTArabic-Regular.eot') format('embedded-opentype'), url("../fonts/DINNextLTArabic-Regular.woff") format("woff"), url("../fonts/DINNextLTArabic-Regular.ttf") format("truetype"), url("../fonts/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DINNextLTArabic-Medium';
    src: url("../fonts/DINNextLTArabic-Medium.eot");
    src: url('../fonts/DINNextLTArabic-Medium.eot') format('embedded-opentype'), url("../fonts/DINNextLTArabic-Medium.woff") format("woff"), url("../fonts/DINNextLTArabic-Medium.ttf") format("truetype"), url("../fonts/DINNextLTArabic-Medium.svg#DINNextLTArabic-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}





body, html {
    font-family: 'Roboto', sans-serif;
    color: #555555;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    font-size: calc(11.01px + (21 - 16) * ((100vw - 300px) / (1920 - 300)));
    scroll-behavior: smooth;
}

    body:lang(ar), html:lang(ar) {
        font-family: "DINNextLTArabic-Regular", sans-serif !important;
        direction: rtl;
        text-align: right;
        color: #555555;
        overflow-x: hidden;
        margin: 0 auto;
        padding: 0;
        font-weight: normal;
        font-size: calc(11.01px + (21 - 16) * ((100vw - 300px) / (1920 - 300)));
    }


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

button:focus {
    box-shadow: none;
    outline: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

a {
    text-decoration: none !important;
    color: rgb(32, 52, 96);
}


    a:hover {
        color: rgb(0, 90, 158);
        text-decoration: underline;
    }

.img-width {
    width: 100%;
}

.block {
    display: block;
}

.none {
    display: none;
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End Prelaoder */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    max-width: 1920px;
}

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #384046;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #384046;
            text-decoration: none;
        }

    #header .logo img {
        max-height: 40px;
    }

.home_container {
    width: 80%;
    margin: 0 auto;
    max-width: 1536px;
}

.home_header .home_container .logo {
    width: 20%;
    float: left;
    text-align: left;
    margin: 0 auto;
    height: 85px;
    line-height: 85px;
}

.home_header.header-scrolled .home_container .logo {
    height: 60px;
    line-height: 60px;
}

.home_container .div_menu {
    width: 70%;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 85px;
}

.home_container .div_language {
    width: 10%;
    float: left;
    text-align: right;
    height: 85px;
    line-height: 85px;
    position: relative;
}

.language_seperator {
    position: absolute;
    border: 1px solid #16a796;
    height: 35px;
    right: 50px;
    top: 25px;
    background-color: #16a796;
}

.header-social-links a {
    color: #9ba6af;
    padding-left: 8px;
    display: inline-block;
    line-height: 1px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .header-social-links a:hover {
        color: #3498db;
    }

.logo img {
    max-width: 60%;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

header.home_header {
    padding: 0;
    transition: all 0.5s ease 0s;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 85px;
}

    header.home_header.header-scrolled .logo img {
        max-width: 50%;
        transition: all 0.5s ease 0s;
    }

    header.home_header.header-scrolled .home_container .div_menu {
        height: 60px;
        transition: all 0.5s ease 0s;
    }

    header.home_header.header-scrolled .home_container .div_language {
        height: 60px;
        line-height: 60px;
    }

    header.home_header.header-scrolled .home_container .language_seperator {
        top: 12.5px;
    }

    header.home_header.header-scrolled {
        padding: 0;
        transition: all 0.5s ease 0s;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
        height: 62px;
        top: 0;
    }



.nav-menu, .nav-menu * {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    height: 100%;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        padding: 0;
        border-bottom: 7px solid rgba(255, 255, 255, 0.00);
    }

header.home_header.header-scrolled .nav-menu > ul > li {
    padding: 0;
    border-bottom: none;
}

.nav-menu > ul > li.active {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    border-bottom: 7px solid #16a796;
}

header.home_header.header-scrolled .nav-menu > ul > li.active {
    padding: 0;
    border-bottom: none;
}

.custom-file-input {
    height: 55px;
    cursor: pointer;
}

.nav-menu a {
    display: block;
    position: relative;
    font-family: "DINCond";
    color: rgb(32, 52, 96);
    text-transform: uppercase;
    line-height: 2.5;
    font-size: 1.375rem;
    padding: 15px 30px;
}


    .nav-menu a:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
    }

header.home_header.header-scrolled .nav-menu a {
    line-height: 1.5;
}

.nav-menu a span {
    padding: 0 0.6em;
    font-size: 1.2rem;
    position: relative;
    top: 3px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: rgb(0, 90, 158);
    text-decoration: none;
}

    .nav-menu a span:hover, .nav-menu .active > a > span, .nav-menu li:hover > a > span {
        color: rgb(0, 90, 158);
    }

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #21262a;
    font-weight: 400;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #3498db;
    }



.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    left: 20px;
    top: 17px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    width: 50px;
}

body.mobile-nav-active .mobile-nav-toggle {
    top: 17px;
}

.mobile-nav-toggle i {
    color: #384046;
}

.mobile-nav-toggle div {
    width: 100%;
    height: 4px;
    background: #203460;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.mobile-nav-active .mobile-nav-toggle .one {
    transform: rotate(45deg) translate(4px, 4px);
}

.mobile-nav-active .mobile-nav-toggle .two {
    opacity: 0;
}

.mobile-nav-active .mobile-nav-toggle .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #FFF;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    /*border-radius: 10px;*/
    /*padding: 10px 0;*/
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: rgb(32, 52, 96);
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
        border-bottom: 1px solid rgb(32, 52, 96);
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: rgb(0, 90, 158);
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    /*background: rgba(33, 38, 42, 0.6);*/
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: rgb(0, 90, 158);
    }

/*--------------------------------------------------------------
# End Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.banner {
    width: 100%;
    height: 69vh;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    margin-top: 85px;
    max-width: 1920px;
}

    .banner .carousel-item {
        width: 100%;
        height: 69vh;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #f5f7f8;
    }



    .banner .carousel-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .banner .carousel-content {
        text-align: left;
        width: 50%;
        position: absolute;
        top: 62%;
        -moz-transform: translate(0,-62%);
        -ms-transform: translate(0,-62%);
        -o-transform: translate(0,-62%);
        -webkit-transform: translate(0,-62%);
        transform: translate(0,-62%);
    }

        .banner .carousel-content:lang(ar) {
            text-align: right;
        }

.carousel_seperator {
    position: absolute;
    border: 4px solid #16a796;
    height: 63%;
    margin-top: 8.2%;
    margin-left: 17%;
    z-index: 5;
}

    .carousel_seperator:lang(ar) {
        margin-left: auto;
        margin-right: 17%;
    }

.banner h2 {
    color: rgb(0, 90, 158);
    text-transform: uppercase;
    font-size: 4.5rem;
    font-family: 'DINCond', serif;
    line-height: 1.1;
    margin-left: 38%;
}

    .banner h2:lang(ar) {
        font-family: DINNextLTArabic-Bold;
        margin-right: 38%;
        margin-left: 2%;
    }

.banner p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

.banner .carousel-background {
    width: 50%;
    float: right;
    position: relative;
    height: 69vh;
    background-size: cover;
    background-repeat: no-repeat;
}

    .banner .carousel-background:lang(ar) {
        float: left;
    }

.div_scroll_dawn {
    position: absolute;
    right: 10%;
    bottom: 30%;
}

    .div_scroll_dawn:lang(ar) {
        right: auto;
        left: 10%;
    }

.banner .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

.banner .carousel-inner .carousel-item,
.banner .carousel-inner .active.carousel-item-left,
.banner .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

.banner .carousel-inner .active,
.banner .carousel-inner .carousel-item-next.carousel-item-left,
.banner .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

    .banner .carousel-inner .carousel-item-next,
    .banner .carousel-inner .carousel-item-prev,
    .banner .carousel-inner .active.carousel-item-left,
    .banner .carousel-inner .active.carousel-item-right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.banner .carousel-control-prev, .banner .carousel-control-next {
    width: 10%;
}

.banner .carousel-control-next-icon, .banner .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    background: #6d2e72;
}

.carousel-control-prev {
    right: 25%;
    left: auto;
}

    .carousel-control-prev:lang(ar) {
        left: 25%;
        right: auto;
    }

.carousel-control-next {
    right: 21%;
}

    .carousel-control-next:lang(ar) {
        right: auto;
        left: 21%;
    }

.carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    opacity: 1;
    display: block;
    bottom: 2em;
    top: auto;
}

.banner .carousel-indicators li {
    cursor: pointer;
    opacity: 1;
}

.banner .carousel-indicators .active {
    background-color: #1bbca3;
}

.carousel_left_top {
    background-color: #FFF;
    position: absolute;
    height: 12%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 5;
}

    .carousel_left_top:lang(ar) {
        right: 0;
        left: auto;
        top: 0;
    }
/*--------------------------------------------------------------
# End Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #f5f7f8;
}

    .about .about_container {
        max-width: 1920px;
        margin: 0 auto;
    }

    .about .about_container_inner {
        margin: 0 17%;
        padding: 0;
    }

    .about .div_about_text {
        width: 85%;
        padding: 3% 0 8% 3%;
        font-size: 1.5rem;
        color: rgb(33, 52, 95);
        line-height: 1.25;
    }

        .about .div_about_text:lang(ar) {
            padding: 3% 3% 8% 0;
            font-family: DINNextLTArabic-Medium;
        }

/*--------------------------------------------------------------
# End About Section
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
.video_player {
    width: 100%;
    padding: 0 17%;
    background-color: #f5f7f8;
}

.video_container {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 5.3%;
    position: relative;
    width: 100%;
}

.video_player #video_thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/IICY_video.PNG");
    z-index: 1;
    background-size: cover;
}

    .video_player #video_thumb:lang(ar) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url("../images/IICY_video.PNG");
        z-index: 1;
        background-size: cover;
    }

.video_bottom {
    bottom: 30px;
    left: 30px;
    position: absolute;
}


    .video_bottom:lang(ar) {
        right: 30px;
        left: auto;
    }

.video_button {
    display: inline;
}

.video_text {
    font-size: 1.125rem;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.667;
    display: inline;
}

    .video_text:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
    }

.videoWrapperOuter {
    /*max-width: 1250px;*/
    margin-left: auto;
    margin-right: auto;
    /*max-height: 600px;
    overflow: hidden;*/
    position: relative;
    z-index: 1;
    background-color: #f5f7f8;
}

.videoWrapperInner {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    height: 0;
}

.videoWrapperInnerBottom {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 47.511%;
    height: 0;
}

    .videoWrapperInner iframe, .videoWrapperInnerBottom iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .videoWrapperInner iframe html body {
            background-color: #f5f7f8 !important;
        }

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-interrupting,
.html5-video-player.ended-mode,
.html5-video-player.ytp-fullscreen {
    background-color: #f5f7f8 !important;
}

video {
    top: 0 !important;
}


.video_left_img {
    position: absolute;
    left: -10.2vw;
    top: -10%;
    height: 20.5vh;
    width: 8.2vw;
}

    .video_left_img:lang(ar) {
        right: -10.2vw;
        left: auto;
    }

/*--------------------------------------------------------------
# End Video Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Quote Section
--------------------------------------------------------------*/
.quote {
    width: 100%;
    background-color: #005a9e;
    margin: 0;
    padding: 0;
    position: relative;
}

    .quote .quote_container {
        width: 66%;
        margin: 0 auto;
        text-align: center;
        padding: 8% 0;
        max-width: 1267px;
    }

.quote_open {
    padding-bottom: 7%;
}

.quote_text {
    font-size: 1.938rem;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

.quote_text_line {
    border-bottom: 1px solid #16a796;
    width: 100px;
    margin: 20px auto;
}

.quote_owner {
    font-size: 1.188rem;
    color: rgb(255, 255, 255);
    line-height: 1.444;
    text-align: center;
}

    .quote_owner p {
        margin: 5px auto;
        padding: 0;
    }

.quote_desig {
    font-size: 0.9rem;
    font-weight: 300;
}

.quote_right_top {
    position: absolute;
    background-color: #005a9e;
    height: 50%;
    width: 40%;
    right: 0;
    top: -50%;
}

    .quote_right_top:lang(ar) {
        left: 0;
        right: auto;
    }

.quote_right_img {
    position: absolute;
    right: 7%;
    top: -7%;
    width: 8.4vw;
    height: 21vh;
}

    .quote_right_img:lang(ar) {
        left: 7%;
        right: auto;
    }

/*--------------------------------------------------------------
# End Quote Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Mission Section
--------------------------------------------------------------*/
.mission {
    margin: 9% auto;
    padding: 0;
    width: 66%;
    position: relative;
    max-width: 1920px;
    display: flex;
}

.our_mission {
    width: 50%;
    float: left;
    -ms-flex: 1;
    flex: 1;
}

    .our_mission:lang(ar) {
        float: right;
    }

    .our_mission h2 {
        font-size: 2.625rem;
        font-family: "DINCond";
        color: rgb(0, 90, 158);
        text-transform: uppercase;
        line-height: 1.366;
        padding: 0 15% 0 0;
        margin-left: 4%;
    }

        .our_mission h2:lang(ar) {
            font-family: DINNextLTArabic-Bold;
            padding: 0 0 0 15%;
            margin-left: 0;
            margin-right: 4%;
        }

.our_contribution h2 {
    font-size: 2.625rem;
    font-family: "DINCond";
    color: rgb(0, 90, 158);
    text-transform: uppercase;
    line-height: 1.366;
    padding: 0 0 0 19%;
    /*margin-left:4%;*/
}

    .our_contribution h2:lang(ar) {
        font-family: DINNextLTArabic-Bold;
        padding: 0 19% 0 0;
    }

.our_mission p {
    font-size: 1.125rem;
    font-family: "Roboto";
    color: rgb(71, 83, 116);
    line-height: 1.556;
    padding: 0 15% 0 0;
}

    .our_mission p:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
        padding: 0 0 0 15%;
    }

.our_contribution p {
    font-size: 1.125rem;
    font-family: "Roboto";
    color: rgb(71, 83, 116);
    line-height: 1.556;
    padding: 0 0 0 15%;
}

    .our_contribution p:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
        padding: 0 15% 0 0;
    }

.our_contribution {
    width: 50%;
    float: left;
    position: relative;
    -ms-flex: 1;
    flex: 1;
}

    .our_contribution:lang(ar) {
        float: right;
    }

.mission_left_img {
    position: absolute;
    left: 7%;
    bottom: -19%;
    width: 7.3%;
    height: 19%;
}

    .mission_left_img:lang(ar) {
        left: auto;
        right: 7%;
    }



.mission_seperator {
    position: absolute;
    border: 4px solid #16a796;
    height: 100px;
    margin-top: -50px;
    margin-left: 0;
}

    .mission_seperator:lang(ar) {
        margin-left: auto;
        margin-right: 0;
    }

.contribution_seperator {
    position: absolute;
    border: 4px solid #16a796;
    height: 100px;
    margin-top: -50px;
    margin-left: 15%;
}

    .contribution_seperator:lang(ar) {
        margin-right: 15%;
        margin-left: auto;
    }

.our_mission .viewmore {
    position: absolute;
    bottom: -30px;
}

    .our_mission .viewmore a {
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        background-color: #21345f;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        padding: 7px 20px;
        line-height: 30px;
    }

        .our_mission .viewmore a:hover {
            background-color: #16a796;
        }

.our_contribution .viewmore {
    padding: 0 0 0 15%;
    margin-top: 20px;
    position: absolute;
    bottom: -30px;
}

    .our_contribution .viewmore:lang(ar) {
        padding: 0 15% 0 0;
    }

    .our_contribution .viewmore a {
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        background-color: #21345f;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        padding: 7px 20px;
        line-height: 30px;
    }

        .our_contribution .viewmore a:hover {
            background-color: #16a796;
        }

/*--------------------------------------------------------------
# End Mission Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Partner Section
--------------------------------------------------------------*/
.partner_seperater {
    width: 50%;
    background-color: #017f9e;
    height: 80px;
    margin-top: 100px;
}

.partner {
    margin: 0 17% 0 0;
    width: 83%;
    background-color: #017f9e;
    padding: 50px 0 9% 0;
    position: relative;
}

    .partner:lang(ar) {
        margin: 0 0 0 17%;
    }

.partner_right_img_inner {
    position: absolute;
    right: -12vw;
    top: 0;
    width: 10vw;
    height: 20vh;
}

    .partner_right_img_inner:lang(ar) {
        position: absolute;
        left: -12vw;
        top: 0;
        right: unset;
        width: 10vw;
        height: 20vh;
    }

.news_right_img_inner {
    position: absolute;
    right: -12vw;
    bottom: 0;
    width: 10vw;
    height: 20vh;
}

    .news_right_img_inner:lang(ar) {
        position: absolute;
        left: -17vw;
        right: unset;
        bottom: 0;
        width: 10vw;
        height: 20vh;
    }

.partner_container_main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.partner_container {
    margin-left: 20.42%;
    position: relative;
}

    .partner_container:lang(ar) {
        margin-left: 0;
        margin-right: 20.42%;
    }

    .partner_container h2 {
        font-size: 2.625rem;
        font-family: "DINCond";
        color: #FFF;
        text-transform: uppercase;
        line-height: 1.366;
        margin-left: 2%;
    }

        .partner_container h2:lang(ar) {
            font-family: DINNextLTArabic-Bold;
            margin-left: 0;
            margin-right: 2%;
        }

    .partner_container p {
        font-size: 1rem;
        color: rgb(255, 255, 255);
        line-height: 1.556;
        margin-left: 2%;
    }

        .partner_container p:lang(ar) {
            margin-right: 2%;
            margin-left: 0;
        }

.partner_logo {
    margin-right: 10%;
}

    .partner_logo:lang(ar) {
        margin-right: 0;
        margin-left: 10%;
    }

.partner_right_top {
    position: absolute;
    background-color: #FFF;
    height: 50px;
    width: 40%;
    right: 0;
    top: 0;
}

    .partner_right_top:lang(ar) {
        right: auto;
        left: 0;
        top: 0;
    }

.partner_right_bottom {
    position: absolute;
    background-color: #f5f7f8;
    height: 40%;
    width: 26%;
    right: -26%;
    bottom: 0;
}

    .partner_right_bottom:lang(ar) {
        left: -26%;
        right: auto;
    }

.partner_right_img {
    position: absolute;
    right: -16%;
    top: -30%;
    width: 8.4vw;
    height: 21vh;
}

    .partner_right_img:lang(ar) {
        right: auto;
        left: -16%;
    }

.partner_seperator {
    position: absolute;
    border: 4px solid #16a796;
    height: 100px;
    margin-top: -50px;
    margin-left: 0;
}

    .partner_seperator:lang(ar) {
        margin-left: 0;
        margin-right: 0;
    }

/*--------------------------------------------------------------
# End Partner Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.news {
    background-color: #f5f7f8;
    width: 100%;
    margin: 0 auto;
    padding: 7% 0 4% 0;
    position: relative;
}

    .news .news_container {
        width: 66%;
        margin: 0 auto;
        position: relative;
        max-width: 1920px;
    }

.news_container .viewmore {
    margin: 3% auto;
    text-align: center;
}

.news_container a {
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .news_container a:hover .news_inner {
        box-shadow: 5px 5px 5px 0 #ccc;
    }

.news_container .viewmore a {
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    background-color: #21345f;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 7px 20px;
    line-height: 30px;
}

    .news_container .viewmore a:hover {
        background-color: #16a796;
    }

.news h2 {
    font-size: 2.625rem;
    font-family: "DINCond";
    color: rgb(0, 90, 158);
    text-transform: uppercase;
    line-height: 1.366;
    margin-left: 2%;
}

    .news h2:lang(ar) {
        font-size: 2.625rem;
        font-family: DINNextLTArabic-Bold;
        margin-left: 0;
        margin-right: 2%;
    }

.news_inner {
    background-color: #FFF;
    margin: 15px auto;
    padding-bottom: 15px;
}

    .news_inner .news_date {
        font-size: 14px;
        color: rgb(71, 83, 116);
        line-height: 1.857;
        margin: 20px 10px 10px 15px;
    }

        .news_inner .news_date:lang(ar) {
            margin: 20px 15px 10px 10px;
        }


    .news_inner h3 {
        font-size: 1.125rem;
        color: rgb(33, 52, 95);
        line-height: 1.2;
        margin-left: 15px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        .news_inner h3:lang(ar) {
            margin-left: 10px;
            margin-right: 15px;
            font-family: DINNextLTArabic-Medium;
        }

    .news_inner .line {
        border-bottom: 1px solid #35b3a4;
        width: 75px;
        margin-left: 15px;
    }

        .news_inner .line:lang(ar) {
            margin-left: 0;
            margin-right: 15px;
        }

.news_owner {
    margin: 20px 10px 0 15px;
    padding-bottom: 20px;
}

    .news_owner:lang(ar) {
        margin: 20px 15px 0 10px;
    }

.news_owner_img {
    width: 16%;
    float: left;
}

    .news_owner_img:lang(ar) {
        float: right;
    }

.news_owner_desc {
    width: 80%;
    float: left;
    margin-left: 4%;
}

    .news_owner_desc:lang(ar) {
        float: right;
        margin-left: 0;
        margin-right: 4%;
    }

    .news_owner_desc p {
        font-size: 14px;
        color: rgb(33, 52, 95);
        text-transform: uppercase;
        line-height: 1.5;
        margin: 0 auto;
        padding: 0;
    }

    .news_owner_desc .associate {
        font-size: 12px;
        color: rgb(71, 83, 116);
        line-height: 1.857;
        margin: 0 auto;
        padding: 0;
    }

.news_right_bg {
    position: absolute;
    background-color: #FFF;
    height: 30%;
    width: 15%;
    left: 0;
    bottom: 0;
}

    .news_right_bg:lang(ar) {
        left: auto;
        right: 0;
        bottom: 0;
    }

.news_left_img {
    position: absolute;
    left: -15%;
    top: 12%;
    width: 5.3vw;
    height: 26.3vh;
}

    .news_left_img:lang(ar) {
        left: auto;
        top: 12%;
        right: -15%;
    }

.news_seperator_3 {
    position: absolute;
    border: 4px solid #16a796;
    height: 100px;
    margin-top: -50px;
    margin-left: 0;
}

    .news_seperator_3:lang(ar) {
        margin-left: auto;
        margin-right: 0;
    }

/*--------------------------------------------------------------
# End News Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Get In Touch Section
--------------------------------------------------------------*/
.getintouch {
    margin: 5% 17% 5% 17%;
    padding: 0;
    text-align: center;
}

    .getintouch h2 {
        font-size: 2.625rem;
        font-family: "DINCond";
        color: rgb(0, 90, 158);
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 15px;
    }

        .getintouch h2:lang(ar) {
            font-family: DINNextLTArabic-Medium;
        }

    .getintouch .line {
        border-bottom: 1px solid #35b3a4;
        width: 75px;
        margin: 0 auto;
        margin-bottom: 7px;
    }

    .getintouch p {
        margin: 0 auto;
        padding: 0;
    }

        .getintouch p a {
            font-size: 1.125rem;
            font-family: "Roboto";
            color: rgb(33, 52, 95);
            line-height: 1;
            text-align: center;
            margin: 0 auto;
            padding: 0;
            transition: all 0.5s ease 0s;
        }

            .getintouch p a:lang(ar) {
                font-family: DINNextLTArabic-Medium;
                font-size: 1.25rem;
            }

            .getintouch p a:hover {
                color: #35b3a4;
            }

/*--------------------------------------------------------------
# End Get In Touch Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
footer {
    background-color: #21345f;
    margin: 0 auto;
    padding: 50px 0 0 0;
    position: relative;
}

.footer_container_main {
    max-width: 1920px;
    margin: 0 auto;
}

.foot_logo {
    width: 10%;
    float: left;
}

    .foot_logo:lang(ar) {
        float: right;
    }

.foot_menu_box {
    width: 70%;
    float: left;
    display: flex;
    margin-left: 10%;
    margin-bottom: 120px;
    margin-top: 15px;
}

    .foot_menu_box:lang(ar) {
        float: right;
        margin-right: 10%;
        margin-left: 0;
    }


.foot_menu_list {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 30px;
    position: relative;
}

    .foot_menu_list:after {
        content: "";
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
    }

    .foot_menu_list:nth-child(2) {
        flex: 0 0 33%;
        max-width: 33%;
        margin-left: 10%;
    }

    .foot_menu_list:last-child {
        flex: 0 0 23%;
        max-width: 23%;
    }



footer .line {
    border-bottom: 1px solid #35b3a4;
    width: 75px;
}



.foot_head h4 {
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 300;
}

    .foot_head h4:lang(ar) {
        text-align: right;
        font-weight: 600;
    }

.foot_list ul {
    padding: 0;
    margin: 0 auto;
    margin-top: 15px;
}

    .foot_list ul li {
        list-style: none;
        margin-bottom: 0;
    }

        .foot_list ul li a {
            font-size: 14px;
            color: rgb(255, 255, 255);
            line-height: 1;
            text-align: left;
            transition: all 0.5s ease 0s;
            font-weight: 300;
        }

            .foot_list ul li a:hover {
                color: #16a796;
                transition: all 0.5s ease 0s;
            }




.sub_footer {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.footer_line {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}


.foot_quest_link ul {
    margin: 0;
}

.copy_right p {
    margin: 0;
    font-size: 12px;
    font-family: "Roboto";
    color: rgba(255, 255, 255, 0.502);
    line-height: 3;
    font-weight: 300;
}

    .copy_right p:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
    }

.foot_quest_link ul li a {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(22, 167, 150);
    line-height: 2.571;
    text-align: right;
    position: relative;
    padding: 0 0.5em;
    transition: all 0.5s ease 0s;
    font-weight: 300;
}

    .foot_quest_link ul li a:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
        text-align: left;
    }

    .foot_quest_link ul li a:hover {
        color: #fff;
        transition: all 0.5s ease 0s;
    }


.foot_quest_link ul li {
    margin: 0 !important;
}

.mfoot_list {
    padding: 0;
    margin: 0 auto;
}

    .mfoot_list ul {
        padding: 0;
        margin: 0 auto;
    }

        .mfoot_list ul li {
            list-style: none;
            margin-bottom: 0;
            text-align: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding: 20px 0;
        }

            .mfoot_list ul li a {
                font-size: 1rem;
                color: rgb(255, 255, 255);
                text-transform: uppercase;
                line-height: 1.75;
                text-align: center;
                transition: all 0.5s ease 0s;
                font-weight: 300;
                width: 100%;
            }

                .mfoot_list ul li a:hover {
                    color: #16a796;
                }



.mfoot_quest_link ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

    .mfoot_quest_link ul li {
        margin: 20px 5px;
    }

        .mfoot_quest_link ul li a {
            font-size: 1rem;
            color: rgb(22, 167, 150);
            line-height: 1.75;
            transition: all 0.5s ease 0s;
            font-weight: 300;
        }

            .mfoot_quest_link ul li a:hover {
                color: #fff;
            }

.mfoot_logo {
    width: 100%;
    margin: 3% auto;
    text-align: center;
}

.mcopy_right {
    text-align: center;
    padding-bottom: 5%;
}

    .mcopy_right p {
        margin: 0 auto;
        font-size: 0.825rem;
        color: rgba(255, 255, 255, 0.502);
        line-height: 3;
        font-weight: 300;
    }
/*--------------------------------------------------------------
# End Footer Section
--------------------------------------------------------------*/
.img_width {
    width: 100%;
}


/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.news_header {
    margin-top: 85px;
}

.news_header_container {
    margin: 0 auto;
    padding: 0;
    background-color: #f5f7f8;
}

    .news_header_container ul {
        margin: 0 auto;
        list-style: none;
        background-color: rgb(0, 90, 158);
        text-align: center;
    }

        .news_header_container ul li {
            position: relative;
            white-space: nowrap;
            display: inline-block;
        }

            .news_header_container ul li a {
                font-family: "DINCond";
                font-size: 1.125rem;
                color: rgb(255, 255, 255);
                text-transform: uppercase;
                line-height: 3;
                margin: 15px 20px;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .news_header_container ul li a:lang(ar) {
                    font-family: "DINNextLTArabic-Regular";
                }

                .news_header_container ul li a:hover {
                    color: #16a796;
                }

    .news_header_container .active {
        color: #16a796;
    }

.news_header_text_container {
    width: 66%;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.news_header_text {
    padding: 180px 0;
    position: relative;
}

.news_seperator_header {
    position: absolute;
    border: 7px solid #16a796;
    background-color: #16a796;
    height: 300px;
    margin-left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.terms_seperator_header {
    position: absolute;
    border: 7px solid #16a796;
    background-color: #16a796;
    height: 300px;
    margin-left: 0;
    top: 15%;
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.news_header_text h2 {
    font-size: 4rem;
    font-family: "DINCond";
    color: rgb(0, 90, 158);
    text-transform: uppercase;
    line-height: 1.034;
    margin-left: 40px;
}

    .news_header_text h2:lang(ar) {
        font-size: 3.875rem;
        font-family: DINNextLTArabic-Medium;
        margin-right: 40px;
        margin-left: 55px;
    }

.news_header_text p {
    font-size: 1.5rem;
    color: rgb(33, 52, 95);
    line-height: 1.25;
    margin-left: 40px;
}

    .news_header_text p:lang(ar) {
        margin-right: 0;
        margin-right: 40px;
    }

.news_landing {
    background-color: #FFF !important;
}

    .news_landing .news_inner {
        background-color: #f5f7f8;
        padding-bottom: 30px;
    }

.news_details {
}

.news_details_container {
    width: 66%;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.news_details_pagination {
    margin: 30px auto 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}



    .news_details_pagination .aLeft {
        float: left;
        font-size: 1.125rem;
        color: rgb(33, 52, 95);
        line-height: 1.556;
        text-align: center;
        font-weight: 500;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .news_details_pagination .aRight {
        float: right;
        font-size: 1.125rem;
        color: rgb(33, 52, 95);
        line-height: 1.556;
        text-align: center;
        font-weight: 500;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .news_details_pagination .aLeft:hover, .news_details_pagination .aRight:hover {
            color: #16a796;
        }

.news_details_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.news_details_title_container {
    margin: 50px 8% 100px 8%;
}

.news_details_title h1 {
    font-size: 2.813rem;
    color: rgb(33, 52, 95);
    line-height: 1.289;
}

.news_details_title .news_date {
    margin: 20px 10px 10px 0;
    font-size: 1.125rem;
    color: rgb(71, 83, 116);
    line-height: 1.444;
}



.news_details_title .line {
    border-bottom: 1px solid #35b3a4;
    width: 100px;
}

.news_details_desc {
    margin: 2% auto 0 auto;
    padding-bottom: 7%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news_details_img {
    margin: 0 8%;
    position: relative;
}

.news_details_text {
    margin: 0 16%;
}

    .news_details_text h3 {
        font-size: 1.5rem;
        margin: 50px auto;
        color: rgb(71, 83, 116);
        line-height: 1.5;
    }

    .news_details_text p {
        font-size: 1rem;
        color: rgb(71, 83, 116);
        line-height: 1.75;
        margin: 20px auto;
    }

    .news_details_text a {
        font-size: 1rem;
        color: #16a796;
        line-height: 1.75;
    }

        .news_details_text a:hover {
        }

/*--------------------------------------------------------------
# End News Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact Us Section
--------------------------------------------------------------*/

.contact_us {
}

.contact_us_container {
    width: 66%;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.contact_us_pagination {
    margin: 30px auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}



    .contact_us_pagination .Left {
        float: left;
        font-size: 1.125rem;
        color: rgb(33, 52, 95);
        line-height: 1.556;
        text-align: center;
        font-weight: 400;
    }

        .contact_us_pagination .Left:lang(ar) {
            float: right;
            font-family: DINNextLTArabic-Medium;
        }

    .contact_us_pagination .Right {
        float: right;
        font-size: 1.125rem;
        color: rgb(33, 52, 95);
        line-height: 1.556;
        text-align: center;
        font-weight: 400;
    }

        .contact_us_pagination .Right:lang(ar) {
            float: left;
            font-family: DINNextLTArabic-Medium;
        }

    .contact_us_pagination a {
        color: #16a796;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .contact_us_pagination a:hover {
            color: rgb(0, 90, 158);
        }

.joinus {
    margin: 40px auto 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

    .joinus h3 {
        font-size: 1.875rem;
        color: rgb(33, 52, 95);
        line-height: 1.933;
    }

        .joinus h3:lang(ar) {
            font-size: 2.125rem;
            font-family: DINNextLTArabic-Medium;
        }

    .joinus p {
        font-size: 1.125rem;
        color: rgb(71, 83, 116);
        line-height: 1.444;
        text-align: center;
        margin: 0 10%;
    }

        .joinus p:lang(ar) {
            font-size: 1.25rem;
            font-family: DINNextLTArabic-Regular;
        }

.contact_us_form {
    margin-bottom: 100px;
    position: relative;
}

.contact_us_from_container {
    margin: 30px 16%;
}

.contact_us_form .viewmore {
    text-align: center;
    margin-top: 50px;
}

    .contact_us_form .viewmore a {
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        background-color: #21345f;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        padding: 7px 30px 10px 30px;
        line-height: 30px;
    }

        .contact_us_form .viewmore a:lang(ar) {
            padding: 7px 75px 10px 75px;
        }

        .contact_us_form .viewmore a:hover {
            background-color: #16a796;
        }

.contact_us_form label {
    font-size: 1rem;
    color: rgb(71, 83, 116);
    line-height: 1.75;
}

    .contact_us_form label:lang(ar) {
        font-size: 1.25rem;
        font-family: DINNextLTArabic-Regular;
    }

.contact_us_form input, .contact_us_form textarea {
    border-color: rgb(32, 52, 96);
    border-radius: 0;
}

.contact_us_form input {
    height: 50px;
}

.contact_us_form .form-control:focus {
    border-color: #16a796;
}
/*--------------------------------------------------------------
# End Contact Us Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

.aboutus_header {
    margin-top: 85px;
}

.aboutus_header_container {
    margin: 0 auto;
    padding: 0;
    background-color: #f5f7f8;
}

    .aboutus_header_container ul {
        margin: 0 auto;
        list-style: none;
        background-color: rgb(0, 90, 158);
        text-align: center;
    }

        .aboutus_header_container ul li {
            position: relative;
            white-space: nowrap;
            display: inline-block;
        }

            .aboutus_header_container ul li a {
                font-family: "DINCond";
                font-size: 1.125rem;
                color: rgb(255, 255, 255);
                text-transform: uppercase;
                line-height: 3;
                margin: 15px 20px;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .aboutus_header_container ul li a:lang(ar) {
                    font-size: 1.25rem;
                    font-family: "DINNextLTArabic-Regular";
                    text-transform: uppercase;
                }

                .aboutus_header_container ul li a:hover {
                    color: #16a796;
                }

    .aboutus_header_container .active {
        color: #16a796;
    }

.aboutus_header_text_container {
    width: 66%;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.aboutus_header_text {
    padding: 150px 0;
    position: relative;
}

.aboutus_seperator_header {
    position: absolute;
    border: 7px solid #16a796;
    height: 300px;
    margin-left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aboutus_seperator_header_mobile {
    display: none;
}

.aboutus_header_text h2 {
    font-size: 4rem;
    font-family: "DINCond";
    color: rgb(0, 90, 158);
    text-transform: uppercase;
    line-height: 1.034;
    margin-left: 40px;
    margin-right: 15px;
}

    .aboutus_header_text h2:lang(ar) {
        font-size: 3.875rem;
        font-family: DINNextLTArabic-Medium;
        color: rgb(0, 90, 158);
        line-height: 1.242;
        margin-left: 15px;
        margin-right: 40px;
    }

.aboutus_header_text p {
    font-size: 1.5rem;
    color: rgb(33, 52, 95);
    line-height: 1.25;
    margin-left: 40px;
    margin-right: 55px;
}

    .aboutus_header_text p:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
        line-height: 1.409;
        font-size: 1.563rem;
        margin-right: 40px;
        margin-left: 55px;
        margin-bottom: 20px;
    }

.aboutus {
    width: 100%;
    margin: 160px auto 50px auto;
    padding: 0;
}

    .aboutus .aboutus_container {
        max-width: 1920px;
        margin: 0 auto;
    }

    .aboutus .aboutus_container_inner {
        margin: 0 17%;
        padding: 0;
        position: relative;
    }

.aboutus_left_img {
    position: absolute;
    left: -10.2vw;
    top: -11vh;
    width: 8.2vw;
    height: 15vh;
}

    .aboutus_left_img:lang(ar) {
        position: absolute;
        right: -10.2vw;
        top: -9vh;
        left: unset;
        width: 8.2vw;
        height: 15vh;
    }

.aboutus .div_aboutus_text {
    font-size: 1.125rem;
    color: rgb(33, 52, 95);
    line-height: 1.556;
}

    .aboutus .div_aboutus_text:lang(ar) {
        padding: 3% 0 3% 10%;
        font-size: 1.188rem;
    }


.header_text_container {
    width: 50%;
    position: relative;
}

.header_text_image {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
}

    .header_text_image:lang(ar) {
        width: 50%;
        position: absolute;
        left: 0;
        right: unset;
        top: 50px;
    }

.aboutus_support {
    margin: 100px auto 0 auto;
    padding: 0;
    width: 66%;
    position: relative;
    max-width: 1920px;
    display: flex;
}

.support {
    width: 50%;
    float: left;
    position: relative;
    -ms-flex: 1;
    flex: 1;
}



    .support h2 {
        font-size: 2.375rem;
        font-family: "DINCond";
        color: rgb(0, 90, 158);
        text-transform: uppercase;
        line-height: 1.366;
        padding: 0 5% 0 0;
        margin-left: 4%;
    }

        .support h2:lang(ar) {
            font-family: "DINNextLTArabic-Medium";
            line-height: 1.714;
            font-size: 2.375rem;
        }

.contribut {
    width: 50%;
    float: left;
    position: relative;
    -ms-flex: 1;
    flex: 1;
}

    .contribut h2 {
        font-size: 2.375rem;
        font-family: "DINCond";
        color: rgb(0, 90, 158);
        text-transform: uppercase;
        line-height: 1.366;
        padding: 0 0 0 9%;
    }

        .contribut h2:lang(ar) {
            font-family: "DINNextLTArabic-Medium";
            padding: 0 5% 0 0;
            font-size: 2.375rem;
        }



.support p {
    font-size: 1.125rem;
    color: rgb(71, 83, 116);
    line-height: 1.556;
    padding: 0 5% 0 0;
    margin-left: 4%;
}

    .support p:lang(ar) {
        font-size: 1.188rem;
        padding: 0 5% 0 10%;
    }



.contribut p {
    font-size: 1.125rem;
    color: rgb(71, 83, 116);
    line-height: 1.556;
    padding: 0 0 0 9%;
}

    .contribut p:lang(ar) {
        padding: 0 5% 0 10%;
        font-size: 1.188rem;
    }

.support_seperator {
    position: absolute;
    border: 4px solid #16a796;
    height: 100px;
    margin-top: -50px;
    margin-left: 0;
}



.contribut_seperator {
    position: absolute;
    border: 4px solid #16a796;
    height: 100px;
    margin-top: -50px;
    margin-left: 5%;
}



/*--------------------------------------------------------------
# End About Us Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Steering Committee Section
--------------------------------------------------------------*/
.committee_member {
    margin-top: 150px;
}

.committee_member_container {
    width: 66%;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

    .committee_member_container .member {
        display: flex;
        /*justify-content: center;
        align-items: center;*/
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 60px;
        margin-top: 60px;
        position: relative;
    }

.member_image {
    width: 47.5%;
    margin-right: 2.5%;
}

    .member_image:lang(ar) {
        width: 47.5%;
        margin-left: 2.5%;
        margin-right: 0;
    }

.member_desc {
    width: 47.5%;
    margin-left: 2.5%;
}

    .member_desc:lang(ar) {
        width: 47.5%;
        margin-right: 2.5%;
        margin-left: 0;
    }

.member-direction {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .member-direction .member_image {
        margin-right: 0;
        margin-left: 2.5%;
    }

        .member-direction .member_image:lang(ar) {
            margin-left: 0;
            margin-right: 2.5%;
        }

    .member-direction .member_desc {
        margin-left: 0;
        margin-right: 2.5%;
    }

        .member-direction .member_desc:lang(ar) {
            margin-right: 0;
            margin-left: 2.5%;
        }

.committee_member_container h3 {
    font-size: 1.5rem;
    color: rgb(0, 90, 158);
    font-weight: bold;
    line-height: 1.083;
}

    .committee_member_container h3:lang(ar) {
        font-family: DINNextLTArabic-Bold;
        font-size: 1.625rem;
    }

.committee_member_container span {
    font-size: 1rem;
    font-family: "Roboto";
    color: rgb(0, 90, 158);
    line-height: 1.5;
}

    .committee_member_container span:lang(ar) {
        font-size: 1.125rem;
        font-family: "DINNextLTArabic-Regular";
        color: rgb(0, 90, 158);
        line-height: 1.5;
    }

.committee_member_container p {
    margin-top: 10px;
    font-size: 1rem;
    color: rgb(71, 83, 116);
    line-height: 1.5;
    margin-bottom: 0;
}

    .committee_member_container p:lang(ar) {
        font-family: "DINNextLTArabic-Regular";
        font-size: 1.063rem;
    }


/*--------------------------------------------------------------
# End Steering Committee Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Our Mission Section
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# End Our Mission Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Our Contribution Section
--------------------------------------------------------------*/
.contribution {
    margin-top: 60px;
}

.contribution_first {
    margin-top: 150px;
}

.contribution_container {
    width: 66%;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .contribution_container .main_text {
        font-size: 3rem;
        font-family: "DINNextLTW23-Medium";
        color: rgb(0, 167, 150);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
        display: inline;
    }

    .contribution_container .secandary_text {
        font-size: 1.5rem;
        font-family: "DINNextLTW23-Medium";
        color: rgb(0, 90, 158);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
        display: inline;
    }

    .contribution_container .newline {
        display: block !important;
    }

.contribution_image {
    text-align: center;
    margin: 50px auto;
}

.news_seperator_header_mobile {
    display: none;
}

.terms_seperator_header_mobile {
    display: none;
}

/*--------------------------------------------------------------
# End Our Contribution Section
--------------------------------------------------------------*/
#preloader_submit {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.50);
    background-image: url("../../resources/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.req {
    border-color: #D11212 !important;
}
