@font-face {
    font-family: 'Droid-Arabic-Kufi';
    src: url('../webfonts/Droid-Arabic-Kufi.ttf.woff') format('woff'), /* Pretty Modern Browsers */
    url('../webfonts/Droid-Arabic-Kufi.ttf.svg#Droid-Arabic-Kufi') format('svg'), /* Legacy iOS */
    url('../webfonts/Droid-Arabic-Kufi.ttf.eot'), /* IE9 Compat Modes */
    url('../webfonts/Droid-Arabic-Kufi.ttf.eot?#iefix') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../webfonts/Tajawal-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../webfonts/Tajawal-Regular.svg') format('svg'), /* Legacy iOS */
    url('../webfonts/Tajawal-Regular.eot'), /* IE9 Compat Modes */
    url('../webfonts/Tajawal-Regular.eot?#iefix') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('../webfonts/noto-sans-jp-v23-latin-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../webfonts/noto-sans-jp-v23-latin-regular.svg') format('svg'), /* Legacy iOS */
    url('../webfonts/noto-sans-jp-v23-latin-regular.eot'), /* IE9 Compat Modes */
    url('../webfonts/noto-sans-jp-v23-latin-regular.eot?#iefix') format('embedded-opentype');
    /* IE6-IE8 */
    font-weight: normal;
    font-style: normal;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    direction: rtl;
}

body {
    font-size: 0.875em;
    overflow-x: hidden;
    font-family: 'Droid-Arabic-Kufi', serif;
    direction: rtl;
    padding-right: 0 !important;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    /*background: url('../images/bg-bodyr.jpg') repeat top left;*/
    background-color: #eeeef0;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

* a:hover,
* a:focus {
    text-decoration: none;
}


/**************start upper header***************/


/************************************************/

.upper-header {
    width: 100%;
    float: right;
    padding: 10px 0;
    background: url('./../images/header-bg.png') no-repeat;
}

.logo {
    width: 80%;
    float: right;
}

.logo > h3 { padding-top:20px;}

.img-logo {
    width: 100px;
    float: right;
}

.logo>h6:first-of-type {
    margin-top: 22px;
    color: #195D13;
}

.logo>h6:last-of-type {
    font-size: 11px;
    color: #615e5e;
}

.lang-w {
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    background-color: #d7dde1;
    border-radius: 50%;
    margin-top: 20px;
    box-shadow: 1px 0px 5px 1px #bcbaba;
}

.lang-l {
    font-family: 'Noto Sans JP';
    color: #333;
    font-size: 13px;
}

.logo span {
    display: block;
}


/**************end upper header***************/


/************************************************/


/********start main slider****************/


/*****************************************/

.main-slider {
    width: 100%;
    float: right;
}

.single-one {
    float: right;
    width: 100%;
    height: 400px;
}

.single-one img {
    height: 400px
}


/********start main slider****************/


/*****************************************/


/********start main menu ****************/


/*************************************/


/*start head*/

.head {
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(top, rgba(71, 67, 67, 1) 0%, rgba(71, 69, 69, 1) 52%, rgba(64, 61, 61, 1) 53%, rgba(44, 44, 44, 1) 100%);
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    float: right;
    z-index: 9999;
}

.head nav {
    float: right;
}

.head nav.active {
    right: 0;
}

.head nav ul {
    display: flex
}

.head nav ul li {
    position: relative;
}

.downs {
    position: absolute;
    top: 31px;
    left: 0;
}

.head nav ul li ul {
    position: absolute;
    left: 0;
    background-color: #0056b3;
    border-radius: 4px;
    display: none
}

.head nav ul li.active ul {
    display: block
}

.head nav ul li ul li {
    display: block;
    width: 150px;
    text-align: center
}

.link-drop {
    color: #fff !important
}

.head nav ul li a {
    line-height: 80px;
    color: #fff;
    padding: 0 30px;
    font-size: 15px;
    display: block;
}

.head.white nav ul li a {
    line-height: 50px
}

.head nav ul li a:hover {
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(248, 181, 0, 1) 0%, rgba(248, 181, 0, 1) 46%, rgba(235, 168, 0, 1) 53%, rgba(214, 155, 7, 1) 100%);
    -webkit-background: linear-gradient(to bottom, rgba(248, 181, 0, 1) 0%, rgba(248, 181, 0, 1) 46%, rgba(235, 168, 0, 1) 53%, rgba(214, 155, 7, 1) 100%);
    -moz-background: linear-gradient(to bottom, rgba(248, 181, 0, 1) 0%, rgba(248, 181, 0, 1) 46%, rgba(235, 168, 0, 1) 53%, rgba(214, 155, 7, 1) 100%);
}

