@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
:root {
  --main-color: #f3af4c;
  --bg-color: #033d21;
  --sec-color: #012011;
  --title-color: #e9c176;
}
@font-face {
  font-family: "CodecPro";
  src: url("../fonts/CodecPro-Regular.ttf");
}
@font-face {
  font-family: "Araboto";
  src: url("../fonts/alfont_com_AlFont_com_Araboto-Medium.ttf");
}
@font-face {
  font-family: "bold";
  src: url("../fonts/thmanyah-serif-display-bold.otf");
}

@font-face {
  font-family: "thmanyah";
  src: url("../fonts/thmanyah-serif-display-regular.otf");
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/thmanyah-serif-display-medium.otf");
}
@font-face {
  font-family: "light";
  src: url("../fonts/thmanyah-serif-display-light.otf");
}
body {
  direction: rtl;
  text-align: start;
  font-family: "thmanyah";
  background: #012011;
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  border: none;
  outline: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
}

.mynavbar .row {
  align-items: center;
  padding: 24px 0;
}

span.btnSearch {
  cursor: pointer;
}
.left-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 110px;
}
.logo img {
  max-height: 100%;
  transition: all 0.3s;
}
/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 15px;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.nice-select::after {
  left: 12px;
  right: auto;
  border-bottom: 2px solid #bfbebe;
  border-right: 2px solid #bfbebe;
}
.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}
.nice-select .list {
  width: 100%;
}
.nice-select:after {
  width: 10px;
  height: 10px;
}
/* Start header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 12px 0px;
}
.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.mynav a {
  color: #fff;
  transition: all 0.3s;
  padding: 0;
  margin-inline-start: 23px;
  font-size: 14px;
}
.mynav a:hover,
.mynav li.current-menu-item a {
  color: var(--main-color);
}
.left-tobheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang a {
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  display: flex;
    align-items: center;
    gap: 6px;
}

.mynav .row {
  align-items: center;
  padding: 16px 0;
  transition: all 0.3s;
}

.search-btn i {
  transition: all 0.7s;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mynav .nav-link {
  position: relative;
}

.navbar-menu {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
}

.my_btn a {
  color: #012011;
  min-width: 247px;
  padding: 11px 12px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: "bold";
  transition: all 0.3s;
  background: var(--main-color);
  border-radius: 50px;
}

.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: var(--title-color);
  color: #033d21;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 24px;
}

.responsive-menu .menu {
  display: flex;
  align-items: center;
  gap: 14px;
}
.side-search {
  margin: 15px 0 10px;
  padding: 0 10px;
}

.side-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.side-search form input {
  width: calc(100% - 56px);
  height: 50px;
  border: none !important;
  padding: 0 10px;
  border-radius: 0px;
  color: #333;
  border-radius: 8px;
}

.side-search form button {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 34px;
  height: 34px;
  background-color: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.responsive-menu .searchForm .btnSearch i {
  color: #fff;
}
.mobile_logo {
  display: none;
}
/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition:
    opacity 0.5s ease 0.25s,
    z-index 0s ease 0.75s;
  -webkit-transition:
    opacity 0.5s ease 0.25s,
    z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition:
    opacity 0.5s,
    z-index 0s;
  -webkit-transition:
    opacity 0.5s,
    z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition:
    margin-top 0.5s,
    opacity 0.5s;
  -webkit-transition:
    margin-top 0.5s,
    opacity 0.5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition:
    margin-top 0.5s,
    opacity 0.5s;
  -webkit-transition:
    margin-top 0.5s,
    opacity 0.5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: #222222;
  background: none;
  border: 1px solid var(--bg-color);
  font-size: 20px;
  padding: 15px 22px;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 16px;
  box-shadow: inset 0 0 0 transparent;
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #222222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 22px;
  top: 16px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #222222;
}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.sidebar .lang {
  margin: 16px 0;
  padding-inline-start: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.sidebar .lang a {
  color: #000;
}
.sidebar .logo {
  text-align: center;
  padding: 14px;
  height: 142px;
  max-height: 142px;
  background: var(--bg-color);
}
.sidebar .logo img {
  max-height: 107px;
  /* filter: brightness(0); */
}
/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 99;
  padding: 20px 0;
  transition: all 0.7s;
  padding: 0 0 20px 0;
  height: auto;
  overflow-y: scroll;
}

.sidebar-width {
  left: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}


.sidebar .side-content ul li a {
  color: #000;
  display: block;
  padding: 12px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li.current-menu-item a{
    color:var(--title-color);
}

.sidebar .header-btn {
  padding-inline-start: 20px;
  margin: 20px 0;
}

/* Start home slider */
.hero_sec {
  position: relative;
}
.hero_sec .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}

.hero_sec .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #012011;
}
.carousel-info {
  margin-top: 32px;
  color: #fff;
  transition: all 0.5s ease-in;
  text-align: center;
  position: relative;
  z-index: 4;
}

