
/*scrollbar*/
/*IE*/
HTML, BODY {
    scrollbar-face-color: #9d865c;
    scrollbar-arrow-color: #9d865c;
    scrollbar-track-color: #e6e3d7;
    scrollbar-shadow-color: #e6e3d7;
    scrollbar-highlight-color: #086c38;
    scrollbar-3dlight-color: #086c38;
    scrollbar-darkshadow-Color: #086c38;
}
/* width */
::-webkit-scrollbar {
    background-color: #e6e3d7;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6e3d7;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9d865c;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #086c38;
    }

/* MAps */
.countryname {
    font-size: 12px !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
    text-align: center !important;
}

.countryTitle {
    font-weight: 200 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    font-size: 18px !important;
}

.countryDiv {
    max-width: 70px !important;
    max-height: 70px !important;
    width: 70px;
    display: inline-table;
}

.countryDivImg {
    top: 0 !important;
    width: 100% !important;
}

.countryImg {
    width: 43px !important;
    height: 43px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 21px;
    border: solid 2px #ab975e;
    background: #fff;
    /*width: 70px !important;
            height: 40px;
            border: #fff 1px solid !important;*/
}

/* End MAps */

/* Top Bar */
#TopBar {
    background: #086c38;
    height: 35px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 799;
}

    #TopBar .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #ffffff;
        color: #086c38;
        line-height: 1.5;
        /* padding: 5px 0; */
        /* margin-right: 0px; */
        border-radius: 50%;
        text-align: center;
        width: 25px;
        height: 25px;
        /* transition: 0.3s; */
        margin-top: 5px;
    }

        #TopBar .social-links a:hover {
            background: #086c38;
            color: #fff;
        }

@media (max-width: 768px) {
    #TopBar .social-links {
        display: none;
    }
}


.search {
    width: 100%;
    position: relative;
}

.searchTerm {
    /*float: left;
            width: 150px;
            border: 3px solid #086c38;
            padding: 5px;
            height: 30px;
            border-radius: 5px;
            outline: none;
            color: #086c38;
            margin: 3px;
            font-size: 12px;*/
    float: left;
    width: 150px;
    border: 0;
    padding: 5px 10px;
    height: 25px;
    border-radius: 12px;
    outline: none;
    color: #086c38;
    margin: 5px;
    font-size: 12px;
}

    .searchTerm:focus {
        color: #086c38;
    }

/* Top Bar */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.bar1 {
    background-color: #086c38 !important;
}

.bar2 {
    background-color: rgba(173, 151, 113, 0.74) !important;
}

.albums-wrap .albums_badge_image {
    display: inline-block;
    margin: 0 5px 10px;
    width: 70px;
    height: 70px;
    float: right;
}

.albums_badge_image {
    overflow: hidden;
}

    .albums_badge_image a {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        border: solid 2px #515050;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }

    .albums_badge_image img {
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -ms-transition: all 300ms;
        transition: all 300ms;
        width: 100%;
    }

    .albums_badge_image a:hover img {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

.CallCenter {
    font-size: 12px;
}


.quote {
    text-align: center;
    margin: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #086c38;
      font-family: 'Gotham SSm M Bold';
}

    .quote .cta-btn {
        font-family: 'Gotham SSm M Bold';
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        border: 2px solid #9d865c;
        color: #106d39;
        bottom: 0;
    }

/* Map info box*/
.info-box {
    display: block;
    min-height: 90px;
    background: #e6e3d7;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-bottom: 4px;
    color: #000;
    cursor: pointer;
}

    .info-box:hover {
        background: rgb(8, 108, 56);
        color: #fff;
    }

    .info-box small {
        font-size: 14px;
    }


    .info-box .progress {
        background: rgba(0,0,0,0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box .progress, .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #fff;
            }

.info-box-icon {
    border-top-right-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    display: block;
    float: right;
    height: 90px;
    width: 70px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}



    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    margin-right: 70px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
      font-family: 'Gotham SSm M Bold';
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.progress-description {
    font-family: Montserrat,sans-serif;
}


.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
    text-align: right;
}
/* End Map info box*/




/* Top Slider poster*/

@media(min-width: 1025px) {
    .poster--wrapper-box {
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
    }

    #MainTop .rslides_container .rslides .poster {
        background-color: rgba(0, 0, 0, 0.35);
        color: #fff;
    }

        #MainTop .rslides_container .rslides .poster .poster__heading a {
            color: #fff;
        }

    .rslides .poster--right {
        right: 0;
        left: auto;
    }

    .rslides .poster--left {
        left: 0;
        right: auto;
    }

    .rslides .poster--box {
        position: absolute;
        left: 0;
        top: 50px;
    }

    .poster--box {
        max-width: 480px;
    }

    .poster {
        background-color: rgba(255,255,255,0.75);
    }

    .poster--box .poster__content, .poster--box .poster__heading {
        max-width: 480px;
    }

    .rslides .poster--horizontal {
        position: absolute;
        bottom: 0;
        width: 50%;
        right: 25%;
        float: right;
    }
}

