@font-face {
    font-family: 'TheSans-Plain';
    src: url('../fonts/the_sans_plain/TheSans-Plain.eot');
    src: url('../fonts/the_sans_plain/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/the_sans_plain/TheSans-Plain.woff2') format('woff2'),
        url('../fonts/the_sans_plain/TheSans-Plain.woff') format('woff'),
        url('../fonts/the_sans_plain/TheSans-Plain.ttf') format('truetype'),
        url('../fonts/the_sans_plain/TheSans-Plain.svg#TheSansArab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans-Bold';
    src: url('../fonts/theSans-bold/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/theSans-bold/TheSans-Bold.otf') format('opentype'),
        url('../fonts/theSans-bold/TheSans-Bold.woff') format('woff'),
        url('../fonts/theSans-bold/TheSans-Bold.ttf') format('truetype'),
        url('../fonts/theSans-bold/TheSans-Bold.svg#TheSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    direction: rtl
}

body {
    font-family: 'TheSans-Plain';
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    width: 100vw;
}

a {
    color: #000;
}

a,
img {
    transition: 350ms ease-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.p-70 {
    padding: 70px 0;
}

.d-flex {
    display: flex
}

a.more-btn {
    color: white;
    display: block;
    width: 240px;
    padding: 13px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 10px;
    font-size: 16px;
    background-color: #3b9539;
}

a.more-btn:hover {
    box-shadow: 0 0 9px -3px #232323;
}

input:focus,
textarea:focus {
    outline: 0
}

.row {
    margin-left: 5px;
    margin-right: 5px;
}

.skewY:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 70px;
    background-color: #fafafa;
    z-index: 9;
    transform: skewY(-1deg);
}

.main-slider.skewY:before {
    background-color: white;
}

.skewY {
    position: relative;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

header {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #ffffff00;
}

header .top {
    background: #841e30;
    display: none;
}

header .top .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 40px;
    align-items: center;
    font-size: 15px;
    color: white;
}

header .top .d-flex ul li a {
    color: white;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
}

header .top-header {
    border-bottom: 3px solid #fbb03b;
    background-color: #212020;
    margin: 0 0 10px;
}


header .logo-container {
    display: grid;
    align-items: center;
    padding: 5px 0;
    flex-wrap: wrap;
    grid-template-columns: 1fr auto;
}

header .logo-container .logos {
    max-width: 20%;
    flex: 0 0 20%;
}

header .logo-container .logos .logo img {
    max-width: 130px;
}

header .logo-container nav.navbar.navbar-inverse {
    max-width: 67%;
    flex: 0 0 67%;
    margin: 0;
    background: 0;
    border: 0;
    padding-right: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    font-family: 'TheSans-Bold';
}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 350ms ease-out;
}

.navbar-inverse .navbar-nav > li > a:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    background: 0;
    color: #fff;
}

li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 10;
    margin-top: 0;
    border-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu {
    display: block;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    border: 0;
}

ul li.dropdown > ul > li {
    display: block;
    position: relative;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

ul li.dropdown > ul > li > a {
    padding: 9px 15px;
    display: block;
    font-size: 15px;
    color: #000000;
}

ul li.dropdown > ul > li > a:hover {
    background: #459c3c;
    color: #fff;
}

.dropdown-menu > .active > a {
    background: #1584a3;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #459c3c;
    color: #fff;
}

header .logo-container figure.v2030 {
    /* max-width: 13%; */
    flex: 0 0 13%;
}

header .logo-container figure.v2030 img {
    max-width: 100%;
    width: 120px;
    display: block;
    margin: 0px auto;
}

#home-slider .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
}

#home-slider .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(35, 35, 35, 0.97);
}

#home-slider .item .caption {
    position: absolute;
    direction: rtl;
    left: 50%;
    top: 50%;
    text-align: center;
    color: white;
    transform: translate(-50%, -50%);
}

#home-slider .item .caption h1 {
    font-family: 'TheSans-Bold';
    margin: 0 0 15px;
    font-size: 35px;
    color: #ffffff;
}

#home-slider .item .caption p {
    font-size: 30px;
    display: inline-block;
    color: #459c3c;
}

#home-slider .item .caption > a {
    background-color: #3b9539;
    display: block;
    width: 150px;
    margin: auto;
    margin-top: 30px;
    padding: 11px 0;
    font-size: 18px;
    color: white;
    border-radius: 10px;
}

#home-slider .item .caption > a:hover {
    background-color: #459c3c;
}

#home-slider .owl-item.active h1 {
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
}

#home-slider .owl-item.active p {
    -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
}

