@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
html
{
    scroll-behavior: smooth;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: #fff !important;
    color: #d76d39 !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: #fff !important;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #d76d39 !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: #fff !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
    .clasDv {
        font-size: 20px;
    }
}
/*** Topbar End ***/



.dropdown .dropdown-menu a:hover {
    background: #d76d39;
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}
/*** Navbar End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background-color: #69539f82;
    background: linear-gradient(#d76d39, #d76d394d);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: #d76d39 !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: #d76d3954;
    transition: 0.5s; 
}

.service .service-item .service-link:hover {
    background: #d76d3954;
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: #d76d39;
}
/*** Service End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important; 
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: #d76d3954;
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: #d76d3954;
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
    height: 200px;
    /* visibility: hidden; */
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0; 
    right: 0;
    display: none;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    /* background: #9076b38f;
    border-color: #9076b38f; */
    border-style: dotted;
    border: 0;
    /* text-align: center; */
}
.causes-content a 
{
    margin:30px  auto;
    display: block;
}
.causes-content b::before
{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d76d39;
    border-radius: 50%;
    display: inline-block;
    margin-right: 11px;
    margin-left: 10px;
}
.progress-bar
{
    background-color: #d76d39;
}
.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: #d76d39;
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: #d76d39;
    z-index: 1;
}
/*** causes End ***/
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .25rem #d76d3954;
}
.btn-check:focus+.btn-primary, .btn-primary:focus
{

background-color: #d76d39;
    border-color: #d76d39;
    box-shadow: 0 0 0 .25rem #d76d3954;
}
/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white); 
    font-size: 30px;
    background-color: #fff;
    color: #d76d39;
}
.counter .text-primary
{
    color: #d76d39 !important;
    font-size: 30px;
}.countere .text-white 
{
    font-size: 30px;
}
/*** Counter End ***/



/*** Volunteer Start ***/
.volunteer {
    background: #f2f2f2;
}
.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #d76d3954;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: d76d3954;
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}
/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background:#d76d3954;
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: dotted;
    border-color: var(--bs-light);
}
.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color: black;
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: #d76d3954;
}
/*** Footer End ***/

/*** arabic Start ***/

body , html
{
    direction: rtl;
    text-align: right;
    font-family: "Cairo", sans-serif;
    font-weight: bold;

}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1
{
    font-family: "Cairo", sans-serif;

}
.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption
{
    right: 0;
}
.navbar-brand img
{
    width: 80px;
}
.arFnt,.text-dark
{
    font-weight: bold;
}
.text-start
{
    text-align: right !important;
}
.service-item img, .gallery img
{
    /* height: 250px; */
}
.btn-primary
{
    background-color: #d76d39;
    border-color: #d76d39;
}
.text-primary, .footer-item .text-white
{
    color: #fff !important;
}
.vidSec
{
    /* background-image: url('../img/bg.jpg'); */
    padding: 40px;
    margin-top: 150px;
    background-color: #d76d39;
    position: relative;
    z-index: 1;
    margin-top: -80px;
}
.vidSec iframe
{
    border: 15px solid #fff;
}

