

html,body{
    margin:0;
    padding:0;
    height:100%;
}
body{
    margin: 0 !important;
    color:#343477;
    font-size: 14px;
    background-color: #fff;
}
.full-height {
    height: 100%;
    min-height: 100%;
}
a{
    text-decoration: none;
    color:#929386;
}
.color_grey{
    color: #333;
    transition: .4s ease;
}
.transition{
    transition: .3s ease-out;
}
.over-hidden{
    overflow: hidden;
}
.link-cat .title-cat {
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 100%;
    padding: 8px;
    background-color: rgba(0,0,0,.5);
    left: 0;
    right: 0;
    bottom: 0;
}
.link-cat:hover .title-cat{
    color: #f58732;
}
.link-cat > div{
    box-shadow: 0 0 10px #999;
    position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
a:focus{
    color: inherit;
}
a:focus, a:hover{
    color: inherit;
}
/*  --------   Begin Base    ----------*/
/*  ----------------------   Begin Base    ----------------------*/
.w3-col,.w3-third{
    float: right;
}
.w3-col img{
    max-width: 100%;
}

/* End for arabic style */

#back-top-wrapper #back-top a:hover::after {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);

}

#back-top-wrapper #back-top a::after {
    content: "";
    color: rgb(165, 165,165);
    display: inline-block;
    position: relative;
    z-index: 100;
    font: 42px/48px FontAwesome;
    transition: all 0.3s;
}
#back-top{
    margin: 0 !important;
}

#back-top a {
    display: block;
    color: #010101;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#back-top-wrapper {
    position: fixed;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    z-index: 99;
}



.select-menu{
    position: relative;
    top: 0;
    z-index: 10000;
    margin: 0 auto;
    width: 100%;
    background: url(../images/responsive_menu_icon.png) no-repeat 98% center;
    overflow: hidden;
    padding: 10px 0;
    background-color: rgba(255,255,255,.5);

}
.select-menu .select {
    width: 100%;
    height: 30px;
    color: #000;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    text-indent: 2%;
}
*{
    outline: none !important;
}
.respMenu select{
    background-color: #adce66;
    border-bottom: 2px solid #0d3065;
}




.blue{
    color:#0d3065;
}
.green{
    color:#adce66;
}

.gray{
    color:#353A4B;
}
.width_lang{
    width: 24px;
}

