/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap'); */

@charset "UTF-8";
@font-face {
  font-family: 'ITC Avant Garde';
  src: url("/assets/fonts/ITCAvantGardeStd-Demi.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardeStd-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ITC Avant Garde';
  src: url("/assets/fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ITC Avant Garde';
  src: url("/assets/fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ITC Avant Garde';
  src: url("/assets/fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ITC Avant Garde';
  src: url("/assets/fonts/ITCAvantGardeStd-XLt.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardeStd-XLt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url("/assets/fonts/Droid_Kufi_Bold.eot");
  src: url("/assets/fonts/Droid_Kufi_Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Droid_Kufi_Bold.woff2") format("woff2"), url("/assets/fonts/Droid_Kufi_Bold.woff") format("woff"), url("/assets/fonts/Droid_Kufi_Bold.ttf") format("truetype"), url("/assets/fonts/Droid_Kufi_Bold.svg#Droid_Kufi_Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url("/assets/fonts/Droid_Kufi_Bold.eot");
  src: url("/assets/fonts/Droid_Kufi_Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Droid_Kufi_Bold.woff2") format("woff2"), url("/assets/fonts/Droid_Kufi_Bold.woff") format("woff"), url("/assets/fonts/Droid_Kufi_Bold.ttf") format("truetype"), url("/assets/fonts/Droid_Kufi_Bold.svg#Droid_Kufi_Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url("/assets/fonts/DroidArabicKufi.eot");
  src: url("/assets/fonts/DroidArabicKufi.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/DroidArabicKufi.woff2") format("woff2"), url("/assets/fonts/DroidArabicKufi.woff") format("woff"), url("/assets/fonts/DroidArabicKufi.ttf") format("truetype"), url("/assets/fonts/DroidArabicKufi.svg#DroidArabicKufi") format("svg");
  font-weight: 400;
  font-style: normal; }

* {
    font-family: 'ITC Avant Garde', 'Droid Arabic Kufi', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 1.1em;
}
.clear {
    clear: both;
}
.main-container {
    /* max-width: 1700px; */
    margin: 0 auto;
}
.logo {
    margin: 30px 50px;
    direction: ltr;
}
.logo img {
    max-width: 100%;
}

.nav {
    background-color: #b58a35;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    z-index: 9999;
}
.nav .container {
    padding: 0 20px;
}
.nav a {
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    padding-top: 12px;
    margin: 5px;
    border-radius: 4px;
    transition: background-color .3s ease-in-out;
}
.nav .right-nav {
    float: right;
}
.nav .right-nav a {
    padding: 8px 14px;
    padding-top: 12px;
    margin: 5px 0px;
}
.nav .right-nav a.icon {
    border-radius: 100%;
}
.nav a.active {
    background-color: #ffffff22;
}
.nav .sub-nav {
    position: absolute;
    background-color: #b58a35;
    padding: 10px;
    margin-top: 40px;
}
.nav .sub-nav a {
    display: block;
    float: none;
}
.nav.sub-nav {
    margin-top: -10px;
    background: #ddd;
    padding: 5px 0;
    box-shadow: 0px 4px 4px #00000020 inset;
    border-bottom: 1px solid #ccc;
}
.nav.sub-nav a {
    color: #222;
}
.nav.sub-nav a.active {
    background-color: #00000010;
}
.menu {
    display: none;
    position: fixed;
    background-color: #ffffffcc;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    backdrop-filter: blur(4px);
    backface-visibility: visible;
}
.menu span {
    display: block;
    min-height: 100%;
    width: 100%;
    max-width: 360px;
    background-color: #b58a35;
    padding: 30px;
    margin-left: -100%;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 0 50px #00000033;
}
.menu span a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-top: 12px;
    margin-bottom: 10px;
}
.menu span a.active {
    background-color: #ffffff22;
}
.search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #ffffffcc;
    backdrop-filter: blur(4px);
}
.search .container {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.search input {
    width: 100%;
    padding: 5px;
    height: 48px;
    font-size: 22px;
}
.search .search-button {
    background-color: #b58a35;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-top: 12px;
    border-radius: 2px;
    width: 100%;
    display: block;
    text-align: center;
}
.searchinline {
    margin-bottom: 100px;
    margin-top: 31px;
}
.searchinline h5 a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}
.searchinline h4 a {
    font-weight: bold;
    font-size: 1.1em;
}
.searchinline .container {
    padding-top: 0 !important;
}
.searchinline input {
    width: 100%;
    padding: 5px;
    height: 48px;
    font-size: 22px;
    margin-right: 10px;
}
.searchinline .search-button {
    background-color: #b58a35;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-top: 12px;
    border-radius: 2px;
    width: 100%;
    display: block;
    text-align: center;
}

.hero {
    /* background-color: #333; */
    color: #fff;
    position: relative;
    width: 100%;
    height: 0;
    /* padding-bottom: 40%; */
    height: 40vw;
    max-height: 800px;
    overflow: hidden;
}
.hero.mobile {
    display: none;
}
.hero .hero-image {
    position: absolute;
    top: 0;
    left: -5%;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 110%;
    height: 110%;
}
.hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000044;
    z-index: 2;
}
.hero .hero-copy {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 0;
    padding: 0 0 0 0;
    z-index: 3;
}
.hero .hero-copy h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 2px #00000088;
}
.hero .hero-copy h1 u {
    text-decoration: none;
    border-bottom: 4px solid #b58a35;
}
.hero .hero-copy p {
    max-width: 60%;
    font-size: 22px;
    color: #eee;
    text-shadow: 0 0 2px #00000088;
}
.hero .hero-copy p b, .hero .hero-copy p strong {
    color: #fff;
    font-weight: bold;
}
.hero .hero-tag {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 50%;
    max-width: 800px;
    z-index: 3;
    background-color: #fff;
    background-color: #ffffffcc;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 2px #00000066;
    padding: 40px;
}
.hero .hero-tag h1 {
    text-transform: uppercase;
    font-size: 16px;
    color: #b58a35;
    display: block;
    font-weight: bold;
    margin: 0;
}
.hero .hero-tag h1 span {
    text-transform: uppercase;
    font-size: 34px;
    color: #000;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}
.learn-more {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.learn-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.section .learn-more a {
    color: #333;
}
.learn-more a span {
    position: relative;
    display: block;
    padding: 0.5em 0.75em;
    transition: all 0.3s ease;
    z-index: 1;
}
.learn-more a:before {
    content: '';
    position: relative;
    display: block;
    width: 2em;
    height: 5px;
    margin-right: 5px;
    margin-top: 2px;
    background-color: #b58a35;
    transition: all 0.3s ease;
    z-index: 0;
}
.learn-more a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b58a35;
    transition: all 0.3s ease;
    z-index: 0;
    transform-origin: left;
    transform: scaleX(0);
}

.section {
    padding: 50px;
    /* margin-bottom: 50px; */
}

.section.partners {
    padding: 30px;
}

.featured-content-footer {
    padding: 50px;
    margin-bottom: 50px;
    background-color: #f4f4f4;
}
.featured-content .image {
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}
.featured-content h2 {
    margin: 20px 0;
    padding: 0;
    font-size: 22px;
    padding-top: 10px;
}
.featured-content h5 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
    text-decoration: none;
}
.featured-content p {
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.featured-content h2 a {
    color: #b58a35;
    text-decoration: none;
}

.latest-news {
    background-color: #f4f4f4;
    margin-bottom: 50px;
}
.latest-news.nh {
    background: none;
}
.latest-news h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0;
    margin-bottom: 30px;
}
.latest-news h3 a {
    color: #b58a35;
    text-decoration: none;
}
.latest-news .image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}
.latest-news .learn-more a span {
    color: #333;
}
.latest-news .col span {
    display: block;
    margin: 20px 30px 10px 30px;
    color: #b58a35;
    font-size: 16px;
}
.latest-news .col a.news-link {
    margin: 0 30px;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.listing {
    margin-bottom: -50px;
}
.listing h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
    text-decoration: none;
}
.listing-items .col-8 {
    padding: 15px 30px;
}
.listing-items .image {
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}
.listing-items .col-xl-4 {
    padding-right: 30px;
}
.listing-items h4 {
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.listing-items h4 a {
    color: #b58a35;
    text-decoration: none;
}

.tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0 30px;
}
.tabs a {
    display: inline-block;
    padding: 8px 20px;
    padding-top: 12px;
    color: #333;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    margin: 0 10px;
}
.tabs a.active {
    background-color: #b58a35;
    color: #fff;
}

.button {
    background-color: #b58a35;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    padding-top: 12px;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
}

.inner {
    margin-bottom: -50px;
}
.inner h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
    text-decoration: none;
}
.inner.section > h1 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
    text-decoration: none;
}
.inner.section > h1.news-title {
    text-align: inherit;
}