.carousel-info h2 {
  margin-bottom: 0;
  font-size: 55px;
  font-family: "bold";
  font-weight: 700;
  color: #e6b875;
}
.carousel-info p {
  color: #c0c9c1;
  font-size: 21px;
  margin: 15px 0 16px;
}
.carousel-info h6 {
  font-size: 20px;
  color: #fff;
  font-family: "bold";
  font-weight: 700;
}
.hero_sec .slider-img,
.hero_sec .row {
  height: 768px;
  height: 700px;
}
.hero_sec .row {
  align-items: center;
  direction: rtl;
  justify-content: center;
  position: relative;
  z-index: 4;
}
.hero_sec .slider-img img,
.slider-img video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 82%;
  z-index: 2;
  position: relative;
  mix-blend-mode: overlay;
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  width: 32px;
  height: 56px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev {
  left: -64px;
  transform: scaleX(-1) translateY(-50%);
}
.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-next {
  right: -64px;
}
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
  top: 56%;
  background: #006691;
  color: #fff;
}

/* -------------------------------- */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
/* ---------------------------------------------------------  */
/* Start about section */
.about {
  position: relative;
  padding: 100px 0;
  padding-bottom: 0;
}
.projects.about {
  padding-bottom: 104px;
}
.about::after {
  position: absolute;
  content: "";
  width: 49%;
  height: 100%;
  /* bottom: 87px; */
  top: 0;
  right: 0;
  background-image: url("../images/about-after2.png");
  /* opacity: 18%; */
  mix-blend-mode: darken;
  background-size: cover;
}
.projects.about::after {
  height: 50%;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}

.about-img {
  position: relative;
  height: 538px;
}
.about-img .about-img-counter {
  position: absolute;
  bottom: 57px;
  left: 57px;
  z-index: 2;
  background: #0e0e0b66;
  border: 0.94px solid #e9c17626;
  backdrop-filter: blur(18.86911964416504px);
  padding: 30px;
  border-radius: 19px;
}
.about-img-counter .count-block {
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-info p {
  color: #c0c9c1;
  line-height: 30px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}
.about-page .about-info p {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.about-info .about-details .my_btn a {
  min-width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 11px 24px;
}
.about-info .about-details .my_btn {
  margin: 20px 0 45px;
}
.about-info .about-details {
  padding: 37px;
  /* padding-inline-end: 45px; */
  background: #0e0e0b66;
  border: 0.94px solid #e9c17626;
  backdrop-filter: blur(18.86911964416504px);
  color: #fff;
  border-radius: 28px 0 28px 0;
}

.about-details-list ul {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e9c1761a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-details-list ul span.key {
  color: var(--title-color);
  font-size: 28px;
  margin-bottom: 8px;
}

.about-details-list ul span {
  display: block;
  width: 100%;
}

.about-details-list ul span.data {
  color: #c0c9c1;
  font-size: 15px;
}
.about-img-counter .counter-item {
  font-weight: 700;
  font-size: 54px;
  font-family: "bold";
}
.about-img-counter .count-block .details h6 {
  font-size: 15px;
}
.vision-item {
  padding: 42px;
  background: #0e0e0b66;
  border: 0.88px solid #e9c17626;
  backdrop-filter: blur(17.686227798461914px);
  border-radius: 28px 0 28px 0;
}

.vission-items {
  margin-top: 67px;
  margin-bottom: 100px;
}

.vision-item .img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #06402b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-item .img img {
  max-width: 100%;
  max-height: 30px;
}

.vision-item h5 {
  font-size: 29px;
  line-height: 42px;
  margin: 19px 0 12px;
  color: #fff;
  font-family: "bold";
  font-weight: 700;
}

.all-about-items .vision-item {
  padding-inline-end: 32px;
}
.all-about-items .col-lg-4 {
  padding: 0 11px;
}
.vision-item h3 {
  font-size: 29px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "bold";
}
.vision-item h4 {
  font-size: 20px;
  line-height: 30px;
  color: #C0C9C1;
  margin: 0;
}
.vision-item h6 {
  font-size: 15px;
  line-height: 29px;
  color: #c0c9c1;
  margin: 0;
  min-height: 58px;
  font-family: "light";
}
.vision-item p {
  color: #c0c9c1;
  line-height: 25px;
  font-size: 15px;
  margin: 0;
}
.about-counter .col-md-3.col-6 {
  padding: 0 9px;
}

.about-info h6 {
  font-size: 15px;
  color: #e9c176;
  position: relative;
  padding-inline-start: 70px;
}
.about-info h6::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #e9c17666;
  top: 11px;
  right: 0;
}
.about-info h3 {
  font-size: 57px;
  margin-bottom: 38px;
  color: #fff;
  font-family: "bold";
  font-weight: 700;
}

/* end about section */
/* Global-distribution-map */
.Global-distribution-map,
section.notable-personalities {
  padding-top: 0;
}
.g-map-sec-content,
.n-person-sec {
  position: relative;
  padding-top: 140px;
}
.g-map-sec-content::before,
.n-person-sec::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 100%;
}
.g-map-sec-content::before {
  top: 0;
  left: 0;
  background-image: url("../images/map-sec-after.png");
  mix-blend-mode: darken;
  background-size: cover;
  width: 21%;
  height: 111%;
}
.n-person-sec::before {
  top: 25px;
  right: 0px;
  background-image: url("../images/pers-sec-after.png");
  mix-blend-mode: darken;
  z-index: 2;
  background-size: contain;
  width: 38%;
  background-repeat: no-repeat;
  height: 100%;
}
.Global-distribution-map::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 20%;
}
.container {
  position: relative;
  z-index: 2;
}
.g-dis-map .img {
  height: 501px;
  position: relative;
}
.g-dis-map .img::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  top: 44%;
  left: 42%;
  transform: translate(-50%, -50%);
  background-image: url("../images/map-img-shape.svg");
  background-size: cover;
}
.g-dis-map,
.squar-shape,
.new-item .img {
  position: relative;
}
.squar-shape::after,
.squar-shape::before,
.big-new-image::before,
.new-item .img::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 21px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #e9c176;
  border-radius: 2.6px;
}
.squar-shape::after {
  top: -10px;
  right: -10px;
}
.squar-shape::before {
  bottom: -12px;
  left: -12px;
  transform: scale(-1);
}
.big-new-image::before {
  bottom: -10px;
  right: -10px;
  transform: scaleY(-1);
}
.new-item .img::before {
  top: -10px;
  left: -10px;
  border-width: 1px 0 0 1px;
}
.g-dis-map .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 0 28px 0;
}