.text-center{
    text-align: center ;
}
.clear{
    clear: both;
}
.size_12{
    font-size: 12px;
}
.size_13{
    font-size: 13px;
}
.size_14{
    font-size: 14px;
}
.size_15{
    font-size: 15px;
}
.size_18{
    font-size: 18px;
}
.size_27{
    font-size: 27px;
}
.size_22{
    font-size: 22px;
}
.size_30{
    font-size: 30px !important;
}
.pgwSlider .ps-caption{
    font-size: 15px;
    direction: rtl;
}
.size_20{
    font-size: 20px !important;
}
.size_25{
    font-size: 25px;
}
.size_40{
    font-size: 40px;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.brown{
    color: #655152;
}

.gray_222{
    color:#222;
}
.circle{
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #97a7bc;
}
.circle_2{
    border-radius: 50%;
    border: .1rem solid #ece8e4;
    background-color: #ece8e4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.width_smaller{
    width: 30%;
}
.width_25{
    width: 25%;
}

.width_50{
    width: 50%;
}

.width_75{
    width: 75%;
}
.width_95{
    width: 95%;
}
.width_100{
    width: 100%;
}
.height_100{
    height: 100%;
}
.margin_center{
    margin: 0 auto;
}

.vertical_middle{
    vertical-align: middle;
}
.table_1{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.table_row{
    display: table-row;
    margin: 0 auto;
    text-align: left;
}
.table_cell{
    display: table-cell;
}
.uppercase{
    text-transform: uppercase;
}


.background_gray{
    background-color: #e5e5e5
}
.background_F9F5F1{
    background-color: #F9F5F1;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #ff0000;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}

a{
    text-decoration: none !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff6600;
}

/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #a5a5a5;
}
.slider-progress .progress {
    width: 0%;
    height: 2px;
    background: #EA2227;
}
.grayscale-effect{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}
.grayscale-effect:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.saturate:hover {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast:hover {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness:hover {-webkit-filter: brightness(0.75); filter: brightness(0.75);}
.blur:hover {-webkit-filter: blur(1px); filter: blur(1px);}
.invert:hover {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia:hover {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate:hover {-webkit-filter: hue-rotate(15deg); filter: hue-rotate(15deg);}
.opacity{
    transition: .3s ease;
}
.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.outer {
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;

}
.tahoma{
    font-family: tahoma , sans-serif;
}
.max_width_50{
    max-width: 50%;
}
img[alt='adv']{
    display: none;
}
.active  .grayscale-effect{
    color: red ;
}
/*
<div class="outer">
  <div class="middle">
    <div class="inner">

      <h1>The Content</h1>

      <p>Once upon a midnight dreary...</p>

    </div>
  </div>
</div>
*/
/* ------------------  */
ul.social {list-style:none;margin: 0}
ul.social li {display:block; padding: 0; margin:0 5px;}
ul.social li a { color: #fff}
ul.social li a i {color:#f59e00;width: 17px;}
ul.social li a:hover i { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg);	transform: rotate(360deg);
    -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;}
ul.social li a:hover i {color:#fff}



.top,.bottom{
    position: static; top: 8px; transform: rotate(0deg);
}

.margin_bottom_6{
    margin-bottom: -2px;
}
.lang-block{
    background: url('../images/back-map.jpg') center center no-repeat;background-size: cover
}
.search-block{
    background-color: rgba(255,255,255,.7);border-radius: 8px;max-width: 800px
}
.search-btn{
    border: 0;cursor: pointer;border-radius: 8px 0 0 8px;
}
.dash-line{
    background-color:#b7b7b7; width: 120px; height: 5px;
}
.block-title{
    color: #fff;
    text-align: right;
    margin-bottom: 16px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
}
.x-icon{
    font-size: 30px;vertical-align: middle;color: #333
}

.header{
    display: flex;
	align-items: center;
	margin-top: 5px;
}

.footer{
    background-color: #111;
    margin-top: auto;
}
.w3-sidebar{
    display:none;z-index:10001;top: 0
}
.cursor_pointer{
    cursor: pointer;
}
.left-items > *{
    white-space: nowrap !important;
}
.fixed-top{
    height: 55px;
}
.fixed-top.fixed-theme, .static{
    background-color: #333;
}
.search-top{

    transition: .2s ease-out;
    position: relative;
    left: -20px;
}
.fixed-theme .search-top,.static .search-top{
    visibility: visible;
    transition: .2s ease-out;
    left: 0;
}
.static + div{
    margin-top: 46px;
}

.div-cat{
    width: 100%;
    height: 200px;
}
.home-block div[class*="col-"]{
    padding-left: 8px;
    padding-right: 8px;
}
@media all and (max-width: 520px) {
    .flex-custom{
        flex-wrap: nowrap !important;
        flex-direction: column;
    }
    .search-top input{
        font-size: 12px;
    }
    .search-top i.fa-eye{
        font-size: 22px !important;
    }
}
@media all and (max-width: 400px) {
    .footer .size_14{
        font-size: 12px !important;
    }
    #body .gsc-search-button-v2 {
        padding: 0 16px;
    }
}

 .share-grid {
     display: inline-block;
     margin-left: 4px;
 }
.share-grid svg{
    width: 24px;
}
.share-grid .message{
    font-size: 18px;
}
.rated{
    pointer-events: none;
}
.tab-1 .nav-link{
    font-size: 15px;
}
.sub_menu_right {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}
.daleel :not(input):not(textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex{
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

.blk-blocks .blk-side {
    width: 250px;
    flex-shrink: 0;
}
@media (max-width: 991px){
    .flex:not(.flex-custom) {
        flex-direction: column !important;
    }
}
.daleel{
    direction: rtl;
    text-align: right;
    font-size: 14px;

}
.max_width_100{
    max-width: 100% !important;
}
.daleel h4{
    font-size: 17px;
}
.daleel .w3-blue, .daleel .w3-hover-blue:hover {
    color: #fff!important;
    background-color: #f58732!important;
}
.ol-content{
    margin: 0;
    padding: 0 20px;
}
.ol-content li{
    margin-bottom: 4px;
}
.close{
    margin: 5px 0 0 0 !important;
    padding: 0  !important;
}
.btn-div{
    margin-top: 64px;
}
.show_more{

    width: 200px;
    max-width: 100%
}
#cookie-modal{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    z-index: 1000;
    display: none
}
#cookie-modal .modal-content-1{
    border: 0;
    background-color: rgba(0,0,0,.9);
    border-radius: 0;
}
#cookie-modal .modal-header-1{
    border-radius: 0;
}
#body .gsc-control-cse{
    padding: 4px 0 0 0;
    border: 0;
    background-color: transparent;
}
#body .gsc-search-button-v2{
    height: 36px;
    border-radius: 0;
    position: relative;
    right: -2px;
    background-color: #73337d;
    outline: none !important;
    border: 0;
}
#body table.gsc-search-box td.gsc-input{
    padding-left: 0;

}
#body .gsc-input-box{
    height: 36px;
}
#body .gsc-search-box-tools .gsc-search-box .gsc-input{
    text-indent: 5px;
    padding: 0;
}
#body .gsc-results-wrapper-visible{
    background: white;
    padding: 8px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px #333;
}
#body .gs-title{
    text-align: right;
    /*color: #f58732;*/
}
/*#body .gs-webResult div.gs-visibleUrl,#body  .gs-imageResult div.gs-visibleUrl {
    color: #1155CC;
}*/
#body .gsc-control-cse,#body .gsc-control-cse .gsc-table-result{
    font-family: droid-sans-arabic, sans-serif;
}
#body .gcsc-more-maybe-branding-root{
    text-align: right;
}
#body .gsc-results .gsc-cursor-box{
    direction: rtl;
}
#body .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block !important;
    margin: 0 0 5px 5px !important;
    padding: 5px 15px !important;
    background-color: #f58732 !important;
    color: #fff !important;
}
#body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #33444e !important;
}
#cookie-modal .modal-dialog{
    max-width:none
}