.menu-toggle {
    color: #fff;
    line-height: 80px;
    float: left;
    height: 80px;
    font-size: 24px;
    padding-top: 25px;
    cursor: pointer;
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80px;
    position: absolute;
    left: 50px;
    top: 40px
}

.toggle {
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.toggle:after,
.toggle:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    left: 0
}

.toggle:after {
    top: 8px
}

.toggle:before {
    top: -8px
}

.menu-toggle.active .toggle {
    background: rgba(0, 0, 0, 0)
}

.menu-toggle.active .toggle:before {
    transform: rotate(45deg);
    top: 0
}

.menu-toggle.active .toggle:after {
    transform: rotate(-45deg);
    top: 0
}

@media (max-width: 1199px) {
    .menu-toggle {
        display: block
    }
    .head nav {
        display: block;
        position: absolute;
        background-color: #d5d5d5;
        width: 100%;
        height: auto;
        right: -125%;
        top: 80px;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }
    .head nav ul {
        display: block;
        text-align: center
    }
    .head nav ul li {
        position: relative;
        border-bottom: 1px dashed #504d4d;
        width: 100%;
    }
    .head nav ul li a {
        height: 50px;
        color: #078459;
        position: relative;
        font-size: 14px;
        padding: 0;
    }
    .head nav ul li.active ul {
        position: relative;
        background-color: #0056B3
    }
    .head nav ul li ul li {
        width: 100%;
    }
}


/*end head*/


/********end main menu*****************/


/***************************************/


/********start main news organization*****************/


/*****************************************************/

.second-slider-f {
    width: 100%;
    float: right;
    padding-top: 35px;
}

.slide-one {
    float: right;
    width: 100%;
    height: 350px;
}

.slide-one img {
    height: 350px
}

.news-organization {
    width: 100%;
    float: right;
    margin: 30px 0;
}

.header-of-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: right;
}

.header-of-slider>h6 {
    background-color: #437c3e;
    min-width: 120px;
    padding: 10px 13px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
}

.carosal-slider-news {
    padding: 25px;
    background-color: #fff;
    width: 100%;
    float: right;
    box-shadow: -1px -1px 10px 3px #e1e0e0;
    border-radius: 15px;
}

.second-slider-f .slick-prev {
    left: 0;
    top: 10px;
}

.second-slider-f .slick-next {
    left: 35px;
    top: 10px;
    right: inherit;
    margin-left: 20px;
}

.second-slider-f .slick-prev,
.second-slider-f .slick-next {
    background-color: #333;
}

.detail-slide-c span {
    font-size: 14px;
    color: #5b5858;
    display: block;
    margin-bottom: 10px;
}

.detail-slide-c p {
    color: #5b5858;
    margin-bottom: 20px;
    max-height: 200px;
    font-size: 13px;
}

.detail-slide-c a:first-of-type {
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    color: #3f3e3e;
}

.detail-slide-c a:first-of-type:hover {
    text-decoration: underline;
}

.detail-slide-c a:last-of-type {
    display: inline-block;
    background-color: #599336;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
}

.detail-serv {
    min-height: 435px;
    padding: 25px;
    background-color: #2D6F3F;
    border-radius: 20px;
    width: 100%;
    float: right;
}

.detail-serv>img {
    margin-bottom: 15px;
}

.detail-serv>p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    max-height: 135px;
    overflow: hidden;
}

.detail-serv>a {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #2D6F3F;
}

.events {
    width: 100%;
    float: right;
}

.soon-events {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: -1px -1px 10px 3px #e1e0e0;
    width: 100%;
    margin-bottom: 20px;
    float: right;
}