.map-dist-info h4 {
  font-size: 58px;
  line-height: 71px;
  margin-bottom: 28px;
  font-family: "Medium";
  color: #e5e2db;
}

.map-dist-info h4 span {
  color: var(--title-color);
  display: block;
}

.map-dist-info p {
  font-size: 15px;
  line-height: 26px;
  padding-inline-end: 41px;
  color: #c0c9c1cc;
}

.count-block:last-of-type {
  border: none;
}

.dis-map-num {
  position: absolute;
  bottom: 27px;
  z-index: 2;
  right: 54px;
  border-radius: 9px;
  background: #0000005e;
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dis-map-num span.data {
  font-size: 36px;
  color: var(--title-color);
}

.dis-map-num span.key {
  color: #c0c9c1;
}
.section-title {
  text-align: center;
}

section.notable-personalities {
  position: relative;
  padding-top: 0;
}

section.notable-personalities::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 20%;
}

.section-title h4 {
  font-size: 57px;
  margin-bottom: 52px;
  line-height: 57px;
  color: #e5e2db;
  font-family: "Medium";
  position: relative;
}
.section-title h4::before {
  position: absolute;
  content: "";
  width: 107px;
  height: 1px;
  background: #e9c17666;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.section-title h4 span {
  color: var(--title-color);
}

.personalti-item .img {
  max-height: 500px;
  margin-bottom: 36px;
}

.personalti-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.personalti-item {
  direction: rtl;
}

.personalti-item .item-name h4 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 9px;
  color: var(--title-color);
}

.personalti-item .item-name h5 {
  font-size: 18px;
  color: #c0c9c1;
}
/* ------------------------------------------------------- */
/* Start notable-personalities section */

/* Ø§Ù„ØªØ§Ù†ÙŠØ© */
.owl-item:nth-child(4n + 2) .personalti-item {
  margin-top: 120px;
}

/* Ø§Ù„Ø±Ø§Ø¨Ø¹Ø© */
.owl-item:nth-child(4n + 4) .personalti-item {
  margin-top: 107px;
}
.owl-item:nth-child(4n + 1) .personalti-item img {
  border-radius: 28px 0 28px 0;
  height: 435px;
}
.owl-item:nth-child(4n + 2) .personalti-item img {
  border-radius: 0 30px 0 30px;
  height: 444px;
}
.owl-item:nth-child(4n + 3) .personalti-item img {
  border-radius: 7px 0 28px 0;
  height: 397px;
}
.owl-item:nth-child(4n + 4) .personalti-item img {
  border-radius: 28px 0 28px 0;
}
/* ---------------------------  projects section ------------------------ */
.nav.nav-pills {
  padding: 9px 8px;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto 80px;
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
  background: #ffffff01;
  border-radius: 100px;
  background: #13141066;
  border: 1px solid #e9c17633;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #261900;
  background: #e9c176;
  box-shadow: 0px 2px 4px -2px #0000001a;
  box-shadow: 0px 4px 6px -1px #0000001a;
}
.nav-pills .nav-link {
  margin: 0 6px;
  color: #c0c9c1;
  font-size: 16px;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s;
  padding: 6px 20px 10px;
  border: none;
  background: transparent;
  min-width: 96px;
}
section.news-sec {
  padding-bottom: 14px;
}
.big-new-image {
  position: relative;
  height: 719px;
}

.big-new-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
  border: 1px solid #e9c1764d;
}

.big-new-image .details {
  padding: 48px;
  padding-inline-end: 60px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 0;
  width: 100%;
  background: #00000078;
  border: 1px solid #e9c1761a;
  backdrop-filter: blur(20px);
  border-bottom-left-radius: 28px;
  opacity: 90%;
}

.big-new-image .details h4 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 21px;
  color: #d8a74d;
}