@media all and (max-width:991px) {
    .blk-blocks .blk-side{
        width: 100%;
    }
}
#button {
    display: inline-block;
    background-color: rgba(20,20,20,.8);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    left: 16px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
#button i {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 35px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    opacity: .7;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.droid-regular{
    font-family: 'DroidArabicKufi-Regular', sans-serif;
}
.droid-bold{
    font-family: 'DroidSans-Bold', sans-serif;
}
.bg-overlay-light-alfa10:before{background:rgba(255, 255, 255, 0.1);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa20:before{background:rgba(255, 255, 255, 0.2);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa30:before{background:rgba(255, 255, 255, 0.3);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa40:before{background:rgba(255, 255, 255, 0.4);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa50:before{background:rgba(255, 255, 255, 0.5);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa60:before{background:rgba(255, 255, 255, 0.6);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa70:before{background:rgba(255, 255, 255, 0.7);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa80:before{background:rgba(255, 255, 255, 0.8);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa90:before{background:rgba(255, 255, 255, 0.9);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.bg-overlay-dark-alfa10:before{background:rgba(22, 22, 22, 0.1);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa20:before{background:rgba(22, 22, 22, 0.2);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa30:before{background:rgba(22, 22, 22, 0.3);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa40:before{background:rgba(22, 22, 22, 0.4);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa50:before{background:rgba(22, 22, 22, 0.5);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa60:before{background:rgba(22, 22, 22, 0.6);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa70:before{background:rgba(22, 22, 22, 0.7);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa80:before{background:rgba(22, 22, 22, 0.8);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa90:before{background:rgba(22, 22, 22, 0.9);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-hover-alfa30:hover:before{background:rgba(0, 40, 86, .7 );content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 100}
.flex_1{
    flex: 1 0 !important;
}
.about-carousel .owl-item img {
    transform-style: preserve-3d;
    object-fit: cover;
    max-width: 100%;
    height: 200px !important;
    width: 100% !important;
}
.about-gallery-content{
    padding: 12px 4px;
}
.about-carousel .owl-nav{
    text-align: center;
}
.about-carousel .owl-nav button {
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 30px;
    color: #666;
    line-height: 1;
}
