:root {
   --red: #00ac6a;
   --blue: #3c4d55;
   --grd: linear-gradient(to left, var(--red), var(--blue));
   --grdlight: linear-gradient(to left, #00ac6a40, #3c4d550a);
   --redlight: #1ebe5d08;
}
html {
 overflow-x:hidden;   
}
html,body {
    background: #fff;
}
button,form,input,select,textarea {
    font-family: inherit;
}
.color {
    color: var(--c1);
}
body {
    direction:rtl;
    font-family: "Cairo", sans-serif;
    overflow-x: hidden;
}
h1,h2,h3,h4 {
     text-transform: capitalize;
}
.flex-column {
    display:flex;
    flex-direction:column;
    justify-content: center;
}
.container {
    max-width: 1140px;
    padding: 0 10px;
    margin: auto;
}
.pd {
    padding: 50px 0;
}
.pdt {
    padding-top:50px
}
.pdb {
    padding-bottom:50px
}

figure.logo {
    margin: auto;
    display: block;
    text-align: center;
    padding: 15px 0;
}

figure.logo img {
    width: 160px;
}

nav {
    background: var(--grd);
    padding: 10px;
    color: #fff;
}
nav .container , .slider-item .container {
    max-width:1360px
}

nav div[class*="-container"] >ul {
    display:flex;
    justify-content: start;
    list-style: none;
}

nav div[class*="-container"] >ul li {
    padding: 10px;
    position: relative;
}
.menu-item-has-children:after {
    content:'\f078';
    font-family:"Font Awesome 6 Pro";
    margin-inline-start: 4px;
    font-size: 11px;
}
nav div[class*="-container"] >ul li .sub-menu {
    list-style:none;
    position:absolute;
    right: 0;
    top: 100%;
    border: 1px solid #eee;
    background: #fff;
    width: 225px;
    box-shadow: 0 0 20px #0000001a;
    z-index: 999;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}
nav div[class*="-container"] >ul li:hover .sub-menu {
    opacity:1;
    visibility:visible
}
nav div[class*="-container"] >ul li .sub-menu li {
    color:#000;
    border-bottom: 1px solid #eee;
    transition:.35s ease;
}
nav div[class*="-container"] >ul li .sub-menu li:hover {
    color:var(--red)
}
nav div[class*="-container"] >ul li .sub-menu li:last-of-type {
    border:0
}
a.donnate {
    padding: 4px 20px;
    background: #fff;
    border-radius: 7px;
    color: #000;
    transition: .35s ease;
}

a.donnate:hover {
    background: #eee;
}

article.slider {
    background: #fcfcfc;
}

.h1 {
    font-size: 31px;
    font-weight: bold;
    background: linear-gradient(90deg, var(--red), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.p {
    line-height: 1.5;
    font-size: 19px;
}

.btns {
    margin-top: 20px;
}

a.btn {
    padding: 15px 30px;
    background: var(--red);
    color: #fff;
    border-radius: 28px;
    margin-inline-end: 9px;
    display: none;
}

a.btn~a.btn {
    background: var(--blue);
}

.bar {
    margin: 30px auto 0;
    max-width: 600px;
    height: 2px;
    background: var(--grd);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bar:before {
   content: '';
   position: absolute;
   width: 60px;
   height: 34px;
   background: #fff;
   top: -9px;
   right: calc(50% - 30px);
   z-index: -1;
}

.for-box {
    flex: 1;
    min-width: calc(33.33% - 30px);
    padding: 20px;
    margin: 10px;
    background: var(--grdlight);
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
}

.for-box:nth-child(1) {
    min-width: calc(100% - 30px);
    background: var(--grd);
    color: #fff;
}

.for-box p {
    color: #888;
}

.for-box:nth-child(1) p {
    color: #ffffff;
}

.about .container {
    max-width: 1140px;
}

.counter .container {
    max-width: 1140px;
}

.ct {
    margin: 10px;
    text-align: center;
    background: var(--redlight);
    padding: 30px;
    color: var(--blue);
    border-radius: 15px;
    border: 1px solid #eee;
}

.ct p {
    font-size: 30px;
    color: var(--red);
}

article.parteners {
    background: #fcfcfc;
}

article.parteners .bar:before {
    background: #fcfcfc;
}

.title-box p {
    margin: 25px auto;
    max-width: 600px;
}

.parteners-carousel .owl-stage-outer {
    overflow: hidden;
}

.block {
    margin: 15px;
    padding: 25px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    transition: .35s ease;
    background: #fff;
}

.block figure {
    display: block;
    height: 250px;
}

.block figure img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

.block-dtl {
    text-align: center;
    margin: 15px 0;
}

.block a {
    display: block;
    text-align: center;
    color: #fff;
    background: var(--grd);
    padding: 13px;
    border-radius: 23px;
}

.block-dtl h3 {
    font-size: 22px;
}

.owl-stage-outer {
    overflow: hidden;
}

.block:hover {
    transform: scale(1.05);
}

footer {
    background: var(--grd);
    color: #fff;
}

.h2 {
    font-size: 47px;
}

.icon-box i {
    margin-inline-end: 15px;
}

.icon-box >div {
    margin-bottom: 10px;
}

.footer-box iframe {
    display: block;
    width: 100%;
    height: 220px;
}

.socials {
    display: flex;
    margin: 15px 0;
    justify-content: center;
}

.socials a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    background: #ffffff38;
    margin: 0 5px;
    justify-content: center;
    border-radius: 50px;
}

.slider-item {
}

.owl-dots {
    display: flex;
    margin: 28px 0 0 0;
    justify-content: center;
}

button.owl-dot {
    background: var(--red);
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    cursor: pointer;
    border-radius: 50%;
}

button.owl-dot.active {
    background: var(--blue);
}

.partener-images img {
    display: block;
    border-radius: 17px;
    border: 1px solid #eee;
}

.bar i {
    font-size: 34px;
}

article.counter {
}

article.blog {
}

.counter .bar::before {
}

@media(max-width:767px) {
    .for-box {
        min-width:calc(50% - 30px)
    }
}
@media(max-width:550px) {
    .for-box {
        min-width:calc(100% - 30px)
    }
}

article.banner {
    background: var(--grdlight);
}

.breadcrumb li {
    margin-left: 6px;
}

.breadcrumb li i {
    font-size: 10px;
    margin-right: 3px;
}
.ab-box  {text-align: center;margin-bottom: 40px;}

.step {

}

.ab-box h2 {

}
.ab-box p {
    margin: 40px 0 0 0;
    font-size: 19px;
}

.st-box {
    flex: 1;
    text-align: center;
    padding: 15px;
    margin: 15px;
    background: var(--redlight);
    border: 1px solid #00000014;
    border-radius: 12px;
    transition: .35s ease;
}

.st-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed #00000021;
}

.st-box h2 {
    font-size: 18px;
    color: var(--red);
}

.st-box p {
    font-size: 13px;
    color: var(--blue);
}

.st-box:hover {
    box-shadow: 0 0 35px #00000014;
    background: #fff;
}

.assm-box {
    padding: 15px;
    margin: 7px;
    background: var(--redlight);
    border-radius: 12px;
    border: 1px solid #0000002b;
}

.assm-box .step {
    margin-left: 10px;
    color: var(--blue);
}

.assm-box span {
    font-size: 16px;
    color: var(--red);
}

.wpcf7-form {
    background: var(--redlight);
    padding: 32px;
    border: 1px solid #00000042;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
}

form.wpcf7-form input, form.wpcf7-form select,form.wpcf7-form textarea {
    width: 100%;
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #00000033;
    border-radius: 6px;
}
form.wpcf7-form >p{
    width:33.33%;
    padding:15px
}
form.wpcf7-form > p:nth-of-type(1), form.wpcf7-form > p:nth-of-type(2) {
    width: 50%;
}
.page-id-146 form.wpcf7-form >p {
    width:100%
}
form.wpcf7-form input.wpcf7-submit {
    background: var(--red);
    color: #fff;
    transition: .35s ease;
    cursor: pointer;
}
form.wpcf7-form input.wpcf7-submit:hover {
    background:var(--blue)
}


span.wpcf7-spinner {
    display: none;
}

span.wpcf7-list-item {
}


ul.page-numbers {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 25px auto 0;
}

ul.page-numbers li span,ul.page-numbers li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #00000036;
    margin: 0 3px;
    background: var(--redlight);
    border-radius: 4px;
}
ul.page-numbers li span.current {
    background:var(--red);
    color: #fff;
}

a.reg-box {
    text-align: right;
    background: var(--redlight);
    border: 1px solid #0000002b;
    margin: 8px;
    padding: 11px;
    border-radius: 10px;
    height: calc(100% - 16px);
    transition: .35s ease;
    flex: 1;
    min-width: fit-content;
}

a.reg-box i {
    font-size: 40px;
    color: var(--red);
    margin-left: 10px;
}

a.reg-box span {
    font-size: 18px;
    margin: 15px 0;
    color: var(--blue);
}

a.reg-box:hover {
    background: #fff;
    box-shadow: 0 0 40px #00000008;
}

.bank-box {
    background: var(--redlight);
    padding: 32px;
    border: 1px solid #00000030;
    border-radius: 15px;
    text-align: right;
    transition: .35s ease;
}

h3.bank-title {
    font-size: 30px;
    color: var(--red);
}

h4.bank-desc {
    font-size: 18px;
    color: var(--blue);
}

.bank-box:hover {
    background: #fff;
    box-shadow: 0 0 25px #0000000f;
}

.single-white-box.post-thumbnail img {
    display: block;
    margin: 40px auto;
}

article.single {
    text-align: center;
}

.post-content * {
    padding: revert;
    margin: revert;
    max-width: 100%;
}

.share-box a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--redlight);
    margin: 0 5px;
    border: 1px solid #eee;
}