.big-new-image .details h6 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.big-new-image .date,
.news-sec .new-item .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: #e9c176;
  padding: 8px 24px;
  color: #06402b;
  font-family: "bold";
  font-weight: 700;
}
.news-sec .new-item .date {
 padding: 0;
    padding-bottom: 4px;
}
.news-sec .new-item .date span {
  font-size: 12px;
  padding: 4px 16px;
}
.new-item .img {
  height: 190px;
}

.new-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e9c1764d;
  border-radius: 0 20px 0 0;
}
.new-item:last-of-type .img img {
  border-radius: 0 0 0 20px;
}
.news-sec .new-item {
  margin-bottom: 48px;
  position: relative;
}

.new-item-details {
  padding-top: 24px;
  padding-inline-end: 30px;
}

.new-item-details h5 {
  font-size: 24px;
  line-height: 35px;
  color: var(--title-color);
}

.new-item-details p {
  color: #c0c9c1;
  line-height: 26px;
  font-size: 16px;
}
/* -------------------------------------------------------------- */
.owl-dots {
  margin-top: 33px !important;
}
.owl-item:nth-child(4n + 2) .media-item,
.owl-item:nth-child(4n + 4) .media-item {
  margin-top: 60px;
}
.media-item {
  height: 352px;
  position: relative;
  direction: rtl;
}
.media-item .media-detail {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 20px;
}
.media-item .media-detail h6 {
  font-size: 15.59px;
  color: var(--title-color);
}

.media-item .media-detail h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "bold";
}

.media-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.media-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #06402b80;
  mix-blend-mode: multiply;
  border-radius: 20px;
}
.media-item .img {
  height: 354px;
}
.media-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.86px solid #e9c17633;
  border-radius: 20px;
}
/* ---------------------------------------------------------------    */
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  transition: all 0.4s;
  background: #d9d9d9;
  border-radius: 30px;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--title-color);
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  ----------- Start footer section ----------------- */
.fixed-icone {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9;
  /* animation: updown-i 4s infinite ease-in-out; */
}
@keyframes updown-i {
  0%,
  100% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(12px);
  }
}
.fixed-icone a {
  width: 52px;
  height: 52px;
  background: var(--title-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-icone a i,
.fixed-icone svg {
  font-size: 34px;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}
/* Scroll to top */
#mybtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
  background: var(--title-color);
  border-radius: 100px;
  line-height: 14px;
}

#mybtn i {
  color: #012011;
  font-size: 21px;
}
#mybtn span {
  color: #f5e8e8;
  font-size: 11px;
  font-family: "bold";
}

.footer-soch span {
  color: #fff;
  font-size: 24px;
  font-family: "Medium";
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

footer {
  overflow: hidden;
  position: relative;
}
.footer {
  position: relative;
  padding: 106px 90px 0;
}

.container {
  position: relative;
  z-index: 2;
}
.f-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.comp-rights {
  text-align: end;
}

/* ----------------------------- */
section {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}

section::before,
footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/bg-image.png");
  opacity: 5%;
  mix-blend-mode: color-dodge;
}

/* *******   counter     *********** */
.counter-item {
  direction: ltr;
  text-align: end;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0;
  transition: all 0.3s;
  color: var(--title-color);
  font-weight: 400;
}
.counter-item span {
  display: inline-block;
}
.count-block {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
  transition: all 0.3s;
  border-bottom: 1.05px solid #07311d;
}

.count-block .details h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #c0c9c1;
  transition: all 0.3s;
}
.counter-info h3 {
  font-family: "bold";
  font-size: 32px;
  margin-bottom: 60px;
}

/* -----------  Start footer section  -------------------- */

footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 20%;
}
.footer-logo {
  height: 270px;
}
.footer-logo img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .footer-menu ul a {
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  transition: all 0.6s;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-inline-start: 16px;
}
footer .footer-menu ul a::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  top: 2px;
  right: 0;
}
ul.contact-list li a {
  transition: all 0.3s;
}

.bottom-footer .row {
  align-items: center;
}
.bottom-footer {
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding: 20px 0;
  margin-top: 67px;
}
.bottom-footer .col-sm-6 {
  padding: 0;
}
.footer-soch a {
  width: 52px;
  height: 52px;
  margin: 0 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  /* control the border thickness */
}
.footer-soch a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid;
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 1px; /* control the border thickness */
  background: linear-gradient(
    94.51deg,
    rgba(255, 255, 255, 0.4) 0.79%,
    rgba(153, 153, 153, 0.3) 99.21%
  );
  mask:
    conic-gradient(#000 0 0) content-box,
    conic-gradient(#000 0 0);
  mask-composite: exclude;
}
.footer-soch a:hover {
  color: inherit;
}
.footer-soch {
  width: 100%;
}
.footer-links h4 {
  color: #fff;
  font-size: 24px;
  font-family: "Medium";
  margin-bottom: 32px;
  font-weight: 500;
}

ul.contact-list li a {
  color: #fff;
  display: inline-flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
ul.contact-list li a i {
  font-size: 20px;
  width: 22px;
  margin-inline-end: 7px;
  position: relative;
  top: 3px;
}
span.mob-num {
  display: inline-block;
  direction: ltr;
}

.the-global-platform {
  background: #012715;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 48px;
}

.the-global-platform .my_btn a {
  min-width: 176px;
  border-radius: 10px;
  background: #c8a646;
  padding: 14px 10px;
  font-size: 14px;
}

.the-global-platform h4 {
  font-size: 37px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-family: "bold";
}

/* bottom footer */
.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
  font-family: "Cairo";
}
.bootom-footer {
  margin-top: 32px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 6px 0;
}
.copy-right .row {
  align-items: center;
  padding: 12px 0;
}

.copy-right p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

/* Start about page */
.breadcrumb-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  z-index: 2;
}
.breadcrumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 82%;
  position: relative;
  z-index: 2;
}
.breadcrumb-section {
  padding-top: 193px;
  z-index: 2;
  position: relative;
  height: 439px;
}
.breadcrumb-info {
  position: relative;
  z-index: 9;
  color: #fff;
}
.breadcrumb-info h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-family: "bold";
  text-align: center;
  position: relative;
  z-index: 3;
}