#home-slider .owl-item.active a {
    -webkit-animation: 1s 1.7s fadeInUp both;
    animation: 1s 1.7s fadeInUp both;
}

.main-slider {
    position: relative
}

.about.p-70 .item {
    text-align: center;
    padding: 25px;
    position: relative;
    background: #fcfcfc;
    margin: 0px 1rem;
    box-shadow: 1px 2px 3px #eee , -1px -2px 3px #eee;
    border-radius: 2rem;
    /* border: 1px solid #eee; */
}

.about.p-70 .item figure {
    width: 90px;
    height: 90px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.about .row .col-md-4:nth-child(1) .item {
    /* top: -40px; */
}

.about .row .col-md-4:nth-child(2) .item {
    /* top: -20px; */
}

.about.p-70 .item figure img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.about.p-70 .item ._content h2 {
    font-family: 'TheSans-Bold';
    font-size: 18px;
    margin: 0 0 20px;
    color: #459c3c;
}

.about.p-70 .item ._content h2 a{
    color: #9b6113;
}

.about.p-70 .item ._content p {
    line-height: 1.8;
    color: #6d6d6d;
}

.about_us.p-70 {
    background-color: #fafafa;
    text-align: right;
}

.about_us h3 {
    font-family: 'TheSans-Bold';
    color: #9b6113;
    font-size: 22px;
    margin: 0 0 20px;
    text-align: right;
}

.about_us ._content p {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 37px;
    text-align: justify;
    padding-left: 20px;
}

.about_us ._content a{float: right;display: inline-block;background-color: #9b6113;color: white;padding: 10px 45px;border-radius: 10px;margin-left: 20px;}

.about_us ._content a:hover{background-color: #d7bb3d;}

.about_us figure img {
    width: 100%;
    display: block;
    height: auto;
}

.about_us figure {
    box-shadow: 0 0 4px 4px #e2e2e2;
    padding: 20px;
    min-height: 290px;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 9px;
}

.about_us .row {
    display: flex;
    flex-wrap: wrap;
}

.about.p-70 {
    background-color: #ffffff;
}

.about_us ._video iframe {
    width: 100%;
    height: 300px;
}

.project.p-70 {
    background-color: white;
}

.project.skewY:before {
    background-color: #0e94d0;
}

.project .item {
    position: relative;
    direction: rtl;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}

.project .item figure.img-item {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.project .item figure.img-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.project .item figure.img-item a._det {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.51);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: .5s;
    opacity: 0;
    transform: scale(0);
}

.project .item:hover figure.img-item a._det {
    opacity: 1;
    transform: scale(1);
}

.project .item:hover {
    background-image: -moz-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    background-image: linear-gradient(90deg, rgb(16 114 58) 0%, rgb(6 128 58) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    color: #fff;
}

.project .item .caption-item {
    color: #3a3a3a;
}

.project .item .caption-item a.h2 {
    font-family: 'TheSans-Bold';
    font-size: 16px;
    margin: 20px 0 20px;
    display: block;
    color: #10723a;
}

.project .item:hover .caption-item a.h2 {
    color: white;
}

.project .item .caption-item a.arrow {
    height: 35px;
    width: 35px;
    display: block;
    border: 1px solid #fff;
    color: white;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.project .item .caption-item p {
    font-size: 13px;
    line-height: 1.8;
}

.gallary_viode_twitter.p-70 .one__post .item {
    margin: 0 0 30px;
    direction: rtl;
}

.gallary_viode_twitter.p-70 .one__post .item a.image {
    height: 370px;
}

.gallary_viode_twitter.p-70 .one__post .item iframe {
    width: 100%;
    height: 370px;
}

.gallary_viode_twitter.p-70 {
    background-color: #fafafa;
}

.gallary_viode_twitter .one__post .col-md-6 .item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -moz-linear-gradient(90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    opacity: 0;
    transition: .5s;
    transform: scale(0);
}

.gallary_viode_twitter.p-70 .one__post .col-md-6 .item {
    overflow: hidden;
}

.gallary_viode_twitter .one__post .col-md-6 .item:hover:before {
    transform: scale(1);
    opacity: .5;
}

.gallary_viode_twitter .one__post .item:hover a.name {
    transform: translateY(0);
    opacity: 1;
}

.head-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    margin-right: 1rem;
}

.head-b h3 {
    margin: 0 !important;
}

.head-b a {
    background-color: #cf8626;
    color: #fafafa;
    display: block;
    padding: 8px 26px;
    border-radius: 8px;
    font-size: 13px;
}

.publication .item {
    align-items: center;
    border: 1px solid #ede;
    padding: 30px 20px;
    transition: .5s;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 3px 10px #f4f4f4 , 0px -1px 10px #f4f4f4;
    margin-bottom: 1rem;
}

.publication .item .icon {
    height: 100px;
    max-width: 90px;
    text-align: center;
    margin-left: 10px;
    color: #9b6113;
    padding: 13px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;
}

.publication .item:hover .icon img {
    filter: inherit;
}

.publication .item .text a.h2 {
    display: block;
    font-size: 16px;
    color: #353535;
    margin: 0 0 15px;
}

.publication .item .text {
    flex-basis: 100%;
    text-align: center;
}

.publication .item .text a.download {
    color: #3b9539;
    display: block;
    width: 95px;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    margin: auto;
    border: 1px solid;
}

.publication .item:hover {
    border-color: #76b616;
}

.publication .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.publication .item:hover a.download {
    color: #ffffff;
    background-color: #3b9539;
border-color: #3b9539;}



.publication .item:hover .icon {
    background: #FFF
}

.contact.p-70 {
    background-color: #fafafa;
}

.contact .wpcf7-form {
    margin: auto;
}

.contact .wpcf7-form h3 {
    color: #fafafa;
    font-family: 'TheSans-Bold';
    margin: 0 0 30px;
}

.contact .wpcf7-form .d-flex {
    flex-wrap: wrap;
    margin: 0px -10px;
}

.contact .wpcf7-form .d-flex .col-6 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 10px;
}

.input-f {
    position: relative;
}

.input-f .fa {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #afafaf;
    font-size: 23px;
}

.contact .wpcf7-form .d-flex .col-12 {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 10px;
}

.contact .wpcf7-form .d-flex .col-6 input,
.contact .wpcf7-form textarea,
.contact .wpcf7-form .d-flex .col-12 input {
    width: 100%;
    border: 0;
    padding: 15px;
    text-align: right;
    background: 0;
    border-bottom: 1px solid #ccc;
}


.news .item-box .img-item {
    border-bottom: 1px solid #eee;
}

.news .item-box .bar {
    background-image: -moz-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(21 88 45) 0%, rgb(56 145 86) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    color: #fafafa;
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
}

.news .item-box .bar div:nth-child(2) > span:nth-child(1) {
    margin-left: 10px;
}

.news .caption-item {
    padding: 15px 15px 15px;
    text-align: right;
    min-height: 240px;
}

.news .item-box .img-item {
    width: 100%;
    height: 230px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.news .item-box .caption-item h2 a {
    color: #144525;
}

.news .item-box .caption-item h2 a:hover {
    color: #232323;
}

.news .item-box .img-item img {
    /* object-fit: cover; */
}

.news .item-box {
    margin: 0;
}

.news .caption-item a.more {
    display: block;
    float: left;
    background: #9e9e9e;
    padding: 5px 20px;
    border-radius: 5px;
    color: white;
}

.news .caption-item a.more .fa {
    margin-right: 15px;
}

.news .caption-item:before,
.news .caption-item:after {
    content: '';
    display: table;
    clear: both;
}

.news .caption-item a.more:hover {
    color: #ffffff;
    background-color: #0e93cf;
}

.news.p-70 {
    background-color: #fafafa;
}

.counter.p-70 {
    background-color: #0e94d0;
}

.counter.p-70 img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
    filter: brightness(0)invert(1);
}

.counter.p-70 .item .tump {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 20px;
    transition: .5s;
}

.counter.p-70 .item .caption {
    text-align: center;
    color: white;
}

.counter.p-70 .item .caption h3 {
    font-family: 'TheSans-Bold';
    font-size: 18px;
    margin: 0 0 10px;
}

.counter.p-70 .item .caption span {
    font-family: 'TheSans-Bold';
    font-size: 38px;
}

.counter.p-70 .item:hover .tump {
    transform: rotate(360deg);
}

.counter.p-70 .item .tump img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.a__ .d-flex {
    align-items: center;
}

.services {
    background-color: #fcfcfc;
}

.services .item-box .img-item {
    height: 120px;
    width: 250px;
}

.services .head-block h3 {
    margin: 0 0 50px;
}

.owl-nav > button.owl-next {
    left: -40px;
}

.owl-nav > button:hover {
    background-color: #459c3c !important;
}

.owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #9a9a9a !important;
    font-size: 30px !important;
    height: 50px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white !important;
    transition: .5s;
}

.owl-nav > button.owl-prev {
    right: -40px;
}

.head-block {
    margin: 0 auto 40px;
    max-width: 50%;
}

.head-block h3 {
    font-family: 'TheSans-Bold';
    font-size: 25px;
    margin: 0 0 15px;
    color: #9b6113;
}

.item-box {
    direction: rtl;
    background-color: white;
    margin: 10px;
    min-height: 200px;
    position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 9px;
    box-shadow: 0 39px 35px rgb(224 224 224 / 54%);
}

.archive .item-box {
    margin: 0 0 30px;
}

.item-box .img-item {
    height: 235px;
    margin: 0 auto 20px;
}

.item-box .img-item img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.item-box .caption-item h2 {
    font-size: 17px;
    margin: 0 0 12px;
    font-family: 'TheSans-Bold';
    line-height: 1.6;
}

.item-box .caption-item p{
    text-align: right;
}

.news .caption-item p {
    font-size: 14px;
    color: dimgrey;
    line-height: 2;
    margin: 0 0 20px;
}

.item-box .caption-item h2 a {
    color: #292929;
}

.gallary_viode_twitter h4.head {
    color: #383838;
    font-size: 22px;
    position: relative;
    font-family: 'TheSans-Bold';
    margin: 0 0 10px;
}

.gallary_viode_twitter h3 {
    color: #333;
    margin: 30px 0 15px;
    font-size: 20px;
    font-family: 'TheSans-Bold';
}

.gallary_viode_twitter .box__twitter {
    border: 1px solid #27b7be;
    padding: 15px;
}

.gallary_viode_twitter .one__post .item {
    position: relative;
    height: 357px;
}

.gallary_viode_twitter .slider-11 .item {
    direction: rtl;
}

.gallary_viode_twitter .one__post .item a.image {
    height: 345px;
    display: block;
    overflow: hidden;
}

.gallary_viode_twitter .one__post .item a.image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-slider button.owl-prev {
    right: 10px;
}

.gallery-slider button.owl-next {
    left: 10px;
}

.gallary_viode_twitter .one__post .item a.name {
    color: white;
    display: block;
    position: absolute;
    z-index: 88;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    font-size: 18px;
    transition: .5s;
    transform: translateY(60px);
    transition-delay: .2s;
    opacity: 0;
}

.post-type-archive-initiative .initiative {
    background: 0;
}

.page-header {
    min-height: 170px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 30px;
    background-color: #459c3c;
}

.archive .main-slider.skewY:before,
.page .main-slider.skewY:before,
.single .main-slider.skewY:before {
    background-color: #459c3c;
}

.page-header .content {
    text-align: center;
    padding-top: 25px;
    color: white;
    position: relative;
}

.page-header .content h1 {
    margin: 0 0 20px;
    font-size: 35px;
    font-family: 'TheSans-Bold';
}

.page-header .content ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
}

.page-header .content ul li {
    margin: 0 10px 0;
}

.page-header .content ul li a {
    color: white;
}

.page-content {
    line-height: 2;
    padding: 0 0 40px;
    text-align: justify !important;
    font-size: 16px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

form.wpcf7-form p label {
    font-weight: 100;
    display: block;
}

form.wpcf7-form p label input, form.wpcf7-form p label textarea , form.wpcf7-form p label select {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

form.wpcf7-form p label textarea {
    height: 130px;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    color: #fafafa;
    border: 0;
    padding: 10px 50px;
    border-radius: 10px;
    transition: .5s;
    margin: auto;
    display: block;
    margin-top: 10px;
    float: right;
    margin-bottom: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(58, 181, 74) 0%, rgb(40, 152, 55) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(129, 195, 30) 0%, rgb(93, 153, 4) 100%);
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    transform: translateY(-5px);
}
.single-news .page-content .content .img-post img {
    display: none;
}
.single-news .page-content .content img {
    /* width: 100%; */
}

/*.single-news .page-content .content .img-post img:first-child {
    display: block;
}*/

.page-content .content img {
    margin: auto;
    display: block;
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px -3px silver;
    max-width: 100%;
}

.footer-top .textwidget img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
    filter: brightness(0)invert(1);
}

.footer-top .textwidget {
    line-height: 1.9;
}

.footer-top {
    padding: 50px 0;
    color: #ffffff;
    font-size: 13px;
    background: #cf8625;
}

.footer-top ul.social-link {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.footer-bottom .d-flex {
    justify-content: space-between;
}

.footer-top h2 {
    font-family: 'TheSans-Bold';
    font-size: 16px;
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
}

.map-footer {
    height: 100px;
    overflow: hidden;
    margin-top: 10px;
}

.map-footer iframe {
    height: 100%;
    width: 100%;
}

.footer-top ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-top ul li {
    max-width: 50%;
    flex: 0 0 50%;
    line-height: 2;
}

.footer-top ul li a {
    color: #ffffff;
}

.footer-bottom {
    background-color: #986018;
    color: white;
    min-height: 50px;
    line-height: 50px;
}

.col-md-12.map iframe {
    width: 100%;
    margin: 30px 0 0;
    outline: 1px solid #909090;
    padding: 10px;
}

.page-template-page-contact .page-content .col-md-4 h2 {
    font-family: 'TheSans-Bold';
    margin: 0 0 15px;
    font-size: 20px;
    border-bottom: 1px solid #9a9a9a;
    color: #383838;
    padding: 0 0 10px;
}

.page-template-page-contact .page-content .col-md-4 ul.list-unstyled {
    line-height: 2.5;
}

.page-template-page-contact .page-content .col-md-4 ul.list-inline li a {
    font-size: 40px;
}

.page-template-page-contact .page-content .col-md-4 ul.list-inline {
    display: flex;
    justify-content: space-evenly;
}


.page-template-page-contact .page-content .col-md-4 ul.list-inline li:hover a {
    opacity: .5;
}

.publication center ul li a {
    display: block;
    background: #459c3c;
    padding: 10px 50px;
    color: white;
    border-radius: 5px;
}

.publication center ul {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.publication center ul li {
    padding: 0;
    margin: 0 7px 0;
}

.publication center ul li:hover a,
.publication center ul li.active a {
    background-color: #11723a;
}

.publication .tab-content > div > ul {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.publication .tab-content > div > ul > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px;
}

.publication .tab-content > div > ul > li > div > span:nth-child(1) {
    max-width: 60px;
    flex: 0 0 60px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #467e63;
}

.publication .tab-content > div > ul > li > div {
    display: flex;
    background-color: white;
    border: 1px solid #467e63;
    padding: 15px;
    align-items: center;
}


.publication .tab-content > div > ul > li > div > span:nth-child(2) {
    flex-basis: 100%;
    padding-right: 10px;
}

.publication .tab-content > div > ul > li > div > span:nth-child(2) h3 {
    font-family: 'TheSans-Bold';
    font-size: 17px;
    margin: 0 0 10px;
    color: #467e63;
}

.publication .tab-content > div > ul > li > div > span:nth-child(2) a {
    font-size: 16px;
}

.service .item-box .img-item img {
    object-fit: scale-down;
}

.service .item-box .img-item {
    height: 100px;
    width: 100px;
    flex: 0 0 100px;
    background-image: -moz-linear-gradient(90deg, rgb(93, 153, 4) 0%, rgb(129, 195, 30) 100%);
    /* background-image: -webkit-linear-gradient(90deg, rgb(58, 181, 74) 0%, rgb(40, 152, 55) 100%); */
    background-image: -ms-linear-gradient(90deg, rgb(93, 153, 4) 0%, rgb(129, 195, 30) 100%);
    margin: 0;
    padding: 20px;
    border-radius: 7px;
    margin-right: -40px;
    margin-left: 15px;
background: #f3f3f3;}

.service .item-box {
    transition: .5s;
    display: flex;
    margin: 10px 30px;
    align-items: center;
    padding: 10px;
    min-height: 150px;
}

.service .item-box:hover a {
    color: #9b6113;
}

.service .item-box .img-item img {
    /* filter: brightness(0)invert(1); */
}

.partner.p-70 {
    background-color: #fafafa;
    position: relative;
}

.partner .img-item {
    height: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
}

.partner .img-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.page-template-page-contact form.wpcf7-form {
    max-width: 100%;
}

.page-template-page-contact form.wpcf7-form input,
.page-template-page-contact form.wpcf7-form textarea {
    padding: 10px !important;
}

.page-template-page-contact form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    color: white;
    padding: 10px 60px !important;
}

.item-testimonial {
    text-align: center;
    direction: rtl;
}

.item-testimonial h2 {
    font-family: 'TheSans-Bold';
    font-size: 17px;
    margin: 10px 0 10px;
}

.item-testimonial .content {
    border: 1px solid #11723a;
    border-radius: 50px;
    padding: 30px 70px;
    max-width: 80%;
    margin: auto;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}

.item-testimonial .content > i {
    position: absolute;
    font-size: 30px;
    color: #11723a;
}

.item-testimonial .content > i.fa.fa-quote-right {
    right: 15px;
    top: 20px;
}

.item-testimonial .content > i.fa.fa-quote-left {
    left: 20px;
    bottom: 10px;
}

.page-content.gallery .item-box,
.page-content.video .item-box {
    text-align: center;
    min-height: auto;
}

.page-content.gallery .item-box .img-item,
.page-content.video .item-box .img-item {
    margin: 0;
}

.page-content.gallery .item-box h2,
.page-content.video .item-box h2 {
    margin: 0;
}

.page-content.gallery .item-box .caption-item,
.page-content.video .item-box .caption-item {
    padding: 20px;
}

.archive .item-box .img-item {
    margin: 0;
}

.archive .item-box .caption-item {
    padding: 15px;
}

.archive .item-box .caption-item p {
    font-size: 14px;
    line-height: 1.8;
}

.archive .item-box .caption-item h2 {
    margin: 0 0 4px;
}

.post-type-archive-service .item-box .img-item {
    margin: auto;
    margin-bottom: 15px;
}

.archive .service .item-box {
    padding: 15px;
    min-height: auto;
}

.archive .service .caption-item {
    padding: 0;
}

.social-link li.facebook a {
    color: #0017bb;
}

.social-link li.twitter a {
    color: #03A9F4;
}

.social-link li.instagram a {
    color: #673AB7;
}

.social-link li.linkedin a {
    color: #0006ca;
}

.social-link li.snapchat a {
    color: #FFC107;
}

.social-link li.youtube a {
    color: #d00000;
}


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


    body .close-mobile-menu{
        display: inline-block;
    }
    body .mobile-menu-label {   
        display: grid;
    }

    body .header-nav .navbar-inverse {
        position: absolute;
        z-index: 999999;
        height: 100%;
        top: 0px;
        width: 0px;
        left: -80%;
        /* left: 0px; */
        transition: all 0.3s ease 0s;
        overflow: hidden;
    }
    
    body .header-nav .navbar-inverse li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    
    body .header-nav .navbar-inverse ul li ul a {
        color: #fff !important;
    }
    
    body .header-nav .navbar-inverse ul li ul li {
        background: #c67b16;
        padding: 10px 0px;
    }
    header .logo-container nav.navbar.navbar-inverse {
        display: none;
    }

    header .logo-container .logos {
        max-width: 100%;
        flex: 0 0 100%;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
    }

    header .logo-container .logos a#menu-toggle {
        font-size: 25px;
        color: #ffffff;
    }

    .close-menu {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.29);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all 250ms ease-out;
    }

    ul.menu-mobile {
        padding: 0;
        list-style-type: none;
        position: fixed;
        width: 250px;
        z-index: 999;
        background-color: white;
        transition: transform 250ms ease-out;
        height: 100vh;
        transform: translateX(250px);
    }

    ul.menu-mobile li a {
        display: block;
        padding: 20px 15px;
        border-bottom: 1px solid #eee;
    }

    .active-menu {
        overflow: hidden;
    }

    .active-menu ul.menu-mobile {
        transform: translateX(0);
    }

    .active-menu .close-menu {
        visibility: visible;
        opacity: 1;
    }

    #home-slider .item {
        height: auto;
    }

    #home-slider .item .caption {
        width: 100%;
        padding: 15px;
    }

    #home-slider .item .caption h1 {
        font-size: 32px;
        margin: 0 0 15px;
    }

    #home-slider .item .caption p {
        font-size: 16px;
    }

    .p-70 {
        padding: 40px 0;
    }

    .head-block {
        max-width: 100%;
    }

    .footer-top .content .link_footer {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-top .content .about {
        display: none;
    }

    .footer-top .content .link_footer {
        margin: 0 0 30px;
    }

    #home-slider .item .caption h1 {
        font-size: 23px;
        margin: 0 0 15px;
    }

    #home-slider .item .caption p {
        font-size: 16px;
    }


    header .top-header .d-flex ul {
        font-size: 13px;
        max-width: 20%;
        flex: 0 0 20%;
    }

    header .top-header .d-flex ul.information {
        max-width: 60%;
        flex: 0 0 60%;
        white-space: pre;
    }

    header .top-header .d-flex ul:nth-child(1) li i {
        margin-left: 3px;
    }

    header .top-header .d-flex ul.social-links {
        display: flex;
        justify-content: flex-end;
    }

    header .top-header .d-flex ul li {
        margin: 0 5px 0;
        display: flex;
        align-items: center;
    }

    header .top-header .d-flex {
        display: block;
        position: relative;
    }

    header .top-header .d-flex ul.social-links {
        position: absolute;
        left: 0;
        top: 10px;
    }

    header .top-header .d-flex ul.information li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .main-slider .decor {
        display: none;
    }

    .footer-top .content .contact {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .item-box {
        margin: 0 0 30px;
    }

    .page-header .content {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .page-header {
        min-height: 150px;
    }

    header .top .d-flex {
        font-size: 13px;
    }

    header .top .d-flex ul li a {
        font-size: 14px;
        padding: 0;
    }


    .publication .tab-content > div > ul > li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    header .top {
        display: none;
    }

    .about.p-70 .item {
        margin: 0 0 60px;
    }

    .about.p-70 {
        padding-top: 90px;
    }

    .owl-nav > button.owl-next {
        left: 0;
    }

    .owl-nav > button.owl-prev {
        right: 0;
    }

    .news .item-box {
        margin: 0 0 30px;
    }

    .gallary_viode_twitter.p-70 .one__post .item iframe {
        height: 100%;
    }

    .publication center ul li a {
        padding: 8px 15px;
    }

    .publication center ul li {
        margin: 0 2px 0;
    }

    .publication.p-70 .item {
        margin: 0 0 30px;
    }

    .item-footer {
        margin: 0 0 30px;
    }

    .footer-bottom .d-flex {
        text-align: center;
        display: block;
    }

    .contact .wpcf7-form .d-flex .col-6 {
        width: 100%;
        flex: 0 0 100%;
    }

    .contact .wpcf7-form .d-flex .col-6:nth-child(1) .input-f {
        margin: 0 0 10px;
    }

    .item-testimonial .content {
        padding: 25px;
    }

    .item-testimonial .content > i.fa.fa-quote-right {
        right: 9px;
    }

    .item-testimonial .content > i.fa.fa-quote-left {
        left: 16px;
    }

    .dropdown-backdrop {
        display: none !important;
    }

    .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        position: static;
        float: none !important;
        background-color: #fbfbfb;
        display: none;
    }

    header .logo-container .logos .logs {
        display: flex;
        align-items: center;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        /* border-bottom: 1px solid #ccc; */
    }

    header .logo-container .logos .logs figure.v2030 {
        max-width: 60%;
        flex: 0 0 60%;
    }

    header .logo-container .logos .logs a.logo {
        display: block;
        max-width: 30%;
        flex: 0 0 30%;
        margin-left: 1rem;
    }

    header .logo-container figure.v2030 img {
        max-width: 80%;
        margin-right: 9px;
    }

    header .logo-container .logos .logo img {
        max-width: 64px;
    }

    .about_us .row {
        display: block;
    }

    .owl-nav > button {
        display: none !important;
    }
.about_us ._content a {
    margin: -20px 0 30px;
}
    .footer-bottom {
    line-height: 2;
}
    .project.skewY.p-70 {
        padding-bottom: 90px;
    }
}


 .lds-ripple {
  display: block;
  position: relative;
  width: 80px;
  margin: 0px auto;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #09873e;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }

}