.inner .image-left, .inner .image-right {
    margin-bottom: 30px;
}
.inner .image-left .col-8 {
    padding-left: 30px;
}
.inner .image-right .col-8 {
    padding-right: 30px;
}
.inner .image {
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}
.inner .highlighted {
    background-color: #f4f4f4;
    margin-bottom: 50px;
}
.inner .highlighted h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
}
.inner .members {
    margin-bottom: 30px;
}
.inner .members h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
}
.inner .chairman {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    min-height: 550px;
    position: relative;
}
.inner .member {
    width: 25%;
    float: left;
    margin-bottom: 30px;
    min-height: 550px;
    position: relative;
}
.inner .chairman .member {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.inner .member .tag {
    background-color: #f4f4f4;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    left: 50%; 
    transform: translateX(-50%);
    position: relative;
    transition: 0.3s all ease-out;
    font-family: 'Verdana';
}
.inner .member img {
    width: 100%;
    backface-visibility: visible;
    transition: 0.3s all ease-out;
}
.inner .member h6 {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding: 0 5px;
}
.inner .member span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0 5px;
}

.faqs {

}
.faqs .learn-more a span {
    color: #333;
}
.faqs h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0;
    margin-bottom: 30px;
    color: #b58a35;
}
.faqs h3 a {
    color: #b58a35;
    text-decoration: none;
}
details {
    color: #333;
    font-size: 1.1rem;
}
summary {
    background-color: #f4f4f4;
    padding: 20px;
    list-style: none;
    display: flex;
    justify-content: space-between;  
}
summary::-webkit-details-marker {
    display: none;
}
summary:after{
    content: "\002B";
}
details summary {
    border-bottom: 1px solid #aaa;
}
details.open summary:after{
    content: "\00D7";
}
details[open] div{
    padding: 30px;
    border-bottom: 1px solid #aaa;
}