.breadcrumb-section a {
  color: #fff;
  font-size: 18px;
  font-family: "Medium";
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-info h1 {
  color: #e6b875;
  font-size: 55px;
  line-height: 55px;
  font-family: "bold";
  font-weight: 700;
  text-align:center;
  margin-bottom:24px;
}
.breadcrumb-info h3{
     color: #e6b875;
  font-size: 32px;
  font-family: "bold";
  font-weight: 700;
  text-align:center; 
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  content: "/";
  font-family: "Medium";
  position: relative;
  top: 2px;
}
.breadcrumb-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #012011;
  z-index: 1;
}
.about-counter {
  padding: 75px 75px 57px;
  border-radius: 0 54px 0 54px;
  border: 1px solid #e9c17626;
  background: #ffffff03;
}

section.about.about-page {
  padding-bottom: 117px;
}

.about-counter .row {
  justify-content: center;
}

.about.about-page .count-block {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about.about-page::after {
  height: 75%;
}
/* --------------  vission & mission page  ------------------ */
.our-values .section-title h4 {
  margin-bottom: 64px;
}

.our-values .col-lg-3 {
  padding: 0 12px;
}

.values-item {
  padding: 26px;
  background: #ffffff03;
  backdrop-filter: blur(17.686227798461914px);
  border: 0.88px solid #e9c17626;
  border-radius: 28px 0;
  text-align: center;
}

.values-item h4 {
  line-height: 42px;
  font-size: 29px;
  color: #fff;
  margin-bottom: 10px;
}

.values-item p {
  color: #c0c9c1;
  font-size: 16px;
  line-height: 28px;
}
/* ---------------------------------------------    */
/* ----------------------  program page ------------------    */
.program-item {
  margin-bottom: 60px;
  border-radius: 28px 0;
  padding: 49px 42px;
  background: #0e0e0b66;
  border: 0.88px solid #e9c17626;
  color: #fff;
}

.program-item h4 {
  font-size: 29px;
  line-height: 42px;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "bold";
}

.program-item h5 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #c0c9c1;
}

.program-item ul {
  padding-inline-start: 16px;
  list-style: disc;
}

.program-item ul li {
  font-family: "light";
  line-height: 28px;
  font-size: 16px;
}
/* -------------------------------------------     */
/* ---------------------  news page -----------------------     */
.new-item {
  margin-bottom: 32px;
}
.news-page .new-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 463px;
}

.news-page .new-item .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #0c964833;
  border: 1.26px solid #01201159;
  backdrop-filter: blur(55.5872802734375px);
  padding: 3px;
  min-width: 135px;
  text-align: center;
}

.news-page .new-item .date span {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  /* font-family: "CodecPro"; */
}

.new-item .new-img {
  height: 461px;
}

.new-item .new-img img {
  width: 100%;
  object-fit: cover;  
  height:100%;
}

.new-item .new-detail {
  right: 42px;
  position: absolute;
  bottom: 17px;
  z-index: 2;
  padding-inline-end: 26px;
}

.news-page .new-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 98.42%);
}

.new-item .new-detail h4 {
  font-size: 25px;
  color: #fff;
  line-height: 36px;
  /*margin: 0;*/
}

.new-item .new-detail p {
  color: #dbdbdb;
  font-family: "light";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.news-page .col-lg-4 {
  padding: 0 10px;
}
a {
  color: inherit;
}
/* ---------------------------------------------------   */
.breadcrumb-section.single-new-breadcrumb .breadcrumb-img {
  display: none;
}
.single-new-bread-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}
.single-new-bread-img img {
  opacity: 18%;
  mix-blend-mode: darken;
  max-width: 100%;
}
.single-news {
  padding-top: 10px;
  padding-bottom:0;
}
.single-new-details {
  max-width: 80%;
  margin: 63px auto;
}

.single-new-details p {
  color: #ffffffb2;
  font-size: 18px;
  line-height: 32px;
  font-family: "light";
  /*text-align: center;*/
 color:#fff9ed;
text-wrap: balance;
  
}
.single-new-img {
  height: 450px;
}
.single-new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------------------------------------------------------- */
.progress {
  background-color: #e2e3df;
  border-radius: 43px;
  position: relative;
  margin: 20px 0 24px;
  height: 6px;
  width: 100%;
}

