.direction-sty {
  direction: rtl;
}


img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

.rounded {
  border-radius: 18px !important;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.1) !important;
  /* box-shadow: 0px 3px 10px rgba(47, 128, 237, 0.1) !important; */
  /* box-shadow: 0px 3px 10px rgba(218, 192, 237, 0.1) !important; */
  background:#ffffff90;
}

.w-max{
  width: max-content !important;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

.md\:block {
  display: block;
}



.absolute {
  position: absolute;
}


.section-titless {
  background-color: #3E80FF;
}

.bg-card-1 {

  background-image: linear-gradient(142.17deg, rgba(222, 218, 254, 0), rgba(222, 218, 254, .4) 52.6%) !important;

}


.icon-stay {
  color: #2F80ED;
  font-size: 40px;
}


/* ======== feature-section-1 ======== */
.feature-section-1 {
  position: relative;
  z-index: 1;
  direction: rtl;
  /* background-color: #f4f5f7; */
}


@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .feature-section-1 .feature-image {
    margin-top: 60px;
  }
}

.feature-section-1 .feature-image img {
  max-width: 100%;
}

body{
    background: url(../img/backgrounds/backbody.jpg);
}


/*======================================
	Road Map CSS
========================================*/
.road-map {
  background-image: url("../img/backgrounds/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .road-map {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .road-map {
    padding-bottom: 100px;
  }
}

.road-map .road-map-slider {
  margin: 0;
  padding: 10px 0;
}

.road-map .tns-nav {
  text-align: center;
  position: absolute;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .road-map .tns-nav {
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .road-map .tns-nav {
    bottom: -50px;
  }
}

.road-map .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #24126A;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.road-map .tns-nav button:hover {
  background-color: #3E80FF;
}

.road-map .tns-nav button.tns-nav-active {
  width: 25px;
  background-color: #3E80FF;
}

.road-map .top-row {
  position: relative;
}

.road-map .top-row::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  height: 2px;
  background: #3E80FF;
}

.road-map .single-map {
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.road-map .single-map:hover {
  background-color: #3E80FF;
}

.road-map .single-map:hover .arrow {
  background-color: #3E80FF;
}

.road-map .single-map:hover h3 {
  color: #fff;
}

.road-map .single-map:hover h3 span {
  color: #fff;
}

.road-map .single-map::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -49px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3E80FF;
  margin-left: -9px;
}

.road-map .single-map .arrow {
  height: 16px;
  width: 16px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg);
  margin-left: -8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.road-map .single-map.down {
  margin-top: 200px;
}

.road-map .single-map.down::before {
  bottom: auto;
  top: -49px;
}

.road-map .single-map.down .arrow {
  bottom: auto;
  top: -8px;
}

.road-map .single-map h3 {
  color: #24126A;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.road-map .single-map h3 span {
  color: #727272;
  font-size: 13px;
  display: block;
  margin-top: 10px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}





.-z-10 {
  z-index: -10;
}

.right-20 {
  right: 5rem;
}

.bottom-0 {
  bottom: 0;
}

.absolute {
  position: absolute;
}




/* ===== FAQ CSS ===== */
.ud-faq {
  /* padding-top: 120px; */
  padding-bottom: 90px;
  /* background: #f4f5f7; */
  position: relative;
  z-index: 1;
  text-align: end;

}

@media (max-width: 767px) {
  .ud-faq {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.ud-faq .shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  text-align: end;

}

.ud-single-faq {
  background: #fff;
  border: 1px solid #f4f5f7;
  -webkit-box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.3);
  box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.3);
  border-radius: 10px;
  margin-bottom: 30px;
}

.ud-single-faq .ud-faq-btn {

  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading-color);
  opacity: 0.88;
  padding: 30px;
  justify-content: space-between;

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .ud-single-faq .ud-faq-btn {
    padding: 15px;
  }
}

.ud-single-faq .ud-faq-btn.collapsed span.icon i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ud-single-faq .ud-faq-btn span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(48, 86, 211, 0.06);
  border-radius: 10px;
  color: var(--primary-color);
  margin-right: 24px;
}

.ud-single-faq .ud-faq-btn span.icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 700;
  text-align: end;

}

.ud-single-faq .ud-faq-body {
  padding: 0px 30px 40px 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .ud-single-faq .ud-faq-body {
    padding: 0px 16px 20px 82px;
  }
}







/*======================================
   Clients CSS
========================================*/
.client-logo-section {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .client-logo-section {
    padding: 40px 0;
  }
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px 20px;
  text-align: center;
  margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 180px;
  width: 100%;
  opacity: .8;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1;
}