.publications {

}
.publications .learn-more a span {
    color: #333;
}
.publications h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    padding: 0;
    margin-bottom: 30px;
}
.publications h3 a {
    color: #b58a35;
    text-decoration: none;
}
.publications.featured-content .image {
    padding-bottom: 130%;
    background-size: contain;
}
  

.footer {
    background-color: #b58a35;
    color: #fff;
    font-size: 16px;
    padding: 50px;
    line-height: 2em;
}
.social-links-container {
    float: right;
}
.footer a {
    display: inline-block;
    padding: 6px;
    color: #fff;
    text-decoration: none;
}
.footer span {
    display: block;
    padding: 0 5px;
}
.footer .social-links {
}
.footer .social-links a {
    font-size: 30px;
}

video {
    width: 100%;
    max-width: 100%;
    height: 700px;
}

.image-placeholder {
    background-image: url('/assets/logo-emblem-faded.png');
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.contact .col-2 {
    text-align: center;
    padding: 0 10px;
}
.contact i {
    font-size: 30px;
    color: #b58a35;
}
.contact a {
    color: #b58a35;
    text-decoration: none;
}
.section.generic {
    margin-bottom: 50px;
}
.phone {
    direction: ltr;
    display: inline-block;
}

.pillars {
    /* margin-bottom: 50px;
    margin-top: -50px; */
    text-align: center;
}
.pillars img {
    width: 19%;
    display: inline-block;
}

@media (hover) {
    .nav a:hover {
        color: #fff;
        background-color: #ffffff11;
    }
    .nav.sub-nav a:hover {
        color: #000;
        background-color: #00000010;
    }
    .menu span a:hover {
        color: #fff;
        background-color: #ffffff11;
    }
    .learn-more a:hover {
        color: #fff;
    }
    .learn-more a:hover:after {
        transform: scaleX(1);
    }
    .learn-more a:hover span {
        transform: translateX(-1em);
    }
    .inner .member:hover img {
        transform: scale(1.05);
    }
    .latest-news .learn-more a:hover span {
        color: #fff;
    }
    .faqs .learn-more a:hover span {
        color: #fff;
    }
    .publications .learn-more a:hover span {
        color: #fff;
    }
    /* .inner .member:hover .tag {
        top: 280px;
    } */
}

@media (min-width: 1700px) {
    .nav, .hero, .footer {
        /* border-radius: 4px;
        box-shadow: 0 0 5px #00000033; */
    }
    .footer {
        /* margin-bottom: 50px; */
    }
}

@media (max-width: 1200px) {
    .nav a {
        padding: 8px 10px;
        padding-top: 12px;
    }
    video {
        height: 700px;
    }
    .pillars img {
        width: 19%;
    }
}


@media (max-width: 1330px) {
    .hero .hero-copy {
        top: 20%;
        left: 15%;
        right: 15%;
    }
}
@media (max-width: 1400px) {
    .inner .member {
        min-height: 510px;
    }
}
@media (max-width: 1199.98px) {
    iframe {
        height: 400px;
        width: calc(100% + 100px);
        margin-left: calc(-50px);
        margin-right: calc(-50px);
    }
    video {
        height: 400px;
    }
    .latest-news span {
        margin: 10px 15px;
    }
    .latest-news .col a.news-link {
        margin: 0 15px 10px 15px;
    }
    .hero .hero-copy {
        padding: 75px 75px 0 75px;
    }
    .hero .hero-copy {
        top: 5%;
        left: 20px;
        right: 20px;
    }
    .inner .member {
        min-height: 475px;
    }
    .pillars img {
        width: 32%;
    }
}

@media (max-width: 991px) {
    .inner .member {
        width: 50%;
    }
    .hero .hero-copy {
        padding: 50px;
    }
    .hero .hero-copy h1 {
        font-size: 30px;
    }
    .hero .hero-copy p {
        max-width: 100%;
        font-size: 20px;
    }
    .hero .hero-tag {
        padding: 25px;
    }
    .hero .hero-tag h1 span {
        font-size: 30px;
    }
    .listing-items .col-xl-4 {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .tabs {
        padding: 0;
        border: none;
    }
    .tabs a {
        display: block;
        border-radius: 3px;
    }
    .inner .member {
        min-height: 500px;
    }
    .pillars img {
        width: 49%;
    }
}


@media (max-width: 768px) {
    .inner .member {
        width: 100%;
    }
    iframe {
        height: 300px;
    }
    video {
        height: 300px;
    }
    .logo {
        margin: 20px;
    }
    .logo img {
        padding: 5px;
    }
    .social-links-container {
        float: none;
    }
    .footer span {
        margin-top: 10px;
    }
    .footer a {
        padding: 0 6px;
    }
    .latest-news span {
        margin: 20px 0 10px 0;
    }
    .latest-news .col a.news-link {
        margin: 0;
    }
    .section {
        padding: 30px;
    }
    .hero .hero-copy {
        padding: 25px;
    }
    .hero .hero-copy h1 {
        font-size: 22px;
    }
    .hero .hero-copy p {
        max-width: 100%;
        font-size: 17px;
    }
    .hero .hero-tag {
        bottom: 20px;
        padding: 15px;
    }
    .hero .hero-tag h1 {
        font-size: 14px;
    }
    .hero .hero-tag h1 span {
        font-size: 20px;
    }
    .inner .member {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .hero {
        padding-bottom: 50%;
    }
}


@media (max-width: 512px) {
    iframe {
        height: 234px;
    }
    video {
        height: 300px;
    }
    .hero .hero-copy {
        display: none;
    }
    .hero .hero-overlay {
        display: none;
    }
    .hero.mobile {
        display: block;
        background: none;
        height: auto;
        padding: 0;
        color: #222;
        margin-bottom: -30px;
    }
    .hero.mobile .hero-copy {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
    .hero.mobile .hero-copy h1, .hero .hero-copy p {
        text-shadow: none;
    }
    .hero.mobile .hero-copy p {
        color: #222;
    }
    .hero.mobile .hero-copy p b, .hero.mobile .hero-copy p strong {
        color: #000;
    }
    .learn-more a {
        color: #222;
    }
    .pillars img {
        width: 90%;
    }

}
