/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html{
    font-size:16px;
    height:100%;
	scroll-behavior: smooth;
}
body{
    height:auto !important;
    min-height:100% !important;
    background-color:#fff;
    color:#333;
    padding:0;
    margin:0;
    font-size:0.875rem
}
a{
    color:#2080c7;
    text-decoration:none;
    outline:none;
    line-height:inherit
}
a:hover{
    text-decoration:none
}
img, a img{
    border:none
}
img{
    display:inline-block;
    vertical-align:middle
}
textarea{
    height:auto;
    min-height:50px
}
th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6,p,hr,dl,dt,dd,form,blockquote,pre,address,fieldset,figure{
    margin:10px 0;
    margin:0.625rem 0
}
hr{
    height:0;
    display:block;
    clear:both;
    margin:0;
    padding:0;
    border:1px solid #ddd;
    border-width:1px 0 0
}
table{
    width:100%;
    margin-bottom:15px;
    margin-bottom:0.9375rem;
    border:1px solid #ddd;
    background-color:#fff
}
table th, table td{
    display:table-cell;
    padding:8px;
    border:1px solid #ddd;
    text-align:right;
    line-height:1rem
}
table th{
    background-color:#f1f1f1
}
h1{
    font-size:32px;
    font-size:2rem
}
h2{
    font-size:28px;
    font-size:1.75rem
}
h3{
    font-size:22px;
    font-size:1.375rem
}
h4{
    font-size:20px;
    font-size:1.25rem
}
h5{
    font-size:18px;
    font-size:1.125rem
}
h6{
    font-size:16px;
    font-size:1rem
}
h1,h2,h3,h4,h5,h6{
    line-height:1.4
}
.font-small{
    font-size:13px;
    font-size:0.8125rem
}
.font-large{
    font-size:16px;
    font-size:1rem
}
button,input[type=button],.btn{
    display:inline-block;
    height:auto;
    padding:5px 10px;
    padding:0.3125rem 0.625rem;
    border:0 none;
    outline:none;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
    font-size:12px;
    font-size:0.75rem;
    line-height:1.4;
    border-bottom:2px solid #27b5bb;
    background-color:#33444e;
    color:#fff;
    white-space:normal;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none
}
button:hover,input[type=button]:hover,.btn:hover{
    border-bottom:2px solid #000;
    text-decoration:none
}
.btn-lg{
    padding:10px 20px !important;
    padding:0.625rem 1.25rem !important;
    font-size:16px !important;
    font-size:1rem !important
}
.btn-med{
    padding:7px 15px !important;
    padding:0.4375rem 0.9375rem !important;
    font-size:13px !important;
    font-size:0.8125rem !important
}
.btn-sm{
    padding:5px 10px !important;
    padding:0.3125rem 0.625rem !important;
    font-size:11px !important;
    font-size:0.6875rem !important
}
.btn-expand{
    display:block
}
.btn.disabled,.btn[disabled]{
    background-color:#66747e;
    color:rgba(221,221,221,0.7);
    cursor:not-allowed;
    opacity:0.7
}
.btn.disabled:hover,.btn[disabled]:hover{
    background-color:#56646e
}
input[type=text],.form-field{
    width:100%;
    height:30px;
    padding:5px;
    border:1px solid #ccc;
    font-size:14px;
    font-size:0.875rem;
    line-height:30px;
    color:#000;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
input[type=text]:focus,.form-field:focus{
    border:1px solid #0078bc
}
.form-field.disabled,.form-field[disabled],input[type=text]:disabled{
    background-color:#ddd;
    color:rgba(51,51,51,0.7);
    cursor:default;
    opacity:0.7
}
select,.form-select{
    width:100%;
    height:auto;
    padding:0;
    border:1px solid #bbb;
    font-size:14px;
    font-size:0.875rem;
    line-height:1.4;
    color:#000;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
select:hover,.form-select:hover{
    cursor:pointer
}
select option, .form-select option{
    padding:3px
}
textarea,.form-text-area{
    width:100%;
    padding:5px;
    border:1px solid #bbb;
    font-size:14px;
    font-size:0.875rem;
    line-height:1.4;
    color:#999;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
label.error{
    display:block;
    clear:both;
    margin-bottom:15px;
    padding:5px;
    background-color:#f00;
    color:#fff;
    font-size:13px;
    font-size:0.8125rem;
    font-style:italic
}
.tooltip{
    width:150px;
    display:none;
    position:absolute;
    bottom:0;
    padding:5px;
    background-color:#000;
    font-size:13px;
    font-size:0.8125rem;
    color:#fff;
    text-align:center;
    -moz-box-shadow:0 0 5px #ddd;
    -webkit-box-shadow:0 0 5px #ddd;
    box-shadow:0 0 15px #ddd;
    word-wrap:break-word;
    z-index:999
}
.tooltip.arrow:after,.tooltip.arrow:before{
    top:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute
}
.arrow.arrow-top{
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #333;
    display:inline-block
}
.arrow.arrow-bottom{
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #333;
    display:inline-block
}
.breadcrumbs{
    display:block;
    overflow:hidden;
    margin:0 0 15px 0;
    margin:0 0 0.9375rem 0;
    list-style-type:none
}
.breadcrumbs>*{
    display:inline;
    margin-left:5px;
    margin-left:0.3125rem
}
.breadcrumbs .sign{
    line-height:1.2;
    direction:rtl
}
.breadcrumbs .current>*{
    color:#333
}
.off-menu{
    width:250px;
    width:15.625rem;
    position:absolute;
    top:0;
    bottom:0;
    right:-250px;
    right:-15.625rem;
    overflow-y:auto;
    background-color:#333;
    z-index:1001
}
.off-menu-icon:hover{
    text-decoration:none
}
.close-off-menu{
    display:none;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    cursor:pointer;
    z-index:1002
}
.off-menu ul{
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none
}
.off-menu ul li a, .off-menu ul li span{
    display:block;
    padding:10px;
    border-bottom:1px solid #222;
    color:#fff
}
.off-menu ul li a:hover, .off-menu ul li span:hover{
    background-color:#555;
    color:#aaa;
    text-decoration:none
}
.off-menu ul li ul li a{
    color:#bbb
}
.off-menu ul.item-sep li{
    border-bottom:1px solid #444
}
.off-menu ul.item-sep li a, .off-menu ul li ul:last-child{
    border-bottom:1px solid #222
}
.off-menu ul.item-no-sep li, .off-menu ul.item-no-sep li a, .off-menu ul li span{
    border-bottom:0 none
}
.tab-links ul:after, .tab-content ul:after{
    display:block;
    clear:both;
    content:''
}
.tab-links ul{
    width:410px;
    height:auto;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none
}
.tab-links ul li{
    float:right;
    margin:0 10px;
    border:1px solid #bbb;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0
}
.tab-links ul li a{
    display:block;
    padding:5px 20px;
    background-color:#f1f1f1;
    color:#333;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0
}
.tab-links ul li.active{
    border-bottom:1px solid #fff
}
.tab-links ul li.active a{
    cursor:text
}
.tab-links ul li a:hover, .tab-links ul li.active a{
    background-color:#fff;
    text-decoration:none
}
.tab-content{
    margin-top:-1px;
    padding:10px;
    border:1px solid #bbb;
    background-color:#fff
}
.tab{
    display:none
}
.tab.active{
    display:block
}
.popup-overlay{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0;
    left:0;
    background-color:#333;
    opacity:0.5;
    z-index:1000
}
.popup-container,.popup-containerLarge{
    width:600px;
    display:none;
    position:fixed;
    top:120px;
    top:7.5rem;
    right:50%;
    margin-right:-305px;
    border:5px solid #33444e;
    background-color:#fff;
    z-index:999999
}
.post_banner {
    text-align: center;
}
.popup-container .close{
    position:absolute;
    top:0;
    left:0;
    padding:1px 4px;
    background-color:#33444e;
    font-size:12px;
    font-size:0.75rem;
    font-weight:bold;
    color:#fff;
    cursor:pointer
}
.popup-container .close:hover{
    text-decoration:none
}
.popup-container .content{
    margin:15px 0 0;
    padding:0 10px 10px;
    overflow-y:auto
}
.popup-container .heightFixed{
    height:350px
}
.popup-container .heightAuto{
    height:auto
}
.popup-container .heightLarge{
    height:500px
}
.popup-containerLarge{
    width:750px;
    top:40px;
    margin-right:-375px
}
.back-to-top,.move-down{
    display:none;
    position:fixed;
    bottom:40px;
    right:10px;
    text-decoration:none;
    padding:2px;
}
.back-to-top:hover,.move-down:hover{
    text-decoration:none
}
.clearfix:before,.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0
}
.over-hidden{
    overflow:hidden
}
.width100{
    width:100%
}
.height100{
    height:100%
}
.left{
    float:left !important
}
.right{
    float:right !important
}
.float-none{
    float:none
}
.mar-0{
    margin:0 !important
}
.mart-0{
    margin-top:0 !important
}
.marr-0{
    margin-right:0 !important
}
.marb-0{
    margin-bottom:0 !important
}
.marl-0{
    margin-left:0 !important
}
.pad-0{
    padding:0 !important
}
.padt-0{
    padding-top:0 !important
}
.padr-0{
    padding-right:0 !important
}
.padb-0{
    padding-bottom:0 !important
}
.padl-0{
    padding-left:0 !important
}
.hide{
    display:none
}
.block{
    display:block
}
.inline-block{
    display:inline-block
}
.clear{
    clear:both
}
.clear-none{
    clear:none
}
.clear-inherit{
    clear:inherit
}
.clear-left{
    clear:right
}
.clear-right{
    clear:left
}
.dir-l{
    direction:ltr
}
.dir-r{
    direction:rtl
}
.centered{
    margin-right:auto;
    margin-left:auto;
    float:none !important
}
.text-left{
    text-align:left !important
}
.text-right{
    text-align:right !important
}
.text-center{
    text-align:center !important
}
.text-justify{
    text-align:justify !important
}
.inline-list{
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none
}
.inline-list li{
    float:right;
    margin-left:15px;
    margin-left:0.9375rem
}
.inline-list li>*{
    display:block
}
.block-list{
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none
}
.block-list li{
    float:none;
    padding:5px
}
.block-list li>*{
    display:block
}
.list-disc{
    list-style-type:disc !important
}
.list-circle{
    list-style-type:circle !important
}
.list-decimal{
    list-style-type:decimal !important
}
.list-space{
    margin-right:15px !important;
    margin-right:0.9375rem !important;
    padding-right:20px !important;
    padding-right:1.25rem !important
}
.word-wrap{
    word-wrap:break-word
}
.color-default{
    color:#333
}
.color-gray{
    color:#999
}
.color-dark-gray{
    color:#777
}
.color-black{
    color:#000
}
.color-white{
    color:#fff
}
.content #searchform {
	border: 0;
	box-shadow: none;
}
.content #searchbar {
	-webkit-appearance: none;
	padding: 5px 5px 6px 54px;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #363636;
	box-shadow: 0 1px 2px rgba(10,10,10,.1) inset;
	width: 100%;
}
.color-red{
    color:#f00
}
.color-green{
    color:#00c555
}
.link-hoverColor:hover{
    color:#333
}
.link-hoverLine:hover{
    text-decoration:underline
}
.bord-gray{
    border:1px solid #ddd
}
.off-menu-wrapper{
    width:100%;
    overflow:hidden;
    position:relative
}
.inner-wrapper{
    position:relative;
    margin:auto
}
.row{
    width:100%;
    margin:0 auto 15px;
    margin:0 auto 0.9375rem
}
.wrapper:before,.wrapper:after,.row:before,.row:after{
    content:" ";
    display:table
}
.wrapper:after,.row:after{
    clear:both
}
.row .row:last-child{
    margin-bottom:0
}
.column,.columns{
    width:100%;
    float:right;
    padding-right:10px;
    padding-left:10px;
    padding-right:0.625rem;
    padding-left:0.625rem;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *padding:0
}
.grid-margin{
    margin:0 auto 15px;
    margin:0 auto 0.9375rem
}
@media screen and (min-width:970px){
    .large-1{
        width:8.33333%
    }
    .large-2{
        width:16.66667%
    }
    .large-3{
        width:25%
    }
    .large-4{
        width:33.33333%
    }
    .large-5{
        width:41.66667%
    }
    .large-6{
        width:50%
    }
    .large-7{
        width:58.33333%
    }
    .large-8{
        width:66.66667%
    }
    .large-9{
        width:75%
    }
    .large-10{
        width:83.33333%
    }
    .large-11{
        width:91.66667%
    }
    .large-12{
        width:100%
    }
    .hidden-desktop{
        display:none !important
    }
    .visible-desktop{
        display:block !important
    }
}
@media screen and (max-width:969px){
	.rtl.home.blog.alba_header-1 .container.type-4.home {
	padding-top: 0;
}
    img{
        max-width:100%;
        height:auto
    }
    .tab-links{
        width:100% !important;
        overflow:auto !important
    }
    .nav-bar-toggle{
        height:20px;
        padding:5px 20px;
        background-color:#f1f1f1;
        color:#333;
        cursor:pointer
    }
    .nav-bar{
        display:none;
        overflow:hidden
    }
    .nav-bar ul, .nav-bar ul li, .nav-bar ul li .sub-nav li{
        width:100%
    }
    .nav-bar ul li{
        float:none;
        border:0 none
    }
    .nav-bar ul li .sub-nav{
        position:static;
        border-right:5px solid #ddd
    }
}
@media screen and (min-width:768px) and (max-width:959px){
    .medium-1{
        width:8.33333%
    }
    .medium-2{
        width:16.66667%
    }
    .medium-3{
        width:25%
    }
    .medium-4{
        width:33.33333%
    }
    .medium-5{
        width:41.66667%
    }
    .medium-6{
        width:50%
    }
    .medium-7{
        width:58.33333%
    }
    .medium-8{
        width:66.66667%
    }
    .medium-9{
        width:75%
    }
    .medium-10{
        width:83.33333%
    }
    .medium-11{
        width:91.66667%
    }
    .medium-12{
        width:100%
    }
    .hidden-tablet{
        display:none !important
    }
    .visible-tablet{
        display:block !important
    }
}

