@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family:"Tajawal-Bold";
    src:url("../fonts/Tajawal-Bold.woff2") format("woff2"),url("../fonts/Tajawal-Bold.woff") format("woff"),url("../fonts/Tajawal-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Tajawal";
    src:url("../fonts/Tajawal-Regular.woff2") format("woff2"),url("../fonts/Tajawal-Regular.woff") format("woff"),url("../fonts/Tajawal-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Merriweather Bold";
    src:url("../fonts/Merriweather-Bold.woff2") format("woff2"),url("../fonts/Merriweather-Bold.woff") format("woff"),url("../fonts/Merriweather-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

body {
    background: #fff;
    color: #4D4D4D;
    font-family: "Tajawal", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
}

.post, .page {
	margin: 0;
}

.widget {
	margin: 0 0 0;
}

#page {
    position: relative;
}

.error404 #content {
    padding: 200px 0;
}

h1 {
    font-family:"Merriweather Bold";
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

h2 {
    color: #467173;
    font-family:"Merriweather Bold";
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

@media(min-width: 768px){
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

h3 {
    font-family:"Tajawal-Bold";
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 60px;
}

h4 {
    font-family:"Tajawal-Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px;
}

a, a:active, a:focus,a:visited {
    color: #C1A027;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

a:hover {
    color: #C1A027;
    opacity: .5;
}

.text {
    font-size: 21px;
    line-height: 30px;
}

@media(min-width: 768px){
    .text {
        font-size: 24px;
        line-height: 34px;
    }
}

.text strong{
    font-family:"Tajawal-Bold";
    font-size: 24px;
    line-height: 34px;
    font-weight: 400 !important;
}

.line {
    border-bottom: 1px solid #09C3C8;
    padding: 70px 0 0 0;
    margin-bottom: 70px;
}

.bullets {
    color: #467173;
    margin: 0;
    margin-left: 25px;
    padding: 0;
}

.bullets li {
    padding-bottom: 10px;
    
}

.bullets span{
    color: #4D4D4D;
}

a.button, a.button:active, a.button:visited,a.button:focus {
    background: #C1A027;
    color: #fff;
    display: inline-block;
    font-family:"Tajawal-Bold";
    font-size: 21px;
    height: 60px;
    line-height: 60px;
    letter-spacing: .1em;
    padding: 0 30px;
    text-transform: uppercase;
}

a.button:hover {
    color: #fff;
}

a.button span{
    display: block;
    margin-top: 3px;
}

a.read-more {
    font-family:"Tajawal-Bold";
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
}

/*
NAV
*/

.navbar {
    background: #fff;
    padding: 0;
}

.headroom--unpinned .navbar {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.admin-bar .navbar {
	top: 46px;	
}

@media(min-width: 783px){
    .admin-bar .navbar {
        top: 32px;
    }
}

#navbar-inner {
    display: block;
}

#navbar-inner #navbar-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

.navbar-brand {
    margin: 0;
    transition: all .25s ease-in-out;
}

.navbar-brand:hover {
    opacity: .5;
}

@media(max-width: 991px){
    #navbarCollapse {
        position: absolute;
        height: calc(100vh - 120px);
        top: 120px;
        width: 100%;
        background: #fff;
        left: 0;
        transition: all .25s ease-in-out;
    }
}

@media(min-width: 992px){
    #navbarCollapse {
        justify-content: flex-end;
    }
}

#primary-menu {
    list-style: none;
    margin: 0;
    padding: 30px;
    padding-left: 60px;
}

@media(min-width: 992px){
    #primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        /*padding-right: 30px;*/
    }
}

#primary-menu li{
    padding-left: 0;
    padding-bottom: 40px;
    font-family:"Tajawal-Bold";
    font-size: 30px;
    line-height: 1;
}

#primary-menu li:last-child{
    
}

@media(min-width: 992px){
    #primary-menu li{
        display: inline-block;
        padding-left: 10px;
        padding-bottom: 0;
        font-size: 15px;
    }
}

