@font-face {
    font-family: 'ge';
    src: url('../fonts/GE_SS_Two_Light.eot');
    src: local('☺'), url('../fonts/GE_SS_Two_Light.woff') format('woff'), url('../fonts/GE_SS_Two_Light.ttf') format('truetype'), url('../fonts/GE_SS_Two_Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

body {
    font-family: 'Droid Arabic Kufi';
}

img {
    max-width: 100%;
}

a:hover, a {
    text-decoration: none;
}

ul {
    padding: 0;
}

li {
    padding: 8px 0;
    text-decoration: none;
    list-style: none;
}

p {
    line-height: 28px;
}

#particles-js {
    width: 100%;
    height: 100%;
}

a:hover, a *, ul li a:hover, .margBolck, .margBolck:hover .margBolck *,
header,
header *,
.Slider {
    -moz-transition: ease-in-out all 400ms;
    -webkit-transition: ease-in-out all 400ms;
    -ms-transition: ease-in-out all 400ms;
    -o-transition: ease-in-out all 400ms;
    transition: ease-in-out all 400ms;
}

iframe {
    border: 0;
}

header {
    /*background: #1b2648 url(../images/header.png) no-repeat top center;*/
    background: #fff;
    background-size: cover;
    border-bottom: 3px solid #0865b7;
    z-index: 100;
    position: relative;
}

    header .mainmenue {
        float: none;
        width: 100%;
        text-align: center;
    }

        header .mainmenue li {
            float: right;
            display: inline-block;
            margin: 20px 0;
        }

    header.affix {
        width: 100%;
        top: 0;
        z-index: 1000;
    }

        header.affix + .Slider {
            padding-top: 70px;
        }

.navbar-brand {
    height: auto;
}

.Search.active {
    background: #fff;
    color: #1b2648;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: -2px;
}

.btn:focus {
    outline: none !important;
}

.Search.active i {
    color: #1b2648 !important;
}

header.affix .navbar-brand {
    padding: 5px;
}

header.affix .brandLogo img {
    height: 55px;
}

header.affix .mainmenue li {
    margin: 2px 0;
}

.brandLogo .logo-text {
    padding-right: 85px;
    white-space: nowrap;
}

    .brandLogo .logo-text h3 {
        font-size: 15px;
        color: #192f78;
        margin-top: 10px;
    }

    .brandLogo .logo-text p {
        font-size: 12px;
        color: #fff;
        margin: 0;
    }

header.affix .brandLogo .logo-text h3 {
    margin-bottom: 2px;
}

.navbar-header .fa-bars {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px 10px;
}

header .navbar-nav > li > a {
    font-size: 14px;
    color: #0a0d9d;
    padding: 15px;
}

    header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
        background: none;
    }

    header .navbar-nav > li > a:hover, header .navbar-nav > li.active > a {
        color: #6b8bc3;
    }


header .navbar {
    margin-bottom: auto;
}

.SearchBlock {
    position: absolute;
    min-width: 200px;
    left: 0;
    background: #fff;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.marginTop {
    margin-top: 15px;
}

.text-center {
    text-align: center;
}

.innerHeader {
    padding: 10px;
    background-color: #fff;
}

header.innerHeader .navbar-nav > li > a {
    color: #000;
}

    header.innerHeader .navbar-nav > li > a:hover {
        color: #0865b7;
    }

header.innerHeader .navbar-nav > li.active > a {
    color: #f78e1e;
}

.innerHeader .brandLogo {
    display: inline-block;
    padding: 0;
}

.innerHeader .fa-bars {
    color: #116bb5;
}

.innerHeader .navbar-toggle {
    margin: 0;
}

.logo {
    text-align: center;
}

.brandLogo img {
    height: 75px;
    float: right;
}


.Search {
    border: 1px solid rgba(255,255,255,.6);
    color: rgba(255,255,255,.6);
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    width: 40px;
    height: 40px;
    margin-top: 3px;
}

    .Search.collapsed {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .Search:hover, .Search:focus {
        color: #fff;
        border-color: #fff;
        outline: none;
    }


/* Declare heights because of positioning of img element */

#content {
    margin-top: 40px;
}

h4, .media h4 {
    margin-bottom: 20px;
}

    h4 span {
        background: #fff;
        padding: 10px 0 10px 20px;
        font-size: 18px;
        color: #0865b7;
    }

    h4:after {
        width: 100%;
        height: 5px;
        border-top: 1px solid #e0dede;
        border-bottom: 1px solid #e0dede;
        content: "";
        float: right;
        margin-top: -10px;
    }

.media .pull-right {
    margin-left: 20px;
}

.media-body {
    text-align: justify;
    line-height: 22px;
}

.marginTop {
    margin-top: 30px;
}

.thumbnail {
    padding: 0;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    .thumbnail h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .thumbnail .btn {
        float: left;
    }

.testmonials .item p {
    padding: 10px;
    background: #f6f6f6;
    position: relative;
    margin-bottom: 10px;
}

    .testmonials .item p:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: 30px;
        bottom: -7px;
        background: #f6f6f6;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.carousel-indicators {
    position: static;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .carousel-indicators li {
        border: 1px solid #ccc;
        background-color: rgba(0,0,0,.2);
        padding: 0;
    }

#content {
    margin-bottom: 50px;
}