@media screen and (max-width:767px){
	
	
    h1{
        font-size:22px;
        font-size:1.375rem
    }
    h2{
        font-size:18px;
        font-size:1.125rem
    }
    h3{
        font-size:16px;
        font-size:1rem
    }
    h4{
        font-size:14px;
        font-size:0.875rem
    }
    h5{
        font-size:13px;
        font-size:0.8125rem
    }
    h6{
        font-size:13px;
        font-size:0.8125rem
    }
    h1,h2,h3,h4,h5,h6{
        line-height:1.4
    }
    .small-1{
        width:8.33333%
    }
    .small-2{
        width:16.66667%
    }
    .small-3{
        width:25%
    }
    .small-4{
        width:33.33333%
    }
    .small-5{
        width:41.66667%
    }
    .small-6{
        width:50%
    }
    .small-7{
        width:58.33333%
    }
    .small-8{
        width:66.66667%
    }
    .small-9{
        width:75%
    }
    .small-10{
        width:83.33333%
    }
    .small-11{
        width:91.66667%
    }
    .small-12{
        width:100%
    }
    .hidden-mobile{
        display:none !important
    }
    .visible-mobile{
        display:block !important
    }
    .popup-container{
        width:100%;
        top:0;
        right:0;
        margin-top:0;
        margin-right:0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .popup-container .close{
        font-size:20px;
        font-size:1.25rem
    }
    .popup-container .content{
        margin:20px 0 0
    }
    .popup-container .heightFixed{
        height:400px
    }
    
}
@media screen and (min-width:480px) and (max-width:767px){
    .popup-container .heightFixed{
        height:200px
    }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
 html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:bold
}
dfn{
    font-style:italic
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-0.5em
}
sub{
    bottom:-0.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
pre{
    white-space:normal
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button, html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled], html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
    height:auto
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend{
    border:0;
    padding:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:bold
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
@font-face{
    font-family:'DroidArabicKufi-Regular';
    font-style:normal;
    font-weight:400;
    src:url(fonts/DroidArabicKufi-Regular.eot);
    src:url(fonts/DroidArabicKufi-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/DroidArabicKufi-Regular.woff2) format('woff2'), url(fonts/DroidArabicKufi-Regular.woff) format('woff'), url(fonts/DroidArabicKufi-Regular.ttf) format('truetype');
    font-display:swap
}
@font-face{
    font-family:'DroidSans-Bold';
    font-style:normal;
    font-weight:400;
    src:url(fonts/DroidSans-Bold.eot);
    src:url(fonts/DroidSans-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidSans-Bold.woff2) format('woff2'), url(fonts/DroidSans-Bold.woff) format('woff'), url(fonts/DroidSans-Bold.ttf) format('truetype');
    font-display:swap
}
body, input, .form-field, select, .about-us.ar .about-us-title, .about-us.ar .about-us-text, .about-us.ar .media-block ul li .title{
    font:normal normal 16px/1.4 'DroidArabicKufi-Regular', sans-serif, Arial
}
.action-tools li a{
    background:url(img/tools-icons.png) no-repeat
}
.about-us-values ul li ::selection{
    background-color:#005fa3;
    color:#000
}
::-moz-selection{
    background-color:#005fa3;
    color:#000
}
.block-content {
	width: 990px;
	margin: auto;
}
.header-3 #header .block-content {
	display: flex;
	align-items: center;
	height: 100%;
}
.off-menu-wrapper.header-3 .logo-blk {
	margin-left: 15px;
	padding-left: 0;
	flex: 1;
}
.alba_header-4 {
	padding-top: 63px;
}
.off-menu-wrapper.header-4.header-3 .logo-blk {
	text-align: center;
	margin-right: 0px;
	padding: 0;
}
.off-menu-wrapper.header-3 #header .search-blk {
	width: 100%;
	background: #fff;
	padding: 10px;
	display: none;
	top: 62px;
	position: absolute;
	right: 0;
}
.off-menu-wrapper.header-4 #header .search-blk {
	top: 60px;
}
.off-menu-wrapper.header-4 #header #searchform, .off-menu-wrapper.header-4 #header .search-blk .search-field {
	margin: 0;
}
.off-menu-wrapper.header-4.header-3 .searchToggle.mr-auto {
	display: inline-block;
	margin-right: 4px;
	width: 50px;
}
.off-menu-wrapper.header-4.header-3 #header .block-content {
	width: 100%;
}
.off-menu-wrapper.header-4.header-3 .menu-icon {
	width: 55px;
	background: rgba(0, 0, 0, 0.15);
	height: 62px;
	display: flex;
	align-items: center;
	padding-right: 14px;
}
.off-menu-wrapper.header-4.header-3 .logo img {
	margin: 0;
}
.off-menu-wrapper.header-4.header-3 .menu-icon .close {
	width: 57px;
	height: 60px;
}
.text{
    line-height:1.8
}
.text-en{
    font-family:Verdana,Arial;
    line-height:1.6;
    direction:ltr
}
.notification-msg{
    padding:5px 10px;
    background-color:#005fa3
}



.header-container {
    min-height: 119px;
}
#header-aria {
	padding: 10px 0px;
	z-index: 999999;
	height: auto;
	background-color:rgb(255, 255, 255);

}
#header-aria .block-content {
	display: flex;
	align-items: center;
}

#header-aria.sticky {
    width: 100%;
    height: 42px;
    position: fixed;
    top: 0;
}
#header-aria.sticky .block-content {
    display: block;
}
#header-aria.sticky .logo-blk {
	height: auto;
}
#header-aria.sticky .logo-blk a {
	height: 50px;
	margin-top: -4px;
}

#header-aria .logo-blk a {
    display: inline-flex;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    width: 190px;
    height: 110px;
    align-items: center;
}
#header-aria a img {
	border: none;
	max-height: 100%;
}

.search-blk form {
	width: auto;
	margin-top: 20px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #efef;
	box-shadow: 0 0 3px rgb(31, 157, 135);
}
.search-blk .search-icon {
	width: 29px;
	height: 30px;
	float: right;
	display: block;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.search-blk .search-field {
	line-height: 28px;
	width: calc(100% - 104px);
	height: 30px;
	border-radius: 0;
	padding: 0;
}
.search-blk .search-field, .search-blk .search-btn {
	border: 0 none;
	outline: none;
}
.search-blk .search-btn {
	width: 70px;
	height: 30px;
	float: left;
	color: #fff;
	border-radius: 5px;
	background-color: rgb(31, 157, 135);
}
#header-aria.sticky .search-blk form {
	margin: 0;
}

#top-nav-2 {
	display: block;
    background-color: rgb(31, 157, 135);
    margin: 0;
    width: 100%;
}
#top-nav-2 ul li {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}
#top-nav-2 ul li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
}
#header-aria.sticky {
	border-bottom: 3px solid #1f9d87;
}
.header-3 header {
	border-bottom: 3px solid #00538e;
}
.header{
    height:60px;
    position:fixed;
    top:0;
    left:0;
    margin:auto;
    background-color:#fff;
    z-index:4000 !important
}
.admin-bar #header {
    top: 32px;
}
.admin-bar .search.home.sticky {
    top: 34px;
}
.header.sticky, .header.inside {
    background-color: #fff;
}
.header-1 .logo-box {
	position: relative;
	margin-top: 15px;
}
:not(.header-3) .search.inside {
	margin-top: 12px;
}
.header-3 .logo-box {
	flex: 1;
}
.header .logo {
	display: inline-block;
}

.header-1 .logo img {
	max-width: 100%;
	max-height: 36px;
}
.header-3 .logo img {
    max-width: 100%;
    max-height: 41px;
}
.header .slogan {
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.header.sticky .slogan, .header.inside .slogan{
    color:#fff
}
.header.sticky .row{
    width:990px
}

.header.home .menu-icon.sticky{
    float:left;
    display:block
}
.header.home .menu-icon.sticky .line, .header.inside .menu-icon .line{
    background-color:#fff
}
.menu-icon{
    position:relative
}
.header-3 .menu-icon {
	width: 55px;
}
.menu-icon .line{
    width:100%;
    height:4px;
    display:block;
    margin-bottom:4px;
    border-radius:5px;
    background-color:#fff;
    transition:0.3s
}
.menu-icon .close{
    width:40px;
    height:60px;
    display:none;
    position:absolute;
    top:0px;
    left:0;
    background:none !important
}
.off-menu-icon{
    width:30px;
    height:20px;
    float:left;
    display:inline-block;
    position:relative;
}
.off-menu-wrapper:not(.header-3) .off-menu-icon{
margin-top: 20px;
}
.off-menu-icon:hover, .menu-icon .close{
    cursor:pointer
}
.top-nav{
    height:40px;
    margin-top:18px;
    text-align:left;
    line-height:40px
}
.top-nav ul{
    display:inline-block;
    position:relative;
    margin:0;
    padding:0;
    list-style-type:none
}
.top-nav ul li{
    float:right;
    display:inline-block;
    margin-right:10px;
    color:#27b5bb
}
.top-nav ul li a {
    height: 40px;
    float: right;
    display: inline-block;
    color: #eee;
    font-size: 14px;
    line-height: 40px;
}
.top-nav ul li a:hover{
    text-decoration:underline
}
.top-nav .user-account{
    position:relative;
    margin-right:0
}
.top-nav .user-account a{
    margin-right:10px
}
.top-nav .user-nav{
    max-width:100px;
    position:relative
}
.top-nav .user-nav:hover{
    text-decoration:none
}
.top-nav .user-nav .name{
    max-width:90px;
    max-height:40px;
    float:right;
    overflow:hidden;
    display:block;
    text-align:left
}
.top-nav .user-nav .arrow{
    width:0;
    height:0;
    position:absolute;
    top:17px;
    left:-13px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #27b5bb
}
.header.inside .user-nav .arrow, .top-nav.sticky .user-nav .arrow{
    border-top:5px solid #fff
}
.top-nav .user-account .info{
    min-width:200px;
    display:none;
    position:absolute;
    top:35px;
    left:0;
    padding:5px 10px;
    border-radius:2px;
    border:1px solid #ddd;
    background-color:#fff;
    line-height:30px
}
.top-nav .user-account .info *{
    display:block;
    line-height:20px;
    text-align:left;
    color:#333
}
.top-nav .user-account .info .logout{
    width:100%;
    height:35px;
    margin:20px 0 0;
    border-radius:2px;
    border:1px solid #ddd;
    background-color:#f8f8f8;
    line-height:35px;
    text-align:center;
    box-sizing:border-box
}
.top-nav .user-account .info .logout:hover{
    background-color:#ddd;
    text-decoration:none
}
.notify a{
    width:22px;
    height:22px !important;
    display:block;
    position:absolute;
    top:8px;
    left:-25px;
    background-position:-190px -256px
}
.notify a.active{
    background-position:-190px -279px
}
.top-nav.sticky .notify a, .top-nav.inside .notify a{
    top:0
}
.top-nav.sticky, .header.inside .top-nav{
    width:100%;
    display:none;
    position:absolute;
    top:60px;
    right:0;
    left:0;
    margin-top:0;
    background-color:#004779;
    line-height:40px;
    text-align:center
}
.top-nav.sticky ul, .header.inside .top-nav ul{
    width:970px;
    padding:0
}
.top-nav.sticky li a, .header.inside li a{
    color:#fff
}
.top-nav.sticky .notify a, .header.inside .notify a{
    margin-top:9px
}
/****************************************/
.off-menu-wrapper.header-5 .logo-box {
	margin-top: 4px;
}
.off-menu-wrapper.header-5 .logo img {
	max-height: 50px;
}
.off-menu-wrapper.header-5 .slogan{
	margin-top: -7px;
}

/*******************************/
body.alba_header-6 {
	padding: 0;
}
.off-menu-wrapper.header-6 .search-blk {
	display: none;
}
.off-menu-wrapper.header-6 #header {
	height: auto;
	text-align: center;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
}
.off-menu-wrapper.header-6 #header .block-content {
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    padding: 20px 0;

}
.off-menu-wrapper.header-6 .logo-blk {
	display: inline-flex;
	width: 220px;
	margin: 0 auto;
	min-width: 220px;
}
.off-menu-wrapper.header-6 #header .logo {
	max-width: 220px;
	margin: 0 auto;
}
.header-6 .logo img {
	max-width: 100%;
	height: auto;
	max-height: 100px;
}
.header-6 #top-nav-2:not(.top-nav-3) {
	min-height: 47px;
	position: relative;
}
.header-6 #top-nav-2 ul {
	padding: 0;
	position: relative;
	max-width: 990px;
	margin: 0 auto;
	text-align: right;
	width: 100%;
}
.header-6 #top-nav-2 ul li {
    margin-left: 0;
}
.header-6 #top-nav-2 ul li a {
	padding: 13px 15px;
	position: relative;
}
.header-6 #top-nav-2 ul li a::after {
	content: "";
	height: 15px;
	width: 1px;
	background:rgba(255, 255, 255, 0.15);
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
}
.header-6 #top-nav-2 ul li:last-child a:after {
	display: none;
}
.header-6 .sub-menu {
	display: none;
}
.off-menu-wrapper.header-6 .searchToggle {
	display: inline-flex;
	float: left;
	width: 50px;
	height: 48px;
	justify-content: center;
	align-items: center;
}
.date_header {
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.date_header p {
	margin: 0;
}
.social_header {
	position: absolute;
	left: 15px;
	bottom: 20px;
}
.soc-media a{
    float: right;
    margin: 0 8px;
	font-size: 20px;
}
.off-menu-wrapper.header-6 .search-header6 {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999999;
	height: 100%;
	background: rgb(243, 243, 243);
	justify-content: center;
	align-items: center;
	padding-top: 40px;
}
.off-menu-wrapper.header-6 .search-header6.columns.large-12.medium-12.small-12.flex {
	display: flex;
}
.off-menu-wrapper.header-6 #header .block-content h3 {
	position: absolute;
	top: -30px;
	width: 100%;
	text-align: right;
}
.off-menu-wrapper.header-6 #searchform6 {
	width: 100%;
	height: auto;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0;
	margin: 0 auto;
}
.off-menu-wrapper.header-6  #searchbar {
	width: 85%;
	padding: 5px 20px;
	font-size: 14px;
	font-family: 'Droid Arabic Naskh', sans-serif !important;
	height: 50px;
	float: right;
}
.off-menu-wrapper.header-6 .search-btn {
	height: 50px;
	border: none;
	width: 15%;
	font-family: 'Droid Arabic Naskh', sans-serif !important;
	background: #017d59;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.off-menu-wrapper.header-6  #close_search {
	top: -20px;
	color: rgb(0, 0, 0);
	position: absolute;
	left: 1px;
	font-size: 21px;
}
.off-menu-wrapper.header-6 .menu-icon {
	position: absolute;
	top: -3px;
	left: 10px;
	height: 100%;
	width: 39px;
	text-align: center;
}

