﻿body {
    font-size: 16px;
    overflow-x: hidden;
    color: #555;
    direction: rtl;
    font-family: "DroidArabicKufi";
}
.guidelines{
    background-color: #fae6c7;
    color: #c67748;
    display: block;
    font-size: 20px;
    padding: 25px 0;
    text-shadow: 1px 1px 0 white;
    height:150px;
}

.he-text.guidelines > a {
    background-color: #eedabb;
    display: inline-block;
    font-size: 16px;
    padding: 4px 9px;
    
}
.circle {
    border-radius: 50%;
    background-color: #e2cfaf;
    padding: 2px;
    width: 120px;
    margin: 0 auto;
}

.Inner-circle {
    border-radius: 50%;
    background-color: #e2cfaf;
    border: 3px solid white;
    height: 115px;
    width: 115px;
    position: relative;
}

.language > img {
    position: absolute;
    right: 20px;
    top: 32px;
}

.history > img {
    position: absolute;
    right: 18px;
    top: 15px;
}

.artHistory > img {
    position: absolute;
    right: 18px;
    top: 25px;
}

.culture > img {
    position: absolute;
    right: 30px;
    top: 30px;
}

.pray > img {
    position: absolute;
    right: 25px;
    top: 17px;
}


.build > img {
    position: absolute;
    right: 18px;
    top: 25px;
}

.coloredBox {
    background-color: #fae6c7;
    border: 1px solid #e8b177;
    border-radius: 15px;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 50px;
    text-align: center;
}

    .coloredBox > p {
        color: #661327;
        text-shadow: 1px 1px 1px rgba(255,255,255,1);
    }

.highlight {
    background-color: #661327;
    border-radius: 10px;
    margin: 45px 0 70px;
    padding: 20px 15px;
}

    .highlight > p {
        color: white;
        font-size: 18px;
        text-align: center;
    }

        .highlight > p > span {
            font-family: Raleway;
            color: white;
            font-size: 18px;
        }

.item {
    text-align: center;
    /*width: 16.66%;*/
    width: 14.2%;
    float: right;
}

.Text-Caption {
    margin: 15px 0;
}

header {
    margin-bottom: 50px;
}

h2 {
    text-transform: uppercase;
    color: #333;
    line-height: 40px;
}

    h2 > span {
        color: #661327;
    }

