body::-webkit-scrollbar {
    width: 0.5em
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(34, 66, 153, 0.3)
}

body::-webkit-scrollbar-thumb {
    background-color: #3c1a00;
    outline: 2px solid slategrey
}

ul {
    list-style: none
}

li {
    list-style: none
}

body {
    font-family: 'BukraAlt_Regular' !important;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    transition: background-color .5s;
    overflow-x: hidden
}

.modal-open,
.modal {
    padding: 0 !important
}

@font-face {
    font-family: 'BukraAlt_Regular';
    src: url("../fonts/BukraAlt_Regular.eot");
    src: url("../fonts/BukraAlt_Regular.eot") format("embedded-opentype"), url("../fonts/BukraAlt_Regular.woff2") format("woff2"), url("../fonts/BukraAlt_Regular.woff") format("woff"), url("../fonts/BukraAlt_Regular.ttf") format("truetype"), url("../fonts/BukraAlt_Regular.svg#BukraAlt_Regular") format("svg")
}

@font-face {
    font-family: 'BukraAlt_Bold';
    src: url("../fonts/BukraAlt_Bold.eot");
    src: url("../fonts/BukraAlt_Bold.eot") format("embedded-opentype"), url("../fonts/BukraAlt_Bold.woff2") format("woff2"), url("../fonts/BukraAlt_Bold.woff") format("woff"), url("../fonts/BukraAlt_Bold.ttf") format("truetype"), url("../fonts/BukraAlt_Bold.svg#BukraAlt_Bold") format("svg")
}

.fixed {
    position: fixed;
    top: 0 !important;
    width: 100%;
    right: 0px;
    z-index: 99999999999999
}

div#bs-example-navbar-collapse-1 {
    background: transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.navbar-default {
    border: none;
    background: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.no-padding,
.list-unstyled {
    padding: 0 !important;
    margin: 0 auto
}

.no-padding1 {
    padding-right: 0px
}

.no-padding2 {
    padding-left: 0px
}

.closebtn {
    display: none
}

#main span {
    display: none
}

header {
    padding: 15px 0px;
    box-shadow: 2px 1px 10px 0px #eee
}

header .social2 {
    float: left;
    padding-top: 15px !important;
    width: 100%
}

header .social2 li {
    display: inline-block;
    transition: all .5s ease;
    text-align: center;
    float: left;
    border-bottom: 2px solid #c39349;
    padding: 5px 6px;
    margin-right: 20px
}

header .social2 li a {
    color: #c39349;
    transition: all .5s ease;
    font-size: 24px
}

header .social2 li:hover {
    border-bottom: 2px solid #3c1a00
}

header .social2 li:hover a {
    color: #3c1a00
}

header .search {
    float: left;
    margin-top: 10px;
    width: 55%
}

header .search form {
    position: relative
}

header .search form input {
    text-align: center;
    border-radius: 25px;
    padding: 6px 15px;
    width: 86%;
    outline: none;
    border: 2px solid #eee;
    color: #000;
    transition: all .5s ease
}

header .search form input:hover,
header .search form input:visited,
header .search form input:focus,
header .search form input:active {
    border: 2px solid #3c1a00
}

header .search form button {
    color: #c39349;
    width: 35px;
    height: 35px;
    outline: none;
    transition: all .5s ease;
    border-radius: 50%;
    margin-top: 11px;
    border: 2px solid #eee;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
    background: #fff
}

header .search form button:hover,
header .search form button:visited,
header .search form button:focus,
header .search form button:active {
    color: #3c1a00;
    border: 2px solid #3c1a00
}

header .logo {
    outline: none
}

header .logo img {
    width: 400px;
    height: 127px
}

.slider {
    padding: 25px 0px
}

.slider .owl-slider .owl-stage-outer {
    overflow: hidden !important
}

.slider .owl-slider img {
    min-height: 200px;
    max-height: 300px
}

.slider .owl-nav {
    position: relative;
    font-size: 24px;
    top: -132px;
    display: block !important
}

.slider .owl-nav span {
    background: #c39349;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 17px;
    transition: all .5s ease;
    border-radius: 2px;
    font-size: 18px
}

.slider .owl-nav span:hover {
    background: #3c1a00
}

.slider .owl-nav .owl-prev {
    position: absolute;
    right: -2%
}

.slider .owl-nav .owl-next {
    position: absolute;
    left: -2%
}

.down {
    padding: 30px 0px;
    border-bottom: 2px solid #c39349;
    box-shadow: 0px 12px 15px 2px #eee
}



.down #mySidenav .menu li {
    display: inline-block;
    transition: all .5s ease;
    padding: 15px 35px;
    border: 1px solid #c39349;
    margin: 0px 15px;
    position: relative
}