.off-menu-wrapper.header-6 .container ,.off-menu-wrapper.header-6 .container.home{
	padding: 20px 0 20px;
}
.off-menu-wrapper.header-6  .main-area,.off-menu-wrapper.header-6 #slideout_panel {
	margin: 0 auto;
}
.off-menu-wrapper.header-6 #eventon_comments {
	padding: 0 20px;
	margin-top: -30px;
}

/*************************************/
.categoriesNav{
    width:16px;
    background-position:0 0
}
.writeNav{
    width:14px;
    background-position:-17px 0
}
.browseNav{
    width:16px;
    background-position:-32px 0
}

.search.inside .field, .search.home.sticky .field{
    width:500px;
    height:36px;
    outline:none
}
.search.inside .btn, .search.home.sticky .btn{
    width:56px;
    height:36px;
    background-color:#fff;
}
.search.home.sticky .search-results,.search-results{
    position:absolute;
    top:36px;
    left:30px;
    right:0;
    border-bottom:0 none;
    z-index:9999
}


#more_results_btn {
	width: 100%;
	background-image: none;
}
.search.home .search-results{
    top:50px;
    left:0
}
.reg-info{
    line-height:28px
}
.main-area {
	width: 900px;
	height: 430px;
	position: relative;
	margin: 28px auto 20px;
}
.main-block {
    height: 286px;
    margin: auto;
    padding-top: 143px;
    max-width: 900px;
}
.side-block{
    width:575px;
    height:430px;
    position:absolute;
    top:0;
    background-color:#fff
}
.side-block a{
    display:inline-block;
    position:relative;
    opacity:0.5
}
.side-block a:hover{
    opacity:1 !important
}
.side-block a:hover .tooltip{
    display:block
}
.side-block a img{
    width:140px;
    height:105px;
    display:inline-block
}
.side-block.right{
    right:-578px
}
.side-block.left{
    left:-578px
}
.side-block.right a{
    float:left;
    margin:0 3px 3px 0
}
.side-block.left a{
    float:right;
    margin:0 0 3px 3px
}
.side-block.right a .tooltip{
    right:120px;
    z-index:0
}
.side-block.right a .tooltip.arrow:after, .side-block.right a .tooltip.arrow:before{
    right:-14px
}
.side-block.right a .tooltip.arrow:after{
    border-left-color:#000;
    border-width:7px;
    margin-top:-7px
}
.side-block.right a .tooltip.arrow:before{
    border-left-color:#000;
    border-width:8px;
    margin-top:-8px
}
.side-block.left a .tooltip{
    right:-120px
}
.side-block.left a .tooltip.arrow:after, .side-block.left a .tooltip.arrow:before{
    right:100%
}
.side-block.left a .tooltip.arrow:after{
    border-right-color:#000;
    border-width:7px;
    margin-top:-7px
}
.side-block.left a .tooltip.arrow:before{
    border-right-color:#000;
    border-width:8px;
    margin-top:-8px
}
.middle-block {
    position: relative;
    margin: 0 50px;
    padding: 10px 0 85px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.28);
    text-align: center;
}
.brief{
    font-weight:bold;
    font-size:20px;
    text-shadow:0px 0px 2px #000;
    color:#fff
}
.search.home{
    width:700px;
    height:50px;
    position:absolute;
    top:60px;
    right:50%;
    margin:0 -360px 0 auto;
    padding:10px;
    text-align:center
}
.search .field{
    float:right;
    padding:5px 0 5px 5px;
    border:0 none;
    line-height:36px;
    appearance:none;
    -webkit-appearance:none;
    box-sizing:border-box
}
.search .fieldOldIE{
    color:#999
}
.search.home .field{
    width:644px;
    height:50px
}
.search.home .field{
    outline:none
}
.search .btn{
    width:60px;
    float:right;
    border:0 none;
    font-size:15px;
    color:#fff;
    background-image: url(img/icons-s.png);
    background-repeat: no-repeat;
    background-position: center;
}
.search.home .btn{
    width:56px;
    height:50px;
    background-color:#fff;
}
.search form{
    position:relative;
    margin:0
}
.search.home.sticky{
    width:580px;
    display:block;
    position:fixed;
    top:2px;
    margin-right:-165px;
    z-index:999999999;
    transition:0.3s
}
.header-2 .search.home.sticky {
	width: 700px !important;
	height: 50px;
	position: absolute;
	top: 60px !important;
	right: 50%;
	margin: 0 -360px 0 auto;
	padding: 10px;
	text-align: center;
	z-index: 11;
}
.header-2 .search.home.sticky .field {
    width: 644px;
    height: 50px;
}
.header-2 .search.home.sticky .btn {
    width: 56px;
    height: 50px;
}
.header-4 .container{
    padding:20px 0 20px
}
.container.home {
    padding: 0px 0 20px;
    clear: both;
}
.container{
    padding:80px 0 20px
}

.inside-container{
    width:968px;
    padding:10px 0;
    border:1px solid #ddd;
    background-color:#fff
}
.search-container{
    min-height:400px
}
.search-loading{
    width:950px;
    height:400px;
    position:absolute;
    top:105px;
    padding:0 20px;
    text-align:center;
    opacity:0.6;
    z-index:-999
}
.search-loading img{
    margin-top:150px
}

/***********************************/
.main-area.row.type-3 {
	width: 100%;
	max-width: 100%;
	background-color: rgb(222, 241, 250);
}
#hp_container_outer {
	width: 1018px;
	background-color: transparent;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	display: flex;
	align-items: center;
	min-height: 360px;
	justify-content: flex-end;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 10px;
}
.main-area.row.type-3 .middle-block{
  background-color: transparent;  
}
#hp_container_outer #hp_books {
	max-width: 100%;
	height: auto;
}
.main-area.row.type-3 #middle-block  {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 25px;
    width: 600px;
}
#hp_contright {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 620px;
	float: right;
	justify-content: flex-start;
	margin-top: -115px;
}
#hp_container_outer #search_home:not(.sticky) {
	max-width: 490px;
	margin-bottom: 25px;
	background-color: #fff;
	border: 3px solid #4096d3;
	margin-right: -302px;
	height: 50px;
	padding: 0;
}
.main-area.row.type-3 .brief {
	margin-right: 0;
	padding-top: 0;
	margin-bottom: 25px;
	text-align: right;
	text-shadow: none;
	font-weight: 700;
	font-size: 32px;
	line-height: normal;
	margin-bottom: 25px;
	width: 100%;
}

@media only screen and (max-width:970px) {

#hp_container_outer #search_home:not(.sticky) {
	max-width: 80%;
	margin-bottom: 25px;
	background-color: #fff;
	border: 3px solid #4096d3;
	margin-right: -15px;
	height: 50px;
	padding: 0;
}
.main-area.row.type-3 #search_home.search-onMobile {
	background: transparent;
	border: 0;
}
#hp_contright {
	width: 640px;
	margin-top: 10px;
}
.main-area.row.type-3 #middle-block {
	width: 100%;
}
#hp_container_outer #search_home:not(.sticky) {
	max-width: 90%;
	margin-right: -6px;
}
}
@media only screen and (min-width:728px) {
    


	#hp_container_outer>div img {
		position: absolute;
		width: 361px;
		left: 0;
		bottom: 15px;
		max-width: unset
	}

	#hp_container_outer #hp_books {
		bottom: 0;
		left: 10px
	}
	
#hp_container_outer .search-type3 {
	width: 480px;
	background-color: #fff;
	border: 3px solid #4096d3;
	border-radius: 8px;
	margin: 5px 0;
	position: relative;
	height: inherit;
}
}
@media only screen and (min-width:975px) {

.main-area.row.type-3 #middle-block {
	height: 50px;
	width: 100%;
	margin: -62px 0;
	position: relative;
	padding-bottom: 0;
}

#hp_container_outer picture {
	position: relative;
	width: 379px;
	float: left;
	top: 0;
}
    
    
}
/*-------------------------------*/
.slider-top .item {
 height:400px;
 position:relative;
 text-align:right;
 color:#fff;
 display: none;
}
.slider-top a:first-of-type {
    display: block;
}
.slider-top .item img {
 width:100%;
 height:100%;
 object-fit:cover
}
.slider-top .brief {
 height:180px;
 position:absolute;
 bottom:0;
 left:10px;
 right:10px;
 padding:10px 20px 20px;
 background-color:rgba(0,0,0,.4)
}
.slider-top .brief .title {
 margin-bottom:10px
}
.slider-top .overlay-blk {
 direction:rtl
}
.slider-top .overlay-blk .text {
    width: 80%;
    float: right;
    font-size: 20px;
    line-height: 2;
    max-height: 120px;
    text-align: justify;
    overflow: hidden;
    position: relative;
    margin-left: -1em;
    padding-left: 1em;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}