@media(min-width: 1200px){
    #primary-menu li{
        font-size: 18px;
        padding-left: 20px;
        
    }
}

#primary-menu a {
    color: #C1A027;
    letter-spacing: .05em;
    line-height: 1;
    text-decoration: none;
    transition: all .25s ease-in-out;    
	outline: 0;
    outline: none;
}

#primary-menu a:hover {
    color: #C1A027;
    opacity: .5;
}

/*#primary-menu li.current_page_item a {
    color: #000;
}*/

/*
HEADER
*/

#head {
    background-image: url("../images/header.jpg");
    background-size: cover;
    background-position: center center;
    height: 265px;
    width: 100%;
}

#head h1{
    align-items: center;
    background-image: url("../images/blue-bar.svg");
    background-repeat: no-repeat;
    color: #fff;
    font-family:"Tajawal-Bold";
    font-size: 56px;
    line-height: 1;
    margin: 0;
    padding-left: 90px;
    height: 87px;
}

#head h1 span{
    display: block;
    height: auto;
    padding-top: 30px;
}

#masthead, #masthead .container {
    height: 120px;
}

#logo-green {
    cursor: pointer;
    width: 120px;
    margin-right: 30px;
}

@media(min-width: 768px){
    #logo-green {
        cursor: pointer;
        width: 215px;
        margin: 0;
    }
}

/*
FOOTER
*/
#colophon {
    background: #4D4D4D;
    color: #fff;
    font-size:21px;
    line-height: 30px;
    padding: 80px 0 60px;
}

#logo-white-footer {
    width: 200px;
}

#colophon h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.footer-right {
    background-image: url("../images/blue-bar.svg");
    background-repeat: no-repeat;
    background-size: 52px 54px;
    background-position: 20px 90px;
    padding-left: 90px;
    padding-top: 90px;
}

@media(min-width: 768px){
    .footer-right {
        background-position: 0 0;
        padding-left: 70px;
        padding-top: 0;
    }
}

.copyright {
    font-size:14px;
    line-height: 1;
    padding-top: 30px;
}

#up-container {
    position: fixed;
    bottom: 70px;
    right: 0;
    width: 100%;
    z-index: 2000;
}

#Back_to_Top_Bottom {
    cursor: pointer;
    display: none;
}

.headroom--unpinned #Back_to_Top_Bottom {
    display: block;
}
/*
MODAL
*/
.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 90%;
	--bs-modal-padding: 5rem 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: #4D4D4D;
	--bs-modal-bg: #fff;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: 0;
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
    opacity: 1 !important;
}

@media(min-width: 576px){
    .modal {
        --bs-modal-padding: 5rem 2rem;
    }
}
@media(min-width: 1400px){
    .modal {
        --bs-modal-width: 1400px;
        --bs-modal-padding: 5rem ;
    }
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: none;
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
	margin-left: auto;
}

.btn-close {
	--bs-btn-close-color: #fff;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 1;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: #C1A027 var(--bs-btn-close-bg) center/1em auto no-repeat;
	filter: var(--bs-btn-close-filter);
	border: 0;
	border-radius: 0;
	opacity: var(--bs-btn-close-opacity);
}

.modal-body {
    font-size: 21px;
    line-height: 30px;
    padding: 30px 0 100px;
}

@media(min-width: 992px){
    .modal-body .info {
        padding-left: 30px;
    }
}

.modal-body .name{
    font-family:"Tajawal-Bold";
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 30px;
}

@media(min-width: 992px){
    .modal-body .name{
        padding-top: 0;    
    }
}

.modal-body .position{
    padding-bottom: 20px;
    border-bottom: 1px solid #09C3C8;
}

.modal-body .bio {
    padding-top: 30px;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #467173;
    --bs-backdrop-opacity: 1.0 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

/*animate modal in from right*/
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
  
/*hide animations*/
.fade-content-in-down, .fade-content-in-left, .fade-content-in-up, .fade-content-in-right, .fade-content-in {
    opacity: 0;
}

:root {
  --animate-delay: 0.75s;
}

  