.down #mySidenav .menu li a {
    color: #c39349;
    font-size: 16px;
    transition: all .5s ease
}

.down #mySidenav .menu li .sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    box-shadow: 0px 6px 6px 4px rgba(0, 0, 0, 0.1);
    min-width: 20em;
    border-radius: 4px;
    background: #fff;
    padding: 10px 0px !important;
    top: 100%;
    right: 0px
}

.down #mySidenav .menu li .sub-menu li {
    white-space: nowrap;
    display: block;
    padding: 15px 22px !important;
    border: inherit
}

.down #mySidenav .menu li .sub-menu li a {
    font-weight: normal;
    text-align: right;
    display: block;
    color: #777777;
    font-size: 16px
}

.down #mySidenav .menu li .sub-menu li a span {
    display: none
}

.down #mySidenav .menu li .sub-menu li:before {
    position: absolute;
    top: 17px;
    right: 10px;
    content: "\f100";
    font-family: FontAwesome;
    transition: all .5s ease;
    color: #777777
}

.down #mySidenav .menu li .sub-menu li:hover:before {
    color: #1f2563
}

.down #mySidenav .menu li .sub-menu li:hover a {
    color: #1f2563
}

.down #mySidenav .menu li .sub-menu li:after {
    display: none
}



.down #mySidenav .menu li:hover {
    background: #c39349
}

.down #mySidenav .menu li:hover a {
    color: #fff
}

.down #mySidenav .menu .current-menu-item {
    background: #c39349
}

.down #mySidenav .menu .current-menu-item a {
    color: #fff
}

#about-us {
    padding: 40px 0px
}

#about-us .title {
    border: 1px solid #c39349;
    margin-bottom: 25px
}

#about-us .title .fas {
    background: #c39349;
    color: #3c1a00;
    font-size: 24px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 8px
}

#about-us .title h3 {
    color: #3c1a00;
    font-weight: bold;
    font-size: 16px;
    display: inline;
    margin-right: 10px
}

#about-us .content {
    background: #fafafa;
    padding: 25px
}

#about-us .content p {
    color: #adadad;
    font-size: 14px;
    text-align: justify;
    line-height: 30px
}

#about-us .content .cv h5 {
    margin: 0;
    color: #c39349;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-top: 1px solid;
    padding-top: 25px;
    margin-top: 30px
}

#about-us .content .cv p span {
    color: #c39349;
    font-weight: bold;
    font-size: 24px
}

#about-us .content .cv a {
    display: table;
    background: #c39349;
    text-align: center;
    color: #fff;
    padding: 3px 16px;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block
}

#about-us h6 {
    border: 1px solid #c39349;
    display: table;
    padding: 15px 30px;
    font-size: 16px;
    color: #c39349;
    margin-top: 30px
}

#about-us h6 b {
    color: #3c1a00;
    display: inline-block
}

.about-img {
    margin-bottom: 30px;
    display: table
}

.about-img img {
    width: 100%;
    height: 300px
}

.kharbsh {
    margin-bottom: 30px
}

.kharbsh .owl-slider .owl-stage-outer {
    overflow: hidden !important
}

.kharbsh .owl-slider .item .titlez {
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 13px 15px
}

.kharbsh .owl-slider .item .titlez h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

.kharbsh .owl-slider .item .titlez p {
    color: #8899a6;
    font-size: 14px;
    text-align: justify;
    width: 85%;
    margin: 0 auto
}

.kharbsh .owl-nav {
    position: relative;
    top: -50px;
    display: block !important
}

.kharbsh .owl-nav span {
    color: #c39349;
    transition: all .5s ease;
    font-size: 30px
}

.kharbsh .owl-nav span:hover {
    color: #3c1a00
}

.kharbsh .owl-nav .owl-prev {
    position: absolute;
    right: -5%
}

.kharbsh .owl-nav .owl-next {
    position: absolute;
    left: -5%
}

.twitter {
    margin-bottom: 30px
}

footer {
    background: url("../images/footer.png");
    padding: 40px 0px;
    background-size: cover
}

footer .title {
    border: 1px solid #c39349;
    margin-bottom: 25px
}

footer .title .fas {
    background: #c39349;
    color: #3c1a00;
    font-size: 24px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 8px
}

footer .title h3 {
    color: #fff;
    font-size: 16px;
    display: inline;
    margin-right: 10px
}

footer .article {
    margin-bottom: 15px
}

footer .article img {
    width: 65px;
    height: 50px;
    float: right;
    margin-left: 13px
}

footer .article h3 {
    color: #c39349;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 6px
}