.slider-top .overlay-blk .text:after {
 content:'...';
 position:absolute;
 left:0;
 bottom:0
}
.slider-top .overlay-blk .more {
    width: 65px;
    float: left;
    position: relative;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font: normal normal 16px/1.4 'DroidArabicKufi-Regular',sans-serif,Arial;
}
.slider-top .overlay-blk .more::after {
content: "\f100";
 width:10px;
 height:10px;
 display:block;
 position:absolute;
 top:16px;
 left:10px;
font: normal normal normal 14px/1 FontAwesome;
}
.slider-top .item:hover .more {
 background-color:rgba(0,0,0,.4)
}
.slider-top .item:hover .more::after {
 left:8px
}
.slick-dots li button:before {
 font-size:40px!important;
 color:#333!important
}
ul.slick-dots li:only-child,
ul.slick-dots li:nth-child(1):last-child {
 display:none
}
.slider-blk {
 margin-bottom:50px
}
.slider-title {
 padding-bottom:10px;
 border-bottom:1px solid #ddd
}
.slider-row {
 direction:ltr
}
.slider-row .item {
 width:235px;
 display:inline-block;
 margin:0 5px;
 text-align:right;
 color:#000
}
.slider-row .item .title {
 font-weight:400;
 font-size:16px
}
.slider-row .item img {
 width:100%;
 height:180px
}
.slider-row .slick-next:before,
.slider-row .slick-prev:before {
 width:23px;
 height:40px;
 display:block;
 text-indent:-3000px
}
.slider-row .slick-next:before {
 background-position:-139px -40px
}
.slider-row .slick-prev:before {
 background-position:-107px -40px
}
.slick-next,
.slick-prev {
 top:40%!important
}
.searchToggle.mr-auto {
	font-size: 23px;
	color: #fff;
	margin-left: -1px;
	cursor: pointer;
	width: 30px;
    text-align: center;
    display: none;
}
.off-menu-wrapper.header-3 .searchToggle.mr-auto {
    display: inline-block;
}
@media screen and (max-width:969px) {
    .alba_header-1 .container.home {
	padding-top: 0 !important;
	margin-top: -17px !important;
}
    .searchToggle.mr-auto {
        display: inline-block;
    }
    .searchToggle .fa.fa-times {
        font-size: 30px;
        font-weight: 100;
        margin-top: 2px;
    }
 .slider-row .slick-next,
 .slider-row .slick-prev {
  display:none!important
 }
 .header-3 .search-blk {
	display: none;
	position: absolute;
	top: 64px;
	background: #eee;
	padding-top: 4px;
	margin: 0;
	z-index: 999;
}
.header-3 .logo-blk {
	flex: 1;
}
}
@media screen and (max-width:767px) {
	.off-menu-wrapper.header-6 .eventon_main_section, .off-menu-wrapper.header-6 #eventon_comments {
	padding: 9px;
}
    .header-3 .logo img {
        max-height: 40px;
        margin-right: px;
    }
	.header-3.header-4 .logo img {
        margin-right: 0;
		max-height: 40px;
    }
	.header-3.header-4 .container {
	padding: 0px 0 20px;
}
	.header-3 .container {
	padding: 70px 0 20px
}	
	
	.single-post.alba_header-4 {
	padding-top: 65px;
}
	.off-menu-wrapper.header-4.header-3 #header {
	height: 50px;
}
	.alba_header-4 {
	padding-top: 53px;
}
	.off-menu-wrapper.header-4.header-3 .menu-icon {
	width: 45px;
	height: 50px;
	padding-right: 10px;
	padding-left: 6px;
}
.off-menu-wrapper.header-3 .logo-blk {
        margin-left: 10px;
    }
	.off-menu-wrapper.header-4.header-3 .searchToggle.mr-auto {
	margin-right: 4px;
	width: 37px;
}
 .slider-top .item {
  height:240px
 }
 .slider-top .item img {
  min-height:240px
 }
 .slider-top .brief {
  height:120px;
  padding:10px
 }
 .slider-top .overlay-blk .text {
  width:65%;
  max-height:60px;
  overflow:hidden;
  margin-top:0;
  font-size:16px
 }
 .slider-top .overlay-blk .more {
  margin-top:0
 }
 .off-menu-wrapper:not(.header-3) .header.sticky .logo-onMobile {
	width: 78px;
	vertical-align: top;
}
.off-menu-wrapper:not(.header-3) .header .off-menu-icon, .off-menu-wrapper:not(.header-3) .header.sticky .off-menu-icon {
	width: 24px;
	margin-top: 17px;
}
.off-menu-wrapper.header-5 .header .off-menu-icon, .off-menu-wrapper.header-5 .header.sticky .off-menu-icon {
	width: 24px;
	margin-top: 20px;
}
.footer-2 .ftlogoarea {
	display: block;
	width: 100%;
}
.footer-2 .ftlogoarea a {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}
.footer-2 .logoFooter {
	width: 160px;
	margin: 0 auto;
	float: none;
}
.footer-2 .ftmn-col {
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
.footer-2 .columns.large-3.medium-4.small-12.soc-col {
	text-align: center;
	display: flex;
	justify-content: center;
}

}
.slick-list,
.slick-slider,
.slick-track {
 position:relative;
 display:block
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
 visibility:hidden
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.slick-slider {
 box-sizing:border-box;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-touch-callout:none;
 -khtml-user-select:none;
 -ms-touch-action:pan-y;
 touch-action:pan-y;
 -webkit-tap-highlight-color:transparent
}
.slick-list {
 overflow:hidden;
 margin:0;
 padding:0
}
.slick-list:focus {
 outline:0
}
.slick-list.dragging {
 cursor:pointer;
 cursor:hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
 -webkit-transform:translate3d(0,0,0);
 -moz-transform:translate3d(0,0,0);
 -ms-transform:translate3d(0,0,0);
 -o-transform:translate3d(0,0,0);
 transform:translate3d(0,0,0)
}
.slick-track {
 top:0;
 left:0;
 margin-left:auto;
 margin-right:auto
}
.slick-track:after,
.slick-track:before {
 display:table;
 content:''
}
.slick-track:after {
 clear:both
}
.slick-slide {
 display:none;
 float:left;
 height:100%;
 min-height:1px
}
[dir=rtl] .slick-slide {
 float:right
}
.slick-slide img {
 display:block
}
.slick-slide.slick-loading img {
 display:none
}
.slick-slide.dragging img {
 pointer-events:none
}
.slick-initialized .slick-slide {
 display:block
}
.slick-vertical .slick-slide {
 display:block;
 height:auto;
 border:1px solid transparent
}
.slick-arrow.slick-hidden {
 display:none
}
.slick-dots,
.slick-next,
.slick-prev {
 position:absolute;
 display:block;
 padding:0
}
.slick-loading .slick-list {
 background:url(/rf/images/ajax-loader.gif) center center no-repeat #fff
}


.slick-next,
.slick-prev {
 font-size:0;
 line-height:0;
 top:50%;
 width:20px;
 height:20px;
 -webkit-transform:translate(0,-50%);
 -ms-transform:translate(0,-50%);
 transform:translate(0,-50%);
 cursor:pointer;
 color:transparent;
 border:none;
 outline:0;
 background:0 0
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
 color:transparent;
 outline:0;
 background:0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
 opacity:1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
 opacity:.25
}
.slick-next:before,
.slick-prev:before {
 font-size:20px;
 line-height:1;
 opacity:.75;
 color:#fff
}
.slick-prev {
 left:-25px
}
[dir=rtl] .slick-prev {
 right:-25px;
 left:auto
}
.slick-prev:before {
 content:'←'
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
 content:'→'
}
.slick-next {
 right:-25px
}
[dir=rtl] .slick-next {
 right:auto;
 left:-25px
}
[dir=rtl] .slick-next:before {
 content:'←'
}
.slick-dotted.slick-slider {
 margin-bottom:30px
}
.slick-dots {
 bottom:-25px;
 width:100%;
 margin:0;
 list-style:none;
 text-align:center
}
.slick-dots li {
 position:relative;
 display:inline-block;
 width:20px;
 height:20px;
 margin:0 5px;
 padding:0;
 cursor:pointer
}
.slick-dots li button {
 font-size:0;
 line-height:0;
 display:block;
 width:20px;
 height:20px;
 padding:5px;
 cursor:pointer;
 color:transparent;
 border:0;
 outline:0;
 background:0 0
}
.slick-dots li button:focus,
.slick-dots li button:hover {
 outline:0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
 opacity:1
}
.slick-dots li button:before {
 font-size:6px;
 line-height:20px;
 position:absolute;
 top:0;
 left:0;
 width:20px;
 height:20px;
 content:'•';
 text-align:center;
 opacity:.25;
 color:#000
}
.slick-dots li.slick-active button:before {
 opacity:.75;
 color:#000
}
#mw-content-text img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    display: table;
}
.comments-area{margin-bottom:20px;width:100%;clear:both;overflow:hidden}
#comments *{box-sizing:border-box}
.comments-area h2.comments-title{font-size:17px;padding:15px 15px 0;margin-bottom:0;font-weight:700}
.comments-area p.comment-notes{background:#fff2d6;border:1px solid #fde9bf;color:#d6a100;padding:10px;margin-bottom:10px;font-size:12px}
.comments-area .comment-list{background:#FFF;padding:10px;margin-top:0}
.comments-area .comment-list footer{padding:0;width:100%}
.comments-area .comment-list .vcard{text-align:right;font-size:14px}
.comments-area .comment-list article.comment-body{position:relative;border-right:1px solid #EEE;padding-right:10px}
.comments-area .comment-list ol.children{margin-right:26px;background:#F2F2F2;clear:both;overflow:hidden;padding:0 11px}
.comments-area .comment-list .comment-metadata{left:0;position:absolute;top:0;color:#CCCCCC;display:inline-block;font-size:12px}
.comments-area .comment-list .comment-author.vcard img{border-radius:3px;float:right;margin:0 0 0 10px;padding:0;width:48px;height:48px}
.comment-meta a{color:#CCCCCC}
.comments-area .comment-list .comment-content{padding-right:65px;line-height:150%;text-align:justify}
.comments-area .comment-list .reply{float:left}
.comments-area .comment-list .reply a{background:#F3F3F3;padding:2px 15px;font-size:12px;position:relative;right:-10px;top:-14px;font-weight:700}
.comments-area .comment-list .reply a:hover{background:#FAFAFA}
.comments-area .comment-list li{border-top:1px dotted #B1B1B1;display:inline-block;margin:0;overflow:visible;padding:8px 0 5px;width:100%;position:relative}
.says{display:none}
.comments-area .comment-list li p{font-family:Tahoma;font-size:13px}
.comments-area .comment-list li:last-child{margin-bottom:0}
.comments-area .comment-list li .commentnumber{float:right;color:#999999;font-size:3em;margin:0;padding:0 .5em .5em 0;clear:right}
.comments-area .comment-list li li .commentnumber{font-size:1.7em}
.comments-area .comment-list li li .commentnumber li .commentnumber{font-size:1.3 em}
.comments-area .comment-list ul.children{margin-right:10%}
.comments-area .comment-list cite.fn{color:#003c6b;font-size:13px;font-weight:700;margin-bottom:6px;font-style:unset}
.comments-area .comment-list .comment-date{display:block;font-size:13px}
.comments-area .comment-list .comment-date a{color:#9e9e9e}
.comments-area .comment-navigation{text-align:center;padding:10px}
.comments-area .comment-navigation .nav-previous,.comments-area .comment-navigation .nav-next{display:inline-block}
.comments-area .comment-navigation .nav-previous a,.comments-area .comment-navigation .nav-next a{padding:10px;padding:10px;border:1px solid #EEE;display:inline-block}
.comment-respond{padding:10px}
.comment-respond .logged-in-as{padding:10px}
.comment-respond h3.comment-reply-title{color:#676767;font-size:18px;font-weight:400;margin-bottom:20px;border-bottom:1px solid #EEE;padding:10px}
.comment-respond label{display:none;margin:10px;font-size:11px;font-weight:bold}
.comment-respond #comment,.comment-respond #author,.comment-respond #email,.comment-respond #url{border:none;background:#FFF;border:1px solid #EEE;font-size:14px;line-height:24px;color:#676767;width:100%;padding:5px 10px;margin-bottom:10px}
.comment-respond #comment:focus,.comment-respond #author:focus,.comment-respond #email:focus,.comment-respond #url:focus{border-color:#adadad}
.comment-respond #comment{width:100%;float:right}
.comment-respond #author{width:49%;float:right;margin-left:1%;height:37px}
.comment-respond #email{width:49%;float:right;margin-right:1%;height:37px}
.comment-respond #comment{height:130px}
.comment-respond .submit{padding:7px 15px;background:#1050b1;color:#FFF;font-size:12px;margin-right:1%;float:right}
.comment-respond .submit:hover{opacity:.8}
.comment-form-cookies-consent{display:none}
.form-submit{clear:both;width:100%}
/*------------------------------------*/

.owl-carousel,
 .owl-carousel .owl-item {
  -webkit-tap-highlight-color:transparent;
  position:relative
 }
 .owl-carousel {
  display:none;
  width:100%;
  z-index:1
 }
 .owl-carousel .owl-stage {
  position:relative;
  -ms-touch-action:pan-Y;
  -moz-backface-visibility:hidden
 }
 .owl-carousel .owl-stage:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
 }
 .owl-carousel .owl-stage-outer {
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
 }
 .owl-carousel .owl-item,
 .owl-carousel .owl-wrapper {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
 }
 .owl-carousel .owl-item {
  min-height:1px;
  float:right;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
 }
 .owl-carousel .owl-item img {
  display:block;
  width:100%
 }
 .owl-carousel .owl-dots.disabled,
 .owl-carousel .owl-nav.disabled {
  display:none
 }
 .no-js .owl-carousel,
 .owl-carousel.owl-loaded {
  display:block
 }
 .owl-carousel .owl-dot,
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev {
  cursor:pointer;
  cursor:hand;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
 }
 .owl-carousel.owl-loading {
  opacity:0;
  display:block
 }
 .owl-carousel.owl-hidden {
  opacity:0
 }
 .owl-carousel.owl-refresh .owl-item {
  visibility:hidden
 }
 .owl-carousel.owl-drag .owl-item {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
 }
 .owl-carousel.owl-grab {
  cursor:move;
  cursor:grab
 }
 .owl-carousel.owl-rtl {
  direction:rtl
 }
 .owl-carousel.owl-rtl .owl-item {
  float:right
 }
 .owl-carousel .animated {
  animation-duration:1s;
  animation-fill-mode:both
 }
 .owl-carousel .owl-animated-in {
  z-index:0
 }
 .owl-carousel .owl-animated-out {
  z-index:1
 }
 .owl-carousel .fadeOut {
  animation-name:fadeOut
 }
 @keyframes fadeOut {
  0% {
   opacity:1
  }
  100% {
   opacity:0
  }
 }
 .owl-height {
  transition:height .5s ease-in-out
 }
 .owl-theme .owl-dots,
 .owl-theme .owl-nav {
  text-align:center;
  -webkit-tap-highlight-color:transparent
 }
 .owl-theme .owl-nav {
  margin-top:10px
 }

 .owl-theme .owl-nav .disabled {
  opacity:.5;
  cursor:default
 }
 .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top:10px
 }
 .owl-theme .owl-dots .owl-dot {
  display:inline-block;
  zoom:1
 }
 .owl-theme .owl-dots .owl-dot span {
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#D6D6D6;
  display:block;
  -webkit-backface-visibility:visible;
  transition:opacity .2s ease;
  border-radius:30px
 }
 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
  background:#869791
 }
#slideout_panel {
    z-index: 1;
    will-change: transform;
    margin-top: 60px;
    padding: 15px 0 0;
    overflow: hidden;
    height: 237px;
    box-sizing: border-box;
}
.header-2 #slideout_panel ,.header-2 .main-area{
	margin-top: 3px;
	padding-top: 0;
}
.single .header-2 .container ,.category .header-2 .container{
	margin-top: 15px;
	padding-top: 0;
}
.topPhotoGallery {
  margin:0 auto;
  overflow:hidden;
  padding:0 0 22px;
  position:relative;
  width:100%
 }
.totalBg {
    position: relative;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.topPhotoGallery .item {
    margin: 0;
    position: relative;
    width: 16.666%;
    float: right;
    height: 220px;
    padding: 0 2px;
    box-sizing: border-box;
    text-shadow: 0.12em 0 rgb(76, 76, 76), 0 0.12em rgb(76, 76, 76), -0.12em 0 rgb(76, 76, 76), 0 -0.12em rgb(76, 76, 76);
    margin-bottom: 15px;
}

.topPhotoGallery .owl-item .item {
    width: 100%;
    padding: 0;
}
 .topPhotoGallery .item a {
    width: 100%;
    padding: 0;
}
.topPhotoGallery .totalBg {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
 .topPhotoGallery .totalBg img {
  height:auto;
  width:100%
 }
 .topPhotoGallery a:hover .textSpan {
  background:rgba(0,0,0,0.75)
 }
.topPhotoGallery .totalBg .textSpan {
    background: rgba(0,0,0,0.40);
    line-height: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
 .topPhotoGallery .totalBg .textSpan .tableText {
  height:100%;
  display:table;
  margin:0;
  padding:0;
  width:100%
 }
 .topPhotoGallery .totalBg .textSpan .tableText .cellText {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  width:100%
 }
 .topPhotoGallery .totalBg .textSpan .tableText .cellText .topText {
  color:#fff;
  display:block;
  font:bold 17px/31px 'DroidArabicKufi-Regular';
  width:100%;
  text-shadow:none;
  direction:rtl
 }
 .topPhotoGallery .totalBg .textSpan .tableText .cellText .bottomText {
  color:#fff;
  display:block;
  font:normal 15px 'DroidArabicKufi-Regular',sans-serif;
  position:relative;
  margin:0 0 0;
  width:100%;
  text-shadow:none
 }
 .topPhotoGallery .owl-theme .owl-nav {
  margin:0;
  position:absolute;
  top:0;
  width:100%
 }
.topPhotoGallery .owl-theme .owl-nav button {
	margin: 0;
	position: absolute;
	text-indent: -999em;
	height: 220px;
	top: 0;
	background-position: center center;
	padding: 0;
	width: 28px;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-appearance: none;
}
 .owl-theme .owl-nav button {
    border: 0;
}
 .topPhotoGallery .owl-theme .owl-nav .owl-prev {
  background-image:url(img/prev-arrow.png);
  left:0
 }
 .topPhotoGallery .owl-theme .owl-nav .owl-next {
  background-image:url(img/next-arrow.png);
  right:0
 }
 .topPhotoGallery .owl-theme .owl-nav .owl-prev:hover {
  background-image:url(img/prev-arrow.png)
 }
 .topPhotoGallery .owl-theme .owl-nav .owl-next:hover {
  background-image:url(img/next-arrow.png)
 }
 
/***************************************/
.quiz-post {
	margin-bottom: 1.5rem
}
.quiz-box {
	position: relative;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	background: #fff;
	overflow: hidden;
}
.quiz-thumbnail {
	display: block;
	margin: 0;
	border-width: 8px;
	border-style: solid;
	max-width: 100%;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #f8f8f8;
}
.quiz-box img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.quiz-desc {
	padding: 12px 15px;
}
.entry-title {
	font-size: 17px;
	margin: 0;
}
.quiz-excerpt {
	font-size: 12px;
	font-weight: 100;
	margin-top: 9px;
	color: #626262;
	line-height: 1.5;
}

.quiz-links {
	margin: 11px -15px -12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	background: rgba(0,0,0,.02);
	padding: 7px 15px;
	overflow: hidden;
	line-height: 30px;
	color: #a8a8a8;
}
.post-more{color: #a8a8a8;}


















/*****************************************/
.all-categories {
	width: 100%;
	max-width: 970px;
	display: block;
	position: relative;
	margin: -5px auto 30px;
	border-bottom: 1px solid rgb(221, 221, 221);
	font-size: 22px;
	text-align: center;
	color: rgb(51, 51, 51);
	clear: both;
}
.all-categories strong {
    width: auto;
    display: inline-block;
    position: relative;
    top: 18px;
    padding: 5px 14px;
    background-color: #fff;
    color: #3c4a51;
}
.category{
    margin-bottom:20px;
    border:1px solid #ddd
}
.type-3 .category,.type-4 .category {
    border: 0;
}

.category-title{
    background-color: rgb(238, 238, 238);
    margin:0;font-weight:normal;
    position: relative;
    border-bottom:2px solid #ddd
    
}

.boxDiv {
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 79px;
}
.boxDiv .icon {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.boxDiv .icon i {
	color: #fff;
	margin-left: -15px;
	margin-top: 14px;
	position: relative;
	top: 6px;
}
.type-4 .boxDiv {
	left: auto;
	right: 0;
}
.type-4 .category-title a {
	padding-right: 78px;
}
.type-1 .category-title {
    background: transparent;
}
.type-3 .category-title ,.type-4 .category-title {
    background: rgb(236, 236, 236);
    border: 0;
}
.category-title a {
    min-height: 50px;
    display: block;
    padding: 15px;
}
.category-title a .icon {
    display: table-cell;
    margin-left: 15px;
}

.category-title a .defulticon {
    background-image: url(img/home-icons-v2.png) ;
    background-repeat: no-repeat;
}
.category-title a:hover .defulticon ,.type-3 .category-title a .defulticon,.type-4 .category-title a .defulticon {
    background-image: url(img/home-icons-hover-v2.png);
    background-repeat: no-repeat;
}
.category-title a .title{
    display:table-cell;padding-right:15px;vertical-align:middle;font-size:28px;color:#3c4a51}
.category-title a:hover .title,.category-title a:hover .icon{color:#fff}
.category-items{
    margin:0;padding:15px;list-style-type:none;background-color:#fff
    
}
.type-3 .category-title a span.title {
    margin-right: 0;
    padding-right: 0;
    font-size: 25px;
    top: 7px;
    position: relative;
}
.type-4 .category-title a span.title {
    margin-left: 0;
    padding-left: 0;
    font-size: 25px;
    top: 7px;
    position: relative;
}
.category-title a .fan-eltahee {
    width: 44px;
    height: 48px;
    background-position: -246px 0;
}
.category-title a .feeding {
    width: 57px;
    height: 47px;
    background-position: -1131px 0 ;
}
.category-title a .al7aya-o-almojtama3 {
    width: 58px;
    height: 47px;
    background-position: -524px 0 ;
}
.category-title a .eslam {
    width: 44px;
    height: 44px;
    background-position: -142px 0;
}
.category-title a .seha {
    width: 48px;
    height: 45px;
    background-position: -195px 0;
}

.category-title a .hawl-el3alam {
    width: 45px;
    height: 46px;
    background-position: -972px 0;
}
.category-title a .alzawaj-o-al7oob {
    width: 55px;
    height: 48px;
    background-position: -907px 0 ;
}
.category-title a .hamel-waweladah {
    width: 48px;
    height: 48px;
    background-position: -1198px 0 ;
}
.category-title a .hawanat-o-nabatat {
    width: 46px;
    height: 48px;
    background-position: -293px 0 ;
}
.category-title a .tasleh-o-al3ab {
    width: 74px;
    height: 45px;
    background-position: -349px 0 ;
}
.category-title a .ta3leem {
    width: 55px;
    height: 47px;
    background-position: -786px 0 ;
}
.category-title a .sport {
    width: 45px;
    height: 42px;
    background-position: -694px 0 ;
}
.category-title a .al3enah-blthat {
    width: 38px;
    height: 50px;
    background-position: -429px 0;
}
.category-title a .aladab {
    width: 50px;
    height: 42px;
    background-position: -42px 0 ;
}
.category-title a .hekam-o-aqwaal {
    width: 40px;
    height: 45px;
    background-position: -1024px 0 ;
}

.category-title a .mal-o-a3mal {
    width: 39px;
    height: 47px;
    background-position: -102px 0 ;
}
.category-title a .alaosra {
    width: 32px;
    height: 47px;
    background-position: 0 0 ;
}
.category-title a .oloom-alard {
    width: 48px;
    height: 46px;
    background-position: -1074px 0 ;
}
.category-title a .so2al-o-jawab {
    width: 46px;
    height: 46px;
    background-position: -851px 0 ;
}
.category-title a .wazen-orashaqa {
    width: 48px;
    height: 46px;
    background-position: -1257px 0 ;
}
.category-title a .taqneh {
    width: 49px;
    height: 47px;
    background-position: -635px 0 ;
}
.category-title a .qesas-o-7ekayat {
    width: 44px;
    height: 46px;
    background-position: -471px 0 ;
}
.category-title a .fnoon {
    width: 34px;
    height: 47px;
    background-position: -591px 0 ;
}
.category-title.small-titleicon .icon i {
	font-size: 30px;
}
.category-title.small-titleicon a .title {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
}
.category-title.small-titleicon a {
	display: block;
	padding: 7px 15px 7px 10px;
	min-height: auto;
}

.type-3 .category-title.small-titleicon a,.type-4 .category-title.small-titleicon a {
	display: flex;
	padding: 10px 15px 10px 10px;
	overflow: hidden;
	box-sizing: border-box;
	align-items: center;
	min-height: 54px;
}
.type-3 .category-title.small-titleicon a {
	padding-left: 60px;
}
.type-4 .category-title.small-titleicon a {
	padding-right: 60px;
}
.container.home .category-title.small-titleicon .boxDiv {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
}
.container.home .category-title.small-titleicon .boxDiv .icon {
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container.home .category-title.small-titleicon .boxDiv .icon i {
	position: relative;
	margin: 0 auto;
	top: 0;
}
.container.home .category-title.small-titleicon a .title {
	top: 0;
	font-size: 18px;
	box-sizing: border-box;
}
.category-items{
    margin:0;
    padding:15px;
    list-style-type:none;
    background-color:#fff
}
.type-3 .category-items,.type-4 .category-items {
    border-bottom: 7px solid rgb(236, 236, 236);
    border-left: 7px solid rgb(236, 236, 236);
    border-right: 7px solid rgb(236, 236, 236);
}
.category-items li a{
    display:block;
    margin-bottom:10px;
    font-size:20px;
    color:#33444e
}
.category-items li a:hover{
    color:#27b5bb
}
.categories-tabs .links ul{
    width:auto;
    height:auto;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style-type:none
}
.categories-tabs .links ul:after, .categories-tabs .content ul:after{
    display:block;
    clear:both;
    content:''
}
.categories-tabs .links ul li{
    float:right;
    margin:0;
    padding: 0 6px;
    border:0 none
}
#search-toggle {
	background: #eee;
	padding: 0 10px;
}
.categories-tabs .links ul li a{
    display:block;
    padding:5px 8px;
    background:none;
    font:bold 17px 'DroidArabicKufi-Regular', sans-serif, Arial;
    color:#2080c7;
    white-space:nowrap
}
.categories-tabs .links ul li a:hover{
    background:none;
    text-decoration:none
}
.categories-tabs .links ul li.active a{
    color:#5e5e5e;
    cursor:text
}
.categories-tabs .links ul li.active a, .categories-tabs .tab-links ul li.active a:hover{
    background:none
}
.categories-tabs .links ul li.active{
    border:1px solid #ccc;
    border-bottom:1px solid #fff;
    border-radius:5px 5px 0 0
}
.categories-tabs .content{
    margin-top:-1px;
    padding:10px 0;
    border:1px solid #ccc;
    border-width:1px 0 0;
    background:none
}
.categories-list{
    padding:0;
    list-style-type:none
}
.categories-list li{
    max-width:214px;
    margin-bottom:15px
}
.categories-list li.ad-mobile{
    max-width:100%
}
.categories-list .category-box{
    display:block;
    overflow:hidden;
    border-radius:5px 5px 0 0;
    border:1px solid #ddd;
    border-width:1px 1px 2px
}
.categories-list .category-box:hover{
    border-bottom:2px solid #ccc
}
.categories-list .title{
    height:45px;
    display:block;
    overflow:hidden;
    padding:5px;
    background-color:#fff;
    font:bold 15px/1.6 'DroidArabicKufi-Regular',sans-serif,Arial;
    color:#2080c7;
    word-wrap:break-word
}
.categories-more{
    width:100%
}
.breadcrumbs{
    padding:5px;
    background-color:#ddd;
    font-size:14px;
    font-weight:bold
}
.breadcrumbs a:hover{
    text-decoration:underline
}
.article{
    margin-bottom:20px;
    border-bottom:1px solid #33444e
}
.article .title{
    margin-top:0;
    font-size:35px
}
.by{
    color:#999;
	    font-size: 15px;
}
.by a{
    display:inline-block;
    position:relative
}
.by img.author{
    width:40px;
    height:40px;
    border-radius:100%
}
.interactivity{
    margin:20px 0 10px
}
.interactivity .share{
    display:none;
    float:right;
    color:#999
}
.interactivity .share ul{
    display:table-row;
    margin:0;
    padding:0;
    list-style-type:none
}
.interactivity .share ul li{
    display:table-cell
}
.interactivity .share a{
    width:70px;
    height:25px;
    display:inline-block;
    margin-right:10px;
    padding-right:5px;
    font-weight:normal;
    font-size:11px;
    color:#fff;position: relative;
    line-height:25px
    
}
.interactivity .share a:hover{
    color:#333
}
.interactivity .share a .fa {
    position: absolute;
    left: 0;
    width: 24px;
    height: 100%;
    top: 0;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.interactivity li.share-facebook a{
    background-color:#3c5a9a;
}
.interactivity li.share-twitter a{
    background-color:#329bc2;
}
.interactivity li.share-google a{
    background-color:#da4835;
}
.interactivity .views{
    float:left;
    color:#999
}
.interactivity .views .icon{
    width:19px;
    height:12px;
    display:inline-block;
    background-position:-78px 0
}
.article-img{
    width:616px;
    overflow:hidden;
    margin:10px 0;
    border:1px solid #ddd;
    text-align:center
}
.related-articles-list1{
    width:140px;
    float:right;
    margin-top:10px;
    list-style-type:none;
    background-color:#fff
}
.related-articles-list1 .icon{
    width:14px;
    height:14px;
    display:inline-block;
    margin-left:5px;
    background-position:-102px 0
}
.related-articles-list1 li{
    margin-bottom:7px;
    padding-bottom:7px;
    border-bottom:1px solid #ddd;
    font-weight:bold
}
.related-articles-list1 a:hover{
    color:#333
}
.article-text{
    overflow:hidden
}
.article-text,pre{
    font-size:16px;
    line-height:1.8
}
pre{
    font-family:'DroidArabicKufi-Regular',sans-serif,Arial
}
.related-articles-list2 .top-title{
    display:inline-block
}
.related-articles-list2 .top-title{
    margin-bottom:20px;
    font-size:16px;
    font-weight:bold
}
.related-articles-list2 .support-by{
    overflow:hidden;
    float:left;
    margin:10px 0;
    font-weight:bold;
    font-size:18px
}
.article-body .toc{
    overflow:hidden;
    padding:10px;
    border:1px solid #ddd;
    border-width:1px 1px 2px 1px;
    background-color:#f8f8f8
}
.article-body .toc:hover{
    border-bottom:2px solid #ccc
}
.article-body .toc ul{
    padding:0;
    list-style-type:none
}
.article-body .toc ul li{
    margin-bottom:10px
}
.article-body .toc ul li a{
    display:block
}
.article-body .toc ul li a:hover{
    color:#333
}
.article-body .toc ul ul{
    margin-right:15px
}
.references{
    font-size:14px
}

.embedvideo iframe{
    width:450px !important;
    height:250px
}
.references-link:hover{
    cursor:pointer
}
.references-list{
    display:none
}
.wikitable td{
    line-height:1.5
}
.action-tools{
    margin:0;
    padding:5px 10px;
    list-style-type:none;
    border:1px solid #ddd;
    border-width:1px 1px 2px 1px;
    background-color:#f8f8f8
}
.action-tools li{
    display:inline-block;
    margin-left:10px;
    vertical-align:middle
}
.action-tools li a{
    display:inline-block;
    overflow:hidden;
    color:transparent
}
.action-tools #ca-nstab-main a{
    width:23px;
    height:27px;
    background-position:0 1px
}
.action-tools #ca-nstab-main a:hover{
    background-position:-36px 1px
}
.action-tools #ca-edit a{
    width:25px;
    height:25px;
    background-position:0 -30px
}
.action-tools #ca-edit a:hover{
    background-position:-36px -30px
}
.action-tools #ca-history a{
    width:26px;
    height:27px;
    background-position:0 -59px
}
.action-tools #ca-history a:hover{
    background-position:-36px -59px
}
.action-tools #ca-move a{
    width:25px;
    height:25px;
    background-position:0 -117px
}
.action-tools #ca-move a:hover{
    background-position:-36px -117px
}
.action-tools #ca-delete a{
    width:23px;
    height:26px;
    background-position:0 -88px
}
.action-tools #ca-delete a:hover{
    background-position:-36px -88px
}
.action-tools #ca-undelete a{
    width:23px;
    height:26px;
    background-position:0 -264px
}
.action-tools #ca-undelete a:hover{
    background-position:-36px -264px
}
.action-tools #ca-unprotect a{
    width:21px;
    height:25px;
    background-position:0 -147px
}
.action-tools #ca-unprotect a:hover{
    background-position:-36px -147px
}
.action-tools #ca-protect a{
    width:21px;
    height:25px;
    background-position:0 -294px
}
.action-tools #ca-protect a:hover{
    background-position:-36px -294px
}
.action-tools #ca-watch a{
    width:26px;
    height:25px;
    background-position:0 -177px
}
.action-tools #ca-watch a:hover{
    background-position:-36px -177px
}
.action-tools #ca-unwatch a{
    width:26px;
    height:25px;
    background-position:0 -324px
}
.action-tools #ca-disapprove a{
    width:21px;
    height:25px;
    background-position:0 -235px
}
.action-tools #ca-disapprove a:hover{
    background-position:-36px -235px
}
.action-tools #ca-articlepics a{
    width:25px;
    height:25px;
    background-position:0 -206px
}
.action-tools #ca-articlepics a:hover{
    background-position:-36px -206px
}
.write-article-title{
    margin-bottom:5px;
    border-bottom:1px solid #ccc
}
.write-article-title a.popup-icon{
    float:left;
    margin-top:25px
}
.write-article-title a.popup-icon:hover{
    color:#333
}
.write-article-links{
    border:0 none;
    border-collapse:separate;
    border-spacing:0 1em
}
.write-article-links tr td{
    border:1px solid #000
}
.write-article-links a:hover{
    color:#333
}
.write-article-list ul{
    max-height:500px;
    overflow:auto;
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    list-style-type:none
}
.write-article-list ul li{
    margin-bottom:5px;
    padding:1px;
    border:1px solid #ddd;
    background-color:#fff
}
.write-article-list ul li a{
    display:block;
    padding:5px
}
.write-article-list ul li a.active, .write-article-list ul li a:hover{
    background-color:#ddd;
    color:#333
}
.write-article-list ul li .link{
    width:255px;
    display:inline-block
}
.write-article-list ul li .counter{
    display:inline-block
}
.write-article-list ul li .icon{
    width:18px;
    height:18px;
    float:left;
    display:inline-block;
    margin-top:2px;
    background-position:-121px 0
}
.write-article-body{
    margin-top:10px;
    padding-top:10px
}
.write-article-content{
    min-height:500px;
    position:relative;
    padding-top:10px;
    border:1px solid #ddd;
    background-color:#fff
}
.write-article-content .link{
    width:43%;
    display:inline-block;
    margin:0 0 20px 4%;
    vertical-align:middle
}
.write-article-content .link:hover{
    color:#333
}
.write-article-content.loading{
    opacity:0.4
}
.write-article-content .loading{
    position:absolute;
    top:20%;
    right:37%
}
#new-article .form-field{
    margin:15px 0
}
.style-form fieldset{
    padding:15px 10px
}
.style-form .title{
    margin-bottom:30px
}
.style-form .field{
    overflow:hidden;
    margin-bottom:20px
}
.style-form label{
    display:block;
    margin-bottom:5px
}
.style-form .form-field, .style-form .form-select{
    height:40px;
    line-height:40px
}
.style-form .extended-login{
    float:right
}
.style-form .forgot{
    float:left
}
.style-form .btn{
    width:100%
}
.change-pass{
    padding-top:15px
}
.partners{
    padding:0;
    list-style-type:none
}
.partners li{
    overflow:hidden;
    margin-bottom:30px;
    padding:10px;
    list-style-type:none;
    border:1px solid #ddd;
    border-width:1px 1px 2px;
    background-color:#fff
}
.partners li:hover{
    border-bottom:2px solid #ccc
}
.icon i {
	font-size: 38px;
	text-align: center;
	position: relative;
	top: 5px;
}
.partners li .img{
    width:370px;
    float:right;
    text-align:center
}
.partners li .info{
    width:530px;
    float:left;
    margin:0 20px;
    text-align:justify
}
.media-container{
    width:100%;
    overflow:hidden;
    margin:20px 0;
    border-bottom:2px solid #ddd;
    background-color:#fff
}
.media-title{
    padding:10px;
    border-bottom:2px solid #f8f8f8
}
.media-title a{
    float:left;
    font-size:14px;
    line-height:38px
}
.media-title a:hover{
    text-decoration:underline
}
.media-articles{
    list-style-type:none;
    margin:20px auto 0;
    padding:0;
    text-align:center
}
.media-articles li{
    width:200px;
    display:inline-block;
    margin:0 10px
}
.media-articles li span{
    width:180px;
    height:180px;
    display:block;
    margin-bottom:5px;
    padding:10px;
    border-radius:100%;
    border:3px solid #ddd;
    background-color:#fff;
    box-shadow:2px 2px 5px #ddd;
    line-height:180px
}
.media-articles li img{
    max-width:180px
}
.media-articles li a{
    display:block;
    margin:10px 0 20px
}
.media-articles li a:hover{
    text-decoration:underline
}
.media-articles li a:hover span{
    border:3px solid #27b5bb
}
.media-link{
    line-height:48px
}
.media-link:hover{
    text-decoration:underline
}
.uni-title{
    width:100%;
    overflow:hidden;
    display:block;
    padding-top:50px
}
.uni-list{
    padding:0
}
.uni-list li{
    width:16%;
    float:right;
    margin:0 0 10px 10px;
    font-size:15px
}
.side-box {
    padding: 10px 10px 0;
    overflow: hidden;
}
.side-box .top-title{
    display:block;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
    font-size:18px
}
.side-box .list{
    overflow:hidden;
    padding:0;
    list-style-type:none
}
.side-box .list.vertical li{
    height:135px;
    float:right;
    overflow:hidden;
    margin-bottom:5px;
    padding:0 0 0 10px;
    box-sizing:border-box
}
.side-box .list.horizontal li{
    display:block;
    overflow:hidden;
    margin-bottom:10px
}
.side-box .list li a{
    display:block;
    overflow:hidden;
    padding-right:3px;
    font-weight:bold;
    line-height:1.8;
    word-wrap:break-word
}
.side-box .list li img, .side-box .list li .img{
    width:128px;
    height:75px;
    display:block;
    margin-left:7px;
    border-radius:5px 5px 0 0;
    background-color:#005fa3
}
.side-box .list li .img{
    background-position:40px -176px
}
.side-box .list li.largeImg{
    height:155px
}
.side-box .list li.largeImg img{
    width:270px;
    height:100px
}
.side-box .list li .title{
    display:block;
    overflow:hidden;
    font-size:16px;
    word-wrap:break-word
}
.side-box .list li .title-noImg{
    height:130px;
    padding:5px;
    background-color:#f8f8f8;
    font-size:20px;
    line-height:30px;
    box-sizing:border-box
}
.side-box .list li a:hover{
    color:#333
}
.side-box .list.vertical li .title{
    height:55px;
    line-height:26px
}
.user-profile .side small{
    display:block;
    font-size:12px;
    color:#999
}
.user-profile .side small.email{
    margin-bottom:5px;
    padding:5px 0;
    border-top:1px solid #ddd
}
.user-profile form{
    margin-bottom:30px
}
.user-profile .form-field{
    width:100% !important
}
.back-to-top, .move-down {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1.3;
    background-color: #005fa3;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    box-sizing: border-box;
}
.social-media.hidden-mobile {
	text-align: left;
}
#header-aria.sticky .social-media.hidden-mobile {
	display: none;
}
.social-media a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    color: #005fa3;
}
.social-media.hidden-mobile a {
	background: transparent;
	border: 0;
	color: rgb(31, 157, 135);
	margin-left: 3px;
	width: auto;
}

