@import url(https://fonts.googleapis.com/css?family=Amiri:400,700&subset=arabic);@charset 'utf-8';
html, body {
    font-family: 'Amiri', serif;
    font-size: 18px;
}
/* // addons  */
/*!
 * froala_editor v1.2.4 (http://editor.froala.com)
 * Copyright 2014-2014 Froala
 */
.froala-element img.fr-fil, img.fr-tag.fr-fil {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 10px 10px 3px;
  float: left !important;
}
.froala-element img.fr-fil.fr-tni, img.fr-tag.fr-fil.fr-tni {
  float: none !important;
  margin-left: 0 !important;
}
.froala-element img.fr-fir, img.fr-tag.fr-fir {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 3px 10px 10px;
  float: right !important;
}
.froala-element img.fr-fir.fr-tni, img.fr-tag.fr-fir.fr-tni {
  float: none !important;
  margin-right: 0 !important;
}
.froala-element img.fr-fin, img.fr-tag.fr-fin {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 0;
  float: none;
}
.froala-element a.fr-file, a.fr-file {
  position: relative;
}
.froala-element a.fr-file:before, a.fr-file:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F0C6";
  top: 0;
  padding-right: 3px;
}
.froala-element table, table.fr-tag {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.froala-element table td, table.fr-tag td {
  border: solid 1px #cccccc;
  padding: 5px;
}
.froala-element table th, table.fr-tag th {
  background: #e6e6e6;
  border: solid 1px #cccccc;
  padding: 5px;
}
.froala-element pre, pre.fr-tag {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, post millennium */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  border: solid 1px #cccccc;
  background: #fcfcfc;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.froala-element blockquote, blockquote.fr-tag {
  margin-left: 20px;
  margin-right: 0;
  margin-top: 0;
  padding-left: 20px;
  position: relative;
  font-style: italic;
  border-left: solid 5px #cccccc;
}
.froala-element hr, hr.fr-tag {
  height: 0px;
  border: 0;
  border-top: solid 1px #cccccc;
  clear: both;
}
.fr-fvn {
  float: none;
  display: block !important;
  text-align: center !important;
}
.fr-fvl {
  float: left;
  margin: 10px 10px 10px 1px;
}
.fr-fvr {
  float: right;
  margin: 10px 1px 10px 10px;
}
/* // components */
body {
    direction: rtl;
    margin: 0;
}
.page_header {
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem;
}
.page_header-logo .open_menu {
    display: none;
}
.page_header-logo {
    /* flex-grow: 1 */
}
/* navbar style */
.page_header-navbar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.page_header-navbar .colse-menu {
    display: none;
}
.page_header-navbar ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.page_header-navbar ul li {
    padding: .5rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page_header-navbar .level-0-link svg, .page_header-navbar .level-1-link svg {
    width: 20px;
    fill-opacity: 0.5;
}
.page_header-navbar .level-0-link a {
    padding: 0 0 0 0.5rem;
    display: block;
    color: inherit;
    text-decoration: none;
}
.page_header-navbar .level-0-link:hover>a, .page_header-navbar .level-0-link:hover>svg, .page_header-navbar .level-1-link:hover>a, .page_header-navbar .level-1-link:hover>svg  {
    color: #00783c;
    fill: #00783c;
    text-decoration: underline;
}
.page_header-navbar .level-1 {
    color: #000;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #eee;
    z-index: 99;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 3px 2px 5px #0002;
            box-shadow: 3px 2px 5px #0002;
}
.page_header-navbar .level-1-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page_header-navbar .level-1-link a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.page_header-navbar .level-0-link:hover .level-1  {
    display: block
}
/* social media style */
.page_header-social_media {
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.page_header-social_media p {
    margin: 0;
}
.page_header-social_media ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.page_header-social_media ul li  {
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
}
/* start slider section style */
.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-case {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 380px;
    background-color: #222;
    padding-right: 3rem;
    
    
    /* background-image: url(../assets/photo_2018-02-18_11-50-22.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; */
}
.slider-case.small {
    height: 220px;
}
.slider-case-layer {
    height: 100%;
    color: #FFF;
    background-color: inherit;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.slider-case-layer:before {
    content: '';
    position: absolute;
    top: 0;
    left: -8%;
    height: 100%;
    width: 25%;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    background-color: inherit;
}
.slider-case-layer p {
    font-size: 1em;
    margin: 0.5rem 0;
    opacity: 0.8;
}
.slider-case-layer h2 {
    font-size: 2.5em;
    margin: 0.5rem 0;
    font-weight: normal;
    
}
.slider-case-layer div span {
    opacity: 0.8;
}
.slider-case-layer div a {
    border: 0;
    border-radius: .3rem;
    background: #00a04b;
    padding: .3rem 1.5rem;
    color: #fff;
    font-size: 1.1rem;
    margin: 0 .5rem 0 0;
    line-height: 1.5rem;
    font: inherit;
}
.slider-photo {
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
    background-image: url(../assets/photo_2018-02-18_11-50-22.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* start categories section style */
.categories {
    padding: 1rem;
    background: #FCFCFC;
}
.categories_head-title {
    padding: 0.5rem 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.categories_head-signature {
    margin: -0.4rem;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.6;
    display: block;
}
/* start items style  */
.categories-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 1rem;
}
/* item style  */
.categories-item {
    background-image: url('../assets/photo_2018-02-18_11-50-03.jpg');
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    width: 10rem;
    height: 10rem;
    position: relative;
    margin-bottom: 1rem;
    -webkit-transition: 160ms;
    transition: 160ms;
}
.categories-item:hover {
    -webkit-box-shadow: 2px 2px 5px #000;
            box-shadow: 2px 2px 5px #000;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
}
.categories-item-layer {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 160ms;
    transition: 160ms;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.categories-item:hover .categories-item-layer {
    background: rgba(255, 255, 255, 0.2);
}
.categories-item-layer-content {
    color: #fff;
    font-size: 1.5rem;
    -ms-flex-item-align: center;
        align-self: center;
}
.categories-item:hover .categories-item-layer-content  {
    color: #000;
}
/* start footer style */
.categories_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.show-more {
    background: #fff;
    color: #00783c;
    text-decoration: none !important;
    border: 1px solid #eee;
    border-radius: .3rem;
    padding: 0.2rem 1rem;
    font-weight: bold;
    font-family: inherit;
    font-size: 1.1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* start cards section style */
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 1rem;
}
.card {
    width: calc(25% - 2rem);
    margin: 1rem;
}
.card:hover {
    -webkit-box-shadow: 2px 3px 23px -2px rgba(0,0,0,0.25);
            box-shadow: 2px 3px 23px -2px rgba(0,0,0,0.25);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.card-photo {
    background-image: url(../assets/photo_2018-02-18_11-49-45.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    padding-bottom: 65%;
}
.card-time {
    padding: 0.3rem 1.5rem;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
}
.card-data {
    border: 1px solid #F1F1F1;
    padding: 0.5rem;
    background-color: #fff;
}
.card-data-title {
    margin: 0 0 0.5rem 0;
}
.card-data-details {
    margin: 1rem;
    display: block;
}
.card-data-more {
    margin: 0;
    font-size: 0.8em;
    opacity: 0.9;
    cursor: pointer;
    display: inline-block;
    color: #000;
}
/* start footer style */
.categories_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.show-more {
    background: #fff;
    color: #4b8e6a;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: .3rem;
    padding: 0.2rem 1rem;
    font-weight: bold;
    font-family: inherit;
    font-size: 1.1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.show-more:hover, .show-more:hover svg {
    color: #000;
    fill: #000;
    text-decoration: underline !important;
}
.footer {
    background: #4A4A4A;
    padding: 1rem;
}
.footer-text {
    font-size: 1em;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    opacity: 0.7;
}
.article {
    /* display: flex;
    justify-content: center; */
    padding: 2rem;
}
.article-data {
    width: 100%;
}
.article-data img {
    margin: 1rem;
}
.article-data h1 {
    font-size: 2.5em;
    margin: 0rem;
}
.article-data h2 {
    font-size: 2em;
    margin: 0rem;
}
.article-data h3 {
    font-size: 1.5em;
    margin: 0rem;
}
.article-data h4 {
    font-size: 1em;
    margin: 0rem;
}
.article-data p {
    font-size: 0.8em;
    margin: 0rem;
}
.article-data ul li {
    font-size: 0.8em;
    margin: 0rem;
}
.article-photo {
    width: 25%;
    margin: 2rem 0 0 0;
}
.fb-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 3rem;
}
.comments {
    width: 70%;
}
.share {
    width: 25%;
    padding: 0.5rem 1rem;
}
.share p {
    margin: 0;
}
.share ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.share ul li  {
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
}
.fb-comments, .fb-comments span, .fb-comments iframe {
    width: 100% !important;
    padding: 0;
}
.login {
    width: 480px;
    max-width: 100%;
    margin: auto;
    padding: 5rem 0;
    text-align: center;
    direction: ltr;
}
.login-form-title {
    font-size: 1.5rem;
}
.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-form-field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 1rem;
}
.login-form-input {
    font: inherit;
    font-size: 0.9em;
    padding: 0.5rem;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #0003;
}
.login-form-button {
    font: inherit;
    padding: 0.4rem;
    background: #00783c;
    color: #fff; 
    border: 1px solid #0003;
    border-radius: 4px;
}
/*// Media: Always be At the Bottom */
@media only screen and (min-width: 1367px) {}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {}
@media only screen and (min-width: 480px) and (max-width: 1024px) {}
@media only screen and (max-width: 1024px) {


    

    .page_header-social_media {
        -ms-flex-item-align: center;
            align-self: center;
    }



    /* slider style */
    .slider {
        position: relative;
    }
    .slider-case {
        padding: 0;
        background: #0005;
        width: 100%;
    }
    .slider-case-layer:before {
        display: none;
    }

    .slider-case-layer {
        padding: 0 1rem;
        font-size: 0.8em;
        text-align: center;
    }

    .slider-photo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-attachment: fixed;
    }

    /* 3 cards  */
    .card {
        width: calc(33.3333333% - 2rem);
    }
}
@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: landscape) {}
@media only screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {}
@media only screen and (min-width: 480px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen and (max-width: 480px) and (orientation: landscape) {}
@media only screen and (max-width: 480px) and (orientation: portrait) {}
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen and (max-width: 768px) {
    

    /* start responsive header style */
    .page_header {
        position: relative;
    }
    
    .page_header-logo {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .page_header-logo .open_menu {
        display: inline;
        -ms-flex-item-align: center;
            align-self: center;
        margin: 0 2rem 0 0;
    }

    .open_menu svg{
        cursor: pointer;
    }


    .page_header-logo img{
        height: 70px;
    }
    .page_header-navbar .colse-menu {
        display: block;
    }

    .page_header-navbar .colse-menu svg {
        float: left;
        padding: 1rem;
        cursor: pointer;
    }
    .page_header-navbar {
        position: fixed;
        top: 0;
        right: -260px;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 0 0 5px #0005;
                box-shadow: 0 0 5px #0005;
        height: 100%;
        width: 260px;
        max-width: 100%;
        -webkit-transition: right 180ms;
        transition: right 180ms;
        overflow: hidden;
    }
    .page_header-navbar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        
    }
    
    .page_header-navbar ul li {
        padding: .5rem 0 .5rem 1rem;
    }

    .level-0-link {
        visibility: hidden;
    }

    .level-1 {
        display: block !important;
        visibility: visible !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        border: 0 !important;
    }

    .page_header-social_media p {
        font-size: 0.8em;
    }
    .page_header-social_media ul li {
        width: 1.5rem;
        height: 1.5rem;
    }

    /* end responsive header style */

    /* 2 cards  */
    .card {
        width: calc(50% - 2rem);
    }

    /* footer style  */
    .footer-text {
        font-size: 0.8;
    }
}
@media only screen and (max-width: 480px) {

    .page_header-logo .open_menu {
        margin-right: .5rem;
    }

    /* 1 card  */
    .comments, .share, .card {
        width: 100%;
    }
    .comments { 
        -webkit-box-ordinal-group: 3; 
            -ms-flex-order: 2; 
                order: 2
    }

    .share, .share ul {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .fb-comments {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}