form#commentform label {
    display: block;
}

form#commentform textarea,form#commentform input {
    width: 100%;
    background: var(--redlight);
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #cdcdcd;
}

form#commentform  input#submit {
    background: var(--red);
    color: #fff;
}

.form-join {
    width: 100%;
}
.bars {
    display: none;
    font-size: 30px;
}
@media(max-width:1023px) {
    *{
        
    }
    .bars {
        display: block;
    }
    nav div[class*="-container"] {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #00000096;
        z-index: 999;
        transition: .35s ease;
        transform: translateX(100%);
    }
     nav div[class*="-container"] > ul {
         flex-direction:column;
         position:absolute;
         width:240px;
         top:5px;
         bottom:5px;
         right:0;
         background:#fff;
         border-radius:5px 0 0 5px;
         color:#000;
         transition:.35s ease;
         transition-delay:.3s
     }
    nav div[class*="-container"] >ul li .sub-menu {
        position:static;
        box-shadow:0 0;
        visibility:visible;
        opacity:1;
        width:100%;
        border:0;
        margin: 15px 0;
        display:none;
        background: var(--redlight);
    }
    nav div[class*="-container"].open, nav div[class*="-container"].open ul {
        transform:translateX(0)
    }
    .menu-item-has-children:after {
        position:absolute;
        left: 10px;
        top: 22px;
    }
    .menu-item-has-children a {
        display:block
    }
}