.social-media a:hover{
    border:1px solid #27b5bb;
    opacity:0.5;
    transition:border 1s;
    transition:opacity 0.5s
}
.social-media.hidden-mobile a:hover {
	border: 0;
}
.footer{
    padding:10px 0 0;
    border-top:1px solid #ddd;
    font-size:14px
}
.footer .newsletter form{
    margin:15px 0 0 0
}
.footer .newsletter label{
    display:block;
    margin-bottom:10px
}
.footer .newsletter input{
    float:right
}
.footer .newsletter .field{
    width:240px
}
.footer .newsletter .btn{
    height:30px;
    border:0 none;
    background-color:#27b5bb
}
.footer .newsletter .btn:hover{
    border:0 none
}
.footer a:hover{
    text-decoration:underline
}
.footer .links{
    float:left;
    margin:0 60px 0 10px
}
.footer .links a{
    display:block;
    margin-right:10px;
    color:#333;
    line-height:25px
}
.footer .copyrights{
    padding:0;
    color:#999
}

.fot2-row {
	padding-bottom: 15px;
	padding-top: 5px;
	overflow: hidden;
}
.logoFooter {
	display: block;
	height: 47px;
	max-width: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.fot2-row .block-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.soc-col ,.soc-col .social-media a{
	float: left;
}
.soc-col .social-media a:first-of-type {
	margin: 0;
}
.ftmn-col a {
	padding: 6px 6px 6px 12px;
}
.ftmn-col a::after {
	content: "";
	height: 16px;
	width: 1px;
	display: inline-block;
	background: #eeeeee2e;
	left: -10px;
	position: relative;
	top: 5px;
}
.ftmn-col a:last-of-type:after{
    display: none
}
.ftmn-col {
	flex: 1;
	display: flex;
	align-items: center;
}
.footer.footer-3 .ftmn-col {
	flex-wrap: wrap;
}
.footer.footer-3 .copyrights.text-center {
	margin-top: 10px;
}
.copyright {
	padding-bottom: 20px;
	padding-top: 20px;
}
#Leaderboard,#MPU{
    text-align:center
}
#Leaderboard {
    /* margin-top: -15px;
    margin-bottom: 5px; */
}
.co-3lan {
    height: 100px;
    background: #eee;
    width: 100%;
    text-align: center;
    padding: 34px;
    font-size: 20px;
    clear: both;
    display: inline-block;
    box-sizing: border-box;
    color: #666;
}
.ads-top {
    margin: 0 auto 20px;
    text-align: center;
}
.home #Leaderboard {
    /* margin-top: -22px;
    margin-bottom: 26px; */
}
.ads-side{
    margin-bottom:20px;
    text-align:center
}
.screen-off{
    position:absolute;
    top:-10000px
}
.wikiEditor-preview-contents .thumb.tleft{
    display:block !important;
    float:none !important;
    clear:both !important
}
.wikiEditor-preview-contents .magnify{
    display:none !important
}
.printfooter{
    display:none
}
#togglelink{
    display:inline-block
}
.article-text h2 span[id]:before, .article-text h3 span[id]:before, h3.media-title:before, .article-text h4 span[id]:before{
    content:"";
    display:block;
    margin-top:-75px;
    height:75px;
    visibility:hidden
}
.checker-info .img{
    float:right
}
.checker-info .img img{
    width:100px;
    height:100px;
    border-radius:100%
}
.checker-info .about{
    width:500px;
    float:right;
    margin:0 20px 20px 0;
    line-height:2
}
.checker-info .about .name{
    margin-bottom:20px
}
.admin-container .tab-links ul{
    padding:0 !important
}
.admin-container .tab-links ul li{
    margin:0 !important
}
@media screen and (min-width: 970px){
    header .search-blk form {
	margin-right: 80px;
}
.off-menu-wrapper.header-3 #searchform {
	margin: 0;
}
    .header{
        right:0;
        transition:0.5s
    }
    header.sticky{
        transition:1s
    }
    .header.home .menu-icon{
        display:none
    }
    .header .logo{
        vertical-align:bottom
    }
    .top-nav{
        z-index:999
    }
    .ads-top{
        width:970px
    }
    .interactivity .share{
        opacity:1 !important
    }
    .side-block a {
        width:140px;
        height:105px
       }
}
.off-menu-wrapper.header-2 #searchform .search-icon {
	opacity: 0;
	width: 5px;
}
@media screen and (max-width: 969px){
    .off-menu-wrapper:not(.header-3) .block-content.row {
    display: block;
}
#header-aria .block-content {
	display: block;
}
.social-media.hidden-mobile {
    display: none;
}
#header-aria .logo-blk a {
  width:100%;
  max-width:80px;
  height:50px;
  margin-top:0
 }
 #header-aria.sticky .logo-blk a {
	max-height: 47px;
	margin-top: -8px !important;
}
div.off-menu-wrapper .container.home {
	padding: 50px 0 20px;
}
.off-menu-wrapper.header-4.header-3 .container.home {
	padding: 0px 0 20px;
	margin-top: -15px;
}