.poster--box {
    width: 100%;
}

.poster {
    padding: 15px 20px;
    /*background-color: #f7f7f7;*/
    background-color: #333;
    color: #000;
}

.poster--box .poster__content, .poster--box .poster__heading {
    max-width: 1280px;
    margin: 0 auto;
    text-align: right;
}

.poster__tags {
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 300;
      font-family: 'Gotham SSm M Bold';
}

.poster h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    text-align: right;
     font-family: 'Gotham SSm M Bold';
}

.poster--box .poster__content > .poster__text, .poster--box .poster__heading > .poster__text {
    max-width: 666px;
}

.poster__text {
    position: relative;
}

.poster__content {
    position: relative;
    line-height: 1.6;
    font-style: normal;
    text-align: right;
    font-size: 18px;
}

.poster__text *:first-child, .poster__text p:first-of-type {
    margin: 0;
}

.poster__text::after {
    content: "";
}

.poster--box .poster__button--wrapper:last-child {
    margin-bottom: 0;
}

.poster--box .poster__button--wrapper {
    width: 100%;
    max-width: none;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-bottom: 10px;
}

.poster--horizontal {
    width: 100%;
}

.actionbutton {
    text-align: center;
    display: inline-block;
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 9px 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.125em;
    letter-spacing: .3px;
    border-radius: 4px;
    font-size: 14px;
      font-family: 'Gotham SSm M Bold';
}

    .actionbutton:hover {
        background-color: #000;
        color: #fff;
    }

.poster__date-field {
    float: right;
    margin-right: 2px;
}

time {
    color: #9d865c;
    font-weight: bold;
      font-family: 'Gotham SSm M Bold';
}

.separator {
    font-weight: 700;
    font-style: normal;
    display: inline;
    color: #9d865c;
    margin: 0 13px;
    font-size: 0.8em;
    vertical-align: text-top;
      font-family: 'Gotham SSm M Bold';
}
/* End Top Slider poster*/



/* cookie Consent */


#cookieConsent {
    text-align: center;
    background-color: #91979d;
    /* min-height: 75px; */
    font-size: 18px;
    color: #fff;
    padding: 0px 0 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 5px 10px 0 0;
    /* font-weight: bold; */
    font-size: 20px;
    color: #e6e3d7;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    /* border: 1px solid #84b49b; */
    color: #fff;
    background-color: #333;
}

    #cookieConsent a.cookieConsentOK:hover {
        /*border: 1px solid #ffffff;*/
        background-color: #ffffff;
        color: #086c38;
    }
/*Cookie Consent End*/


/* MAp Event line */

@media (max-width: 768px) {
    #event_line .event-year {
        font-size: 12px !important;
        width: 65px !important;
    }

    #event_line .event-border {
        width: 60px !important;
    }


    #event_line .list-group-item-success {
        font-size: 12px !important;
    }

    #event_line .media-body {
        padding-right: 90px !important;
    }

    .evnt-content {
        width: 100% !important;
    }
}

#event_line .event-year {
}


.evnt-content {
    margin: auto;
    width: 90%;
}