.clasDv
{
    background-color: #f0eff246;
    
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
    margin: 0px 0 9px;
    transition: 0.3s all ease-in-out;
}
.clasDv:hover 
{
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
    background-color: #f0eff285;
}
.clasDv p
{
    margin: 8px;
}
.clasDv a 
{
    color: #fff;
    width: 100%;
    padding: 24px;
    display: block;
}
.imgz img ,.imgzTop img
{
    opacity: 75%;
    height: 250px;
    width: 100%;
    margin-top: -80px;
    visibility: hidden;
}
.imgzTop
{
    margin-top: 120px;
}
.imgzTop img
{
    margin: 0;
}
.btn-primary,.footer .footer-item a, .footer .footer-item p
{
    color: #fff;
}
.btn-primary:hover
{
    border-color:    #d76d39;
    background-color: #d76d3954;
    color: #fff;
}
.counter
{
    /* background:url(../img/volunteers-bg.jpg);
    background-position:  center center;
     background-size: cover;
    background-color: ; */
    background-attachment: fixed;
    background: linear-gradient(#d76e396f, #d76d3954), url(../img/volunteers-bg.jpg) center center; background-size: cover;
}
.fa-check:before
{
    color: #d76d39;
}
.myLi
{
    margin-right: 25px;
    list-style: circle;
}
.bg-dark
{
    background-color: #d76d39 !important;
    color: #fff;
}

.vidSec iframe
{
    height: 315px !important;
}

.navbar-light .navbar-toggler {
    color: #d76d39;
    border-color: #d76d39;
    margin-left: 30px;
}
.navbar-toggler .fa-bars 
{
    color: #d76d39 !important;
}
.myVid video
{
    height: 315px;
    width: 100%;
    /* border: 15px solid #fff; */
}

.trmSec .tit 
{
    background-color: #d76d39;
    padding: 10px;
}
.causes-link h3 
{
    color: #fff;
    background-color: #d76d39;
    /* width: 100%; */
    display: block;
    clear: both;
    position: absolute;
    top: 5%;
    bottom: 2%;
    left: 4%;
    right: 4%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
/*------ accordion----- */
.accordion-button:not(.collapsed)
{
    background-color: #d76d39;
    color: #fff;
}
.accordion .progress
{
    margin-bottom: 30px;
}
.accordion-body 
{
    /* display: flex; */
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;   
     /* gap: 15px; */
    }
.accordion-body a i
{
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}
.accordion-body a
{
    background-color: #d76d39;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease-in-out;
    margin: 10px auto;
    display: block;
    width: fit-content;
}
.accordion-body a:hover i 
{
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
}

.accordion-body iframe
{
    width: 100%;
    height: 300px;
    border: 10px solid #d76d39;
    border-radius: 12px 12px 0 0;
}
.accordion-button:focus
{
    box-shadow: 0 0 0 0;
}
.accordion-button::after
{
    background-image: none;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
margin-right: 10px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
}
.frameDv 
{
    /* width: 300px; */
    /* margin-left: 10px; */
    position: relative;
}
.frameDv h4,
.frameDv h3
{
    background-color: #d76d39;
    border-radius: 0 0 12px 12px;
    padding: 10px 10px 20px 10px;
    color: #fff;
}
.frameDv span.lock,
.frameDv span
 {
    position: absolute;
    color: #fff;
    font-size: 37px;
    background-color: #0000005d;
    width: 100%;
    height: 98%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.frameDv span.markk 
{
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    background-color: #d76d39;
}
.frameDv img 
{
    height: 55px;
    position: absolute;
    top: 11px;
    right: 24px;
}
/* ------------ login ---------------  */
.btn-color{
    background-color: #d76d39;
    color: #fff;
    
  }
  .loginFrm 
  {
    padding: 30px 70px;
  }
  .loginFrm img
  {
    width: 150px;
    height: 150px;
  }
  .profile-image-pic{
    height: 200px;
    width: 200px;
    object-fit: cover;
  }
  .loginFrm button:hover
  {
    background-color: #d76d3954;
    color: #fff;
  }
  
  
  .cardbody-color{
    background-color: #d76d3954;
  }
  
  a{
    text-decoration: none;
  }
/* -------- bdrbdwn  */
.dropdown-menu
{
    direction: rtl;
    text-align: right;
    background-color: #f2f2f2;
}
.dropdown-item i 
{
    margin-right: 10px;
    margin-top: 1px;
}
a.dropdown-item
{
    cursor: pointer;
}
/* -------test--------  */

#testForm {
    background-color: #ffffff;
    margin: 160px auto 100px;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  }
  #testForm input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  
  /* Mark input boxes that gets an error on validation: */
  #testForm input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  #testForm button {
    background-color: #d76d39;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
  }
  
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #d76d39;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    margin-top: 30px;
  }
  
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #d76d39;
  }

  #testForm .ansr input
  {
    float: left;
    margin-right: auto;
    width: fit-content;
  }
  #testForm .ansr
  {
    width: 100%;
    border: 1px solid gray;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    border: 0;
    padding: 10px;
    background-color: #eee;
    margin: 36px 0;
  }
  #testForm .ansr:hover
,#testForm input[type="radio"]:checked+label
  {
    transition: all 0.3s ease-in-out;
    background-color: #ccc;
  }

  