.header-2 .container.type-3.home,.header-2 .container.type-4.home {
	padding-top: 5px !important;
}
.search-blk form {
  margin-top:5px;
  padding:3px 5px
 }
#header-aria.sticky {
  height:34px
 }
#header-aria.sticky .search-blk form {
	position: absolute;
	top: 12px;
	left: 50px;
	right: 100px;
}
.search-blk .search-icon {
    width: 29px;
    height: 25px;
}
#header-aria.sticky .search-blk .search-field {
    line-height: 28px;
    height: 25px;
	width: calc(100% - 36px);
}
#header-aria.sticky .search-blk .search-btn {
  display:none
 }
 
 .search-blk {
	margin-top: 6px;
}
#header-aria .menu-icon {
    top: -1px;
    left: 8px;
    position: absolute;
}
 .menu-icon {
  top:1px
 }

 #header-aria .search-blk {
	margin: 0;
}
#header-aria .search-blk #searchform {
	margin-bottom: 0;
}

    .header{
        width:100%
    }
    header.sticky .row,.block-content{
        width:100%
    }
    .header .slogan{
        position:absolute;
        bottom:10px
    }
    .header.sticky .slogan{
        display:none
    }

    .search .btn{
        width:20%;
        max-width:54px;
        position:absolute;
        top:0;
        right:0
    }
    .search .field{
        width:100% !important;
        padding-right:60px;
        line-height:30px
    }
    .search.inside.search-onMobile .field{
        padding-right:30px
    }
    .search-loading{
        width:80%;
        padding:0 10%
    }
    .menu-icon .line{
        background-color:#fff
    }
    .search.home{
        right:95px
    }
    .side-nav{
        width:230px;
        height:100%;
        position:fixed;
        top:0;
        bottom:0;
        left:-250px;
        overflow-y:auto;
        padding:10px 10px 0;
        background-color:#004779;
        text-align:right;
        z-index:1
    }
    .side-nav ul{
        margin:0;
        padding:0
    }
    .side-nav ul li{
        height:40px;
        float:none;
        display:block;
        margin:0
    }
    .side-nav ul li a{
        display:block;
        font-size:14px;
        color:#fff
    }
    .side-nav .icon{
        height:14px;
        display:inline-block;
        margin-left:10px;
        vertical-align:middle
    }
    .search input[type="submit"]{
        text-indent:-99999px
    }
    .search-onMobile{
        width:auto !important;
        display:block !important;
        position:absolute;
        top:10px !important;
        left:30px;
        right:95px;
        margin:0 !important;
        padding:0 !important;
        z-index:4000 !important
    }
    #search_home.search-onMobile{
        position:fixed
    }
    .search-onMobile .field{
        width:95% !important;
        height:30px !important;
        line-height:28px !important;
        font-size:12px
    }
    .search-onMobile input[type="submit"]{
        width:30px !important;
        height:28px !important;
        margin:1px 0;
        background-color:#fff !important;
        background-size: 20px;
}
    .social-media{
        float:right
    }
    
    .social-media a.facebook:hover, .social-media a.twitter:hover, .social-media a.molhem:hover{
        border:1px solid #beedef;
        opacity:1
    }
    .main-area{
        position:static
    }
    .main-area,.side-block{
        width:auto;
        height:auto
    }
    .main-block{
        height:auto;
        padding:20px 0
    }
    .middle-block{
        margin:0 10px;
        padding:1px 10px 10px;
        border-radius:0
    }
    .brief{
        line-height:30px;
        font-size:16px;
        text-align:right
    }
    .search.home{
        width:auto !important;
        position:static;
        margin:0;
        padding:0
    }
    .search.home .btn{
        width:20%;
        max-width:60px
    }
    .search.home.sticky{
        transition:none
    }
    .side-block a{
        opacity:1
    }
    .side-block.right{
        position:static;
        margin-top:10px;
        text-align:center
    }
    .side-block.right a{
        float:none
    }
    .side-block.right a .tooltip{
        width:auto;
        max-height:34px;
        display:block;
        overflow:hidden;
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        padding:5px;
        background-color:#000;
        font-size:13px;
        font-size:0.8125rem;
        color:#fff;
        text-align:right;
        box-shadow:0 0 15px #ddd;
        word-wrap:break-word
    }
    .all-categories{
        width:auto
    }
    .inside-container{
        border:0 none
    }
    .side-box .list li a{
        line-height:2
    }
    .interactivity .views{
        float:right;
        margin-top:5px
    }
    .article-img{
        width:auto
    }
    .partners li .img, .partners li .info{
        width:auto;
        float:none
    }
    .partners li .img{
        margin-bottom:20px
    }
    .partners li .info{
        text-align:right
    }
    h3.media-title a{
        display:none
    }
    .back-to-top,.move-down{
        right:auto;
        left:5px
    }
    .interactivity .share, .interactivity .read-more-article{
        width:100%;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        border-top:1px solid #fff;
        background-color:#fff;
        vertical-align:bottom;
        color:#fff;
        box-sizing:border-box
    }
    .interactivity .share ul li{
        text-align:center;
        vertical-align:middle;
        color:#333
    }
    .interactivity .share ul li:hover{
        cursor:pointer
    }
    .interactivity .share a{
        width:45px;
        height:45px;
        margin-right:0;
        padding-right:0;
        text-indent:-3000px
    }
    .interactivity li.share-facebook{
        background-color:#3c5a9a
    }
    .interactivity li.share-facebook a{
        background-position:0 -257px
    }
    .interactivity li.share-twitter{
        background-color:#329bc2
    }
    .interactivity li.share-twitter a{
        background-position:-45px -256px
    }
    .interactivity li.share-google{
        background-color:#da4835
    }
    .interactivity li.share-google a{
        background-position:-90px -257px
    }
    .interactivity li.share-whatsapp{
        background-color:#18ac12
    }
    .interactivity li.share-whatsapp a{
        background-position:-135px -253px
    }
    .interactivity .read-more-article{
        max-height:65px;
        display:none;
        padding:5px
    }
    .interactivity .read-more-article .read{
        float:right
    }
    .interactivity .read-more-article ul{
        width:80%;
        float:right;
        margin:0 5px 0 0;
        padding:0;
        list-style-type:none
    }
    .interactivity .read-more-article ul li{
        display:none
    }
    .interactivity .read-more-article a{
        display:block;
        font-weight:bold;
        text-decoration:underline;
        color:#fff;
        line-height:25px;
        word-wrap:break-word
    }
    .interactivity .read-more-article a img{
        width:100px;
        height:50px;
        float:right;
        display:inline-block;
        margin-left:10px;
        border:1px solid #ddd;
        vertical-align:text-top
    }
    .interactivity .read-more-article a span{
        width:300px;
        float:right;
        display:inline-block;
        color:#2080c7
    }
    .style-box .upload-img .or span{
        margin:15px 0 !important
    }
    .media-articles{
        width:100% !important
    }
    .user-profile .side{
        margin-bottom:30px
    }
    .footer{
        padding-bottom:50px;
        background-image:none !important
    }
    .footer.home{
        padding-bottom:0
    }
    .footer .links a{
        margin:5px 0
    }
    .ads-top{
        margin:10px auto
    }
    .interactivity.about-us-social-list .share ul li a{
        text-indent:1000px
    }
    .interactivity.about-us-social-list .share{
        position:relative
    }
    .about-us-latest-news ul li .img-side img{
        width:100%
    }
    .about-us-values ul li{
        margin-bottom:10px
    }
}
@media screen and (min-width: 768px) and (max-width: 969px){
    #search_home.search-onMobile{
        top:15px !important;
        right:225px
    }
    .search-results{
        left:27px
    }
    .side-box .list li .title{
        max-width:600px
    }
    .write-article-list ul li .link{
        width:auto
    }
    .middle-block{
        min-height:100px;
        padding:20px 50px
    }
    .side-block.right{
        max-height:215px;
        overflow:hidden
    }
    .uni-list li{
        width:40%
    }
}
@media screen and (max-width:959px){

    .off-menu-wrapper.header-6 #header .block-content {
        padding: 5px 0;
    }
    .off-menu-wrapper.header-6 .searchToggle {
        float: right;
    }
    .off-menu-wrapper.header-6 .menu-icon {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 42px;
        text-align: center;
        display: inline-flex !important;
        float: left;
        height: 50px;
        align-items: center;
    }
    .off-menu-wrapper.header-6 .off-menu-icon {
        margin: 0 !important;
    }
    }