.loading-overlay {
    position: fixed;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.76);
    width: 100%;
    top: 0px;
    height: 100%;
    /* opacity: 0; */
    left: 0px;
    transition: opacity 0.3s ease 0s;
}
.loading-overlay.hidden{
    opacity: 0;
    visibility: hidden;
}

.display-table {
    display: table;
    height: 100vh;
    width: 100%;
}


.display-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.social-circle {
    padding: 1rem;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    margin-left: 1rem;
    transition: all 0.3s ease 0s;
}


i.fa-twitter.social-circle {
    background: #35cad1;
}

i.fa-facebook.social-circle {
    background: #3b6af0;
    padding: 1rem 1.5rem;
}

i.fa-instagram.social-circle {
    background: #f43d4e;
}

i.fa-whatsapp.social-circle {
    background: #0b8ec9;
}

.share-icons-container {
    background: #f9f9f9;
    box-shadow: 1px 1px 1px #eee;
    padding: 2rem;
    /* display: grid; */
    align-items: center;
    margin: 2rem 0px;
    margin-top: 4rem;
    text-align: center;
    border: 1px solid #ddd;
    grid-template-columns: 1fr auto;
}

.share-icons-container > * {
    display: inline-block;
    margin-left: 2rem;
}

i.fa.fab.fa-facebook.social-circle {}