@media(max-width:767px) {
    *{
        
    }
    .slider-image {
        margin:15px 0
    }
    .slider-image img {
        display:block;
        width:100%
    }
    .partener-images img {
        width:120px
    }
    .block figure {
        height:auto
    }
    .h2 {
        font-size:30px
    }
    .wpcf7-form {
        padding:15px
    }
    form.wpcf7-form >p {
        width:100% !important;
        padding: 15px 0;
        text-align: center;
    }
    
}

.copyrights {
    margin: 15px 0 0 0;
}

.copyrights a {
    color: #dbcece;
}

.bank-box img {
    width: 150px;
    margin-inline-end: 20px;
}

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25d366;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    z-index: 1000;
    transition: background 0.3s ease-in-out;
}

.whatsapp-button:hover {
    background-color: #1ebe5d;
}


a.fix-btn {
    position: fixed;
    left: 0;
    background: #1ebe5d;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0 10px 10px 0;
    top: calc(50% - 30px);
    z-index: 9999;
    box-shadow: 0 0 35px #00000057;
}

.contact-form-holder form.wpcf7-form >p {
    width: 50%;
}
form.wpcf7-form p:last-of-type,form.wpcf7-form p:nth-last-of-type(2)
,form.wpcf7-form p:nth-last-of-type(3){
    width:100%
}

.video-holder iframe {
    display: block;
    width: 100%;
    border: 20px solid transparent; /* Set a transparent border to define the width */
    border-image: var(--grdlight);
    border-image-slice: 1;
}
        .slider-container {
            width: 100vw;
            background-color: #fcfcfc;
        }
        .slider-container  .owl-carousel .item {
            height: 400px; /* Suitable height for good visual appearance */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            margin: 0 10px;
        }
        .slider-container  .owl-carousel .item .image-container {
            width: 100%;
            height: 70%; /* Image takes 70% of the item height */
             /* Gradient background for the image */
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            border: 1px solid #00000036;
        }
        .slider-container  .owl-carousel .item .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image fits nicely */
            border-radius: 10px;
        }
        .slider-container  .owl-carousel .item h3 {
            margin-top: 15px;
            font-size: 18px;
            color: #333;
        }
        /* Navigation dots and arrows */
        .slider-container  .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        .slider-container .owl-dot {
            display: inline-block;
            margin: 0 5px;
        }
        .slider-container .owl-dot span {
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 50%;
            display: block;
        }
        .slider-container .owl-dot.active span {
            background: #6b48ff;
        }
        .slider-container .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }
        .slider-container .owl-prev, .slider-container .owl-next {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 10px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
        }
        .slider-container .owl-prev:hover,.slider-container  .owl-next:hover {
            background: rgba(0, 0, 0, 0.8);
        }

.slider-container .bar:before {
    background:#fcfcfc
}