@media screen and (max-width: 767px){
    .off-menu-wrapper:not(.header-3) .header{
        height:auto;
        padding-bottom:10px
    }
    .header.sticky{
        height:50px;
        padding-bottom:0
    }
.header-3 #header.sticky {
	height: 60px;
}
    .header-3 #header.sticky {
        display: flex;
    }
    .header.sticky .off-menu-wrapper:not(.header-3) .logo-onMobile{
        width:80px;
        vertical-align:top
    }
    .search.inside{
        margin:0
    }
    .search-results{
        left:0
    }
    .search-onMobile .search-results{
        top:30px;
        left:10px
    }
    .off-menu-wrapper:not(.header-3) .menu-icon    {
        position:absolute;
        top:0;
        left:0
    }
#header-aria .menu-icon {
    top: 5px;
    left: 10px;
}
#header-aria #menu-icon.sticky {
    top: -1px;
}

    .header .off-menu-wrapper:not(.header-3) .menu-icon .line{
        height:3px
    }
    .header .off-menu-wrapper:not(.header-3) .off-menu-icon, .header.sticky .off-menu-wrapper:not(.header-3) .off-menu-icon{
        width:20px;
        margin-top:17px
    }
    .middle-block{
        min-height:130px
    }
    .container{
        padding:110px 0 20px
    }
.archive.alba_header-3 .container{
	padding: 65px 0 20px;
}
.single-post.alba_header-3 .container {
	padding: 76px 0 20px;
}
	#slideout_panel {
		margin-top: 98px;
		height: auto;
		float: right;
		width: 100%;
		overflow: hidden;
	}
	.header-2 #slideout_panel {
	margin-top: 0;
	padding-top: 0;
}
.header-container {
	min-height: 75px;
}

.off-menu-wrapper.header-5 .logo img {
	max-height: 46px;
}
.header-5 #header {
	padding-bottom: 8px;
	padding-top: 2px;
}
.header-5  .search.inside {
	margin-top: 5px;
}
.header-5 .sticky .logo img {
	max-height: 39px;
}
.off-menu-wrapper.header-5 .header.sticky .logo-onMobile {
	width: 70px;
}
.off-menu-wrapper.header-5 .search-onMobile {
	right: 80px;
}
.off-menu-wrapper.header-5 .header.sticky .off-menu-icon {
    width: 25px;
    margin-top: 16px;
    left: -2px;
}
.alba_header-5 .search.inside .btn,.alba_header-5 .search.home.sticky .btn {
	background-size: 20px;
	padding-right: 0;
	background-position: center;
	width: 38px;
}
.topPhotoGallery .item {
	width: 33.33%;
	margin-bottom: 4px;
}
.topPhotoGallery .totalBg .textSpan .tableText .cellText .topText {

	font: bold 14px/20px 'DroidArabicKufi-Regular';
}
.topPhotoGallery .totalBg .textSpan .tableText .cellText .bottomText {
	font-size: 12px;
}
	.header-container {
	min-height: 75px;
}
	.header-2 #slideout_panel, .header-2 .main-area  {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -12px;
}
	.header-3 .main-area{
	margin-bottom: -18px;
}
	.header-5 .main-area {
	margin: 60px auto -10px;
}
	.header-5 .search-onMobile {
	top: 12px !important;

}
	.header-4 .main-area {
	margin-bottom: 15px;
}