footer .article p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    display: table;
    margin: 0
}

.down-footer {
    padding: 20px 0px;
    background: #c39349
}

.down-footer .social2 {
    float: left;
    display: inline-block
}

.down-footer .social2 li {
    display: inline-block;
    transition: all .5s ease;
    text-align: center;
    float: left;
    border-bottom: 2px solid #fff;
    padding: 5px 6px;
    margin-right: 20px
}

.down-footer .social2 li a {
    color: #fff;
    transition: all .5s ease;
    font-size: 24px
}

.down-footer .social2 li:hover {
    border-bottom: 2px solid #3c1a00
}

.down-footer .social2 li:hover a {
    color: #3c1a00
}

.down-footer p {
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding-top: 10px
}

.down-footer p a,
.down-footer p span {
    color: #3c1a00;
    transition: all .5s ease
}

.down-footer p:hover a {
    color: #000
}

#another-title {
    background: url(../images/slideshow.png);
    padding: 60px 0px 60px 0px;
    background-repeat: no-repeat;
    background-size: cover
}

#another-title a {
    color: #c39349
}

#another-title h4 {
    font-size: 24px;
    float: right;
    color: #fff;
    margin-top: 15px
}

#new-news {
    padding-top: 70px;
    padding-bottom: 95px
}

#new-news .new-news .imgz {
    width: 100%;
    height: 361px;
    margin-bottom: 25px
}

#new-news .new-news h3 {
    color: #c39349;
    font-size: 22px;
    margin-bottom: 18px;
    display: table
}

#new-news .new-news h3 .far,
#new-news .new-news h3 .fas,
#new-news .new-news h3 .fa {
    color: #4d49a0
}

#new-news .new-news p {
    color: #6a6262;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    margin-bottom: 30px
}

#new-news form input,
#new-news form select {
    outline: none;
    color: #6a6262;
    margin-left: 14px;
    padding: 8px 15px;
    margin-bottom: 25px;
    transition: all .5s ease;
    width: 55%;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #eee
}

#new-news form input:hover,
#new-news form input:active,
#new-news form input:focus,
#new-news form input:visited,
#new-news form select:hover,
#new-news form select:active,
#new-news form select:focus,
#new-news form select:visited {
    border: 1px solid #c39349
}

#new-news form textarea {
    width: 55%;
    border: none;
    outline: none;
    color: #6a6262;
    border-radius: 3px;
    margin-left: 14px;
    padding: 8px 15px;
    margin-bottom: 25px;
    transition: all .5s ease;
    height: 209px;
    background: #eee
}

#new-news form .send {
    background: #c39349;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: 1px solid #c39349;
    padding: 7px 55px;
    border-radius: 3px;
    transition: all .5s ease;
    width: 20%;
    display: block
}

#new-news form .send:hover,
#new-news form .send:active,
#new-news form .send:focus,
#new-news form .send:visited {
    background: #eee;
    color: #c39349
}

#articles {
    padding: 45px 0px
}

#articles .title {
    border: 1px solid #c39349;
    margin-bottom: 25px
}

#articles .title .fas {
    background: #c39349;
    color: #3c1a00;
    font-size: 24px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 8px
}

#articles .title h3 {
    color: #3c1a00;
    font-weight: bold;
    font-size: 16px;
    display: inline;
    margin-right: 10px
}

#articles .article {
    margin-bottom: 30px
}

#articles .article img {
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px
}

#articles .article h3 {
    color: #3c1a00;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px
}

#articles .article p {
    color: #3c1a00;
    font-size: 16px;
    margin-bottom: 15px;
    min-height: 70px;
    overflow: hidden
}

#articles form input,
#articles form select {
    outline: none;
    color: #6a6262;
    margin-left: 14px;
    padding: 8px 15px;
    margin-bottom: 25px;
    transition: all .5s ease;
    float: right;
    width: 49%;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #eee
}

#articles form input:hover,
#articles form input:active,
#articles form input:focus,
#articles form input:visited,
#articles form select:hover,
#articles form select:active,
#articles form select:focus,
#articles form select:visited {
    border: 1px solid #c39349
}

#articles form textarea {
    width: 47%;
    border: none;
    outline: none;
    color: #6a6262;
    border-radius: 3px;
    margin-left: 14px;
    padding: 8px 15px;
    margin-bottom: 25px;
    transition: all .5s ease;
    height: 409px;
    background: #eee
}

#articles form .send {
    background: #c39349;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: 1px solid #c39349;
    padding: 7px 55px;
    border-radius: 3px;
    transition: all .5s ease;
    width: 20%
}

#articles form .send:hover,
#articles form .send:active,
#articles form .send:focus,
#articles form .send:visited {
    background: #eee;
    color: #c39349
}