#event_line {
    margin-top: 20px;
}

    #event_line ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #event_line ul li {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
        }

    #event_line .media-body {
        padding-right: 150px;
    }

    #event_line .event-border {
        float: right;
        position: absolute;
        border-left: solid 3px #ab975e;
        width: 120px;
        padding: 5px 0;
        height: 125%;
        text-align: center;
        right: 10px;
    }

    #event_line .event-year {
        position: absolute;
        left: 20px;
        padding: 8px 3px;
        background: #9d865c;
        color: #fff;
        width: 90px;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
    }

    #event_line .event-disk {
        /*width: 20px;
                  height: 20px;
                  background: #cacaca;
                  -webkit-border-radius: 15px;
                  -moz-border-radius: 15px;
                  border-radius: 15px;
                  border: solid 4px #f2f2f2;
                  position: absolute;
                  left: -12px;
                  top: 10px;*/
        width: 40px;
        height: 40px;
        background: #cacaca;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: solid 3px #ab975e;
        position: absolute;
        left: -42px;
        top: 0px;
    }

    #event_line .panel {
        width: 100%;
        margin-bottom: 30px;
        background-color: transparent;
        border: 0 !important;
        font-size: 16px;
        direction: rtl;
        padding: 20px;
        padding-top: 0;
        color: #777;
    }

    #event_line .list-group-item-success {
        border: 0;
        background: #e6e3d7;
        /*border-right: 10px #03c27e solid;*/
        border-right: 5px rgba(0,0,0,0.2) solid;
        margin-top: 10px;
        padding: 15px 20px;
        padding-bottom: 10px;
        color: #000;
        font-size: 14px;
        word-spacing: 0px;
        letter-spacing: 0px;
    }

    #event_line .list-group-item {
        padding: 0.2rem .5rem;
    }

    #event_line .list-group-item-success.collapsed {
        -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
        box-shadow: 0 4px 7px rgba(0,0,0,0.2);
        padding: 10px 10px;
        margin-bottom: 2px;
    }

    #event_line .list-group-item-success:hover {
        opacity: .7;
        /*background-color :rgba(0,0,0,0.1);*/
        /*color :#fff;*/
    }

    #event_line .event-year:hover {
        background: #e6e3d7;
        color: #000;
    }

    #event_line .list-group.panel > .list-group-item i {
        float: left;
        margin-top: 5px;
    }



        #event_line .list-group.panel > .list-group-item i::before {
            content: "\f068";
        }

    #event_line .list-group.panel > .list-group-item.collapsed i::before {
        content: "\f067";
    }

.list-group-submenu {
    margin-left: 20px;
    background: #f0f0f0;
}

#event_line .panel .panel-body {
    padding: 20px;
    padding-top: 0;
    font-size: 16px;
    direction: rtl;
    background: #f0f0f0;
    border-right: 10px #09bf7d solid;
    margin: 0px 0 0px 0;
    color: #777;
    word-spacing: 0px;
    direction: rtl;
    -moz-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
    margin-bottom: 2px;
}
/* MAp Event line */

/* MAp Time line */

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #ab975e;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: -20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 44%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 8px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
        }

            .timeline > li > .timeline-panel:hover {
                background-color: #f3f3f4;
            }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 19px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 20px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 55px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            position: absolute;
            top: 5px;
            left: 50%;
            margin-left: -25px;
            background-color: #9d865c;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
              font-family: 'Gotham SSm M Bold';
        }

            .timeline > li > .timeline-badge:hover {
                background-color: #086c38;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    /* margin-top: 7px; */
    color: inherit;
    margin: 15px 0 15px 0;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.timeline-heading {
    /*min-height: 60px;*/
    font-size: 14px;
}

.td-Number {
    color: #086c38;
     font-family: 'Gotham SSm M Bold';
    font-weight: bold;
}




@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    .timeline > li {
        margin-bottom: 6px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/* End MAp Time line */


/* owl-carousel */
#owl-Story .item {
    margin: 10px;
}

#owl-News .item {
    /*direction: rtl;*/
}