.progress-done {
  background: #45de94;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}
.project-item {
  margin-bottom: 67px;
  padding: 42px;
  background: #0e0e0b66;
  border: 0.88px solid #e9c17626;
  backdrop-filter: blur(17.686227798461914px);
  border-radius: 28px 0;
}
.benef-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #45de94;
  font-family: "Araboto";
  font-size: 14px;
}

.right-bene-data {
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-title {
  display: flex;
  font-size: 18px;
  color: #c0c9c1;
  align-items: center;
  gap: 7px;
}

.project-type {
  background: #e9c176;
  max-width: max-content;
  padding: 6px 30px 10px;
  border-radius: 50px;
  color: #261900;
  margin-bottom: 10px;
}
.benef-footer span.prog-data {
  font-family: "Araboto";
}
.project-item h3 {
  font-size: 29px;
  line-height: 42px;
  font-weight: 700;
  font-family: "bold";
  color: #fff;
}

.project-item h6 {
  font-size: 18px;
  margin: 12px 0 20px;
  color: #c0c9c1;
}

section.projects {
  padding-top: 164px;
}

section.projects .col-lg-6 {
  padding: 0 12px;
}
/* ------------------------  partners -----------------------   */
.part-item {
  height: 209px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.part-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part-item img {
  max-width: 100%;
  max-height: 100%;
}

.all-partner {
  position: relative;
  padding: 50px 0;
}

.all-partner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 44%;
  transform: translateY(-50%);
  border: 1px solid;
  border-image: linear-gradient(270deg, #151515 0%, #189158 45.5%, #151515 100%)
    1;
}
.all-partner .row {
  position: relative;
}
.all-partner::after,
.all-partner .row::after,
.all-partner .row::before {
  position: absolute;
  content: "";
  height: 0px;
  width: 452px;
  top: 40%;
  left: 25%;
  transform: rotate(90deg) translateY(-50%);
  border: 1px solid;
  border-image: linear-gradient(270deg, #151515 0%, #189158 45.5%, #151515 100%)
    1;
}
.all-partner .row::after {
  left: 0%;
}
.all-partner .row::before {
  left: 50%;
}
.partners.about {
  padding-bottom: 200px;
}
/* ------------------------------------------------------ */

/* Pagination */
.pagination-list {
  padding: 22px 0;
  width: 345px;
  margin: 28px auto 0;
  border-radius: 16px;
  border: 1px solid rgb(10 126 70 / 40%);
}

.pagination {
  justify-content: center;
}

.page-item .page-link {
  color: rgb(255 255 255 / 20%);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 6px 5px;
  margin: 0;
  line-height: 31px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 3px;
  text-transform: capitalize;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  margin-inline: 12px;
  color: #30b083;
  font-size: 14px;
  line-height: 18px;
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #30b083;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-color: transparent;
  color: #fff;
  background: #30b083;
}

li.page-item {
  margin-inline: 0;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  opacity: 30%;
}

.page-item:last-child .page-link i,
.page-item:first-child .page-link i {
  position: relative;
  top: 2px;
  padding:0 6px;
}
.page-link:focus {
  box-shadow: none;
}
.partners .row {
  justify-content: center;
}
/* --------------------------  contact page  ----------------------    */
.contact_page h3,
#accordion2 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "bold";
  margin-bottom: 30px;
}
.contact-page-details h3 {
  font-size: 40px;
}
.contact-form form input,
.contact-form form textarea,
.contact-form select {
  width: 100%;
  padding: 10px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 7.5px;
  background: #e3e3e3;
  border: 0.94px solid #ffead2;
  background: transparent;
  font-family: "light";
}
.contact-form select {
  background: unset;
    font-size: 15px;
  font-family: "bold";
  font-weight:700;
}
.contact-form select option {
  color: #000;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  border: 0.94px solid #e9c176;
  box-shadow: 0px 3.77px 3.77px 0px #1263dc1a;
  background: #e3e3e3;
  background: transparent;
}
.contact-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  outline: none;
}
.contact-form .form-group.tmove label,
.form-group.tmove + label {
  font-size: 12px;
  top: 0px;
  color: #f4f4ff;
}
.contact-form form textarea {
  height: 105px;
  margin-bottom: 12px;
}
.contact-page-details {
  position: relative;
  padding-top: 72px;
  padding-inline-start: 32px;
  height: 631px;
  background: #0c96480a;
  backdrop-filter: blur(34px);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(1, 32, 17, 0) 0%, #012011 100%);
  backdrop-filter: blur(34px);
}

.contact-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  /* background: linear-gradient(
360deg, rgba(1, 32, 17, 0) 0%, #012011 100%); */
  /* isolation: isolate; */
  overflow: hidden;
  background: #012011;
  /* mix-blend-mode: plus-lighter; */
}