.social-circle:hover {
    transform: scale(0.96);
    opacity: 0.7;
}

i.fa.fa-facebook.circle {
    /* background: #1930d3; */
    color: #fff;
    padding: 1rem 1.5rem;
}

i.circle {
    display: inline-block;
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 1rem;
    color: #fff;
}

i.fa.fa-twitter.circle {
    /* background: #459c3c; */
    color: #fff;
}

i.fa.fa-instagram.circle {
    /* background: #673ab7; */
    color: #fff;
    padding: 1rem 1.1rem;
}

i.fa.fa-linkedin.circle {
    /* background: #0006ca; */
    color: #fff;
    padding: 1rem 1.1rem;
}

i.fa.fa-snapchat-ghost.circle {
    /* background: #ffc107; */
    color: #fff;
}

i.fa.fa-youtube.circle {
    /* background: #d10a0a; */
    color: #fff;
}

.comment-field-item {
    margin-bottom: 1rem;
}

.comment-field-item input  ,.comment-field-item textarea {
    padding: 2rem 1rem  !important;
}

.comments-section-title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #ccc;
    margin-top: 2rem;
    margin-right: 5px;
    margin-left: 5px;
}

html body .add-comment-button {
    width: fit-content;
    padding: 1rem !important;
    height: auto;
    background: #5d9904;
    border: 1px solid #60970e;
    margin-top: 1.5rem;
    transition: all 0.4s;
}