/************************************/
#hp_container_outer #search_home:not(.sticky) {
	max-width: 100%;
	margin-right: -7px;
	width: 99% !important;
	background: transparent !important;
	border: 0;
	margin-bottom: 0;
}

#hp_container_outer #hp_books {
	width: 140px;
	margin: 0 auto;
	display: block;
	position: relative;
	left: auto;
	bottom: 0;
	z-index: 4;
}
.main-area.row.type-3 {
	margin-bottom: -40px;
}
.main-area.row.type-3 .brief {
	margin-right: 0;
	padding-top: 0;
	text-shadow: none;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
#hp_contright {
	width: 100%;
	margin-top: 10px;
	padding: 0 15px;
	min-height: auto;
	align-items: center;
	box-sizing: border-box;
}
.main-area.row.type-3 #middle-block {
	width: 100%;
	z-index: 3;
	overflow: hidden;
	background-color: #1da1f2;
	height: 72px;
	position: absolute;
	bottom: 0;
	right: 0;
	min-height: 72px;
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.main-area.row.type-3 #middle-block #searchform {
	background-color: #f3f3f3;
	border-radius: 8px;
	margin: 5px 10px 10px;
	height: 45px;
	overflow: hidden;
}
#hp_container_outer {
	min-height: auto;
	padding: 20px 0 80px 0;
	height: auto;
	overflow: hidden;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
/*****************************/
.footer.footer-3 .ftmn-col {
	flex-wrap: wrap;
	justify-content: center;
}
.ftmn-col a::after {
	display: none;
}
    .related-articles-list1{
        width:100%;
        position:static !important
    }
    .write-article-title a.popup-icon{
        float:right;
        clear:both;
        margin:0 0 10px
    }
    .write-article-links a, .write-article-content .link{
        width:100%;
        display:block
    }
    .categories-tabs .links ul li a{
        padding:5px;
        font-size:15px
    }
    .article-text h2{
        border:1px solid #fff;
        line-height:20px
    }
    .article-text h2:before{
        width:0;
        height:0;
        position:absolute;
        top:auto;
        right:0;
        content:"";
        display:block;
        border-top:10px solid transparent;
        border-bottom:10px solid transparent;
        border-right:10px solid #fff
    }
    .article-body .toc h2{
        border:1px solid #f8f8f8
    }
    .checker-info .img{
        float:none;
        text-align:center
    }
    .checker-info .about{
        width:auto;
        float:none;
        margin-right:0
    }
    .checker-info .about .name{
        text-align:center
    }
    .media-link{
        line-height:normal
    }
    .footer{
        position:static !important;
        height:100%
    }
    .footer .social-media{
        float:none
    }
    .footer .newsletter{
        margin:20px 0
    }
    .footer .links{
        float:right;
        margin:0 0 0 30px
    }
    .footer .copyrights{
        text-align:right
    }
    .embedvideo iframe{
        width:280px !important;
        height:160px
    }
    .uni-list li{
        width:90%
    }
    .about-us .media-block ul{
        width:90%;
        margin:auto
    }
    .about-us .about-us-title{
        font-size:24px
    }
    .about-us .header-blk .logo{
        max-width:160px
    }
    .about-us .header-blk .link{
        font-size:24px
    }
    .about-us .icons-grid li{
        margin-bottom:30px
    }
    .about-us .knowledge-blk p, .about-us .new-era-blk p{
        width:90%
    }
    .about-us .media-block ul li, .about-us .media-block ul li .read-more{
        position:static
    }
    .about-us .media-block ul li .read-more{
        margin-left:0
    }
    .about-us .media-block ul li{
        height:auto;
        padding-bottom:10px
    }
    .about-us .users-blk{
        padding:0 30px
    }
    .slider-top .brief .title {
	font-size: 15px;
}
.slider-top .overlay-blk .text {
	width: 67%;
	max-height: 60px;
	overflow: hidden;
	margin-top: 0;
	font-size: 13px;
	line-height: 16px;
}
.ftmn-col a {
	padding: 6px;
}
}
@media screen and (min-width: 480px) and (max-width: 767px){
    .side-box .list li .title{
        max-width:300px
    }
}
@media screen and (max-width: 480px){
    .side-block.right{
        margin:0 5px
    }
    .side-block.right a{
        width:31.3%;
        float:left;
        margin:5px 1%
    }
    .side-block.right a img{
        width:100%;
        height:110px
    }
    .interactivity .read-more-article ul{
        width:auto
    }
    .interactivity .read-more-article a span{
        width:180px;
        line-height:1.8
    }
    .related-articles-list2 .top-title{
        display:block
    }
    .related-articles-list2 .top-title{
        margin-bottom:0
    }
    .related-articles-list2 .support-by{
        float:none;
        text-align:left
    }
    .about-us-grid li .title, .about-us-grid li .info{
        width:100%;
        margin-bottom:5px
    }
.all-categories strong {
    font-size: 16px;
    letter-spacing: -.5px;
    top: 15px;
}
.topPhotoGallery {
	padding: 0;

}
.topPhotoGallery .item {
	width: 50%;
	    height: auto;
}
.totalBg {
    height: 110px;
  }
.topPhotoGallery .totalBg .textSpan .tableText .cellText .bottomText {
	display: none;
}
.article .title {
	font-size: 30px;
	font-weight: 700;
}
.article h3 {
	font-size: 1.4rem;
}
.article-text h2 {
	line-height: 26px;
	font-size: 1.5rem;
}
.article-body.row .columns.large-12.medium-12.small-12.left {
	padding-right: 0;
	padding-left: 0;
}
#mw-content-text .post-banner{
	margin: 0 -10px;
}


	
.article-text {
	overflow: visible;
}
.side-box {
	padding-right: 0;
}
.side-box.widget_custom_html{
	margin-right: -.625rem;
	margin-left: -.625rem;
	width: auto !important;
}
}
@media screen and (max-width: 479px){
    .side-block.right a{
        width:48%
    }
#mw-content-text > p > iframe {
	height: 233px;
}
	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and ( min-device-pixel-ratio: 2) and (max-width: 767px), only screen and ( min-resolution: 192dpi) and (max-width: 767px), only screen and ( min-resolution: 2dppx) and (max-width: 767px){
    .search.home .btn{
        background-color:#fff;
    }
    .search.inside .btn{
        background-color:#fff;
    }
    .interactivity li.share-facebook a{
        background-position:0 -191px
    }
    .interactivity li.share-twitter a{
        background-position:-50px -191px
    }
    .interactivity li.share-google a{
        background-position:-100px -191px
    }
    .interactivity li.share-whatsapp a{
        background-position:-150px -188px
    }
    .social-media a{
        background-color:#fff
    }
}
.cookie-disclaimer{
    display:none;
    overflow:hidden;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background-color:#000;
    color:#fff;
    z-index:999
}
.cookie-disclaimer .action-btn{
    text-align:left
}
.cookie-disclaimer .action-btn a{
    display:inline-block;
    border:1px solid #000;
    margin-top:10px;
    font-size:24px;
    color:#fff;
    text-align:center
}
.cookie-disclaimer .action-btn a:hover{
    color:#2080c7
}
.feedback-feature{
    margin:15px 0;
    padding:15px 0;
    border-radius:10px;
    background-color:#f4f4f4;
    text-align:center
}
.feedback-feature .label{
    display:block;
    margin-bottom:10px;
    font-size:18px;
    text-align:center
}
.feedback-feature .option{
    width:40px;
    height:40px;
    display:inline-block;
    margin:0 5px;
    border-radius:50%;
    font-weight:bold;
    line-height:40px;
    text-align:center
}
.feedback-feature .option.yes{
    border:2px solid #269226;
    color:#269226
}
.feedback-feature .option.yes:hover{
    background-color:#269226;
    color:#fff
}
.feedback-feature .option.no{
    border:2px solid #808080;
    color:#808080
}
.feedback-feature .option.no:hover{
    background-color:#808080;
    color:#fff
}
.form-style{
    overflow:hidden;
    position:relative;
    margin-top:15px
}
.form-style .blk{
    width:100%
}
.form-style .label{
    display:inline-block;
    margin-bottom:5px;
    font-weight:bold
}
.form-style .form-element{
    width:100%;
    height:46px;
    margin-bottom:20px;
    padding:0 5px;
    border-radius:5px;
    border:1px solid #ddd;
    outline:0 none
}
.form-style .form-element.textarea{
    height:92px
}
.form-style .text-danger,.text-danger{
    margin:-20px 0 20px;
    font-size:12px;
    color:#dc3545
}
.form-style .required{
    color:#dc3545
}
.form-style input{
    box-sizing:border-box
}
.form-style .btn-style{
    height:36px;
    display:inline-block;
    padding:0 25px;
    border:0 none;
    border-radius:5px;
    box-shadow:0 2px 8px 0 rgba(50,80,140,.3);
    font-weight:700;
    line-height:36px;
    font-size:14px;
    text-align:center
}
.form-style .btn-style.btn-primary{
    background-color:#27b5bb;
    color:#fff
}
.form-style.thanks-msg{
    text-align:center
}
.form-style.thanks-msg p{
    margin-bottom:30px;
    font-weight:bold;
    font-size:18px
}
.form-style.thanks-msg .btn-style{
    margin-bottom:30px
}
.form-style .options-blk .option-row{
    overflow:hidden;
    margin:5px 0
}
.form-style .options-blk .option-row input{
    float:right
}
.form-style .options-blk .option-row label{
    width:90%;
    float:right
}
.form-style .options-blk .option-row .form-element{
    margin-bottom:0
}
.form-style .options-blk .text-danger{
    margin:0
}
.form-style .info-blk{
}
.recaptcha-div{
    width:304px;
    margin:10px auto
}
.references{
    display:none;
    background:#f8f8f8;
    margin:0px !important;
    border-width:0px 1px 1px;
    border:1px solid #eaeaea;
    border-top-style:initial;
    box-sizing:border-box;
    padding-left:15px;
    width:100%;
    overflow: hidden;
	padding-top: 15px;
}
.references ol, .references ul {
    margin: 13px 0;
    overflow: hidden;
    display: block;
}
.references li:target {
	padding-top: 60px;
	margin-top: -60px;
}
.ref-backlink {
	cursor: pointer;
}
.references-title {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    padding: 9px 8px;
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #fff !important;
}
.references li:last-child {
	padding-bottom: 15px;
}
.sign::after{
    margin:0 10px;
    font-size:20px;
    color:#2080c7;
    content:"[+]"
}
.on::after{
    content:"[-]" !important
}
.categoriesNav, .writeNav, .browseNav,  .interactivity .views .icon, .related-articles-list1 .icon, .write-article-list ul li .icon, .side-box .list li .img, .categories-list .img, .notify a{
    background-image:url(img/icons-v17.png);
    background-repeat:no-repeat
}
@media screen and (min-width:970px){
.header .logo{
    background-repeat:no-repeat
}
}
.footer{
    background:#f8f8f8 
}
@media screen and (max-width:969px){
.categoriesNav, .writeNav, .browseNav, .interactivity .views .icon, .related-articles-list1 .icon, .write-article-list ul li .icon,.side-box .list li .img, .categories-list .img, .notify a{
        background-image:url(img/icons-v17.png);
        background-repeat:no-repeat
    }
    .footer{
        background:#f8f8f8 
    }
    .header-3 #header.sticky {
        display: flex;
    }
}
figure{margin: 1em 0;max-width: 100%;}
iframe {max-width: 100%;}


.adsbygoogle {
margin-top:20px;	
margin-bottom:20px;	
}

blockquote {
background-color: #efefef;
    border-left: none;
    padding: 45px 25px 25px 25px;
    margin: 30px 0 30px;
    position: relative;
    clear: both;
}

blockquote:before {
	 content: '\f10e';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 30px;
    font-family: FontAwesome;
    color: #444;
    display: block;
    width: 80px;
    height: 75px;
    background: #fff;
    line-height: 91px;
    border-radius: 50%;
    text-align: center;
}
.my-ads {
  height: 300px;
  /* For ADS */
}

              .cat-alba_posts-3 .category-title {
                border-bottom-color: #49b747;
              }

              .cat-alba_posts-3 .category-title:hover,
              .cat-alba_posts-3 .boxDiv {
                background-color: #49b747;
              }

              .cat-alba_posts-3 .category-title .icon,
              .cat-alba_posts-3 .category-items li a:hover {
                color: #49b747;
              }

              .cat-alba_posts-3 .icon {
                background-position: center center;
                background-repeat: no-repeat;
                width: 50px;
                height: 50px;
                background-size: cover;
              }

.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evo_lightbox_content h3.evo_h3, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .evo_metarow_ICS .evcal_evdata_cell p a, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .eventon_list_event .evcal_desc span.evcal_event_title, .evcal_desc span.evcal_desc2, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, .evotax_term_card .evotax_term_details h2, .evotax_term_card h3.evotax_term_subtitle, .ajde_evcal_calendar .evo_sort_btn, .eventon_main_section #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .ajde_evcal_calendar .eventon_events_list .evcal_month_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .ajde_evcal_calendar .evcal_month_line, .eventon_event .event_excerpt_in h3, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-period, .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount, .evo_pop_body .evcal_desc span.evocd_timer span.evocd_time .countdown-section .countdown-amount {
	font-family: DroidArabicKufi-Regular !important;
}
.fa-youtube-play::before {
	content: "\f16a";
	font-family: FontAwesome !important;
}
.fa-calendar::before {
	content: "\f073";
	font-family: FontAwesome;
}


h1, h2, h3 {font-weight: bold !important;}