/*===========================
      19.AllBack css 
===========================*/

.about-back {
  background-image: url("../img/backgrounds/bak5.png");
}

.strategy-back {
  background-image: url("../img/backgrounds/bak2.png");
}

.majles-back {
  background-image: url("../img/backgrounds/bak1.png");
}
.group-back {
  background-image: url("../img/backgrounds/bak3.png");
}

/* .Possibilities-back {
  background-image: url("../img/backgrounds/bak1.png");
}

.Tracks-back {
  background-image: url("../img/backgrounds/bak1.png");
}

.alValue-back {
  background-image: url("../img/backgrounds/bak1.png");
} */

.features-back {
  background-image: url("../img/backgrounds/hero-bg.webp");
}


/* .hero-page-bg{
  background-image: url("../img/backgrounds/hero-page-bg.jpg");
} */

/*======================================
    Features Area CSS
========================================*/


.features {
  background-color: #fafafa;
  text-align: right;
}

.features .section-title {
  margin-bottom: 30px;
}

.features .single-feature {
  direction: rtl;
  text-align: right;
  padding: 35px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 3px 5px #318afd;
  box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #318afd;
  color: #fff;
  font-size: 20px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 6px #0000002a;
  box-shadow: 0px 4px 6px #0000002a;
  margin-bottom: 30px;
}

.features .single-feature h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features .single-feature p {
  line-height: 22px;
}



.card-bak-1 {
  background-color: #F1EBFF;
  border-radius: 20px !important;
}

.card-bak-2 {
  background-color: #F0F8FF;
  border-radius: 20px !important;
}

.card-bak-3 {
  background-color: #EDF9F2;
  border-radius: 20px !important;
}





.btn-primary-file {
  display: inline-block;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 10px;
  background-color: #3E80FF;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  position: relative;
  z-index: 1;

  overflow: hidden;
}

.btn-primary-file:hover {
  color: #fff;
  background-color: #336ad1;

}



/* ===== Team CSS ===== */
.ud-team {
  padding-top: 120px;
  padding-bottom: 80px;
  direction: rtl;
}



@media (max-width: 767px) {
  .ud-team {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.ud-single-team {
  margin-bottom: 40px;
}

.ud-single-team .ud-team-image-wrapper {
  /* width: 170px; */
  /* height: 170px; */
  position: relative;
  margin: 0px auto 25px;

  width: 9rem;

  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));

}

.ud-single-team .ud-team-image {
  border-radius: 20%;
  cursor: pointer;
  border-width: 5px;

  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-drop-shadow: drop-shadow(0px 1.33511px 1.33511px rgba(0, 0, 0, .1)) drop-shadow(0px 0px 0.166889px rgba(0, 0, 0, .25)) drop-shadow(0px 0.223529px 0.223529px rgba(0, 0, 0, .25));
}

.ud-single-team .ud-team-image img {
  width: 100%;
  border-radius: 20%;

  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));


}

.ud-single-team .shape {
  position: absolute;
  z-index: -1;


}

.ud-single-team .shape.shape-1 {
  top: 0;
  left: 0;
}

.ud-single-team .shape.shape-2 {
  bottom: 0;
  right: 0;
}

.ud-single-team .ud-team-info {
  text-align: center;
  margin-bottom: 20px;
}

.ud-single-team .ud-team-info h5 {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.ud-single-team .ud-team-info h6 {
  font-weight: 500;
  font-size: 12px;
  color: var(--body-color);
}

.ud-single-team .ud-team-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ud-single-team .ud-team-socials a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 10px;
  color: #cdced6;
}

.ud-single-team .ud-team-socials a:hover {
  color: var(--primary-color);
}

.drop-shadow-member {
  --tw-drop-shadow: drop-shadow(0px 1.33511px 1.33511px rgba(0, 0, 0, .1)) drop-shadow(0px 0px 0.166889px rgba(0, 0, 0, .25)) drop-shadow(0px 0.223529px 0.223529px rgba(0, 0, 0, .25));
}