html body .add-comment-button:hover ,html body .add-comment-button:focus  , html body .add-comment-button[disabled] {
    background: #426e01;
    border: 1px solid #60970e !important;

}

.success-message {
    padding:  1rem;
    background: #d2ecac;
    color: #416a04;
    border-radius: 6px;
border: 1px solid #95d831;}
.error-message {
    padding: 1rem;
    background: #f9b2b2;
    color: #950808;
    border-radius: 6px;
}

.comment-info {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}

.comment-info .comment-meta {
    /* top: -10px; */
}

body .content .commenter-image img {
    margin: 0px !important;
    padding: 0px !important;
    width: 80px;
    border-radius: 50%;
    box-shadow: 1px 2px 9px #ddd , -1px -2px 9px #eee !important;
}

.single-comment {
    margin-bottom: 1.5rem;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1.5rem;
}

.single-comment:last-child {
    border: none;
}

.comments-container {
    margin-top: 4rem;
}

a.load-more-posts {
    background: #0b8ec9;
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
}

.about_us ._content a:active {
    color: #d7bb3d;
}

.page-content .content .img-post img {
    display: none;
}

.project .item:hover .caption-item p {
    color: #fff;
}

.block-li li {display: block !important;max-width: none !important;margin-bottom: 0.5rem;}

ul.list-unstyled.block-li {display: block;}

.donate-modal-body a {
    width: 100%;
    /* display: inline-block; */
}

.donate-modal-body {
    text-align: center;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}


.header-con {
    background-image: url("../images/header-bg.png");
}

.header-nav {
    background: #275332;
}

.header-nav .navbar-inverse {
    background: #e4952c;
    border: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 0px;
    padding: 0px !important;
    min-height: auto;
}

.header-con .navbar-nav {
    float: none !important;
    text-align: center;
    padding: 10px !important;
    margin: 0px !important;
    height: 100%;
}

.header-con .navbar-nav li {
    float: none;
    display: inline-block;
}

.counter .item {
    background: #f8f8f8;
    text-align: center;
    border-radius: 10px;
    margin: 2rem 0px;
    padding: 15px;
    /* -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
    border: 1px solid #dddddd2b;
}

.counter .item img {
    max-width: 64px;
    height: auto;
}

.counter h3 {
    margin: 10px;
    font-size: 40px;
    margin-bottom: 0px;
}

.counter {
    padding: 70px 0px;
}
.news .item-box {
    box-shadow: 0 39px 35px rgb(224 224 224 / 54%);
}

.news a.more-btn {
    margin: 3rem auto;
}

a.load-more {
    margin-top: 3rem;
}

.partner .img-item img {
    height: 120px;
}

.partner .img-item a {
    font-size: 18px;
    text-align: center;
    display: block;
}


.header-con .navbar-nav li > ul > li {
    display: block;
}

.main-slider .item img {
    object-fit: contain;
    /* height: 600px; */
}

.mobile-menu-label  {
    display: none;
    grid-template-columns: 1fr auto;
    /* direction: ltr; */
    align-items: center;
    vertical-align: middle;
    padding: 10px 5%;
}

a.mobile-menu-toggle {
    background: #a4671a;
    display: inline-block;
    text-align: center;
    padding: 10px 16px;
    color: #ffffff;
    border-radius: 4px;
}

.mobile-menu-label {
    text-align: right;
    background: #e8912d;
}

.mobile-menu-label h2 {
    font-size: 17px;
    color: #fff;
}

body .header-nav .navbar-inverse.opened {
    /* background: #996116; */
    left: 0px;
    opacity:1;
    width: 80%;
}

.close-mobile-menu{display: none;}

ul.list-inline.social-link li {
    display: inline-block !important;
}