.topFooter {
    padding: 20px 0;
    background: #363839;
    color: #fff;
    line-height: 40px;
}

.btmFooter {
    background: #282a2b;
    border-top: 1px solid #818181;
    padding: 20px 0;
    text-align: center;
}

    .btmFooter a, .btmFooter {
        color: #56595a;
    }

.media-heading {
    font-size: 18px;
    text-align: right;
    line-height: 28px;
}

.col-md-6 .row {
    margin-left: 0;
    margin-right: 0;
}

.media-object {
    margin-left: 15px;
}

.Books {
    background: url(../images/books.jpg) no-repeat center center;
    background-size: cover;
}

    .Books .label {
        text-align: center;
        display: block;
    }

        .Books .label span {
            display: inline-block;
            padding: 15px;
            background: #fff;
            color: #000;
            font-size: 24px;
            margin-top: -15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
        }

.whitePage {
    background: rgba(255,255,255,.9);
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    margin-top: 20px;
    padding: 15px;
}


.list li {
    padding-right: 20px !important;
}

    .list li div {
        color: #e28e07 !important;
    }

    .list li:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #0865b7;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        right: 10px;
    }


.listItem .thumbnail {
    padding-top: 15px;
}

.spanTitle {
    font-size: 14px;
    font-weight: 600;
}

h2.spanTitle {
    margin: 0;
    line-height: 28px;
}

.more {
    float: left;
    font-weight: 600;
    font-size: 12px;
}

.whyusBlock p {
    margin-top: 10px;
}

.spanTime {
    color: #636363;
}

.whyIconImg {
    width: 26px;
    height: 30px;
    float: right;
}

    .whyIconImg + h2.spanTitle {
        padding-right: 35px;
    }

.listItem .thumbnail .caption p {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    color: #e28e07;
}

.listItem a.col-md-4:hover {
    box-shadow: 1px 0px 9px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 0px 9px 0px rgba(0,0,0,.2);
    color: #0b1e8b;
}

    .listItem a.col-md-4:hover h2.spanTitle, .listItem a.col-md-4:hover .more {
        color: #083e6f;
        /*color: #e28e07;*/
    }

.cum {
    padding: 10px;
    background: #f6f6f6;
}

    .cum:after {
        content: "<";
        color: #fff;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #f6f6f6;
    }

.whoSay {
    margin-top: 25px;
}

.addV {
    padding: 30px;
    background: #f6f6f6;
    text-align: center;
}

    .addV h3 {
        padding: 20px;
        margin: 0;
    }

.addBlock img {
    border: 1px solid #fff;
    box-shadow: 0 0 2px 0 #cecdcd;
    width:146px !important;
    height:91px !important;
}

.ContactUS {
    padding: 20px;
    color: #fff;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,.5);
    width: 60%;
    position: relative;
    z-index: 10;
}

    .ContactUS h5 {
        padding-right: 20px;
    }

    .ContactUS input, .ContactUS textarea {
        padding: 15px;
        border: none;
        -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
        -ms-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
        -o-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
        box-shadow: 2px 2px 2px rgba(0,0,0,.2);
        outline: none;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        color: #000;
    }

    .ContactUS textarea {
        min-height: 100px;
    }

    .ContactUS .btn-warning {
        color: black;
    }

.mapContainer {
    position: relative;
}

    .mapContainer #map {
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }

.contact {
    padding-top: 25px;
    background: #363839;
    color: #fff;
}

    .contact .contactBlock {
        line-height: 25px;
    }

.twitterTimeline {
    overflow: hidden;
}

.contactBlock p {
    color: #a0a2a2;
    font-size: 16px;
}

    .contactBlock p a {
        color: #cdcfd0;
    }

.ourTeam {
    direction: ltr;
}

.footerMenu {
    padding: 40px 0;
}

.footerBlock h5 {
    color: #fff;
    padding: 10px 0;
}

footer .navbar {
    margin-bottom: 0;
    background: #282a2b;
    border: none;
}

.footerBlock ul li a {
    color: #b3c7e2;
    font-size: 12px;
}

    .footerBlock ul li a:hover {
        color: #fff;
    }

.copyRight .navbar-nav > li > a {
    padding: 10px;
    font-size: 20px;
    color: #444748;
}

    .copyRight .navbar-nav > li > a:hover {
        color: #116cb5 !important;
    }

.copyRight .navbar-nav > li:first-child {
    padding-top: 12px;
}

.copyRight span {
    padding-top: 24px;
    font-size: 16px;
}


.mytable {
    /*margin-left: auto !important;
    margin-right: auto !important;*/
}

    .mytable td {
        padding: 5px;
        margin: 5px;
        /*color: #f7941d;
        font-weight: bold;
        font-size: 20px;*/
    }


    .txt{
        direction:rtl !important;
        /*color: #c4710c;*/
        font-weight: bold;
        /*font-size: 20px;*/
    }

    .value{
        color: #0865b7;
        font-size: 20px;
    }