.heading-events {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7339), color-stop(50%, #3e7339), color-stop(51%, #2e6627), color-stop(100%, #003500));
    width: 100%;
    float: right;
    padding: 10px;
    border-radius: 10px;
}

.img-e {
    width: 25px;
    float: right;
}

.heading-events>h6 {
    float: right;
    margin-bottom: 0;
    color: #fff;
    padding: 5px;
}

.soon-events>ul {
    width: 100%;
    float: right;
    margin: 20px 0;
    padding: 0 15px;
}

.soon-events>ul>li {
    position: relative;
    background-color: #ddd;
    margin-bottom: 15px;
    min-height: 50px;
    padding-right: 20px;
    line-height: 50px;
}

.number-s {
    display: inline-block;
    position: absolute;
    background-color: #9f9d9d;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    right: -14px;
    top: 25%;
}

.a-li-events {
    float: left;
    background-color: #70AC4B;
    color: #fff;
    min-width: 125px;
    text-align: center;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 7px;
}

.a-li-events:hover {
    color: #fff;
}

.more-events {
    display: inline-block;
    background: #599336;
    padding: 7px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
}

.more-events:hover {
    color: #fff;
}


/********end main news organization*****************/


/*****************************************************/


/************start component-d*************/


/******************************************/

.img-c-a {
    width: 30px;
    display: block;
    margin: 5px auto;
    margin-bottom: 10px;
}

.component-d a {
    display: inline-block;
    border-radius: 10px;
    height: 85px;
    font-size: 10px;
    padding: 8px;
    text-align: center;
    margin-bottom: 7px;
    color: #fff;
    width: 103px;
    margin-bottom: 20px;
}

.bg-light-g {
    background-color: #64a53d;
}

.bg-yellow-1 {
    background-color: #F4B81B;
}

.bg-light-gray {
    background-color: #949191;
}

.bg-d-gray {
    background-color: #333;
}

.component-d {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: -1px -1px 10px 3px #e1e0e0;
}

.img-r-w {
    width: 125px;
    display: block;
    margin-bottom: 10px;
}

.recent-r {
    text-align: center;
}

.a-recent-link {
    text-align: center;
    display: inline-block;
    color: #1e7e3a;
    margin: 10px;
    font-size: 12px;
}

.latest-releases {
    background-color: #d4d1d1;
    padding: 15px;
    border-radius: 15px;
    box-shadow: -1px -1px 10px 3px #e3e1e1;
    margin-top: 20px;
}


/************end component-d*************/


/******************************************/


/************start our partners*************/


/******************************************/

.our-partner {
    width: 100%;
    float: right;
    margin: 20px 0;
}

.carousal-slider {
    width: 100%;
    float: right;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    direction: ltr;
}

.slide-one-img {
    text-align: center;
}

.logo-b-img {
    width: 110px !important;
    margin: auto;
}

.carousal-slider .slick-prev {
    left: -15px;
}

.carousal-slider .slick-next {
    right: -15px;
}

.carousal-slider .slick-prev,
.carousal-slider .slick-next {
    background-color: #333;
}

.carousal-slider .slick-prev:before,
.carousal-slider .slick-next:before {
    font-size: 17px;
}


/************end our partners*************/


/******************************************/


/*************start footer***************/


/****************************************/

.footer {
    background-color: #3A3A3A;
    width: 100%;
    float: right;
    padding: 40px 0;
}

.img-footer {
    width: 40px;
    display: block;
    margin-bottom: 5px;
}

.foot-d h6 {
    color: #ff9e0a;
    font-size: 16px;
}

.foot-d ul li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.num-contact {
    color: #fff;
}

.num-contact:hover {
    color: #fff;
}


/***********end footer******************/


/***************************************/


/***********start copy right******************/


/***************************************/

.copy-right {
    width: 100%;
    float: right;
    background-color: #2c2c2c;
    padding: 15px;
    text-align: center;
}

.copy-right p {
    color: #7D7C7C;
    font-size: 12px;
    margin: 0 auto;
}


/***********end copy right******************/


/***************************************/


/*************start about us****************/