.contact-img>img {
  border-radius: 32px;
  mix-blend-mode: plus-lighter;
  /* opacity: 30%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-soch-icon {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #ffffff1a;
  width: 100%;
  backdrop-filter: blur(36px);
  border-radius: 0 0 32px 32px;
  padding: 20px 29px;
  color: #fff;
}

.contact-soch-icon span {
  padding-inline-end: 6px;
  font-size: 24px;
  font-family: "Medium";
}

.contact-soch-icon a {
  padding: 0px 8px;
  font-size: 22px;
  transition: all 0.3s;
}
.contact-page-details ul.contact-list li a {
  font-size: 16px;
  margin-bottom: 25px;
}
.form-group {
  margin-bottom: 18px;
  position: relative;
}
.contact_page.about {
  padding-bottom: 119px;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 0px;
  top: -44px;
  padding: 3px 8px;
  font-size: 15px;
  width: 100%;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  padding-inline-end: 36px;
  border-radius: 7.5px !important;
}
.input-group.upload span.uplod i {
  position: relative;
}
.input-group.upload span.uplod i::before {
  background-image: url("../images/upload-i.svg");
  content: "";
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -10px;
}
.input-group.upload span.uplod .upload-img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--sec-color);
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group.upload span.uplod .upload-img img {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
}
.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  width: 100%;
  padding-block: 21px;
}
label.input-group-btn {
  height: 0;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
  width: 100%;
}

textarea:focus {
  outline: none;
}
div#accordion2 {
  padding: 41px 33px;
  border-radius: 0 40px;
  background: #00000014;
  border: 0.94px solid #303030;
}

.form-group label {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #fff;
  transition: all 0.3s;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  font-family: "bold";
}
.input-group>.custom-select:not(:last-child),
 .input-group>.form-control:not(:last-child){
  border-radius:7.5px !important;
}
.form-group label.move {
  font-size: 11px;
  top: 1px;
}
.iti__country-list {
  left: 0;
}

.iti {
  width: 100%;
}

input#phone,
input#phone2 {
  padding-left: 107px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__arrow {
  border: none;
}

.iti__arrow {
  position: relative;
}

.iti__arrow::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  width: 1px;
  height: 42px;
  color: #fff;
  top: -12px;
  left: -1px;
  font-size: 19px;
  color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin: 0 5px;
  margin-left: 0;
  direction: ltr;
  font-size: 14px;
  color: #fff;
  font-family: "Medium";
  position: relative;
  /* top: 3px; */
}

.iti__flag.iti__sa {
  border-radius: 3px;
}

.iti__selected-flag {
  padding: 0 10px;
}

.iti__selected-flag {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.iti__flag-box {
  display: inline-block;
  width: 33px;
}

.iti__country-list {
  text-align: start;
}
.contact-form {
  border-radius: 0 30px;
  padding: 62px 48px;
  background: #0000002b;
  border: 0.94px solid #303030;
}

.my_btn button {  
  min-width: 100%;
  background: var(--main-color);
  border-radius: 14px;
  padding: 12px;
  color: var(--sec-color);
  font-weight: 700;
  font-family: "bold";
  transition: all 0.3s;
  font-size: 14px;
  border: none;
}

.my_btn button img {
  transition: all 0.3s;
  padding: 0 6px;
}
/* ---------------------------------------   */
.card-header {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 15px !important;
}

.card {
  border: none;
  margin-bottom: 18px;
  background-color: transparent;
  border-radius: 16px;
}

.text-faq .card.active {
  box-shadow: 0px 8px 52px 0px #00000017;
}

.card-header .btn {
  display: flex;
  padding: 22px 22px 22px;
  width: 100%;
  padding-inline-end: 40px;
  position: relative;
  background: transparent;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid #f8cd9c;
}

.card-header .btn::after {
  content: "";
  position: absolute;
  left: 16px;
  font-family: "font awesome 5 pro";
  top: 15px;
  font-size: 18px;
  background-image: url("../images/arrow_down.svg");
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-color: #064828;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  border-radius: 7.5px;
}

.card-body {
  padding: 0px 32px 24px;
  border-radius: 0 0 15px 15px;
  background: transparent;
  border: 0.94px solid #f8cd9c;
  border-top: none;
}

.card-header .btn:not(.collapsed)::after {
  background-image: url("../images/arrow_up.svg");
  top: 20px;
  background-color: var(--title-color);
}

.card-header .btn:not(.collapsed) {
  background: transparent;
  color: #fff;
  font-size: 17px;
  border-radius: 16px 16px 0 0;
  border: 1.89px solid #e9c176;
  border-bottom: none;
  font-family: "bold";
  font-weight: 700;
  box-shadow: none !important;
  outline: none !important;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

span.qustion_number {
  display: inline-block;
  direction: ltr;
  padding-inline-start: 14px;
  font-size: 17px;
  color: #eec79a;
  font-weight: 900;
}
.card-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
  font-family: "light";
}

.form-group .select {
  position: relative;
  cursor: pointer;
}

.form-group .select::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 8px;
  left: 10px;
  color: var(--title-color);
  font-size: 20px;
  transition: all 0.3s;
  pointer-events: none;
}
 .input-group>.form-control::placeholder{
  color: #fff !important;
  font-size: 17px;
  font-family: "bold";
  font-weight:700;
  padding-bottom: 10px !important;
}
@media (max-width: 768px) {
  .sidebar .close-side {
    left: 14px;
  }
}
@media (min-width: 991px) {
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--title-color);
  }
  .the-global-platform .my_btn a:hover {
    background: var(--bg-color);
    color: #fff;
  }
  section.news-sec .col-lg-4,
  section.news-sec .col-lg-8 {
    padding: 0 10px;
  }

  .page-link:hover {
    z-index: 3;
    color: #fff;
    border-color: #fff;
    color: #fff;
    background: #30b083;
  }
  .page-item:last-child .page-link:hover,
  .page-item:first-child .page-link:hover {
    opacity: 100%;
    background: transparent;
  }

  .nav-pills .nav-link:hover {
    color: #261900;
    background: #e9c176;
    box-shadow: 0px 2px 4px -2px #0000001a;
    box-shadow: 0px 4px 6px -1px #0000001a;
  }
  .my_btn button:hover,.my_btn a:hover {
    background: var(--bg-color);
        color: var(--title-color);
  }
  .my_btn button:hover svg {
    transform: rotate(-45deg);
    /*filter: invert(53%) sepia(27%) saturate(1976%) hue-rotate(357deg) brightness(110%) contrast(225%);*/
    
  }
  .contact-soch-icon a:hover {   
    color: var(--main-color);
  }
  .footer-soch a:hover svg {
    fill: var(--title-color);
    stroke: var(--title-color);
}
.the-global-platform {
    max-width: 88%;
}