.faq-qustions .panel-heading a:after {
    font-family: 'fontawesome';
    content: "\f107";
    float: left;
    color: #444;
    outline: none
}

.faq-qustions .panel-heading h2 {
    text-align: right;
    font-size: 19px;
    outline: none
}

.faq-qustions .panel-body p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
    outline: none
}

@media only screen and (max-width: 1024px) {
    header .search form input {
        width: 83%
    }

    .down #mySidenav .menu li a {
        padding: 15px 28px
    }

    .kharbsh .owl-nav {
        top: -142px
    }

    footer .article p {
        font-size: 13px
    }
}
@media only screen and (min-width: 768px){
    .down #mySidenav {
        padding: 0;
        margin: 0 auto;
        display: table
    }
    .down #mySidenav .menu li:hover .sub-menu {
    display: block !important
}
}
@media only screen and (max-width: 768px) {

    .down #mySidenav .menu li .sub-menu li {
        padding: 0px 22px !important;
    }

    header .logo img {
        margin: 0 auto;
        display: table
    }

    header .social2,
    header .search {
        float: none;
        margin: 0 auto;
        display: table;
        /*width: 0px*/
         width: 100%;
        text-align: center;
    }
header .social2 li {

    float: none;
    }
    #about-us h6 {
        margin: 0 auto;
        display: table;
        margin-top: 25px;
        margin-bottom: 25px
    }

    #about-us .about-img {
        margin: 0 auto
    }

    #about-us .about-img img {
        margin-bottom: 30px
    }

    .kharbsh .owl-nav {
        top: -150px
    }

    .kharbsh img {
        height: 250px
    }

    footer .article p {
        font-size: 8px
    }

    .down-footer p {
        margin: 0 auto;
        display: table;
        margin-bottom: 20px
    }

    .down-footer .social2 {
        float: none;
        margin: 0 auto;
        display: table
    }

    #mySidenav {
        margin-top: inherit
    }

    #mySidenav .menu {
        margin-right: inherit !important
    }

    #mySidenav .menu li {
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        border-bottom: 2px solid #999
    }

    #mySidenav .menu li .sub-menu {
        /*display: block !important;*/
        position: relative !important;
        background: transparent !important
    }

    #mySidenav .menu li .sub-menu li {
        padding: 0px !important
    }

    #mySidenav .menu li a {
        color: #fff !important;
        border: none !important;
        padding: 15px 50px 15px 0px !important
    }

    .closebtn {
        display: block
    }

    #main span {
        display: block
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: #111 !important;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px !important
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
    }

    .sidenav a:hover {
        color: #f1f1f1
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px
    }

    #main {
        transition: margin-left .5s;
        padding: 16px
    }
}

@media only screen and (max-width: 640px) {

    .slider .owl-nav span,
    .slider .owl-next span {
        width: 40px;
        height: 40px;
        font-size: 16px;
        padding-top: 13px
    }

    footer {
        background-size: cover;
        background-repeat: no-repeat
    }

    footer .title {
        margin-top: 25px
    }

    footer .article {
        margin-bottom: 45px
    }

    footer .article p {
        font-size: 11px
    }
}

@media only screen and (max-width: 480px) {
    header .social2 {
        margin-bottom: 15px
    }

    header .logo img {
        width: 350px;
        height: 115px;
        max-width:100%;
    }

    .slider .owl-nav {
        display: none !important
    }

    .down-footer p {
        font-size: 13px
    }

    .faq-qustions .panel-heading h2,
    .faq-qustions .panel-body p {
        font-size: 15px
    }
}

@media only screen and (max-width: 360px) {
    header .logo img {
        width: 290px;
        height: 100px
    }

    footer .article {
        margin-bottom: 20px
    }

    footer .article p {
        font-size: 9px
    }

    .down-footer p {
        font-size: 9px
    }

    p,
    span,
    strong {
        font-size: 11px !important;
        text-align: right !important;
        width: 100% !important
    }

    #main span {
        font-size: 20px !important
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 4.0rem;
    height: 4.0rem;
    line-height: 4.0rem;
    font-size: 2.2rem;
    background-color: #984b21;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.scroll-top a {
    color: #fff
}

.scroll-top:hover {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem;
    line-height: 4.5rem
}

.navigation {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center
}

.navigation ul {
    direction: rtl
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none
}

.navigation li {
    display: inline
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #224299;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #e3a325
}

.wq_triviaQuestionExplanation {
    display: none !important;
}
#about-us h6 b ul{
    padding:0;
}
#about-us h6 b ul b{
    display:none;
}

/*# sourceMappingURL=style.css.map */