.about-us {
    width: 100%;
    float: right;
    margin: 50px 0;
}

.about-o {
    width: 100%;
    margin-bottom: 30px;
    float: right;
}

.about-o p {
    margin-bottom: 10px;
}

.p-detail {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    float: right;
    padding: 20px;
}

.country-member {
    width: 100%;
    margin-top: 10px;
    float: right;
}

.m-country-name {
    width: 100%;
    float: right;
}

.detail-flag-n {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ddd;
    padding: 5px;
    border-radius: 5px;
}

.number-s-1 {
    display: inline-block;
    padding: 5px;
    float: right;
}

.img-f {
    width: 35px;
    float: right;
}

.name-p-country {
    float: right;
    padding: 5px;
}


/*************end about us********************/


/************start contact us****************/

.contact-us {
    width: 100%;
    float: right;
    margin: 50px 0;
}

.contact-img {
    width: 30px;
}

.contact-detail {
    margin: 20px 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.detail-o-c {}

.contact-img {
    width: 38px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    background-color: #003500;
    border-radius: 50%;
}

.contact-img>img {
    width: 20px;
}

.detail-o-c p {
    margin: 10px 0;
    border: 1px dashed #ddd;
    padding: 10px;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.map-d {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}


/*************end contact us*******************/


/***************start search*****************/

.search-c {
    width: 100%;
    float: right;
    margin: 50px 0;
}

.search-input {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    float: right;
    width: 100%;
}

.input-t {
    margin-bottom: 20px;
}

.input-t label {
    color: #21996a;
}

.btn-s-search {
    float: left;
}

.btn-s-search>button {
    display: inline-block;
    background: #599336;
    padding: 7px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
    width: 100px;
    border: none;
    font-family: 'Droid-Arabic-Kufi';
}

.table-s {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    float: right;
}

.heading-table {}

.heading-table>h6 {
    color: #1e7e3a;
}

.table-s>table {
    text-align: right;
}

.table td,
.table th {
    text-align: right;
}

.btn-t-d {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
    width: 100px;
    border: none;
    font-family: 'Droid-Arabic-Kufi';
    cursor: pointer;
}

.bg-dark-g {
    background-color: #397366;
}

.bg-inner-g {
    background-color: #003533
}


/**************end search*******************/


/***********start news*****************/

.news-important {
    width: 100%;
    float: right;
    margin: 50px 0;
}

.component-card-news {
    width: 100%;
    float: right;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.section-search-1>h6 {
    color: #1e7e3a;
    font-size: 14px;
    width: 100%;
    float: right;
    margin: 5px 0 10px;
}

.card-detail {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    float: right;
}

.card-detail a:first-of-type {
    color: #0A6C33;
    margin-bottom: 10px;
    display: block;
}

.card-detail span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: #696969;
}

.card-detail img {
    border: 1px solid #9d9b9b;
    margin-bottom: 15px;
}

.card-detail p {
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 73px;
    overflow: hidden;
}

.card-detail a:last-of-type {
    background-color: #599336;
    border-radius: 10px;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
}

.pagination-d {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
}

.pagination {
    float: left;
}

.page-item:first-child .page-link {
    border-radius: 5px;
}

.page-item:last-child .page-link {
    border-radius: 5px;
}

.page-link {
    background-color: #dadada;
    margin: 3px;
    border-radius: 5px;
}


/************end news******************/


/*********start detail-of-news***********/

.card-detail-of-news a:first-of-type {
    color: #055023;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    padding-right: 30px;
}

.card-detail-of-news {
    width: 800px;
    float: right;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.img-news-d {
    width: 700px;
    display: block;
    margin: auto;
}

.card-detail-of-news>span {
    display: block;
    margin-bottom: 20px;
    padding-right: 30px;
}

.card-detail-of-news>p {
    width: 700px;
    margin: 30px auto;
}


/*********end detail-of-news***********/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.link-a-submenu {
    line-height: 40px !important;
    color: #333 !important;
}

.link-a-submenu:hover {
    color: #fff !important;
}

.icon-a-arrow {
    position: absolute;
    left: 14%;
    top: 30%;
}