footer .footer-menu ul a:hover {
  color: var(--main-color);
}
ul.contact-list li a:hover {
  color: var(--main-color);
}
.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover,
.gallery-slider.owl-theme .owl-nav .owl-prev:hover,
.gallery-slider.owl-theme .owl-nav .owl-next:hover {
  background: var(--hover-color);
}
.media-item a:hover::after {
    opacity: 1;
}
.our-values {
    padding-top: 24px;
}
.my_btn button:hover svg, .my_btn button:hover svg path {
    fill: var(--title-color);
    stroke: var(--title-color);
}
}

/*-------------------------------------------------  */
.media-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
     transition: all 0.4s;
}

.media-item a::after {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 18px;
    color: #EAEAEA;
    transition: all 0.6s;
    opacity: 0;
    width: 76px;
    height: 76px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.3px solid #EAEAEA;
    font-weight: 300;
}


.documents-page .media-item a::after{
    display:none;
}
 section.photo-page .col-lg-3 {
    padding: 0 10px;
}
  
.photo-page .media-item {  
    margin-bottom: 32px;
}  

.video-page .media-item a::after {
    content: "\f04b";
    top: 57%;
    left: 78%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 25px;
    color: #D9D9D9;
    width: 93px;
    height: 93px;
    background: #9E0000;
    border: none;
    font-weight: bold;
}
.program-item ul + p {
    display: none;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: unset;
    outline: none !important;
    box-shadow: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    padding: 12px 10px 0px;
    height:45px;
}
.contact-form form select {
    padding-bottom: 7px;
height: 45px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
    color: #fff;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
section.about.about-page .vission-items{
    margin-top:0;
}
section.about.about-page .vission-items.all-about-items{
    margin-top:67px;
}
.about.about-page .count-block,.about.about-page .count-block .counter-item {
    text-align: center;
}

.all-volunter-items .col-lg-3{
    padding:0 11px;
}

.all-volunter-items{
    margin-bottom:82px;
}
.contact-form select option {
    color: #fff;
    background: var(--bg-color);
}

.contact-form select option:hover{
       background: #fff;
   color : var(--bg-color);
}
.contact-page-details{
    height:100%;
}
.contact-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    inset: 0;
    /* backdrop-filter: blur(34px); */
    /* border-radius: 32px; */
    /* background: linear-gradient(
180deg, rgba(1, 32, 17, 0) 0%, #012011 100%); */
    /* background: url(../images/bg2.png); */
    /* mix-blend-mode: color-dodge; */
    /* background-blend-mode: color-dodge; */
}

.form-control[readonly]::placeholder {
    font-size: 15px !important;
}

.part-item a {
    /*background: #fff;*/
    /*padding: 12px;*/
    /*border-radius: 8px;*/
}

.other-bg {
    position: absolute;
    inset: 0;
    mix-blend-mode: color-dodge;
    opacity: .05;
    top: 6%;
    bottom: auto;
    /* height: 50%; */
    display: none;
}

.other-bg img {
    width: 100%;
    height: 100%;
}

 #pills-tabContent .media-item a::after{
content: initial;
}
.breadcrumb-info h2{
    display:none;
}

.my_btn button svg, .my_btn button svg path {
    fill: var(--sec-color);
    stroke: var(--sec-color);
    margin: 0 8px;
       transition:all 0.3s;
}
@media (max-width: 1200px) and  (min-width: 1024px) { 
.mynav a {
    margin-inline-start: 10px;
    font-size: 13px;
}
}
section.about.about-page {
    padding-bottom: 0;
}

.mynav a {
text-align: center;
display: block;
}