.subtitle {
    color: #661327;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

p {
    color: #333;
}

    p span {
        color: #333;
    }

.importantInfo p span {
    display: block;
}

p.aboutUs {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 80px;
    padding: 0 0 0 15px;
    text-align: center;
}

.more {
    background: #e2cfaf url(../images/download.png) no-repeat left 5px center;
    display: inline-block;
    padding: 5px 10px 5px 45px;
    color: #610b21;
    font-size: 18px;
}

    .more:hover {
        color: #9D5921;
        text-decoration:none;
    }

.about {
    background-color: #661327;
    padding: 30px 0 25px;
}

    .about h2 {
        color: white;
        line-height: 45px;
        margin: 0;
        padding: 10% 0;
    }
        .about h2.announcmentTitle {
            color: #FCD79E;
            font-size: 30px;
            font-weight: bold;
            margin: 20px 0 0;
            padding: 45px 0 15px;
        }

        .about h2 .lastLine span {
            color: #FCD79E;
        }


        .about h2 .firstLine span {
            color: #FCD79E;
        }

    .about .secondTitle {
        display: block;
        color: white;
        margin: 5px 0 15px;
        font-size: 34px;
    }

    .about .firstLine {
        color: white;
        font-size: 27px;
        display: inline-block;
        margin-bottom: 6px;
    }

    .about .lastLine {
        color: white;
        font-size: 28px;
    }

    .about p {
        color: white;
        font-size: 24px;
        margin-bottom: 20px;
    }


.heading-block::after {
    border-top: 2px solid #444;
    content: "";
    display: block;
    margin-top: 30px;
    width: 40px;
}

.center .heading-block::after, .heading-block.center::after, .heading-block.title-center::after {
    margin: 30px auto 0;
}

.heading-block {
    margin-bottom: 50px;
}

.center {
    text-align: center;
}

.Fields_of_Interest {
    padding: 55px 0 100px;
}

    .Fields_of_Interest ul {
        margin-left: 15px;
    }

.importantInfo {
    background: #fae6c7 url("../images/texture.jpg") repeat scroll 0 0;
    padding: 80px 0;
}

.header-extras {
    float: left;
    margin: 70px 0 0;
}

    .header-extras li .he-text {
        float: left;
        font-size: 14px;
        line-height: 2;
        padding-left: 10px;
    }

    .header-extras a {
        color: #c67748;
        font-size: 16px;
    }

    .header-extras li:first-child {
        margin-left: 0;
        margin-right: 15px;
    }

    .header-extras li {
        float: right;
        height: 40px;
        list-style: outside none none;
        overflow: hidden;
    }

.current {
    background-color: #661327;
    color: #fdedce !important;
    cursor: default;
}

ul, li {
    padding: 0;
}

.top {
    background-color: #ebcfb0;
    color: white;
    text-align: right;
    margin-bottom: 20px;
    height: 25px;
    display: none;
}

.lang {
    right: 324px;
    position: absolute;
    top: 65%;
}

.dropdown-menu.show {
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.dropdown-menu {
    min-width: auto !important;
}

.main-languages button,
.main-languages button:hover,
.main-languages button:focus {
    background-color: transparent;
    color: #661327;
    padding: 5px 3px 10px;
    border: none !important;
    box-shadow: none !important;
    /*box-shadow: none;*/
    text-decoration: none;
}

.main-languages .dropdown-menu.show > ul {
    background-color: #ebcfb0;
    padding: 0 !important;
    border: none;
    margin: 0;
}

.main-languages li {
    padding: 5px 0;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    list-style: none;
}

    .main-languages li:hover {
        background-color: #e6caab;
    }

    .main-languages li a,
    .main-languages li a:hover,
    .main-languages li a:focus {
        color: #661327;
        font-size: 14px;
        padding: 3px 10px;
        text-decoration: none;
        font-family: "Raleway";
        display: block;
    }

.languages {
    margin: 0;
    padding: 0;
    float: left;
}

    .languages li {
        display: inline-block;
        list-style: none;
    }

        .languages li a,
        .languages li a:hover,
        .languages li a:focus {
            color: #661327;
            font-size: 14px;
            padding: 0 10px;
            text-decoration: none;
            font-family: Raleway;
        }

.btn btn-secondary dropdown-toggle {
    font-family: 'Droid Arabic Kufi' !important;
}

.current {
    font-family: 'Droid Arabic Kufi' !important;
}

.fa.fa-globe {
    color: #C46F4E;
    font-size: 18px;
    margin-right: 10px;
}



.footerSection ul {
    margin-right: 15px;
}

.footer {
    background-color: #210000;
    padding: 30px 0 20px;
}

    .footer p {
        color: #ebcfb0;
    }

    .footer .subtitle {
        color: #ebcfb0;
    }

    .footer p span {
        color: #ebcfb0;
        display: block;
        font-size: 14px;
        line-height: 30px;
    }

.logos {
    background-color: #100000;
    padding: 20px;
}

.contactUs {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px dotted rgba(0,0,0,0.2);
}

.board p {
    display: inline-block;
    font-weight: bold;
    padding-right: 8px;
    vertical-align: bottom;
    width: 68%;
}

    .board p > span {
        font-size: 14px;
        font-weight: normal;
        margin-top: 6px;
    }

.board li {
    background-color: rgba(250, 230, 199, 0.6);
    float: right;
    list-style: outside none none;
    margin: 10px 0 5px 23px;
    padding: 15px 10px;
    width: 30.92%;
}

.Image {
    display: inline-block;
    width: 30%;
}

.contactUs ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

    .contactUs ul li {
        list-style: none;
        display: inline-block;
        text-align: center;
        width: 49%;
        vertical-align:top;
    }

        .contactUs ul li a {
            background-color: #fae6c7;
            color: #c67748;
            display: block;
            font-size: 20px;
            padding: 50px 0;
            text-shadow: 1px 1px 0 white;
        }

            .contactUs ul li a:hover {
                background-color: #e9d5b6;
                text-shadow: none;
                text-decoration: none;
            }

        .contactUs ul li .fa {
            font-size: 40px !importan;
        }

.fa.fa-file-text,
.fa.fa-envelope {
    color: #661327;
    font-size: 40px;
    margin-left: 15px;
}
/*========== Bootstrap Arabic Classes ======*/
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right !important;
}
/*====== Responsive ====*/
/* lg */
@media (min-width: 1200px) {
    .board {
        margin-right: 0 !important;
    }

        .board li {
            width: 30.92%;
        }

    .cover {
        margin-top: -100px;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .img-responsive.cover {
        margin-top: -100px;
    }

    .board {
        margin-right: 0 !important;
    }

        .board li {
            width: 29.92%;
        }

        .board p {
            width: 67%;
        }

    .directors {
        border-top: 1px dashed #fdfde0;
        margin-top: 45px;
        padding: 30px 30px 0;
    }

    .about img {
        margin-top: 10%;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .board li {
        width: 46.92%;
    }


    .directors {
        border-top: 1px dashed #fdfde0;
        margin-top: 45px;
        padding: 30px 30px 0;
    }

    .board {
        margin-right: 0 !important;
    }

    .coloredBox {
        font-size: 16px;
        height: 150px;
        padding: 30px 15px;
    }

    .highlight {
        border-radius: 0;
    }

    .item {
        margin-bottom: 30px;
        width: 32.66%;
    }
    .about .lastLine {
        font-size: 24px !important;
    }

    .about .secondTitle {
        font-size: 30px !important;
    }

    .about .firstLine {
        color: white;
        display: inline-block;
        font-size: 20px!important;
        margin-bottom: 6px;
    }
}
/* xs */
@media (max-width: 767px) {
    .about .lastLine {
        font-size: 24px !important;
    }

    .about .secondTitle {
        font-size: 30px !important;
    }

    .about .firstLine {
        color: white;
        display: inline-block;
        font-size: 20px!important;
        margin-bottom: 6px;
    }

    .lang {
        right: 220px;
        position: absolute;
        top: 70%;
    }

    .logo img {
        width: 210px;
    }

    .board li {
        width: 100%;
    }

    .board p {
        width: 67%;
    }

    .directors {
        border-top: 1px dashed #fdfde0;
        margin-top: 45px;
        padding: 30px 30px 0;
    }

    .highlight > p {
        font-size: 16px;
    }

    .item {
        margin-bottom: 30px !important;
        width: 50% !important;
    }

    .highlight {
        border-radius: 0;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .contactUs {
        border-top: 1px dotted rgba(0, 0, 0, 0.2);
        margin-top: 0 !important;
        padding-top: 20px;
    }

        .contactUs ul li {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

            .contactUs ul li a {
                padding: 30px 0;
            }

    header {
        margin-bottom: 20px !important;
    }
}
/*====== Fonts =======*/
@font-face {
    font-family: "Raleway-SemiBold";
    src: url("../fonts/Raleway-SemiBold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Raleway-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Raleway-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Raleway-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Raleway-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Raleway-SemiBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Raleway-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Raleway-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Raleway-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Raleway-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Raleway-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Raleway-Medium";
    src: url("../fonts/Raleway-Medium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Raleway-Medium.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Raleway-Medium.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Raleway-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Raleway-Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Raleway-Medium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DroidArabicKufi";
    src: url("../fonts/DroidArabicKufi0.eot"); /* IE9 Compat Modes */
    src: url("../fonts/DroidArabicKufi0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DroidArabicKufi0.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DroidArabicKufi0.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DroidArabicKufi0.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DroidArabicKufi0.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DroidArabicKufi0.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/*======= Responsive style ========*/