.bti{background: #dc354514;}
.btx{background: #2125290f;}
.btf{background: #0d6efd14;}

/*=========== scttion reading start ===========*/
  .card-Pdf{
    background: #1a374d0d;
    border-radius: 15px; 
    padding: 1px 10px 10px 10px;
  }
  .card-Pdf:after{
    box-shadow: 0px 8px 25px rgba(47, 128, 237, 0.35);
  }
  .text-pdf{
    color: #1a374d;
  }
  .f-r {
    text-align: right;
  }
  .iconp{
    margin-bottom: 0px !important;
    height: auto !important;
    font-size: 22px !important;
    justify-content: space-evenly !important;
    width: auto !important;
    display: flex;
    direction: rtl;
  }
  .cardc{
    text-decoration: none;
    color: inherit;
  }
  .cardc:after{
    text-decoration: none !important;
    color: inherit !important;
  }
  .fs-6{
    color:#323450;
    margin-top: 5px;
    margin-bottom: -1px;
  }
  .rowst{
    margin-bottom: 10px;
  }
  .aref{
    height: 32px;
    border-radius:4px;
    user-select: none;
  }
  .aref:focus {
    outline: none;
    box-shadow: none;
}
/*=========== scttion reading end ===========*/

/* Timer start */

/* Timer end */

  .feature-style-5{
    padding: 0px 0 50px;
  }

  .header.header-6 .navbar {
    padding: 9px 0;
  }

  @media (max-width: 767px) {
    .header.header-6 .navbar {
        padding: 2px 0;
    }
  }


/* Start Numb Timer  */
  .stats-item {
    /* background: #80808008; */
    background: #fafafa;
    border-radius: 10px;
    padding-block: 11px;
  }
  .stats .stats-item span {
    font-size: 48px;
    display: block;
    color: #0d6efdc2;
    font-weight: 500;
}
.stats .stats-item p {
  color: color-mix(in srgb, #002d47, transparent 40%);
  padding: 0;
  margin: 0;
  /* font-family: var(--heading-font); */
  font-size: 15px;
  font-weight: 600;
}
/* End Numb Timer  */


/*** start Testimonial ***/
.pt-c {
  padding-top: 5rem !important;  /* قيمة أكبر من 5 */
}
.pb-c {
  padding-bottom: 5rem !important;  /* قيمة أكبر من 5 */
}

.testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.005);
  transition: .5s;
  direction: rtl;
}

.owl-item .testimonial-item,
.testimonial-item * {
  transition: .5s;
}
.owl-item.center .testimonial-item,
.testimonial-item:hover {
    /* background: var(--primary-color); */
    background-image: linear-gradient(142.17deg, #feebc866, #f5e9d266 52.6%);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    /* --tw-text-opacity: 1;
    color: rgb(251 170 26 / var(--tw-text-opacity)); */
}
.testimonial-item img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 10px;
}
/*** end Testimonial ***/

/* == groups start == */
.img-fluid{
  border-radius: 10px !important;
  margin-top:.8rem;
}
/* == groups end == */

/*=========== slyder start ===========*/
  .testimonial-item {
    /* background: #ffffff55 !important; */
    border-radius: 10px;
    text-align: center;
}
/*=========== slyder end ===========*/

/*=========== swapper start ===========*/
/* .swiper-container {
    width: 100%;
    padding: 20px 0;
  } */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: center !important;
  }

  @media (max-width: 767px) { 
    .enable-on-sm {
        flex-direction: column-reverse !important;
    }
}
.swiper-slide-active {
    background-image: linear-gradient(142.17deg, #feebc866, #f5e9d266 52.6%);
    transition: background-color 0.3s ease-in-out;
}
/*=========== swapper end ===========*/

/*=========== client start ===========*/
.swiper-container {
  width: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  place-items: anchor-center !important;
}
.member-card {
  width: 200px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  background: #ffffff70;
  /* background-image: none !important; */
}
.member-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background-image: none !important; */
}
.client-swiper .swiper-slide-active {
    background: none !important;
}
.testimonial-swiper .swiper-slide-active {
    background-image: linear-gradient(142.17deg, rgba(222, 218, 254, 0), rgba(222, 218, 254, .4) 52.6%);
}
/*=========== client end ===========*/
.bg-card-1 {
  background-color: #4a7fd966; /* إزالة التعتيم للحصول على لون أكثر وضوحًا */
}

.bg-card-2 {
  background-color: #cfd1df; /* إزالة التعتيم للحصول على لون أكثر وضوحًا */
}

.bg-card-3 {
  background-color: #feebc8; /* كما هو */
}

.bg-card-4 {
  background-color: #ebf9f2; /* كما هو */
}

.bg-card-5 {
  background-color: #daeefe; /* كما هو */
}

.header.header-6 .navbar-nav .nav-item a {
  padding: 7px 10px;
  width: max-content;
  margin: 0 1px;
}

.navbar-nav .nav-item .ud-submenu{
  /* padding: 15px 20px; */
  padding: 8px 9px;
  left: -15px;
  width: 150px;
  text-align: center !important;

}

.c-ui {
  list-style: none !important;
  padding: 0 !important;
}

.c-ui > li {
  padding: 10px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}