#owl-Partner .item img {
    /*display: block;*/
    width: 100px;
    height: 100px;
}

#owl-OtherSite .item {
    margin: 10px;
}

/* end owl-carousel */


/*  Number Arabic */

.number {
    color: #086c38 !important;
      font-family: 'Gotham SSm M Bold' !important;
    font-weight: bold !important;
}


.Numberlang {
      font-family: 'Gotham SSm M';
}

/* end Number Arabic*/


.important {
    color: #9d865c !important;
}

.importantBorder {
    /*border-bottom: 1px solid #9d865c96 !important;*/
    box-shadow: 0px 2px 12px rgba(0, 0, 0, .75) !important;
}


/*  MonthlyBulletin  */
    #MonthlyBulletin .about-col {
        /*background: #fff;
        border-radius: 4px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
        cursor: pointer;
        min-height: 380px;
        border: 1px #e6e3d7c4 solid;*/
        background: #fff;
        border-radius: 22px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
        cursor: pointer;
        min-height: 400px;
        border: 2px #e6e3d7c4 solid;
    }

        #MonthlyBulletin .about-col .img {
            position: relative;
        }

            #MonthlyBulletin .about-col .img img {
                /*margin-top: 4px;
                width: 125px;
                height: 125px;
                border-radius: 50%;
                border: 4px solid #e6e3d7;*/
                width: 100%;
                height: 200px;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
                padding: 5px;
            }

        #MonthlyBulletin .about-col .icon {
            width: 64px;
            height: 64px;
            padding-top: 8px;
            text-align: center;
            position: absolute;
            background-color: #fff;
            border-radius: 50%;
            text-align: center;
            border: 1px solid #fff;
            left: calc( 50% - 32px);
            bottom: -30px;
            transition: 0.3s;
        }



            #MonthlyBulletin .about-col .icon img {
                width: 38px;
                height: 38px;
                /*line-height: 1;
            color: #fff;
            transition: 0.3s;*/
            }


        #MonthlyBulletin .about-col:hover .icon {
            background-color: #e6e3d7;
            border: 4px solid #e6e3d7;
        }

        #MonthlyBulletin .about-col:hover {
            background-color: #e6e3d7;
        }







        #MonthlyBulletin .about-col .count {
            /*border-top: 1px #d3d3d3 solid;
             border-bottom: 1px #d3d3d3 solid;*/
            display: inline-flex;
            text-align: center;
            padding: 5px;
            margin:auto;
        }

            #MonthlyBulletin .about-col .count .spa {
                font-size: 40px;
                margin: 0 10px;
                color: #9d865c;
            }

            #MonthlyBulletin .about-col .count i {
                color: #9d865c;
                font-size: 30px;
                transition: 0.3s;
                margin-top: 12px;
            }

            #MonthlyBulletin .about-col .count h3 {
                color: #666;
                text-align: center;
                font-size: 12px;
                padding: 0;
                margin: 0;
            }

            #MonthlyBulletin .about-col .count p {
                color: #666;
                text-align: center;
                font-size: 12px;
                padding: 5px;
                margin: 0;
            }

        #MonthlyBulletin .about-col .Donate {
            padding: 10px;
            border-top: 1px #eee solid;
        }



        #MonthlyBulletin .about-col h2 {
            color: #000;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            margin: auto;
            line-height: 1.5rem;
            /*min-height: 60px;*/
            padding: 10px;
            border-bottom: 1px #eee solid;
        }



            #MonthlyBulletin .about-col h2 a {
                color: #000;
            }

                #MonthlyBulletin .about-col h2 a:hover {
                    color: #106d39;
                }

        #MonthlyBulletin .about-col p {
            font-size: 14px;
            line-height: 24px;
            color: #333;
            margin-bottom: 0;
            padding: 0 10px 5px 10px;
            text-align: right;
        }


            /*mobile-nav*/
            #mobile-nav ul li .social-links  {
          margin :15px 0 0 0 ;
   
}

    #mobile-nav ul li .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #086c38;
    color: #eee;
    line-height: 1;
    padding: 7px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
   
}