.ansr {
    display: block;
    position: relative;
    padding-right: 35px;
    margin: 12px 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.ansr input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    background-color: #f2cfbe;
    padding: 10px;
}


/* On mouse-over, add a grey background color */

.ansr:hover input~.checkmark {
    background-color: #f2cfbe;
}


/* When the radio button is checked, add a blue background */

.ansr input:checked~.checkmark {
    background-color: #d76d39;
    color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.ansr input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.ansr .checkmark:after {
    top: 0;
    left: 0;
}
/* #nextprevious */
#all-steps
{
    margin: auto;
    width: fit-content;
}

/* ============================================== checkout ====================================== */
.chkSec
{
    margin-bottom: 30px;
}
.cartItmCK img
{
    width: 150px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.bdln
{
    text-decoration: line-through;
}
 .cartItmCK
{
    border:0;
    border-radius: 12px;
    padding: 7px 13px;
    box-shadow: 0px 0px 7px #d76d39;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}
.cartItmCK .cPric
{
    /* float: right; */
    margin-top: 5px;
    font-size: 17px;
}  

.cartItmCK h6
{
    font-size: 15px;
    font-family: 'med';
}
.cartDet .bst{
    margin-top: 5px;
}
.ord ,.subsDiv
{
    margin-top: 30px;
    background-color: #FAFAFA;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 37px;
    clear: both;
}
.ord table
  {
      width: 100%;
  }
  .ord table td
  {
      padding: 5px;
  }
  .ord table tr td:last-child
  {
    text-align: right;
  }
  .ord table b
  {
      font-weight: bold;
  }
  .ord table tfoot
  {   
     border-top: 1px solid #ccc;
  }
  .ord table span
  {
      color: #d76d39;
      text-transform: uppercase;
  }
  .subsDiv
  {
      margin: 20px 0 10px;
      padding: 5px 10px;
      position: relative;
      width: 100%;
  }
  .subsDiv img
  {
      position: absolute;
      right: 3%;
      top: 10px;
      width: 20px;
  }
  .subsDiv input
  {
      width: 100%;
      border:0;
      margin: 0;
      padding-right: 40px;
      background-color: transparent;
  }
  
  .payMth .myLbl span
  {
      display: inline-block;
      width: fit-content;
  }
  .payMth .myLbl img
  {
    /* float: right; */
    /* margin-left: auto; */
    display: inline-block;
    transform: scale(0.7);
  }
  .payMth .myLbl 
  {
      width: 45%;
      margin: 10px;
  }
  .payMth .myLbl label
  {
      width: 100%;
      text-align: left;
      display: block;
      height: auto;
      padding: 3px;
      margin: 0;
    background-color: #d76d3954;
    padding: 10px;
    border-radius: 6px;
      
  }
  .radio-toolbar.payMth input
  {
    display: none;
    width: fit-content;
    margin: 5px;
  }
  .radio-toolbar.payMth label:hover,
   .radio-toolbar.payMth input[type="radio"]:checked+label {
    background-color: #d76d39;
    color: #fff;
    cursor: pointer;
    }
    .radio-toolbar.payMth {
        margin-left: -15px;
        margin-right: -15px;
    }
.fin.btn
{
    width: 100%;
    border-radius: 3px;
    padding: 7px;
    color: #fff;
    background-color: #d76d39;
    text-align: center;
    margin: 10px auto;
    display: block;
}
.chkot,.cartSec,.ft4rd
{
    margin-top: 15rem;
}
.chkot h4 
{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.df3Tit
{
    margin-bottom: 5rem;
    font-weight: bolder;
    font-size: 33px;

}
.causes .fs-6 
{
    display: block;
    margin-top: 10px;
}
.causes .fs-6 i 
{
    color: #d76d39;
    margin-left: 10px;
}

.folow 
{
    padding: 3rem;
    margin: 3rem;
    border: 10px #d76d39 double;
}
.folow .tit
{
    text-align: center;
}
.folow .btn
{
    background-color: #d76d39;
    color: #fff;
}
.folow .btn:hover,
.folow .btn:focus
{
    background-color: #d76d3954;
    color: #d76d39;
    box-shadow: 0 0 0 0;
}

#srch
{
    display: none;
    text-align: center;
    margin: 40px 0 0 0;
}
#srch input:focus,
#srch input 
{
    border: 2px solid #d76d39;
    outline: 0;
    border-radius: 6px;
    padding: 5px 20px;
}
#srch input[type=submit]
{
    background-color: #d76d39;
    color: #ffdddd;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}
.frmInn
{
    display: flex;
    justify-content: center;
}
.contact .causes .causes-item .causes-img {
    /* width: 50%; */
    margin: auto;
}
.contact .causes .causes-item .causes-img:hover img {
    transform: none
}
.contact .causes .causes-item .causes-img:hover .causes-link {
    background:d76d3954;
}
.contact .causes .causes-item .progress .progress-bar span
{
    padding: 20px;
    font-size: 20px;
}
.contact .causes .causes-item .progress {
    height: 35px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.contact .tit 
{
    text-align: center;
    border-bottom: 7px solid #d76d39;
    padding: 10px 20px;
    width: fit-content;
    margin: 20px auto;
}
.contact .socials h4, 
.contact .socials a 
{
    display: block;
    width: 100%;
    text-align: center;
}
.contact .socials a i
{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}
.socials .bg-white
{

    transition: 0.3s all ease-in-out;
}
.socials .bg-white:hover 
{
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
    background-color: #ffffff75 !important;
}
.fa-whatsapp-square
{
    color: green;
}
.fa-telegram
{
    color: #3390ec;
}
.subjDv .subj{
    border-bottom: 2px solid #d76d39;
    padding: 20px 40px 0;

}
.subjDv .subj:nth-child(odd) {
    border-left: 2px solid #d76d39;
  }
  
.nav-tabs.madaNav .nav-item
{
    display: inline-block;
    color: #d76d39;
}
.nav-tabs.madaNav .nav-item a 
{
    color: #d76d39;
    text-align: center;
    border: 2px solid #d76d39;
    border-radius: 12px;
    background-color: #fff;
}
.nav-tabs.madaNav .nav-item a.active 
{
    background-color: #d76d39;
    color: #fff;
}

.nav-tabs.madaNav
{
    width: fit-content;
    padding: 20px;
    margin: auto;
    display: block;
    /* background-color: #d76d39;
    color: #fff; */
}
.tab-pane .accordion-body
{
    display: block;
}
  /* ----------- cart ----------------  */
.centralize {
    display: block;
    float: none;
    margin: 40px auto;
}

.cPric
{
    font-size: 18px;
    color: #d76d39;
}
.cPric span
{
    color: red;
    margin: 0 5px;
    text-decoration: line-through;
}
.cartDet .bst
{
    position: initial;
    margin-top: 10px;
    display: inline-block;
}
.cartItm 
{
    /* margin-top: 20px; */
    margin-bottom: 20px;
    align-items: center;
    border: 1px solid #d76d39;
    display: grid;
    grid-template-columns: repeat(3,auto);
}
.cartItm img
{
    width: 180px;
    height: 180px;
    margin: 20px;
    border: 7px solid #d76d39;
    border-radius: 50%;
    padding: 10px;
}
.cartItm a
{
    font-size: 30px;
    color: #d76d39;
}
.cartDet h6
{
    /* font-weight: bold; */
    font-size: 17px;
    color: #000;
    font-family: 'med';
}
.cPric
{
    font-weight: bold;
    margin: 0 5px;
}
.cartDet small
{
    color: #6B6B6B;
}
.tots
{
    width: 35%;
    float: right;
    border-radius: 6px;
    text-align: center;
    margin: 20px 0;
    clear: both;
    display: block;
}
.tots h6
{
    background-color: #F1F9FF;
    color: gray;
    font-size: 16px;
    font-family: 'med';
    padding: 8px 20px;
    width: fit-content;
    float: right;
}
.tots h6 span
{
    color: #d76d39;
    font-size: 25px;
    font-weight: bolder;
}
.tots .btn
{
    background-color: #d76d39 !important;
    border-radius: 0;
    width: 100%;
    margin-top: 25px;
    color: #fff;
}
.cartSec .tit,.ft4rd .tit {
    text-align: center;
    color: #d76d39;
    font-size: 35px;
}
.nav-pills
{
    padding: 0;
    border: 0;
}
/* ============================================== accPro ====================================== */
.accProfLft .nav-pills .nav-link{
    color: gray;
    text-align: center;
    background-color: #E5E5E5;
    margin-bottom: 5px;
    border-radius: 0;
}
.accProfLft .nav-link.active
{
    background-color: #d76d39;
    color: #fff;
}
#v-accProfile-tab
{
    background-color: #EFEFEF;
}
.edPro input::placeholder
{
    color: gray;
}
.edPro input
{
    border:1px solid #d76d39;
    padding: 10px;
    color: gray;
    margin-bottom: 30px;
    border-radius: 6px;
    width: 100%;
}
.custom-file-upload i
{
    font-size: 9px;
    color: gray;
    margin-left: 10px;
}
.lb
{
    background-color: #F1F9FF;
    color: gray;
    padding: 2px 10px;
    font-size: 14px;
    width: 100%;
    position: absolute;
    width: fit-content;
    top: 43px;
    right: 80px;
}
.uplod
{
    position: relative;
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 0;
    cursor: pointer;
  }
.shownInpt img
{
    margin-left:20px;
    float: right;
    width: 50px;
}
.shownInpt
{
    background-color: #fff;
    width: 100%;
    display: block;
    font-size: 17px;
}
#file-upload
{
    position: relative;
    border: 0;
    display: none;
}
.uplod a
{
    margin-left: 10px;
    color: #d76d39 ;
    cursor: pointer;
}
.edPro form,#v-pill-qul .edPro
{
    box-shadow:1px -1px 4px #ccc;
    padding: 10px;
    margin-bottom: 40px;
}
.edPro h5.tit
{
    color: #000;
    text-align: center;
    font-size: 24px;
}
.edPro .cPric
{
    float: right;
    margin-top: 8px;
}
.edPro .cartItm
{
    width: 80%;
    display: inline-flex;
    border-radius: 0 10px 10px 0;
}
.edpr .certTb .cartItm 
{
    width: 60%;
}
.edPro .cartItm img
{
    margin-right: 20px;
}
.dwn
{
    color: #d76d39;
    margin-top: 6%;
    text-align: center;
    float: right;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.certTb
{
    margin-left: 0;
}
.purchDt
{
    vertical-align: text-bottom;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: start;
    padding: 15px;
}
.purch .cartItm {
    width: 70%;
}
.purchDt .btn
{
    width: 110px;
    margin-left: 20px;
    margin-top: 15px;
}
.purchDt p
{
    color: #8C8C8C;
    font-family: 'reg';
    font-size: 16px;
    text-align: center;
}
.receActions {
    display: block;
    width: fit-content;
    position: absolute;
    right: 17.3%;
    top: -20px;
}
.buCors button
{
    background-color: #d76d39;
    color: #fff;
    margin-top: 50px;
    padding: 5px 20px;
}
.buCors button:hover 
{
    background-color: #d76e39bb; color: #fff;
}
.ft4Itm img 
{
    width: 100px;
    height: 100px;
    display: inline-block;
}
.frgt
{
    font-size: 14px;
    display: block;
    clear: both;
}
a.logs
{
    color: #d76d39;
    font-size: 25px;
    transition: 0.3s ease-in-out all;
}
a.logs:hover
{
        color: #d76d39c4;
        transition: 0.3s ease-in-out all;
}
a.logs img
{
    width: 30px;
    height: 30px;
}
a.logs span
{
    margin-top: -17px;
    display: inline-block;
    color: red;
    position: absolute;
    font-size: 14px;
}
.grCvr
{
    background-color: #d76d3954;
    border-radius: 12px;
    padding: 30px;
    color: #000;
    margin-bottom: 5rem;
    padding-top: 60px;
}
.grCvr h4 
{
    line-height: 3;
} 
.grCvr h3 
{
    border-bottom: 2px solid #000;
    width: fit-content;
    padding-bottom: 5px;
    margin:auto;
    font-weight: bold;
}
/* ---- social media  ---------------  */



.navigation {
   
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23px;
    bottom: 80px;
    opacity: 1;
    /* display: block; */
    z-index: 1;
    transform: rotate(270deg);

}

.menuToggle {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 70px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;

    justify-content: center;
    /* align-items: center; */
    box-shadow: -1px 2px 25px #d76d3954;
}

.menuToggle::before {
    content: '+';
    position: absolute;
    font-size: 2.8em;
    font-weight: 550;
    color: #d76d39;
    transition: 1.5s;
}

.menuToggle.active::before {
    transform: rotate(315deg);
    top: -6px;
    right: 21px;
}

.menu {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: -1;
    transition: all 0.2s;
    transition-delay: 1s, 0.5s, 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menuToggle.active~.menu .circle{
    
    z-index: 1;
    transition-delay: 0s, 0.5s, 0.5s;
    box-shadow: -1px 2px 25px #d76d3954;
}



.menu ul {
    /* position: relative; */
    margin-top: -85px;
    margin-right: -75;
        display: flex;
    /* justify-content: center;
    align-items: center; */
    height: fit-content;
    gap: 9px;
    width: fit-content;
    padding: 0;
}

.menu ul li {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    transition-delay: calc(0s + var(--i));
}

.menuToggle.active~.menu ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) rotate(90deg);
    transition-delay: calc(0.75s + var(--i));
}

.menu ul li a {
    display: inherit;
    font-size: 30px;
    width: fit-content;
    margin: 5px auto;
}
.pdf {
    /* aspect-ratio: 4 / 3; */

    margin: 0;
    padding: 0;}

/* ----------------------------- etla3 ---------------------------------------- */

.grCvr h3 span 
{
    font-weight: bolder;
    margin: 0 10px;
}
.question h2 
{
    margin: 10px 0 20px;
    font-weight: bolder;
}
.question 
{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid ;
}
.question:last-child
{
    border: 0;
}

.question label
{
    font-size: 25px;
    padding: 0 10px;
}
.question input.true:checked+label{ 
    color: green; 
    background-color:#00800026;
    border: 2px solid green;
    border-radius: 6px;
    width: 90%;
    background-image: url('../img/true.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
} 
.question input.false:checked+label{ 
    color: red; 
    background-color:#ff00001a;
    border: 2px solid red;
    border-radius: 6px;
    width: 90%;
    background-image: url('../img/false.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
} 
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    margin-bottom: 20px;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0; 
    left: 0;
    background: rgba(249, 195, 123, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(249, 195, 123, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 0.5s;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.gallery .gallery-item:hover .search-icon a{
    width: 100%;
    height: 100%;
    display: block;
}
/* ,.lightboxOverlay */
.lb-dataContainer
{
    position: absolute;
    top: -40px;
    right: 5px;
    opacity: 1;

}
/* .question img , */
.lb-outerContainer
{
    width: 100%;
    /* height: 100% !important; */
}
.gallery-item img 
{
    /* height: 100px; */
}

.frameDv .btn
{
    display: none;
    border: 2px solid #d76d39;
    margin: 20px auto;
    text-align: center;
}
.frameDv.full ,
.frameDv.full iframe
{
    width: 100% !important;
    position: absolute;
}
.frameDv.pdfDv a 
{
    padding: 30px 40px;
    margin:30px auto;
    display: block;
    width: fit-content;
    background-color: #d76d3978;
}
.frameDv.pdfDv a img
{
    position: unset;
}
.fa-bell
{
    color: #d76d39;
    margin: 10px;
    font-size: 40px;
}
.turnOn 
{
    border: 2px solid #d76d39;
    padding: 10px;
    background-color: #d76d392e;
    margin: 10px 0;
    width: 50%;
    border-radius: 8px;
}
  /* ---------------- responsive  ---------------  */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		right:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		left:100%; right:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
  
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
.contact .causes .causes-item .causes-img
{
    width: 90%;
}
.contact .causes-link h3
{
    font-size: 20px;
}
.contact .causes .causes-item .causes-img img {
    height: 90px;
}
.contact .causes .causes-item .progress {
    height: 25px;
}
.contact
{
    padding: 20px !important;
}
.subjDv .subj
{
    padding: 10px 20px;
}
.contact .causes-item {
    margin-bottom: 10px;        padding-top: 15px;

}
  
.grCvr h4 
{
    line-height: 2;
    /* font-size: 25px; */
} 

}	

@media (max-width: 768px) {

    .clasDv {
        font-size: 20px;
    }
    .myVid video
    {
        height: 270px !important;
    }
    
    .subjDv .subj:nth-child(odd) {
    border-left: 0px solid #d76d39;
    }
      
    .grCvr h4 
    {
        /* line-height: 1; */
    } 
}
@media (max-width: 600px) {
    .frameDv img {
        height: 58px;
        position: absolute;
        top: 13px;
        right: 25px;
    }
    

    .iframe-custom{
        /* position: absolute; */
        /* right: 0; */
    }
.frameDv 
{
    /* width: 300px; */
    /* margin-left: 10px; */
    position: relative;
}    
.question input.true:checked+label
{
    background-size: 22px;
}
.question input.false:checked+label
{
    background-size: 15px;
}
.frameDv .btn,.frmInn
{
    display: block;
}
.folow 
{
    padding: 20px 0;
    margin: 5px;
}
.frmInn input,#srch
{
    margin-top: 20px;

}
.cartSec .tit, .ft4rd .tit, .tit ,.counter .text-primary,
.countere .text-white

{
    font-size: 24px;
}
.grCvr h3,.question label
{
    font-size: 21px;
}
.grCvr h4
{
    font-size: 18px;
}
.navbar-light .navbar-toggler
{
    margin: 0 20px;
    box-shadow: 0 0 0 0;
    padding: 5px 10px !important;

}
.ft4rd .cartItm 
{
    display: block;
} 
.ft4rd .cartItm img 
{
    width: 90px;
    height: 90px;
    margin: 20px auto;
    display: block;
}
.cartItm img+.cartDet
{
    padding: 10px !important;
}
.cartItm img+.cartDet h3,
.cartItm img+.cartDet h5
{
    font-size: 18px;
}
.navbar-brand img {
    width: 50px;
}
.navbar
{
    padding: 0;
    padding-bottom: 13px;
    border-radius: 0 0 10px 10px;
}
#navbarCollapse .d-flex.align-items-center.flex-nowrap.pt-xl-0
{
    margin: 10px 0;
    justify-content: center;
}    
}
@media (max-width: 850px) and (min-width: 800px) {
    .frameDv img 
{
    height: 60px;
    position: absolute;
    top: 10px;
    right: 24px;
}
    .iframe-custom{
        /* position: absolute; */
        /* right: 0; */
    }
.frameDv 
{
    width: 100%;
    margin-left: 10px;
    position: relative;
}    
.question input.true:checked+label
{
    background-size: 22px;
}
.question input.false:checked+label
{
    background-size: 15px;
}
.frameDv .btn,.frmInn
{
    display: block;
}
.folow 
{
    padding: 20px 0;
    margin: 5px;
}
.frmInn input,#srch
{
    margin-top: 20px;

}
.cartSec .tit, .ft4rd .tit, .tit ,.counter .text-primary,
.countere .text-white

{
    font-size: 24px;
}
.grCvr h3,.question label
{
    font-size: 21px;
}
.grCvr h4
{
    font-size: 18px;
}
.navbar-light .navbar-toggler
{
    margin: 0 20px;
    box-shadow: 0 0 0 0;
    padding: 5px 10px !important;

}
.ft4rd .cartItm 
{
    display: block;
} 
.ft4rd .cartItm img 
{
    width: 90px;
    height: 90px;
    margin: 20px auto;
    display: block;
}
.cartItm img+.cartDet
{
    padding: 10px !important;
}
.cartItm img+.cartDet h3,
.cartItm img+.cartDet h5
{
    font-size: 18px;
}
.navbar-brand img {
    width: 50px;
}
.navbar
{
    padding: 0;
    padding-bottom: 13px;
    border-radius: 0 0 10px 10px;
}
#navbarCollapse .d-flex.align-items-center.flex-nowrap.pt-xl-0
{
    margin: 10px 0;
    justify-content: center;
}
}
/*** arabic end ***/