:root {
  --whiteColor: #fff;
  --greyColor: #f7f7f7;
  --grediantColor: linear-gradient(269deg, #184b2d 6.56%, #22965e 99.49%);
  --grediantColor1: linear-gradient(269deg, #22965e 6.56%, #184b2d 99.49%);
  --primaryColor1: #184b2d;
  --primaryColor2: #22965e;
  --primaryColor3: #7dc099;
  --primaryColor4: rgba(125, 192, 153, 0.5);
  --darkgreenColor: rgba(17, 54, 32, 1);
  --lightgreenColor: rgba(125, 192, 153, 1);
  --greenColor: rgba(34, 150, 94, 1);
  --borderColor: rgba(125, 192, 153, 0.55);
  --acroddion-bg: rgba(125, 192, 153, 0.25);
  --bgColor: #184b2d;
  --lightGray: #efefef;
  --lightBlue: #a3c6eb;
}

/* nav */

ul.social {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 11;
}

ul.social li + li {
  margin-top: 36px;
}

ul.social li a:hover {
  opacity: 0.7;
}

.navbar-nav li a {
  padding: 18px;
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: none;
}

.navbar-nav li:last-child a {
  text-decoration: underline;
}

.navbar-nav li a i {
  font-size: 20px;
}

.navbar-nav li a:hover {
  color: var(--primaryColor3);
}

.navbar-nav li.active a {
  color: var(--primaryColor3);
}

li.nav-item.dropdown-m a * {
  display: inline-block;
  vertical-align: middle;
}

li.nav-item.dropdown-m a img {
  transform: rotate(270deg);
}

li.nav-item.dropdown-m1 a img {
  transform: rotate(0deg);
}

html[lang="en"] li.nav-item.dropdown-m1 a img {
  transform: rotate(180deg);
}

span.close-menu {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}

html[lang="en"] span.close-menu {
  right: 0;
  left: auto;
}

span.close-menu:hover {
  transform: rotate(180deg);
}

ul.dropdown-menu {
  background: var(--bgColor);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 100%;
  margin-top: -20px;
  border-radius: 8px;
  z-index: 9999;
  padding: 0 0;
  border: none;
  min-width: 240px;
  padding: 0 15px;
}

.navbar-nav ul.dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 15px;
  display: block;
  line-height: 34px;
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.navbar-nav ul.dropdown-menu li:last-child a {
  border-bottom: 0;
}

.navbar-nav ul.dropdown-menu a:hover {
  color: #c1ffe1;
}

ul.dropdown-menu1 {
  background: var(--bgColor);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 0;
  border-radius: 8px;
  z-index: 9999;
  border: none;
  min-width: 300px;
  padding: 0 15px;
  right: 105%;
  list-style: none;
  display: none;
  padding-bottom: 15px;
}

html[lang="en"] ul.dropdown-menu1 {
  left: 105%;
  right: auto;
}

.navbar-nav ul.dropdown-menu1 a {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 8px;
  display: block;
  line-height: 34px;
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.navbar-nav ul.dropdown-menu1 li:last-child a {
  border-bottom: 0;
}

.navbar-nav ul.dropdown-menu1 a:hover {
  color: #c1ffe1;
}

li.dropdown-m li.dropdown-m1 a i {
  font-size: 30px;
}

li.dropdown-m li.dropdown-m1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
    gap: 5px;
}

.navbar-nav ul.dropdown-menu1 .parent-m a,
.mobile-nav ul.dropdown-menu1 .parent-m a {
  border: 0;
  padding-bottom: 0;
}

.navbar-nav ul.dropdown-menu1 .child-m a,
.mobile-nav ul.dropdown-menu1 .child-m a {
  border: 0;
  padding-bottom: 5px;
  color: #b4b9c9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

html[lang="en"] .navbar-nav ul.dropdown-menu1 .child-m a,
html[lang="en"] .mobile-nav ul.dropdown-menu1 .child-m a {
  font-size: 14px;
}

.navbar-nav ul.dropdown-menu1 .child-m a:hover,
.mobile-nav ul.dropdown-menu1 .child-m a:hover {
  color: #fff;
}

.navbar-nav ul.dropdown-menu1 .child-m:last-child a,
.mobile-nav ul.dropdown-menu1 .child-m:last-child a {
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  padding-bottom: 12px;
}

.navbar-toggler {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  margin: 0 auto;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggler .open .icon-bar:first-of-type {
  transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  -webkit-transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  transform: rotate(45deg);
  transform-origin: 0% 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  -webkit-transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  transform: translate(-1px, 3px) rotate(-45deg);
  transform-origin: 0% 0%;
}

.navbar-toggler .icon-bar:first-of-type,
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}

.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: var(--whiteColor);
}

.nav-section {
  padding: 18px 0;
}

.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--primaryColor1);
  background: var(--grediantColor1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.6s;
}

.navbar-area.is-sticky .nav-section {
  border-bottom: 0;
  padding: 5px 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.top_logo {
  text-align: left;
}

.top_logo a img {
  height: 72px;
}

.default-btn,
.head-btn,
.links a,
.swiper-slide a.read-more {
  border-radius: 41px;
  border: 1px solid var(--primaryColor3);
  background: var(--grediantColor);
  padding: 18px 25px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.swiper-slide a.read-more {
  padding: 10px 35px;
}

.default-btn:hover,
.head-btn:hover,
.swiper-slide a.read-more:hover {
  color: #fff;
  background: var(--grediantColor1);
  text-decoration: none;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 2em;
}

.img-wrapper video,
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.img-wrapper .project-description {
  color: #ededed;
  font-size: 18px;
  font-family: 400;
}

.implementing-entity {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

.img-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bottom {
  z-index: 1;
  position: relative;
}

.hero-bottom-imgs {
  height: 114px !important;
  width: 278px !important;
  -o-object-fit: fill !important;
  object-fit: fill !important;
  -o-object-position: bottom !important;
  object-position: bottom !important;
}

.video-background-wrapper span.overlay,
.img-wrapper span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: var(--grediantColor); */
  opacity: 1;
  z-index: -1;
}

.hero-section .img-wrapper span.overlay {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.wrapper {
  background: var(--primaryColor1) url(../images/main-img.jpg) no-repeat bottom
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.inner.about-page {
  padding-top: 0;
}

.wrapper .about-inner {
  padding-top: 200px;
  background: var(--primaryColor1) url(../images/about-us/about.jpg) no-repeat
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wrapper .about-inner .container-fluid {
  position: relative;
  z-index: 1;
}

.d-flex.hero-bottome {
  column-gap: 2em;
}

.wrapper .about-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.76);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%), linear-gradient(180deg, rgba(24, 75, 45, 0) 13.11%, var(--primaryColor1) 70.66%); */
  width: 100%;
  height: 100%;
  z-index: 0;
}

.wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 70.66%
    );
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background-wrapper a.arrow,
.img-wrapper a.arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9;
  width: 40px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  transition: all 0.2s ease-in;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.content {
  position: relative;
  height: calc(100% - 60px);
  z-index: 9;
}

.content h1 {
  color: var(--whiteColor);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.8px;
  margin-bottom: 19px;
  padding-top: 2em;
}

.content h1 span {
  transform: translate(0, -100%);
  opacity: 0;
  line-height: 1em;

  display: inline-block;
  color: var(--primaryColor3);
}

.content h1 span + span {
  margin: 0 5px;
}

.content p {
  color: var(--whiteColor);
  font-size: 25.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.65px;
}

html[lang="ar"] .content p {
  line-height: 40px;
}

.hero-section {
  overflow-x: hidden;
  position: relative;
}

.hero-block img {
  height: 58.8px;
  width: 58.8px;
}

.hero-block h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.swiper-button1 {
  background: rgba(24, 75, 45, 0.3);
  border: 1px solid #7dc099;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.swiper-button1:hover {
  background: rgba(24, 75, 45, 0.9);
}

.swiper-button1 img {
  width: 11px;
  height: 20px;
}

/* end hero */
/* royal section */
.royal-section {
  position: relative;
  z-index: 1;
  color: #fff;
  /* padding: 3em 0 0; */
  /* border-top: 1px solid var(--primaryColor4); */
  /* border-bottom: 1px solid var(--primaryColor4); */
  padding: 0 !important;
}

.royal-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #184b2d;
  z-index: -1;
}

html[lang="ar"] .royal-section:after {
  right: 0;
  left: auto;
  /* background: linear-gradient(
    270deg,
    rgba(2, 1, 0, 0.87) 10.42%,
    #020100 40.68%,
    rgba(8, 21, 12, 0.66) 52.39%,
    rgba(0, 0, 0, 0) 96.21%
  ); */
}

.royal-section > .container-fluid {
  /* margin-top: 3em; */
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.royal-section h2 {
  color: var(--primaryColor3);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  margin: 0;
  margin-bottom: 1em;
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

html[lang="ar"] .royal-section h2 {
  line-height: 48px;
}

.royal-section h2 img:first-child {
  width: 30px;
  display: inline-block;
  align-self: start;
}

.royal-section h2 img:last-child {
  width: 30px;
  display: inline-block;
  align-self: flex-end;
}

.royal-section h2 img.ml-1 {
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.royal-section .cont .col-lg-4 > img {
  height: 262px;
  border: 1px solid #729f28;
  border-radius: 8px;
}

.royal-section h3 {
  color: var(--whiteColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* what section */
.what-section {
  padding: 2.5em 0;
  position: relative;
  z-index: 1;
}

.what-section h3 {
  color: var(--primaryColor3);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.332px;
  text-transform: capitalize;
}

.what-section h2 {
  color: var(--whiteColor);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44.332px;
  text-transform: capitalize;
}

.what-section p {
  color: var(--greyColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
}

.count-block {
  border-radius: 12.432px;
  border: 1.243px solid #7dc099;
  background: rgba(125, 192, 153, 0.4);
  box-shadow: 0px 1.243px 4.973px 0px rgba(25, 33, 61, 0.08);
  padding: 1.5em;
  text-align: center;
}

.count-block h2 {
  color: var(--whiteColor);
  font-size: 36.524px;
  font-style: normal;
  font-weight: 600;
  line-height: 48.699px;
  /* 133.333% */
}

.count-block h2 span {
  font-family: sans-serif;
}

.count-block h4 {
  color: var(--whiteColor);
  font-size: 24.35px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.481px;
  /* 137.5% */
  margin: 0;
}

/* objectives style */

.Objective-section {
  position: relative;
  z-index: 1;
  padding: 3.75em 0;
  border-top: 1px solid var(--primaryColor4);
  border-bottom: 1px solid var(--primaryColor4);
}

.Objective-section.inners {
  border: 0;
  padding: 0;
}

.Objective-section.inners .container-fluid {
  padding: 0 0 5em;
}

.Objective-section h2 {
  color: var(--primaryColor3);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.571px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2.75em;
}

.objective-block {
  text-align: center;
}

.objective-block p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-top: 30px;
}

/* objectives style */

.projects-section,
.main-news-section {
  position: relative;
  z-index: 1;
  padding: 3.75em 0;
  border-top: 1px solid var(--primaryColor4);
}

.projects-section h2,
.main-news-section h2 {
  color: var(--primaryColor3);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.571px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.projects-section p,
.main-news-section p {
  color: var(--greyColor);
  font-size: 19.567px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.35px;
  margin-bottom: 30px;
}

.project-block {
  border-radius: 24.783px;
  position: relative;
  width: 100%;
  height: 567px;
  overflow: hidden;
}

.project-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #132717 0%, rgb(21 45 26 / 33%) 100%);
  z-index: 2;
}

.project-block img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.project-block:hover img {
  transform: scale(1.1);
}

.project-block .content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 25px 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  z-index: 3;
}

.project-block h3 {
  color: var(--whiteColor);
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 33.133px;
  /*text-transform: capitalize;*/
  /* min-height: 60.28px; */
}

.project-block p {
  color: var(--whiteColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.904px;
  transform: translateY(100%);
  min-height: 80.72px;
}

.project-block a {
  color: var(--whiteColor);
  font-size: 19.567px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.904px;
}

.project-block a:hover {
  color: var(--primaryColor3);
}

.project-block a img {
  width: 18.344px;
  height: 18.344px;
}

.data-cont a {
  transform: translateY(100%);
}

.data-cont {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.swiper-button1.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.Slider2 {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.slider2-buttons {
  padding-right: 100px !important;
}

/*  -------------------blogs and events----------------- -- */

.blogs {
  padding: 77px 0px;
  position: relative;
  width: 100%;
  height: 100%;
}

.blogs.section {
  background-color: #194a2c;
}

.blogs-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: var(--lightgreenColor);
}

.blogs-header {
  max-width: 535px;
  margin: auto;
  margin-bottom: 30px;
}

.blogs-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.tabs-parent {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 8px;
}

.tabs-ul {
  list-style: none;
  /* Removes bullet points */
  padding: 0;
  /* Removes default left padding for the list */
  display: flex;
  /* Aligns the tabs horizontally */
  margin: 0px;
  align-items: center;
  justify-content: space-between !important;
}

.tab-link {
  text-decoration: none;
  padding: 4px 30px;
  padding-top: 7px;
  border-radius: 5px;
  color: white;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.15);
}

.tab-link:hover {
  background-color: rgba(255, 255, 255, 0.55);
  color: var(--primaryColor3);
}

.tab-link.active {
  background-color: #22965e;
  color: #fff;
  border: 1px solid var(--greenColor);
  /* font-weight: bold; */
}

.blog-block {
  border: 1px solid var(--lightgreenColor);
  border-radius: 8px;
  border-top: none;
}

.blog-img {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--lightgreenColor);
  border-radius: 8px;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.date-time-text {
  font-size: 11px !important;
  line-height: 18.2px !important;
  text-align: center;
  color: rgba(125, 192, 153, 1);
}

.blog-category {
  font-size: 11px !important;

  line-height: 18.2px !important;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.blog-body-text p {
  font-size: 19.85px !important;
  font-weight: 700 !important;
  line-height: 26.47px !important;
  color: rgba(255, 255, 255, 1);
}

.blog-read-more a,
a.read-more {
  font-size: 16px !important;
  line-height: 18.2px !important;
  color: rgba(125, 192, 153, 1);
  margin-bottom: 15px;
  display: block;
}

.blog-read-more a:hover,
a.read-more:hover {
  color: rgba(255, 255, 255, 1);
}

html[lang="ar"] .blog-read-more a img,
html[lang="ar"] a.read-more img {
  transform: rotate(180deg);
}

/* ---------------------frequently-asked-questions-------------------  */
.asked-questions {
  padding: 77px 0px;
}

.asked-questions-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.32px;
  text-align: center;
  color: var(--darkgreenColor);
}

.asked-questions-subtitle {
  color: rgba(109, 117, 143, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.asked-questions-header {
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
  color: var(--greenColor);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  background-color: var(--acroddion-bg);
}

.accordion-item {
  margin-bottom: 30px;
  border: 1px solid var(--borderColor);
}

.accordion-item:not(:first-of-type) {
  border: 1px solid var(--borderColor);
}

.accordion-link-question {
  background: var(--acroddion-bg);
  border: 1px solid var(--borderColor);
  border-radius: 6px;
  padding: 22px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-link-question h4,
.accordion-link-question button {
  background: var(--bs-accordion-border-colorg);
  border-radius: 6px;

  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.19px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322965E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* ------------------------footer----------------- */
footer {
  background: var(--darkgreenColor) url(../images/footer-bg.png) no-repeat right
    top;
  padding: 24px 0px;
  padding-top: 90px;
  border-top: 1px solid #7dc099;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #ccc;
  margin: 0px;
}

.footer-icons a {
  margin-right: 8px;
}

.footer-icons a:hover {
  text-decoration: none;
  color: transparent;
  opacity: 0.8;
}

@media (max-width: 777px) {
  .footer-wrapper {
    flex-direction: column;
    padding: 24px;
  }

  .footer-wrapper img {
    margin-bottom: 24px;
  }

  .footer-text {
    margin-bottom: 20px;
  }
}

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

.swiper-pagination-bullet {
  background: rgba(167, 191, 177, 1) !important;

  width: 20px !important;
  height: 20px !important;
  border-radius: 20px !important;
  transition: all 0.4s ease-in-out !important;
  -ms-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
}

.swiper-pagination-bullet-active {
  background: rgba(212, 228, 219, 0.76) !important;
  width: 60px !important;
}

.default-btn,
.head-btn,
.links a {
  border-radius: 41px;
  border: 1px solid var(--primaryColor3);
  background: var(--grediantColor);
  padding: 15px 25px;
  padding-top: 17px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: color 1s ease;
}

/* Button styling */
.default-btn:hover,
.head-btn:hover,
.links a:hover {
  color: #fff;
  background-image: linear-gradient(
    90deg,
    var(--darkgreenColor) 20%,
    var(--primaryColor1) 30%,
    var(--primaryColor2) 40%,
    var(--lightgreenColor) 60%,
    var(--primaryColor2) 80%,
    var(--primaryColor1) 95%
  );
  background-size: 1000% 10%;
  -webkit-animation: shineEffect 4s linear infinite;
  animation: shineEffect 4s linear infinite;
  /* Increased duration to 10 seconds */
}

/* Gradient animation */
@-webkit-keyframes shineEffect {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
    /* Shining effect in the middle */
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes shineEffect {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
    /* Shining effect in the middle */
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Ensure text is visible above the gradient */
.default-btn > *,
.head-btn > *,
.links a > * {
  position: relative;
  z-index: 1;
}

/* map */

.wrap-globe {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.wrap-globe h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.403px;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 9;
}

#tabs {
  width: 350px;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.tab {
  border-bottom: 1px solid rgba(125, 192, 153, 0.29);
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 1000;
  width: 100%;
  display: block;
  color: #fff;
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}

.tab:first-child {
  border-radius: 16px 16px 0 0;
}

.tab:last-child {
  border-bottom: 0;
  border-radius: 0 0 16px 16px;
}

div#tabs .rowe {
  border-radius: 16px;
  /* border: 1px solid rgba(125, 192, 153, 0.24); */
  background: rgba(0, 0, 0, 0.43);
  -webkit-backdrop-filter: blur(4.349999904632568px);
  backdrop-filter: blur(4.349999904632568px);
}

.tab:hover,
.tab.active {
  background-color: #218f59;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  background: #fff;
  width: 300px;
  height: 115px;
  border-radius: 6px;
  display: flex;
  border-radius: 10px;
  top: -10px;
  left: 10px;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.card .img-wrapper {
  width: 100px;
  height: 115px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

.card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card .content {
  width: 163px;
  color: #000;
}

.country-active {
  z-index: 99 !important;
}

#close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 33px;
  border-radius: 50%;
  background: #dd3333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 99;
}

@media (max-width: 992px) {
  #tabs {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    height: auto;
    display: block;
    transform: translateY(100%);
  }

  #tabs.opened {
    transform: translateY(0);
  }

  #tabs span.arrow {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.43);
    -webkit-backdrop-filter: blur(4.3px);
    backdrop-filter: blur(4.3px);
    text-align: center;
    position: absolute;
    transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
  }

  #tabs span.arrow.active i {
    transform: rotate(180deg);
  }

  #tabs .tab {
    font-size: 14px;
    padding: 7px;
    margin: 5px 0;
  }
}

.label-container.active {
  z-index: 99 !important;
}

.label-default {
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  white-space: break-spaces;
  position: relative;
  margin-top: 58px;
  /* max-width: 200px; */
  text-align: center;
}
html[lang="ar"] .label-default {
    
    direction:rtl !important;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 999;
}

.tooltip img {
  height: 50px;
  max-width: initial;
}

/* .label-default:hover .tooltip {
  visibility: visible;
  opacity: 1;
} */

.pulse-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: pulse-animation 1.5s infinite;
  animation: pulse-animation 1.5s infinite;
}

@-webkit-keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

canvas {
  pointer-events: auto !important;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.scene-container > div:last-child {
  overflow: visible !important;
  pointer-events: auto !important;
  height: 0px !important;
}

.pulse-dot.ore {
  border: 2px solid #ffba53;
}

.pulse-dot.rede {
  border: 2px solid #ffb2b2;
}

.pulse-dot.gre {
  border: 2px solid #6fffb8;
}

.pulse-dot.bluee {
  border: 2px solid #a1aaff;
}

.dis-mobile {
  display: none;
}

#controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

#controls button {
  background: #208b57;
  color: #fff;
  border: 0;
  margin: 5px;
  padding: 11px 13px;
  margin-bottom: 1px;
  line-height: 15px;
}

#controls button:hover {
  background: #184c2e;
}

.inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  min-height: auto;
}

li.breadcrumb-item,
li.breadcrumb-item a {
  color: #e7e7e7;
  font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #e7e7e7;
  content: "›";
  font-size: 24px;
}

li.breadcrumb-item.active {
  color: #7dc099;
}

.contact-section {
  display: flex;
  gap: 20px;
}

.contact-section h2 {
  color: #fff;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 39.9px;
}

.contact-section p {
  color: #dadada;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.contact-section p.hint {
  color: #dadada;
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.CellPhone {
  background: #fff;
}

.contact-section .input-group.custom-phone .form-control {
  width: 1%;
  border-radius: 4px 0 0 4px !important;
}

.contact-section .contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

html[lang="en"] .contact-section .input-group.custom-phone .form-control {
  border-radius: 0 4px 4px 0 !important;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0 4px 4px 0 !important;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn {
  color: #444;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn img {
  width: 24px;
}

html[lang="en"]
  .contact-section
  .input-group.custom-phone
  .input-group-prepend
  .btn {
  border-radius: 4px 0 0 4px !important;
  height: auto;
  padding: 11px;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn i {
  color: #465567 !important;
}

.contact-section .input-group.custom-phone .dropdown-item img {
  width: 24px;
  margin: 0 5px;
}

.contact-section .input-group.custom-phone .dropdown-item {
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
  font-size: 14px;
}

.contact-section .input-group.custom-phone .dropdown-menu {
  padding: 0;
  min-width: 100%;
  height: 300px;
  overflow-y: auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #eee;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
  display: block;
}

.iti {
  width: 100%;
}

.iti__search-input {
  font-size: 14px;
  padding: 10px;
  background: #f7f7f7;
}

.form-control {
  height: auto;
  font-size: 14px;
  padding: 12px;
}

select.form-control {
  background: #fff url(../images/icons/arrow-down.svg) no-repeat right center !important;
  background-position-x: 97% !important;
}

html[lang="ar"] select.form-control {
  background: #fff url(../images/icons/arrow-down.svg) no-repeat right center !important;
  background-position-x: 3% !important;
}

html[lang="ar"] .navbar-nav li a {
  font-size: 20px;
  font-weight: 400;
}

html[lang="ar"] .navbar-nav ul.dropdown-menu a,
html[lang="ar"] .navbar-nav ul.dropdown-menu1 a {
  font-size: 16px;
}

input#upload {
  display: none;
}

a.upload {
  border-radius: 4px;
  border: 1.05px solid #d2d6db;
  color: #fff;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 20px;
}

a.upload:hover {
  background: var(--bgColor);
}

.file-name {
  color: #fff;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 20px;
}

.contact-info {
  border-radius: 16.8px;
  border: 1.05px solid var(--Border-border-background-neutral, #d2d6db);
  background: var(--Background-background-white, #fff);
  padding: 25px;
}

.contact-info h3 {
  color: #1f2a37;
  font-size: 18.9px;
  font-style: normal;
  font-weight: 900;
  line-height: 29.4px;
}

.contact-info h3:first-child {
  margin-bottom: 30px;
}

ul.social-contact {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.contact-info h4 {
  color: #1f2a37;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 25.2px;
  margin-bottom: 0;
}

.contact-info p,
.contact-info a {
  color: #21915a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 25px;
  display: block;
}

.contact-info a:hover {
  color: #1f2a37;
}

.accordion-group .dropy a {
  font-size: 14px;
  padding: 13px 15px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #f9f9f9;
  color: #212121;
  text-decoration: none;
  background: #f1f1f1;
}

.dropy a img {
  width: 24px;
}

.accordion-group .dropy a:hover {
  color: #4165cb;
}

html[lang="ar"] .default-btn,
html[lang="ar"] .head-btn,
html[lang="ar"] .links a {
  padding: 12px 28px;
  padding-top: 15px;
}

.links a.lange,
html[lang="ar"] .links a.lange {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
}

html[lang="ar"] .d-flex.navigator-slider1,
html[lang="ar"] .slider2-buttons {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}

html[lang="ar"] .swiper-button1.me-3,
html[lang="ar"] .swiper-button1.me-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .iti__country-container {
  left: auto !important;
  right: 0 !important;
}

html[lang="ar"] .iti__arrow {
  margin-left: 0 !important;
  margin-right: 5px;
}

html[lang="ar"] .iti input.iti__tel-input {
  padding-right: 48px;
  padding-left: 20px !important;
  text-align: right;
  padding-bottom: 7px;
  padding-top: 17px;
}

html[lang="ar"] .project-block a img {
  transform: rotate(180deg) !important;
  transform: none !important;
}

a.details-opacity-none img {
  height: 44px !important;
  width: auto !important;
  margin-top: 5px;
}

html[lang="ar"] .tab {
  font-weight: 500;
}

#globeViz {
  direction: ltr;
}

/* projects style */
.content.inner-page {
  height: auto;
}

.hero-bottom.breadcrumb-data h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.hero-bottom.breadcrumb-data h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.hero-bottom.breadcrumb-data .date span {
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin: 2rem 0;
}

.hero-bottom.breadcrumb-data .date p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

li.breadcrumb-item,
li.breadcrumb-item a {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-size: 24px;
  margin-top: -2px;
}

.swiper.project-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper.project-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 50.66%
    );
  opacity: 0.7;
  z-index: 99;
}

.hero-bottom.breadcrumb-data {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 3em;
}

.inner.projects {
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.inner.projects .contact-section h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
 /* text-transform: capitalize;*/
}
.inner.projects .contact-section h1 {
  color: #7dc099;
  font-size: 44.025px;
  font-style: normal;
  font-weight: 900;
  line-height: 48.916px;
  text-transform: capitalize;
}
.inner.projects .contact-section img {
  border-radius: 24px;
  display: block;
  margin: 1em auto 1.5em;
  height: 400px;
}

.inner.projects .contact-section p {
  color: #ededed;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.inner.projects + .blogs {
  background: transparent;
}

.inner.projects + .blogs h3.blogs-title {
  color: #fff;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  padding-bottom: 23px;
  display: inline-block;
}

.inner.projects + .blogs .blogs-header {
  position: relative;
  z-index: 99;
  text-align: center;
}

.swiper-pagination4 {
  text-align: center;
}

.project-section .data-cont {
  transform: none;
}

.project-section .info h2 {
  color: #7dc099;
  font-size: 44.025px;
  font-style: normal;
  font-weight: 900;
  line-height: 48.916px;
  text-transform: capitalize;
}

.project-section .info p {
  color: #cfcfcf;
  font-size: 19.567px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.35px;
  /* 150% */
}

.project-section .project-block p {
  margin-bottom: 15px;
  min-height: auto;
}

/* News */

.img-wrapper.news img.news-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-breadcrumb {
  font-size: 40px;
  font-weight: 500;
  line-height: 50.32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.news-hero-icons-container {
  position: relative;
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.news-hero-icons-container img {
  position: relative;
  width: 32px;
  padding: 5px;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.breadcrumb-icons-container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff4d;
}

.breadcrumb-icons-container {
  text-align: left;
}

.hero-bottom.breadcrumb-data.news {
  left: 0;
}

/* ------------------About-news---------------- */
.overlay.news-hero {
  display: none;
}

.about-news-card {
  padding: 25px 26px;
  background: #153722;
  border-radius: 24px;
  margin-top: 26px;
}

.about-news-card.first-card {
  margin-top: 0;
}

.about-news-left {
  background: #153722;
  border-radius: 24px;
  padding: 20px;
}

.windmils-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 24px;
}

section.seven-means p.pt-4 {
  font-weight: 600;
  font-size: 24px;
}

.windmils-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-news-text {
  padding: 46px 24px;
  padding-top: 0px;
}

.about-news-text h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: capitalize;
  margin-top: 46px;
  margin-bottom: 28px;
  color: #7dc099;
}

.about-news-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 21px;
  color: #fff;
}

.news-card-text-col .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.44px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cccccc;
  text-align: left;
  margin-bottom: 8px;
}

.news-card-text-col .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 29.16px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffff;
  text-align: left;
  margin: 0;
  padding: 0;
}

.news-card-container {
  display: flex;
  flex-direction: row;
}

.news-card-container img {
  height: 122px;
  width: 122px;
}

.news-card-text-col {
  padding-left: 17px;
}

.about-news-section {
  position: relative;
  margin-top: -173px;
  z-index: 50;
  padding: 4em 0;
}

.img-wrapper.news {
  height: 100vh;
}

/* ---------main-news-------- */
.blog-img.main-news img {
  height: 323px;
  object-fit: cover;
}

.wrapper.main-news {
  background: url(../images/mainNewsSection/bg.png) center !important;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-repeat: repeat-y;
}

.wrapper.main-news::before {
  content: none;
  background: none;
}

.main-news-blog-wrapper {
  padding-top: 150px;
}

.main-news-blog-wrapper .blog-block {
  background-color: var(--primaryColor1);
}

.main-news-blog-wrapper-smaller {
  padding-top: 64px;
}

.inner.main-news {
  padding-bottom: 200px;
}

section.blogs.in-news .blog-block,
section.blogs.in-news .blog-block img {
  border: none;
}

section.blogs.in-news .blog-block .blog-img img {
  margin: -1px;
}

section.blogs.in-news .blog-block {
  background: var(--primaryColor1);
  padding-bottom: 13px;
  overflow: hidden;
  border: 0.66px solid #ffffff3b;
}

section.blogs.in-news .blog-img {
  width: 101%;
}

section.blogs.in-news .blogs-header {
  text-align: center;
}

section.blogs.in-news h3.blogs-title {
  color: white;
  border-bottom: 1px solid #76b798;
  padding-bottom: 23px;
  display: inline-block;
}

section.blogs.in-news .swiper-pagination-bullet {
  background: #76b798 !important;
  opacity: 1 !important;
}

section.blogs.in-news
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1a5b38 !important;
}

/* ----about-us------- */

#about-us .inner {
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#about-us .inner:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    359.65deg,
    rgba(0, 0, 0, 0) -0.44%,
    rgba(0, 0, 0, 0.76) -34.42%
  );

  width: 100%;
  height: 100%;
  z-index: -1; */
}

.obj-our-vision,
.obj-our-mission {
  color: white;
}

.obj-our-vision h3,
.obj-our-mission h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 44.33px;
  margin: 0;
}

.obj-our-vision p,
.obj-our-mission p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30.19px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: 661px;
  margin: 0;
  margin-top: 16px;
}

.obj-our-mission {
  padding-top: 96px;
}

.mission-vision-img {
  text-align: right;
}

.mission-vision-img img {
  width: 528px;
}

.obj-our-mission p {
  max-width: 590px;
}

.our-values {
  padding-top: 96px;
  text-align: center;
}

.our-values h2 {
  color: white;
  padding-top: 32px;
  padding-bottom: 45px;
  margin: 0;
}

.objective-block h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 40.26px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
  padding-bottom: 16px;
  padding-top: 31px;
}

.objective-block p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* ---------our-team-------- */
.our-team {
  position: relative;
  padding-top: 96px;
  padding-bottom: 84px;
  color: white;
  padding-right: 50px;
  padding-left: 50px;
}

.teams-card-container:hover {
  background-color: white;
  color: #000;
}

.ceo .name-title h5 {
  color: #000;
}

.our-team-title h3 {
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  padding-bottom: 32px;
  color: #7dc099;
}

.our-team-title p {
  font-size: 19.57px;
  font-weight: 400;
  line-height: 29.35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cfcfcf;
  margin: 0;
  padding-bottom: 24px;
}

.teams {
  gap: 20px;
  justify-content: center;
}

.teams-title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.33px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7dc099;
  margin: 0;
  padding-bottom: 28px;
  padding-top: 54px;
}

.teams-card-container {
  border: 1px solid white;
  border-radius: 6px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: fit-content;
  transition: all 0.4s ease-in-out !important;
  height: 100%;
}

.teams-card-container img {
  border-radius: 6px;
  position: relative;
}

.img-card {
  position: relative;
}

.socials a img {
  cursor: pointer;
}

.social-media-card {
  background-image: url(../images/about-us/social-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 26px 10px;
  position: absolute;
  bottom: 0;
  left: 13px;
  transform: translate(0, 50%);
  width: 90%;
  border-radius: 8px;
}

.social-media-card .socials {
  display: flex;
  flex-direction: row;
  column-gap: 13px;
  justify-content: center;
}

.name-title {
  position: relative;
  width: 100%;
  padding-top: 55px;
}

.name-title h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 18.44px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.name-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18.44px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #22965e;
}

/* ----------word-director------ */
.word-director {
  padding-top: 122px;
  border-top: 1px solid #487154;
  border-bottom: 1px solid #487154;
  padding-bottom: 52px;
}

.word-director-title {
  padding-bottom: 60px;
}

.word-director-title h3 {
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7dc099;
  margin: 0;
  padding-bottom: 32px;
}

.word-director-title p {
  font-size: 19.57px;
  font-weight: 400;
  line-height: 29.35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cfcfcf;
  margin: 0;
}

.left-word {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.left-word img {
  height: 24px;
}

.comma-down {
  transform: rotateY(180deg);
  display: flex;
  align-self: flex-end;
}

.left-word p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  text-align: justify;
  padding: 6px;
}

.left-word h3 {
  margin: 0;
  padding-top: 27px;
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7dc099;
  padding-left: 24px;
}

.word-director .row {
  justify-content: space-between;
}

/* --------seven-means------ */
.seven-means {
  padding-top: 30px;
}

.seven-means h3 {
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  color: #7dc099;
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 15px;
}

.seven-means h3 span:last-child {
  align-self: end;
}

.seven-means .row {
  padding-top: 35px;
}

.left-seven p,
.seven-means p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: white;
  margin: 0;
}

.count-block h2 {
  flex-direction: row-reverse;
}

.row .col-6:nth-child(2) .count-block h2 {
  flex-direction: row;
}

.left-seven p {
  line-height: 180%;
}

.p-sep {
  height: 1px;
  width: 50%;
  background-color: #7dc099;
}

.pollution-card {
  background-color: #00532d;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  height: 100%;
}

.pollution-card .poll-title h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 40.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  padding-left: 24px;
  margin: 0;
}

.poll-title {
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

.pollution-card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.our-team .row {
  row-gap: 20px;
  justify-content: center;
}

/* ------events------------ */
.search-bar {
  position: relative;
}

.search-bar input {
  width: 100%;
  background-color: #ffffff1a;
  border: 1.05px solid #ffffff33;
  border-radius: 80.4px;
  height: 58px;
  color: white;
  padding-left: 50px;
}

.search-bar input::placeholder {
  font-size: 15px;
  font-weight: 400;

  color: var(--LIGHT-GRAY, #e0e0dd);
}

.search-bar .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.search-btn {
  width: 100%;
  height: 100%;
}

.search-btn button {
  width: 100%;
  height: 100%;
}

.blogs-card {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog-card-img {
  max-height: 236.5px;
  width: 100%;
  border-radius: 16.8px;
}

.events-blogs {
  position: relative;
  width: 100%;
  padding-top: 42px;
}

.blog-card-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 16.8px;
  margin-bottom: 8px;
  color: white;
}

.bottom-card-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.bottom-card-body p {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.1px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--LIGHT-GRAY, #e0e0dd);
  margin: 0;
  padding-left: 3px;
}

#events:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 100%
    );
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* -----event-details---- */
#event-details .navbar-area {
  background-color: #000000c4;
}

.inner.event-details {
  padding-top: 0px;
  width: 100%;
  background-image: url("../images/event-details/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.inner.event-details .breadcrumb {
  position: relative;
  padding-top: 200px;
}

.hero-bottom-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  padding: 20px 100px;
  background: #0000001a;
  backdrop-filter: blur(20px);
}

.hero-bottom-text h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 33.97px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  max-width: 656px;
  margin-bottom: 10px;
}

.green-categ {
  background: #ecfff2;
  border-radius: 20px;
  padding: 4px 10px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.green-categ p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.61px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0e5f29;
  margin: 0;
  padding-left: 6px;
}

/* -------abt-event-------- */
.abt-event {
  position: relative;
  z-index: 5;
}

.abt-event {
  background: var(--primaryColor1) url(../images/main-img.jpg) no-repeat bottom
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 81px 64px;
}

.abt-event:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000cf;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.abt-event-row {
  position: relative;
}

.left-abt-event {
  background: #102218;
  padding: 24px;
  border-radius: 16px;
}

.abt-event-row h3 {
  color: #7dc099;

  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.heavy-p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.semi-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.left-icon,
.right-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event-details-ul {
  padding-left: 24px;
}

.event-details-ul li {
  color: white;
  text-decoration: dotted;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.normal-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.sub-event p {
  color: white;
  font-size: 21.58px;
  font-weight: 400;
  line-height: 32.37px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.date-time-event {
  width: 100%;
  background: #0f2319;
  border-radius: 16px;
  border: 1px solid #ffffff1a;
  padding: 16px;
}

.date-time-event p {
  font-size: 13.89px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.right-abt-event h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.dark-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #888888 !important;
}

.date-time-event.share {
  position: relative;
  overflow: hidden;
}

.date-time-event.share::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 261px;
  height: 191px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.116);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(150deg);
}

.p-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.in-this-event {
  padding-top: 72px;
}

.more-blogs-box {
  display: flex;
  flex-direction: row;
  padding: 8px;
}

.more-blogs-box img {
  max-height: 112px;
}

.more-blogs-box-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limits to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
  /* 1.5em per line Ã— 4 lines */
}

.more-blogs-box-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cccccc;
  margin: 0;
}

.more-blogs-box {
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

.more-blogs-box:hover {
  border: 1px solid white;
}

.events-blogs {
  transition: all 0.3s ease-in-out;
}

.events-blogs:hover {
  scale: 1.05;
}

/* ------------custom changes------- */
#news {
  background: var(--primaryColor1) url(../images/main-img.jpg) no-repeat bottom
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#news:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0.56%, rgba(0, 0, 0, 0.76) 41.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 78.66%
    );
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* -----------------news&blogs----------- */
.news-blogs-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.news-blogs-card:hover {
  scale: 1.05;
}

.news-blogs-cards .row {
  row-gap: 24px;
}

.news-blogs-tag p {
  font-weight: 400;
  font-size: 13.24px;
  line-height: 18.2px;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin: 0;
}

.news-blogs-bg {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  filter: brightness(60%);
}

.news-blogs-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  border-radius: 90px;
  border: 1px solid white;
  width: fit-content;
  height: 26.5px;
  top: 13px;
  left: 22px;
  gap: 5px;
  border-radius: 91px;
  border-width: 1px;
  padding-right: 20px;
  padding-left: 10px;
  z-index: 10;
}

.news-blogs-bottom {
  position: absolute;
  bottom: 0px;
  left: 22px;
  padding: 10px 20px 20px 0px;
}

.news-blogs-bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 13.24px;
  line-height: 18.2px;
  letter-spacing: 0%;
  color: #7dc099;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.news-blogs-bottom h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.47px;
  color: #ffffff;
  text-transform: capitalize;
}

.project-section.changed-padding {
  padding-bottom: 200px;
}

/* ---------------carousel-------- */
.news-carousel-cover {
  width: 100%;
  height: 550px;
  border-radius: 24px;
  object-fit: cover;
}

.news-carousel-component {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  min-height: 300px;
}

.about-news-left.news-carousel-left {
  padding: 24px;
}

.about-news-left.news-carousel-left .about-news-text {
  padding: 0px;
}

.latest-news {
  width: 100%;
  height: 100%;
  background: linear-gradient(269.3deg, #184b2d 6.56%, #22965e 99.49%);
  padding: 5px;
  border: 1px solid #7dc099;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-news p {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: white;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.news-carousel-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.16px;
  letter-spacing: 0%;
  color: #184b2d;
  margin: 0;
  padding: 12px 40px;
}

.col-8.carousel-middle {
  background: #eef5f3;
  color: #184b2d;
}

.col-2.news-carousel-btns {
  background: #eef5f3;
  display: flex;
  flex-direction: row;
  border: 0px;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.latest-news-container {
  padding: 0;
}

html[lang="en"] .obj-our-vision h3:before,
html[lang="en"] .obj-our-mission h3:before,
html[lang="en"] .our-values h2:before {
  transform: rotatey(180deg);
}

html[lang="ar"] {
  .text-behind-royal p {
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 0;
    direction: rtl;
  }

  .up-img-div img,
  .bottom-img-div img {
    scale: 0.7;
  }

  .title-director {
    /* background: linear-gradient(270deg,
        rgba(11, 77, 53, 0) 0%,
        #0b4d35 100%) !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; */
  }

  .obj-our-vision h3:before,
  .obj-our-mission h3:before,
  .our-values h2:before {
    top: -41px;
    right: -47px;
  }

  img.qoute-start {
    transform: rotate(180deg);
  }

  img.qoute-end {
    display: flex;
    align-self: flex-end;
    transform: rotate(180deg);
  }

  .title-director h5,
  .title-director p {
    line-height: normal !important;
  }

  /* span,
  h3,
  p {
    line-height: normal;
  } */

  .left-word.col-lg-7 h3 {
    text-align: right;
  }

  .comma-up {
    transform: rotateZ(180deg) !important;
  }

  .comma-down {
    transform: rotateY(0deg) !important;
  }

  .abt-event-row h3 {
    text-align: right;
  }

  .news-blogs-bottom {
    right: 22px;
    padding: 10px 0px 20px 20px;
  }

  .news-blogs-tag {
    right: 22px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .blog-card-body h4 {
    text-align: right;
  }

  .search-bar .search-icon {
    right: 10px;
  }

  .search-bar input {
    padding-right: 40px;
  }

  .left-abt-event p,
  .left-abt-event ul li {
    text-align: right;
  }

  .ps-3 {
    padding-left: 16px;
    padding-right: 0px !important;
  }

  .right-abt-event p {
    text-align: right;
  }

  .event-details-ul {
    padding-right: 24px;
  }

  .hero-bottom-text h3 {
    text-align: right;
  }

  .about-news-text h4,
  .about-news-text p {
    text-align: right;
  }

  .news-breadcrumb {
    text-align: right;
  }

  .top_logo a img {
    height: auto;
  }

  .latest-news {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .col-2.news-carousel-btns {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .col-2.news-carousel-btns {
    flex-direction: row-reverse;
  }

  .preloader img {
    height: 70px;
  }

  @media (max-width: 991px) {
    .top_logo a img {
      margin: 0;
      height: 85px;
    }
  }

  .royal-section h2 img:last-child {
    width: 30px;
    display: inline-block;
    align-self: flex-end;
    transform: rotate(180deg);
  }

  .royal-section h2 img:first-child {
    width: 30px;
    display: inline-block;
    align-self: start;
    /* transform: rotateZ(180deg); */
    transform: rotateX(180deg);
  }

  .top_logo {
    text-align: right;
  }

  @media (max-width: 1199px) {
    button#topToggle {
      top: 50%;
      left: 15px;
      right: auto;
      position: absolute;
      transform: translateY(-50%);
      margin-top: 0px;
    }
  }

  @media (max-width: 767px) {
    .top_logo a img {
      height: 85px;
    }
  }

  .our-values h2 {
    text-align: right;
    padding: 0;
    margin-right: 16px;
  }
}

.col-8.carousel-middle {
  display: flex;
  justify-content: start;
  align-items: center;
}

.news-carousel-next img,
.news-carousel-prev img {
  padding: 2.5px;
  padding-top: 0;
  padding-bottom: 0;
}

.col-2.news-carousel-btns {
  justify-content: center;
}

/* ------------------Updates from client-------------------- */

.count-block h2 {
  color: var(--whiteColor);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48.699px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.blog-body-text {
  min-height: 170px;
}

.count-block h4 {
  color: var(--whiteColor);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.481px;
  margin: 0;
}

.obj-our-vision p,
.obj-our-mission p {
  text-align: right;
}

.data-cont a {
  display: block;
  transform: translateY(200%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.data-cont p {
  transform: translateY(500%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.data-cont h3 {
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.project-block:hover .data-cont p,
.project-block:hover .data-cont a,
.project-block:hover .data-cont h3 {
  display: block;
  transform: translateY(0%);
}

.our-values {
  padding-top: 96px;
  text-align: left;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.our-values h2 {
  text-align: left;
  padding: 0;
  margin-left: 16px;
}

.left-word.col-lg-7 h3 {
  text-align: right;
}

.project-rout {
  font-weight: 900;
  font-size: 44.02px;
  leading-trim: Cap height;
  line-height: 48.92px;
  letter-spacing: 0%;
  color: #7dc099;
}

.project-rout-header p {
  font-weight: 400;
  font-size: 19.57px;
  leading-trim: Cap height;
  line-height: 29.35px;
  letter-spacing: 0%;
  color: #cfcfcf;
}

.project-rout-header {
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.project-list .row {
  justify-content: space-evenly;
}

.project-rout-header-fit-content {
  max-width: fit-content;
  max-height: fit-content;
}

.project-block.project-rout {
  position: relative;
  overflow: hidden;
}

.data-cont-proj {
}

.left-project-column .project-block p {
  transform: none;
}

.right-project-column .project-block p {
  transform: none;
}

.content-project {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.details-opacity-none {
  position: absolute;
  bottom: 0px;
  opacity: 0;
}

.content-project h3 {
  padding-top: 5px;
}

.project-block.project-rout-block:hover .content-project {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(
      180deg,
      rgba(125, 192, 153, 0) 0%,
      rgba(125, 192, 153, 0.75) 88.5%
    ) !important;
}

.project-block.project-rout-block .details-opacity-none {
  opacity: 0;
  background-color: #1e3b24;
  width: 252px;
  height: 252px;
  border-radius: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  transform: translateY(100%);
  z-index: 10;
  flex-direction: column;
  border: 2px solid rgba(125, 192, 153, 0.75);
}

.project-block.project-rout-block:hover .details-opacity-none {
  opacity: 1;
  transform: translateY(50%);
}

.arr-down {
  width: 15px !important;
  height: auto !important;
  position: relative;
  scale: none;
  object-fit: unset;
  padding-top: 8px;
}

.royal-text {
  font-weight: 400;
  font-size: 28px;
  line-height: 38.98px;
  letter-spacing: 0;
  /* padding: 0 60px; */
  margin: 0;
}

section.seven-means
  .col-lg-6.d-flex.align-items-center.flex-column.justify-content-center {
  align-items: normal !important;
}

html[lang="ar"] .royal-text {
  text-align: inherit;
  font-size: 32px;
  line-height: 55px;
  direction: rtl;
}

html[lang="en"] .up-img-div img,
html[lang="en"] .bottom-img-div img {
  transform: rotateY(180deg);
}

.up-img-div {
  margin-bottom: 10px;
}

.bottom-img-div {
  text-align: end;
}

.goals-img.pb-2 img {
  height: 60px;
  margin: 0 auto;
  display: block;
}

html[lang="ar"] .left-seven p.pb-3 {
  display: none;
}

html[lang="ar"] .left-seven p {
  font-size: 20px;
  margin-bottom: 3em;
}

.left-royal {
  position: relative;
  width: 100%;
  margin-top: -90px;
  display: flex;
  justify-content: flex-start;
}

html[lang="ar"] .left-royal {
  margin-top: -50px;
}

.left-royal img {
  position: relative;
  object-fit: cover;
  z-index: 10;
  width: 100%;
}

.text-behind-royal p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20.13px;
  letter-spacing: 0%;
  text-align: justify;
  color: #fff;
  max-width: 450px;
}

.text-behind-royal {
  padding: 20px;
  position: absolute;
  left: 42%;
  top: 55%;
  transform: translateY(69%);
  width: 450px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  border-radius: 12.432px;
  border: 1.243px solid #7dc099;
  background: rgba(125, 192, 153, 0.4);
  box-shadow: 0 1.243px 4.973px 0 rgba(25, 33, 61, 0.08);
}

.right-royal-div {
  position: relative;
  padding: 20px 40px;
}

.up-img-div img,
.bottom-img-div img {
  scale: 0.7;
}

.objective-block h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26.29px;
  min-height: 50px;
  letter-spacing: 0;
  text-align: center;
  color: #7dc099;
  margin: 10px 0;
}

html[lang="ar"] .objective-block h3 {
  min-height: auto;
}

.objective-block img {
  height: 120px;
}

.royal-section .upper-royal-row {
  justify-content: end;
}

/* -----about-us ehab--------- */
.obj-our-vision p,
.obj-our-mission p {
  text-align: initial;
  font-size: 20px;
}

.obj-our-vision h3,
.obj-our-mission h3,
.our-values h2 {
  font-size: 26px;
  color: #7dc099;
  position: relative;
  line-height: 44.33px;
}

html[lang="ar"] .obj-our-vision h3,
html[lang="ar"] .obj-our-mission h3,
html[lang="ar"] .our-values h2 {
  font-size: 28px;
}

.obj-our-vision h3:before,
.obj-our-mission h3:before,
.our-values h2:before {
  content: "";
  position: absolute;
  top: -39px;
  left: -41px;
  background: url(../images/about-us/title.svg) no-repeat left top;
  background-size: contain;
  width: 73px;
  height: 100px;
}

.obj-our-mission,
.obj-our-vision,
.our-values {
  padding: 0 2em;
  padding-bottom: 5em;
}

.our-values {
  padding-bottom: 70px;
}

.objective-block h5 {
  color: #7dc099;
}

/* .Objective-section.inners {
  position: relative;
  background: url(../images/about-us/about2.jpg) no-repeat right center;
  background-size: cover;
}

html[lang="ar"] .Objective-section.inners {
  background: url(../images/about-us/about.jpg) no-repeat right center;
  background-size: cover;
}

html[lang="en"] .Objective-section.inners:before {
  transform: rotateY(180deg);
} */

/* .Objective-section.inners:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-us/grad.png) no-repeat left center;
  background-size: cover;
} */

.title-director h5 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.title-director p {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 0px !important;
}

.left-word.col-lg-7 h3 {
  font-size: 30px;
  line-height: 45px;
  text-align: initial;
  margin-bottom: 20px;
}

img.qoute-end {
  display: flex;
  align-self: flex-end;
}

.gap-10 {
  column-gap: 10px;
}

@media (max-width: 767px) {
  .info.mb-5 + .Objective-section {
    background-size: contain;
    padding-top: 140px !important;
  }

  .obj-our-vision h3:before,
  .obj-our-mission h3:before,
  .our-values h2:before {
    top: -22px;
    left: -29px;
    width: 52px;
    height: 66px;
  }

  .objective-block h5 {
    padding-bottom: 7px;
    padding-top: 0;
  }

  .title-director {
    width: 100%;
    border-radius: 0 20px 20px 0;
  }

  .title-director h5 {
    font-size: 18px;
  }

  .left-word.col-lg-7 h3 {
    font-size: 22px !important;
    line-height: 27px;
    margin-bottom: 19px;
  }
}

.Objective-section.objective-home {
  background-image: none;
}

.preloader img {
  height: 72px;
}

.logos-project-details {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.logos-project-details div {
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 150px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(4.349999904632568px);
  backdrop-filter: blur(4.349999904632568px);
}

.left-word .title-director p {
  padding-inline-start: 0 !important;
}

.logos-project-details img {
  width: 200px;
  height: 60px !important;
  margin: 0px !important;
  object-fit: contain;
  margin-bottom: 24px;
  object-position: center;
}

@media (max-width: 767px) {
  .logos-project-details {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .logos-project-details img {
    height: 70px;
  }
}

html[lang="ar"] .slider2-buttons-mobile {
  flex-direction: row-reverse;
}

ul.proj-lista li a .d-flex {
  max-width: 90%;
  font-size: 14px;
  text-align: initial;
}

html[lang="ar"] .Slider4 .project-block a img,
html[lang="ar"] .Slider2 .project-block a img {
  transform: rotate(180deg) !important;
}

html[lang="ar"] ul.proj-lista li a i {
  transform: rotate(180deg) !important;
}

.pollution-card.style1 {
  background: transparent;
  text-align: center;
}

.pollution-card.style1 img {
  height: 115px;
  margin-bottom: 15px;
}

.pollution-card.style1 p {
  text-align: justify;
}

.editClick,
.HideeditClick {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -29px);
  background: #00532d;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 0 5px 8px rgba(16, 23, 37, 0.2);
  color: #fff;
  z-index: 99999;
  cursor: pointer;
  display: flex;
  column-gap: 5px;
}

.editClick img,
.HideeditClick img {
  width: 20px;
}

.editBlock {
  position: absolute !important;
  bottom: 10px;
  left: 10px;
  background: #00532d;
  border: 2px solid #fff !important;
  text-align: center !important;
  border-radius: 50% !important;
  width: 47px;
  height: 47px;
  line-height: 41px !important;
  box-shadow: 0px 0 1px 3px rgba(16, 23, 37, 0.2);
  color: #fff !important;
  z-index: 99999;
  cursor: pointer;
  display: none;
}

.upper-middle .editBlock {
  display: none;
  line-height: 41px;
}

.editBlock img {
  width: 18px !important;
  border: none !important;
  height: auto !important;
  padding: 0px !important;
  display: inline !important;
}

.editBlock:hover,
.editClick:hover {
  background: #102218;
}

.p-r {
  position: relative;
}

.right-word .imagea {
  position: relative;
  overflow: hidden;
  height: 510px;
}

.right-word .imagea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mobile-menu {
  display: none;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  margin-bottom: 2px;
}

.mobile-nav li.nav-item a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  display: block;
  line-height: 34px;
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.mobile-nav a.lang,
.mobile-nav a.wotn-btn {
  margin: 0 16px;
}

.mobile-menu {
  padding: 26px 1em 0;
  display: block;
  background: rgba(24, 75, 45, 0.9);
  backdrop-filter: blur(15px);
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100%;
  z-index: 999999;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

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

@media (max-width: 1199px) {
  html[lang="en"] .mobile-menu button#topToggle,
  html[lang="ar"] .mobile-menu button#topToggle {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 !important;
  }
}

html[lang="en"] .mobile-menu {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

html[lang="en"] .mobile-menu.open {
  transform: translateX(0);
}

@media (max-width: 1199px) {
  li.nav-item.dropdown-m.activa a img,
  html[lang="en"] li.nav-item.dropdown-m.activa a img {
    transform: rotate(90deg);
  }

  .mobile-menu li.nav-item.dropdown-m1.activa a img,
  html[lang="en"] .mobile-menu li.nav-item.dropdown-m1.activa a img {
    transform: rotate(90deg);
  }
}

.project-hero {
  min-height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 5em 0;
  margin-bottom: 3em;
  border-top: 10px solid rgba(26, 35, 35);
  border-bottom: 10px solid rgba(26, 35, 35);
}

.project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.project-hero .container-fluid {
  z-index: 1;
}

.project-hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 35, 35), rgba(0, 0, 0, 0.4));
}

.project-hero h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.project-hero p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.project-sect {
  border-radius: 20px;
}

.project-sect .row {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  margin: 3em 0;
}

.project-sect .row h2 {
  color: #7dc099;
}

.project-sect .row p {
  color: #fff;
}

.project-sect .col-lg-6 {
  padding: 0;
  height: 500px;
}

.project-sect .text-sec {
  background: var(--bgColor);
  padding: 40px 55px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

/* .project-sect .row:nth-of-type(odd) .text-sec {
  background: #487154;
} */

.project-sect .img-sec {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.project-sect .img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-img-holder {
  position: relative;
  overflow: hidden;
  height: 600px;
  border-radius: 10px;
}

.slide-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper.project-gallery-slider {
  /* min-width: 100vw; */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-gallery-slider .swiper-wrapper {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.project-gallery-slider-buttons {
  position: absolute;
  top: 15px;
  left: 36px;
  z-index: 99;
}

html[lang="ar"] .project-gallery-slider-buttons {
  right: 36px;
  left: auto;
  direction: ltr;
}

.what-section video {
  max-width: 100%;
  border-radius: 10px;
  border: 10px solid var(--bgColor);
  margin: 2em auto 0;
  max-height: 70vh;
  display: block;
}

p.royal-text1 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 10px;
}

html[lang="en"] p.royal-text1 strong {
  font-size: 20px;
}

html[lang="en"] p.royal-text1 {
  font-size: 18px;
  line-height: 30px;
}

.footer-wrapper img[alt="logo"] {
  max-width: 270px;
}

p.royal-text1 strong {
  color: #249e66;
  display: block;
  font-size: 28px;
}

.royal-img img {
  border-radius: 15px;
}

.reveal-im {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #000;
}

.project-section .entity span {
  color: #ededed;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
}

.project-section1 h2 {
  color: #fff;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 39.9px;
  margin-bottom: 32px;
}

.project-section1 p {
  color: #dadada;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.project-sect2 h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: var(--lightgreenColor);
}

.project-sect2 img {
  height: 100px;
  padding: 25px 0;
}

.project-sect2 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}

.country-block {
  background: linear-gradient(269deg, #184b2d 6.56%, #22965e 99.49%);
  padding: 35px 25px 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: block;
}

.country-block:hover {
  transition: background 0.5s ease;
  /* Animate the gradient background on hover */
  background-size: 200% 200%;
  animation: gradientMove 2s linear infinite;
  color: #fff;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.country-block img {
  width: auto;
  height: 80px;
  position: relative;
  left: auto;
  top: auto;
  object-fit: initial;
  object-position: initial;
  z-index: auto;
  margin-bottom: 20px;
}

.country-block h3 {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 777px) {
  .country-block {
    margin-bottom: 30px;
  }
}

.royal-text img {
  height: 22px;
  display: inline-block;
  vertical-align: text-top;
}

.royal-text img:last-child {
  vertical-align: text-bottom;
}

html[lang="en"] .royal-text img {
  transform: rotateY(180deg);
}

.project-section1 .col-lg-4 p {
  color: #fff;
  font-size: 15px;
  display: flex;
  column-gap: 4px;
}

@media (max-width: 991px) {
  .royal-section .col-md-7 {
    width: 100%;
  }

  .royal-text {
    padding-top: 38px !important;
  }

  p.royal-text1 {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .royal-section p {
    padding: 0;
  }
}

.contact-Targetedimage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact-Targetedimage .targeted-countries {
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(55px);
  padding: 20px;
  width: 42%;
  border: 0.5px solid #ffffff;
  border-radius: 14px;
  backdrop-filter: blur(55px);
}

.contact-Targetedimage .targeted-countries img {
  width: 60px;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.contact-Targetedimage .targeted-countries p {
  margin: 0;
  font-size: 14px;
}

.targeted-countries-wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin: 10px 0px;
}

.inner.projects {
  min-height: auto;
}

.project-details-page.wrapper {
  background: url("../images/project-details/main-img.png");
  background-size: cover;
}

.project-details-page.wrapper:before {
  background: transparent;
}

.project-details-page .container-fluid {
  max-width: 85%;
}

.Insights-section {
  justify-content: center;
}

.project-details-page .swiper.project-slider:before {
  background: transparent;
}

.Insights-section .contact-section {
  background: #0d2818;
  border-radius: 16px;
  overflow: hidden;
}

.Insights-section .contact-image img {
  height: 100%;
  width: 100%;
  max-height: 1080px;
}

.Insights-section-description {
  color: #ededed !important;
  margin: 2rem 0;
}

.Insights-section .contact-section .contact-text {
  padding: 3rem;
}

.key-core-insights {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.key-core-insights h4 {
  color: #ededed;
  font-size: 20px;
  font-weight: 400;
}

.key-core-insights .core-assets {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.key-core-insights .core-assets-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.key-core-insights .core-assets-item img {
  width: 25px;
  height: 25px;
}

.key-core-insights .core-assets-item p {
  color: #b0c6b0;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.project-details-page .projects-section {
  border: 0;
}

.project-details-page .projects-section .section-title {
  color: #ffffff;
  font-size: 31.84px;
  font-weight: 700;
}

.project-details-page .projects-section .section-description {
  color: #ededed;
  font-size: 18px;
  font-weight: 400;
}

.Impact-section {
  height: auto;
  min-height: auto;
  padding: 5rem 0;
  background: #0d2818;
}

.Impact-assets {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.Impact-assets-item {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    align-items: center;
    gap: 15px;
    background: linear-gradient(180deg, #1a3d2e 0%, #0f261a 100%);
    border: 0.88px solid #0166304d;
    border-radius: 10px;
    padding: 27px;
    width: 25%;
    text-align: center;
}

.Impact-assets-item img {
  width: 65px;
  height: 65px;
}

.Impact-assets-item p {
  color: #d1d5dc;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.Impact-assets-item h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
}

.project-details-page .projects-section .project-block:before {
  background: linear-gradient(180deg, rgba(7, 11, 27, 0) 0%, #2f2f2f 100%);
}

.project-details-page .projects-section .data-cont h3 {
  transform: translateY(300%);
}

.project-details-page .projects-section .project-block:hover .data-cont h3 {
  transform: translateY(0%);
}

.inner.Insights-section {
  padding-top: 70px;
}

.project-details-page .logos-project-details img {
  width: 200px;
  height: 88px;
  object-fit: cover;
  border-radius: 20px;
}

.inner.projects .contact-section {
  margin-bottom: 2rem;
}

.img-wrapper .heroImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.content-project-details {
  height: 45%;
}

.contact-section .row {
  width: 100%;
}

.about-us-page .img-wrapper:before {
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      rgba(24, 75, 45, 0.97) 70.66%
    ),
    linear-gradient(
      359.65deg,
      rgba(0, 0, 0, 0) 7.56%,
      rgba(0, 0, 0, 0.6688) 65.58%
    );
}

.about-us-page .content h1 {
  color: #7dc099;
  font-size: 60px;
  font-weight: 900;
  padding-top: 2rem;
}

.vision-values-pillars {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.section-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 30px;
}

.custom-info-card:hover {
  transform: translateY(-5px);
}

.custom-info-card {
  background: #0d2818cc;
  border: 1px solid #7dc09933;
  border-radius: 12px;
  padding: 30px;
  color: #ffffff;
  height: 100%;
  transition: transform 0.3s ease;
}

.custom-info-card:hover {
  transform: translateY(-5px);
}

.custom-info-cardvision {
  background: transparent;
  border: 0;
  border-radius: 12px;
  padding: 30px 0;
  color: #ffffff;
  height: 100%;
  transition: transform 0.3s ease;
}

.custom-info-card .icon-box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-info-card .icon-box i {
  font-size: 28px;
  color: #ffffff;
}

.custom-info-card h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1.5rem 0;
  color: #ffffff;
}

.custom-info-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.custom-info-card p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0;
}

.custom-info-cardvision p {
  color: #d6d6d6;
}

.testimonials-section {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.testimonials-heading {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.5rem;
  max-width: 100%;
  margin-bottom: 50px;
  line-height: 1.4;
}

.testimonial-card {
  background-color: #0b1f13;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.testimonial-text-col {
  position: relative;
  padding: 0 20px;
}

.quote-icon {
  width: 3rem;
  color: #285435;
  line-height: 1;
}

.quote-icon.top-right {
  position: absolute;
  top: 33px;
  right: 42px;
}

.quote-icon.bottom-left {
  position: absolute;
  bottom: 100px;
  left: 17px;
}

.testimonial-desc {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 6rem 0;
  position: relative;
  z-index: 2;
}

.testimonial-author h4 {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.testimonial-author p {
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.testimonial-img-col {
  text-align: center;
  position: relative;
}

.testimonial-img-col img {
  max-width: 100%;
  border-radius: 16px;
}

.number-meaning-section {
  position: relative;
  z-index: 2;
}

.number-title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.number-title-wrapper h2 {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
}

.icon-7-img {
  height: 80px;
  object-fit: contain;
}

.number-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}

.sdg-goals-img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .testimonial-card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .testimonial-img-col {
    margin-top: 30px;
  }

  .order-mobile-2 {
    order: 2;
  }

  .order-mobile-1 {
    order: 1;
  }
}

.achievements-section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.achievements-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.achievements-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 850px;
  margin-bottom: 0;
}

.achievements-slider {
  margin-top: 50px;
  overflow: hidden;
}

.achievement-card {
  display: flex;
  background-color: #0b1f13;
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
}

.achievement-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.achievement-content h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}

.achievement-content p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.achievement-image {
  flex: 1;
  position: relative;
}

.achievement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievements-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 40px;
}

.achiev-prev,
.achiev-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #3e6649;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.achiev-prev:hover,
.achiev-next:hover {
  background-color: #3e6649;
}

@media (max-width: 991px) {
  .achievement-card {
    flex-direction: column;
    height: auto;
    min-height: 500px;
  }

  .achievement-image {
    flex: none;
    height: 250px;
  }

  .achievement-content {
    /* flex: none; */
    padding: 30px 20px;
  }
}

.achievements-section .container-fluid {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.achievements-slider-header,
.achievements-nav {
  padding: 0 7rem;
}

/* .royal-section {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.royal-section .left-royal {
  margin: 0;
  background: black;
}

.royal-section .royal-text {
  font-size: 17px;
  line-height: 25px;
}

.royal-section .bottom-img-div {
  text-align: start;
}

.royal-section .up-img-div {
  text-align: end;
}

html[lang="en"] .up-img-div img,
html[lang="en"] .bottom-img-div img {
  transform: rotateY(360deg);
}

.right-royal-div-p {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  text-align: end;
  padding: 1rem;
  border-radius: 20px;
  line-height: 25px;
}

.right-royal-div-p strong {
  font-size: 19px;
  line-height: 40px;
} */

@media (max-width: 1300px) {
  .project-details-page .hero-bottom.breadcrumb-data h2 {
    font-size: 40px;
  }

  .project-details-page .img-wrapper .project-description {
    font-size: 15px;
  }

  .project-details-page .logos-project-details img {
    width: 160px;
    height: 70px;
  }

  .project-details-page .targeted-countries-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .project-details-page .contact-Targetedimage .targeted-countries {
    width: 75%;
    padding: 14px;
  }

  .project-details-page .inner.projects .contact-section p {
    font-size: 16px;
  }

  .project-details-page .inner.projects .contact-section img {
    height: 300px;
  }

  .project-details-page .contact-Targetedimage {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .project-details-page .Impact-assets {
    justify-content: center;
    flex-wrap: wrap;
  }

  .project-details-page .hero-bottom.breadcrumb-data h2 {
    font-size: 25px;
  }

  .project-details-page .img-wrapper .project-description {
    font-size: 12px;
  }

  .project-details-page .Impact-assets-item {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .project-details-page .projects .contact-section {
    flex-direction: column;
  }

  .project-details-page .contact-section .contact-text,
  .project-details-page .contact-Targetedimage,
  .project-details-page .contact-section .contact-image {
    width: 100%;
  }

  .project-details-page .targeted-countries-wrapper {
    align-items: center !important;
  }

  .Insights-section .contact-section {
    flex-direction: column-reverse;
  }

  .Impact-assets-item h1 {
    font-size: 35px;
        margin: 0;
  }

  .Impact-assets-item p {
    font-size: 11px;
  }

  .Impact-assets-item {
    gap: 0;
  }

  .Impact-assets-item img {
    width: 45px;
    height: 45px;
  }

  .project-details-page .projects-section .section-description {
    font-size: 13px;
  }

  .project-details-page .projects-section .section-title {
    font-size: 25.84px;
  }

  .about-us-page .swiper.Slider1 {
    padding-top: 40px;
  }

  .about-us-page .content h1 {
    font-size: 30px;
  }

  .custom-info-card h3 {
    font-size: 1.5rem;
  }

  .custom-info-card .icon-box {
    width: 44px;
    height: 44px;
  }

  .section-heading,
  .testimonials-heading,
  .number-title-wrapper h2 {
    font-size: 1.5rem;
  }

  .seven-img,
  .title-img {
    width: 45px;
  }

  .achievements-slider-header {
    padding: 0 2rem;
  }

  .achievements-heading {
    font-size: 1.5rem;
  }

  .achievements-nav {
    padding: 0 2rem;
  }
}

@media (max-width: 500px) {
  .project-details-page .logos-project-details img {
    width: 115px;
    height: 55px;
    border-radius: 11px;
  }

  .project-details-page .hero-bottom.breadcrumb-data h2 {
    font-size: 21px;
  }

  .hero-bottom.breadcrumb-data .date span {
    font-size: 16px;
  }

  .project-details-page .inner.projects .contact-section p {
    font-size: 12px;
  }

  .project-details-page .contact-Targetedimage .targeted-countries {
    width: 100%;
    padding: 10px;
  }

  .project-details-page .inner.projects .contact-section img {
    height: 250px;
  }

  .Insights-section .contact-section .contact-text {
    padding: 1rem;
  }

  .project-details-page .Impact-section .contact-section h2,
  .project-details-page .Insights-section .contact-section h2 {
    font-size: 20.5px;
    margin: 0;
  }

  .Insights-section-description {
    font-size: 11.8px !important;
    margin: 1rem 0;
  }

  .Impact-section .contact-section p,
  .key-core-insights .core-assets-item p {
    font-size: 22px;
  }

  .key-core-insights .core-assets-item img {
    width: 20px;
    height: 20px;
  }

  .key-core-insights .core-assets-item {
    gap: 10px;
  }

  .key-core-insights,
  .key-core-insights .core-assets {
    gap: 7px;
  }

  .project-details-page .Impact-assets-item {
    width: 90%;
  }

  .content-project-details {
    height: 40%;
  }

  .project-details-page .hero-block {
    justify-content: center;
  }

  .about-us-page .content-project-details {
    height: calc(100% - 70px);
  }

}

.hero-bottom-imgs {
  /* height: 80px !important; */
  /* width: 188px !important; */

  -o-object-fit: fill !important;
  object-fit: fill;
  -o-object-position: bottom !important;
  object-position: bottom !important;
  border-radius: 15px !important;
  margin: 10px !important;
  height: 100px !important;
  width: 100% !important;
  border: 20px solid white !important;
  overflow: hidden !important;
  background: white !important;
  max-width: 250px !important;
}
:root {
  --whiteColor: #fff;
  --greyColor: #f7f7f7;
  --grediantColor: linear-gradient(269deg, #184b2d 6.56%, #22965e 99.49%);
  --grediantColor1: linear-gradient(269deg, #22965e 6.56%, #184b2d 99.49%);
  --primaryColor1: #184b2d;
  --primaryColor2: #22965e;
  --primaryColor3: #7dc099;
  --primaryColor4: rgba(125, 192, 153, 0.5);
  --darkgreenColor: rgba(17, 54, 32, 1);
  --lightgreenColor: rgba(125, 192, 153, 1);
  --greenColor: rgba(34, 150, 94, 1);
  --borderColor: rgba(125, 192, 153, 0.55);
  --acroddion-bg: rgba(125, 192, 153, 0.25);
  --bgColor: #184b2d;
  --lightGray: #efefef;
  --lightBlue: #a3c6eb;
}

/* nav */

ul.social {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 11;
}

ul.social li + li {
  margin-top: 36px;
}

ul.social li a:hover {
  opacity: 0.7;
}

.navbar-nav li a {
  padding: 18px;
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: none;
}

.navbar-nav li:last-child a {
  text-decoration: underline;
}

.navbar-nav li a i {
  font-size: 20px;
}

.navbar-nav li a:hover {
  color: var(--primaryColor3);
}

.navbar-nav li.active a {
  color: var(--primaryColor3);
}

li.nav-item.dropdown-m a * {
  display: inline-block;
  vertical-align: middle;
}

li.nav-item.dropdown-m a img {
  transform: rotate(270deg);
}

li.nav-item.dropdown-m1 a img {
  transform: rotate(0deg);
}

html[lang="en"] li.nav-item.dropdown-m1 a img {
  transform: rotate(180deg);
}

span.close-menu {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}

html[lang="en"] span.close-menu {
  right: 0;
  left: auto;
}

span.close-menu:hover {
  transform: rotate(180deg);
}

ul.dropdown-menu {
  background: var(--bgColor);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 100%;
  margin-top: -20px;
  border-radius: 8px;
  z-index: 9999;
  padding: 0 0;
  border: none;
  min-width: 240px;
  padding: 0 15px;
}

.navbar-nav ul.dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 15px;
  display: block;
  line-height: 34px;
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.navbar-nav ul.dropdown-menu li:last-child a {
  border-bottom: 0;
}

.navbar-nav ul.dropdown-menu a:hover {
  color: #c1ffe1;
}

ul.dropdown-menu1 {
  background: var(--bgColor);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 0;
  border-radius: 8px;
  z-index: 9999;
  border: none;
  min-width: 300px;
  padding: 0 15px;
  right: 105%;
  list-style: none;
  display: none;
  padding-bottom: 15px;
}

html[lang="en"] ul.dropdown-menu1 {
  left: 105%;
  right: auto;
}

.navbar-nav ul.dropdown-menu1 a {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 8px;
  display: block;
  line-height: 34px;
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.navbar-nav ul.dropdown-menu1 li:last-child a {
  border-bottom: 0;
}

.navbar-nav ul.dropdown-menu1 a:hover {
  color: #c1ffe1;
}

li.dropdown-m li.dropdown-m1 a i {
  font-size: 30px;
}

li.dropdown-m li.dropdown-m1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-nav ul.dropdown-menu1 .parent-m a,
.mobile-nav ul.dropdown-menu1 .parent-m a {
  border: 0;
  padding-bottom: 0;
}

.navbar-nav ul.dropdown-menu1 .child-m a,
.mobile-nav ul.dropdown-menu1 .child-m a {
  border: 0;
  padding-bottom: 5px;
  color: #b4b9c9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

html[lang="en"] .navbar-nav ul.dropdown-menu1 .child-m a,
html[lang="en"] .mobile-nav ul.dropdown-menu1 .child-m a {
  font-size: 14px;
}

.navbar-nav ul.dropdown-menu1 .child-m a:hover,
.mobile-nav ul.dropdown-menu1 .child-m a:hover {
  color: #fff;
}

.navbar-nav ul.dropdown-menu1 .child-m:last-child a,
.mobile-nav ul.dropdown-menu1 .child-m:last-child a {
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  padding-bottom: 12px;
}

.navbar-toggler {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  margin: 0 auto;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggler .open .icon-bar:first-of-type {
  transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  -webkit-transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  transform: rotate(45deg);
  transform-origin: 0% 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler .open .icon-bar:nth-of-type(3) {
  transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  -webkit-transition:
    top 0.25s ease 0s,
    transform 0.25s ease 0.3s;
  transform: translate(-1px, 3px) rotate(-45deg);
  transform-origin: 0% 0%;
}

.navbar-toggler .icon-bar:first-of-type,
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}

.navbar-toggler .icon-bar,
.navbar-toggler .open .icon-bar {
  background: var(--whiteColor);
}

.nav-section {
  padding: 18px 0;
}

.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--primaryColor1);
  background: var(--grediantColor1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.6s;
}

.navbar-area.is-sticky .nav-section {
  border-bottom: 0;
  padding: 5px 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.top_logo {
  text-align: left;
}

.top_logo a img {
  height: 72px;
}

.default-btn,
.head-btn,
.links a,
.swiper-slide a.read-more {
  border-radius: 41px;
  border: 1px solid var(--primaryColor3);
  background: var(--grediantColor);
  padding: 18px 25px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.swiper-slide a.read-more {
  padding: 10px 35px;
}

.default-btn:hover,
.head-btn:hover,
.swiper-slide a.read-more:hover {
  color: #fff;
  background: var(--grediantColor1);
  text-decoration: none;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 2em;
}

.img-wrapper video,
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.img-wrapper .project-description {
  color: #ededed;
  font-size: 18px;
  font-family: 400;
}

.implementing-entity {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

.img-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bottom {
  z-index: 1;
  position: relative;
}

.hero-bottom-imgs {
  height: 114px !important;
  width: 278px !important;
  -o-object-fit: fill !important;
  object-fit: fill !important;
  -o-object-position: bottom !important;
  object-position: bottom !important;
}

.video-background-wrapper span.overlay,
.img-wrapper span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: var(--grediantColor); */
  opacity: 1;
  z-index: -1;
}

.hero-section .img-wrapper span.overlay {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.wrapper {
  background: var(--primaryColor1) url(../images/main-img.jpg) no-repeat bottom
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.inner.about-page {
  padding-top: 0;
}

.wrapper .about-inner {
  padding-top: 200px;
  background: var(--primaryColor1) url(../images/about-us/about.jpg) no-repeat
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wrapper .about-inner .container-fluid {
  position: relative;
  z-index: 1;
}

.d-flex.hero-bottome {
  column-gap: 2em;
}

.wrapper .about-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.76);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%), linear-gradient(180deg, rgba(24, 75, 45, 0) 13.11%, var(--primaryColor1) 70.66%); */
  width: 100%;
  height: 100%;
  z-index: 0;
}

.wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 70.66%
    );
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background-wrapper a.arrow,
.img-wrapper a.arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9;
  width: 40px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  transition: all 0.2s ease-in;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.content {
  position: relative;
  height: calc(100% - 60px);
  z-index: 9;
}

.content h1 {
  color: var(--whiteColor);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.8px;
  margin-bottom: 19px;
  padding-top: 2em;
}

.content h1 span {
  transform: translate(0, -100%);
  opacity: 0;
  line-height: 1em;

  display: inline-block;
  color: var(--primaryColor3);
}

.content h1 span + span {
  margin: 0 5px;
}

.content p {
  color: var(--whiteColor);
  font-size: 25.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.65px;
}

html[lang="ar"] .content p {
  line-height: 40px;
}

.hero-section {
  overflow-x: hidden;
  position: relative;
}

.hero-block img {
  height: 58.8px;
  width: 58.8px;
}

.hero-block h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.swiper-button1 {
  background: rgba(24, 75, 45, 0.3);
  border: 1px solid #7dc099;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.swiper-button1:hover {
  background: rgba(24, 75, 45, 0.9);
}

.swiper-button1 img {
  width: 11px;
  height: 20px;
}

/* end hero */
/* royal section */
.royal-section {
  position: relative;
  z-index: 1;
  color: #fff;
  /* padding: 3em 0 0; */
  /* border-top: 1px solid var(--primaryColor4); */
  /* border-bottom: 1px solid var(--primaryColor4); */
  padding: 0 !important;
}

.royal-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #184b2d;
  z-index: -1;
}

html[lang="ar"] .royal-section:after {
  right: 0;
  left: auto;
  /* background: linear-gradient(
    270deg,
    rgba(2, 1, 0, 0.87) 10.42%,
    #020100 40.68%,
    rgba(8, 21, 12, 0.66) 52.39%,
    rgba(0, 0, 0, 0) 96.21%
  ); */
}

.royal-section > .container-fluid {
  /* margin-top: 3em; */
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.royal-section h2 {
  color: var(--primaryColor3);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  margin: 0;
  margin-bottom: 1em;
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

html[lang="ar"] .royal-section h2 {
  line-height: 48px;
}

.royal-section h2 img:first-child {
  width: 30px;
  display: inline-block;
  align-self: start;
}

.royal-section h2 img:last-child {
  width: 30px;
  display: inline-block;
  align-self: flex-end;
}

.royal-section h2 img.ml-1 {
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.royal-section .cont .col-lg-4 > img {
  height: 262px;
  border: 1px solid #729f28;
  border-radius: 8px;
}

.royal-section h3 {
  color: var(--whiteColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* what section */
.what-section {
  padding: 2.5em 0;
  position: relative;
  z-index: 1;
}

.what-section h3 {
  color: var(--primaryColor3);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.332px;
  text-transform: capitalize;
}

.what-section h2 {
  color: var(--whiteColor);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 44.332px;
  text-transform: capitalize;
}

.what-section p {
  color: var(--greyColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
}

.count-block {
  border-radius: 12.432px;
  border: 1.243px solid #7dc099;
  background: rgba(125, 192, 153, 0.4);
  box-shadow: 0px 1.243px 4.973px 0px rgba(25, 33, 61, 0.08);
  padding: 1.5em;
  text-align: center;
}

.count-block h2 {
  color: var(--whiteColor);
  font-size: 36.524px;
  font-style: normal;
  font-weight: 600;
  line-height: 48.699px;
  /* 133.333% */
}

.count-block h2 span {
  font-family: sans-serif;
}

.count-block h4 {
  color: var(--whiteColor);
  font-size: 24.35px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.481px;
  /* 137.5% */
  margin: 0;
}

/* objectives style */

.Objective-section {
  position: relative;
  z-index: 1;
  padding: 3.75em 0;
  border-top: 1px solid var(--primaryColor4);
  border-bottom: 1px solid var(--primaryColor4);
}

.Objective-section.inners {
  border: 0;
  padding: 0;
}

.Objective-section.inners .container-fluid {
  padding: 0 0 5em;
}

.Objective-section h2 {
  color: var(--primaryColor3);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.571px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2.75em;
}

.objective-block {
  text-align: center;
}

.objective-block p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  margin-top: 30px;
}

/* objectives style */

.projects-section,
.main-news-section {
  position: relative;
  z-index: 1;
  padding: 3.75em 0;
  border-top: 1px solid var(--primaryColor4);
}

.projects-section h2,
.main-news-section h2 {
  color: var(--primaryColor3);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.571px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.projects-section p,
.main-news-section p {
  color: var(--greyColor);
  font-size: 19.567px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.35px;
  margin-bottom: 30px;
}

.project-block {
  border-radius: 24.783px;
  position: relative;
  width: 100%;
  height: 567px;
  overflow: hidden;
}

.project-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #132717 0%, rgb(21 45 26 / 33%) 100%);
  z-index: 2;
}

.project-block img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.project-block:hover img {
  transform: scale(1.1);
}

.project-block .content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 25px 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  z-index: 3;
}

.project-block h3 {
  color: var(--whiteColor);
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 33.133px;
 /* text-transform: capitalize;*/
  /* min-height: 60.28px; */
}

.project-block p {
  color: var(--whiteColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.904px;
  transform: translateY(100%);
  min-height: 80.72px;
}

.project-block a {
  color: var(--whiteColor);
  font-size: 19.567px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.904px;
}

.project-block a:hover {
  color: var(--primaryColor3);
}

.project-block a img {
  width: 18.344px;
  height: 18.344px;
}

.data-cont a {
  transform: translateY(100%);
}

.data-cont {
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.swiper-button1.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.Slider2 {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.slider2-buttons {
  padding-right: 100px !important;
}

/*  -------------------blogs and events----------------- -- */

.blogs {
  padding: 77px 0px;
  position: relative;
  width: 100%;
  height: 100%;
}

.blogs.section {
  background-color: #194a2c;
}

.blogs-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: var(--lightgreenColor);
}

.blogs-header {
  max-width: 535px;
  margin: auto;
  margin-bottom: 30px;
}

.blogs-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.tabs-parent {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 8px;
}

.tabs-ul {
  list-style: none;
  /* Removes bullet points */
  padding: 0;
  /* Removes default left padding for the list */
  display: flex;
  /* Aligns the tabs horizontally */
  margin: 0px;
  align-items: center;
  justify-content: space-between !important;
}

.tab-link {
  text-decoration: none;
  padding: 4px 30px;
  padding-top: 7px;
  border-radius: 5px;
  color: white;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.15);
}

.tab-link:hover {
  background-color: rgba(255, 255, 255, 0.55);
  color: var(--primaryColor3);
}

.tab-link.active {
  background-color: #22965e;
  color: #fff;
  border: 1px solid var(--greenColor);
  /* font-weight: bold; */
}

.blog-block {
  border: 1px solid var(--lightgreenColor);
  border-radius: 8px;
  border-top: none;
}

.blog-img {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--lightgreenColor);
  border-radius: 8px;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.date-time-text {
  font-size: 11px !important;
  line-height: 18.2px !important;
  text-align: center;
  color: rgba(125, 192, 153, 1);
}

.blog-category {
  font-size: 11px !important;

  line-height: 18.2px !important;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.blog-body-text p {
  font-size: 19.85px !important;
  font-weight: 700 !important;
  line-height: 26.47px !important;
  color: rgba(255, 255, 255, 1);
}

.blog-read-more a,
a.read-more {
  font-size: 16px !important;
  line-height: 18.2px !important;
  color: rgba(125, 192, 153, 1);
  margin-bottom: 15px;
  display: block;
}

.blog-read-more a:hover,
a.read-more:hover {
  color: rgba(255, 255, 255, 1);
}

html[lang="ar"] .blog-read-more a img,
html[lang="ar"] a.read-more img {
  transform: rotate(180deg);
}

/* ---------------------frequently-asked-questions-------------------  */
.asked-questions {
  padding: 77px 0px;
}

.asked-questions-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50.32px;
  text-align: center;
  color: var(--darkgreenColor);
}

.asked-questions-subtitle {
  color: rgba(109, 117, 143, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.asked-questions-header {
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
  color: var(--greenColor);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  background-color: var(--acroddion-bg);
}

.accordion-item {
  margin-bottom: 30px;
  border: 1px solid var(--borderColor);
}

.accordion-item:not(:first-of-type) {
  border: 1px solid var(--borderColor);
}

.accordion-link-question {
  background: var(--acroddion-bg);
  border: 1px solid var(--borderColor);
  border-radius: 6px;
  padding: 22px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-link-question h4,
.accordion-link-question button {
  background: var(--bs-accordion-border-colorg);
  border-radius: 6px;

  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.19px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322965E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* ------------------------footer----------------- */
footer {
  background: var(--darkgreenColor) url(../images/footer-bg.png) no-repeat right
    top;
  padding: 24px 0px;
  padding-top: 90px;
  border-top: 1px solid #7dc099;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #ccc;
  margin: 0px;
}

.footer-icons a {
  margin-right: 8px;
}

.footer-icons a:hover {
  text-decoration: none;
  color: transparent;
  opacity: 0.8;
}

@media (max-width: 777px) {
  .footer-wrapper {
    flex-direction: column;
    padding: 24px;
  }

  .footer-wrapper img {
    margin-bottom: 24px;
  }

  .footer-text {
    margin-bottom: 20px;
  }
}

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

.swiper-pagination-bullet {
  background: rgba(167, 191, 177, 1) !important;

  width: 20px !important;
  height: 20px !important;
  border-radius: 20px !important;
  transition: all 0.4s ease-in-out !important;
  -ms-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
}

.swiper-pagination-bullet-active {
  background: rgba(212, 228, 219, 0.76) !important;
  width: 60px !important;
}

.default-btn,
.head-btn,
.links a {
  border-radius: 41px;
  border: 1px solid var(--primaryColor3);
  background: var(--grediantColor);
  padding: 15px 25px;
  padding-top: 17px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: color 1s ease;
}

/* Button styling */
.default-btn:hover,
.head-btn:hover,
.links a:hover {
  color: #fff;
  background-image: linear-gradient(
    90deg,
    var(--darkgreenColor) 20%,
    var(--primaryColor1) 30%,
    var(--primaryColor2) 40%,
    var(--lightgreenColor) 60%,
    var(--primaryColor2) 80%,
    var(--primaryColor1) 95%
  );
  background-size: 1000% 10%;
  -webkit-animation: shineEffect 4s linear infinite;
  animation: shineEffect 4s linear infinite;
  /* Increased duration to 10 seconds */
}

/* Gradient animation */
@-webkit-keyframes shineEffect {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
    /* Shining effect in the middle */
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes shineEffect {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
    /* Shining effect in the middle */
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Ensure text is visible above the gradient */
.default-btn > *,
.head-btn > *,
.links a > * {
  position: relative;
  z-index: 1;
}

/* map */

.wrap-globe {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.wrap-globe h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.403px;
  letter-spacing: 3.2px;
  text-transform: capitalize;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 9;
}

#tabs {
  width: 350px;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.tab {
  border-bottom: 1px solid rgba(125, 192, 153, 0.29);
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 1000;
  width: 100%;
  display: block;
  color: #fff;
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}

.tab:first-child {
  border-radius: 16px 16px 0 0;
}

.tab:last-child {
  border-bottom: 0;
  border-radius: 0 0 16px 16px;
}

div#tabs .rowe {
  border-radius: 16px;
  /* border: 1px solid rgba(125, 192, 153, 0.24); */
  background: rgba(0, 0, 0, 0.43);
  -webkit-backdrop-filter: blur(4.349999904632568px);
  backdrop-filter: blur(4.349999904632568px);
}

.tab:hover,
.tab.active {
  background-color: #218f59;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  background: #fff;
  width: 300px;
  height: 115px;
  border-radius: 6px;
  display: flex;
  border-radius: 10px;
  top: -10px;
  left: 10px;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.card .img-wrapper {
  width: 100px;
  height: 115px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

.card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card .content {
  width: 163px;
  color: #000;
}

.country-active {
  z-index: 99 !important;
}

#close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 33px;
  border-radius: 50%;
  background: #dd3333;
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 99;
}

@media (max-width: 992px) {
  #tabs {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    height: auto;
    display: block;
    transform: translateY(100%);
  }

  #tabs.opened {
    transform: translateY(0);
  }

  #tabs span.arrow {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.43);
    -webkit-backdrop-filter: blur(4.3px);
    backdrop-filter: blur(4.3px);
    text-align: center;
    position: absolute;
    transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
  }

  #tabs span.arrow.active i {
    transform: rotate(180deg);
  }

  #tabs .tab {
    font-size: 14px;
    padding: 7px;
    margin: 5px 0;
  }
}

.label-container.active {
  z-index: 99 !important;
}

.label-default {
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  white-space: break-spaces;
  position: relative;
  margin-top: 58px;
  /* max-width: 200px; */
  text-align: center;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 999;
}

.tooltip img {
  height: 50px;
  max-width: initial;
}

/* .label-default:hover .tooltip {
  visibility: visible;
  opacity: 1;
} */

.pulse-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: pulse-animation 1.5s infinite;
  animation: pulse-animation 1.5s infinite;
}

@-webkit-keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

canvas {
  pointer-events: auto !important;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.scene-container > div:last-child {
  overflow: visible !important;
  pointer-events: auto !important;
  height: 0px !important;
}

.pulse-dot.ore {
  border: 2px solid #ffba53;
}

.pulse-dot.rede {
  border: 2px solid #ffb2b2;
}

.pulse-dot.gre {
  border: 2px solid #6fffb8;
}

.pulse-dot.bluee {
  border: 2px solid #a1aaff;
}

.dis-mobile {
  display: none;
}

#controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

#controls button {
  background: #208b57;
  color: #fff;
  border: 0;
  margin: 5px;
  padding: 11px 13px;
  margin-bottom: 1px;
  line-height: 15px;
}

#controls button:hover {
  background: #184c2e;
}

.inner {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  min-height: auto;
}

li.breadcrumb-item,
li.breadcrumb-item a {
  color: #e7e7e7;
  font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #e7e7e7;
  content: "›";
  font-size: 24px;
}

li.breadcrumb-item.active {
  color: #7dc099;
}

.contact-section {
  display: flex;
  gap: 20px;
}

.contact-section h2 {
  color: #fff;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 39.9px;
}

.contact-section p {
  color: #dadada;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.contact-section p.hint {
  color: #dadada;
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.CellPhone {
  background: #fff;
}

.contact-section .input-group.custom-phone .form-control {
  width: 1%;
  border-radius: 4px 0 0 4px !important;
}

.contact-section .contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

html[lang="en"] .contact-section .input-group.custom-phone .form-control {
  border-radius: 0 4px 4px 0 !important;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0 4px 4px 0 !important;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn {
  color: #444;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn img {
  width: 24px;
}

html[lang="en"]
  .contact-section
  .input-group.custom-phone
  .input-group-prepend
  .btn {
  border-radius: 4px 0 0 4px !important;
  height: auto;
  padding: 11px;
}

.contact-section .input-group.custom-phone .input-group-prepend .btn i {
  color: #465567 !important;
}

.contact-section .input-group.custom-phone .dropdown-item img {
  width: 24px;
  margin: 0 5px;
}

.contact-section .input-group.custom-phone .dropdown-item {
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
  font-size: 14px;
}

.contact-section .input-group.custom-phone .dropdown-menu {
  padding: 0;
  min-width: 100%;
  height: 300px;
  overflow-y: auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #eee;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
  display: block;
}

.iti {
  width: 100%;
}

.iti__search-input {
  font-size: 14px;
  padding: 10px;
  background: #f7f7f7;
}

.form-control {
  height: auto;
  font-size: 14px;
  padding: 12px;
}

select.form-control {
  background: #fff url(../images/icons/arrow-down.svg) no-repeat right center !important;
  background-position-x: 97% !important;
}

html[lang="ar"] select.form-control {
  background: #fff url(../images/icons/arrow-down.svg) no-repeat right center !important;
  background-position-x: 3% !important;
}

html[lang="ar"] .navbar-nav li a {
  font-size: 20px;
  font-weight: 400;
}

html[lang="ar"] .navbar-nav ul.dropdown-menu a,
html[lang="ar"] .navbar-nav ul.dropdown-menu1 a {
  font-size: 16px;
}

input#upload {
  display: none;
}

a.upload {
  border-radius: 4px;
  border: 1.05px solid #d2d6db;
  color: #fff;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 20px;
}

a.upload:hover {
  background: var(--bgColor);
}

.file-name {
  color: #fff;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 20px;
}

.contact-info {
  border-radius: 16.8px;
  border: 1.05px solid var(--Border-border-background-neutral, #d2d6db);
  background: var(--Background-background-white, #fff);
  padding: 25px;
}

.contact-info h3 {
  color: #1f2a37;
  font-size: 18.9px;
  font-style: normal;
  font-weight: 900;
  line-height: 29.4px;
}

.contact-info h3:first-child {
  margin-bottom: 30px;
}

ul.social-contact {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.contact-info h4 {
  color: #1f2a37;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 25.2px;
  margin-bottom: 0;
}

.contact-info p,
.contact-info a {
  color: #21915a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 25px;
  display: block;
}

.contact-info a:hover {
  color: #1f2a37;
}

.accordion-group .dropy a {
  font-size: 14px;
  padding: 13px 15px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #f9f9f9;
  color: #212121;
  text-decoration: none;
  background: #f1f1f1;
}

.dropy a img {
  width: 24px;
}

.accordion-group .dropy a:hover {
  color: #4165cb;
}

html[lang="ar"] .default-btn,
html[lang="ar"] .head-btn,
html[lang="ar"] .links a {
  padding: 12px 28px;
  padding-top: 15px;
}

.links a.lange,
html[lang="ar"] .links a.lange {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
}

html[lang="ar"] .d-flex.navigator-slider1,
html[lang="ar"] .slider2-buttons {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}

html[lang="ar"] .swiper-button1.me-3,
html[lang="ar"] .swiper-button1.me-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .iti__country-container {
  left: auto !important;
  right: 0 !important;
}

html[lang="ar"] .iti__arrow {
  margin-left: 0 !important;
  margin-right: 5px;
}

html[lang="ar"] .iti input.iti__tel-input {
  padding-right: 48px;
  padding-left: 20px !important;
  text-align: right;
  padding-bottom: 7px;
  padding-top: 17px;
}

html[lang="ar"] .project-block a img {
  transform: rotate(180deg) !important;
  transform: none !important;
}

a.details-opacity-none img {
  height: 44px !important;
  width: auto !important;
  margin-top: 5px;
}

html[lang="ar"] .tab {
  font-weight: 500;
}

#globeViz {
  direction: ltr;
}

/* projects style */
.content.inner-page {
  height: auto;
}

.hero-bottom.breadcrumb-data h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.hero-bottom.breadcrumb-data h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.hero-bottom.breadcrumb-data .date span {
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin: 2rem 0;
}

.hero-bottom.breadcrumb-data .date p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

li.breadcrumb-item,
li.breadcrumb-item a {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-size: 24px;
  margin-top: -2px;
}

.swiper.project-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper.project-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 50.66%
    );
  opacity: 0.7;
  z-index: 99;
}

.hero-bottom.breadcrumb-data {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 3em;
}

.inner.projects {
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.inner.projects .contact-section h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
/*  text-transform: capitalize;*/
}
.inner.projects .contact-section h1 {
  color: #7dc099;
  font-size: 44.025px;
  font-style: normal;
  font-weight: 900;
  line-height: 48.916px;
  text-transform: capitalize;
}
.inner.projects .contact-section img {
  border-radius: 24px;
  display: block;
  margin: 1em auto 1.5em;
  height: 400px;
}

.inner.projects .contact-section p {
  color: #ededed;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.inner.projects + .blogs {
  background: transparent;
}

.inner.projects + .blogs h3.blogs-title {
  color: #fff;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  padding-bottom: 23px;
  display: inline-block;
}

.inner.projects + .blogs .blogs-header {
  position: relative;
  z-index: 99;
  text-align: center;
}

.swiper-pagination4 {
  text-align: center;
}

.project-section .data-cont {
  transform: none;
}

.project-section .info h2 {
  color: #7dc099;
  font-size: 44.025px;
  font-style: normal;
  font-weight: 900;
  line-height: 48.916px;
  text-transform: capitalize;
}

.project-section .info p {
  color: #cfcfcf;
  font-size: 19.567px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.35px;
  /* 150% */
}

.project-section .project-block p {
  margin-bottom: 15px;
  min-height: auto;
}

/* News */

.img-wrapper.news img.news-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-breadcrumb {
  font-size: 40px;
  font-weight: 500;
  line-height: 50.32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.news-hero-icons-container {
  position: relative;
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

.news-hero-icons-container img {
  position: relative;
  width: 32px;
  padding: 5px;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.breadcrumb-icons-container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff4d;
}

.breadcrumb-icons-container {
  text-align: left;
}

.hero-bottom.breadcrumb-data.news {
  left: 0;
}

/* ------------------About-news---------------- */
.overlay.news-hero {
  display: none;
}

.about-news-card {
  padding: 25px 26px;
  background: #153722;
  border-radius: 24px;
  margin-top: 26px;
}

.about-news-card.first-card {
  margin-top: 0;
}

.about-news-left {
  background: #153722;
  border-radius: 24px;
  padding: 20px;
}

.windmils-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 24px;
}

section.seven-means p.pt-4 {
  font-weight: 600;
  font-size: 24px;
}

.windmils-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-news-text {
  padding: 46px 24px;
  padding-top: 0px;
}

.about-news-text h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: capitalize;
  margin-top: 46px;
  margin-bottom: 28px;
  color: #7dc099;
}

.about-news-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.64px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 21px;
  color: #fff;
}

.news-card-text-col .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.44px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cccccc;
  text-align: left;
  margin-bottom: 8px;
}

.news-card-text-col .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 29.16px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffff;
  text-align: left;
  margin: 0;
  padding: 0;
}

.news-card-container {
  display: flex;
  flex-direction: row;
}

.news-card-container img {
  height: 122px;
  width: 122px;
}

.news-card-text-col {
  padding-left: 17px;
}

.about-news-section {
  position: relative;
  margin-top: -173px;
  z-index: 50;
  padding: 4em 0;
}

.img-wrapper.news {
  height: 100vh;
}

/* ---------main-news-------- */
.blog-img.main-news img {
  height: 323px;
  object-fit: cover;
}

.wrapper.main-news {
  background: url(../images/mainNewsSection/bg.png) center !important;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-repeat: repeat-y;
}

.wrapper.main-news::before {
  content: none;
  background: none;
}

.main-news-blog-wrapper {
  padding-top: 150px;
}

.main-news-blog-wrapper .blog-block {
  background-color: var(--primaryColor1);
}

.main-news-blog-wrapper-smaller {
  padding-top: 64px;
}

.inner.main-news {
  padding-bottom: 200px;
}

section.blogs.in-news .blog-block,
section.blogs.in-news .blog-block img {
  border: none;
}

section.blogs.in-news .blog-block .blog-img img {
  margin: -1px;
}

section.blogs.in-news .blog-block {
  background: var(--primaryColor1);
  padding-bottom: 13px;
  overflow: hidden;
  border: 0.66px solid #ffffff3b;
}

section.blogs.in-news .blog-img {
  width: 101%;
}

section.blogs.in-news .blogs-header {
  text-align: center;
}

section.blogs.in-news h3.blogs-title {
  color: white;
  border-bottom: 1px solid #76b798;
  padding-bottom: 23px;
  display: inline-block;
}

section.blogs.in-news .swiper-pagination-bullet {
  background: #76b798 !important;
  opacity: 1 !important;
}

section.blogs.in-news
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1a5b38 !important;
}

/* ----about-us------- */

#about-us .inner {
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#about-us .inner:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    359.65deg,
    rgba(0, 0, 0, 0) -0.44%,
    rgba(0, 0, 0, 0.76) -34.42%
  );

  width: 100%;
  height: 100%;
  z-index: -1; */
}

.obj-our-vision,
.obj-our-mission {
  color: white;
}

.obj-our-vision h3,
.obj-our-mission h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 44.33px;
  margin: 0;
}

.obj-our-vision p,
.obj-our-mission p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30.19px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: 661px;
  margin: 0;
  margin-top: 16px;
}

.obj-our-mission {
  padding-top: 96px;
}

.mission-vision-img {
  text-align: right;
}

.mission-vision-img img {
  width: 528px;
}

.obj-our-mission p {
  max-width: 590px;
}

.our-values {
  padding-top: 96px;
  text-align: center;
}

.our-values h2 {
  color: white;
  padding-top: 32px;
  padding-bottom: 45px;
  margin: 0;
}

.objective-block h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 40.26px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
  padding-bottom: 16px;
  padding-top: 31px;
}

.objective-block p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* ---------our-team-------- */
.our-team {
  position: relative;
  padding-top: 96px;
  padding-bottom: 84px;
  color: white;
  padding-right: 50px;
  padding-left: 50px;
}

.teams-card-container:hover {
  background-color: white;
  color: #000;
}

.ceo .name-title h5 {
  color: #000;
}

.our-team-title h3 {
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  padding-bottom: 32px;
  color: #7dc099;
}

.our-team-title p {
  font-size: 19.57px;
  font-weight: 400;
  line-height: 29.35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cfcfcf;
  margin: 0;
  padding-bottom: 24px;
}

.teams {
  gap: 20px;
  justify-content: center;
}

.teams-title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.33px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7dc099;
  margin: 0;
  padding-bottom: 28px;
  padding-top: 54px;
}

.teams-card-container {
  border: 1px solid white;
  border-radius: 6px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: fit-content;
  transition: all 0.4s ease-in-out !important;
  height: 100%;
}

.teams-card-container img {
  border-radius: 6px;
  position: relative;
}

.img-card {
  position: relative;
}

.socials a img {
  cursor: pointer;
}

.social-media-card {
  background-image: url(../images/about-us/social-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 26px 10px;
  position: absolute;
  bottom: 0;
  left: 13px;
  transform: translate(0, 50%);
  width: 90%;
  border-radius: 8px;
}

.social-media-card .socials {
  display: flex;
  flex-direction: row;
  column-gap: 13px;
  justify-content: center;
}

.name-title {
  position: relative;
  width: 100%;
  padding-top: 55px;
}

.name-title h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 18.44px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.name-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18.44px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #22965e;
}

/* ----------word-director------ */
.word-director {
  padding-top: 122px;
  border-top: 1px solid #487154;
  border-bottom: 1px solid #487154;
  padding-bottom: 52px;
}

.word-director-title {
  padding-bottom: 60px;
}

.word-director-title h3 {
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7dc099;
  margin: 0;
  padding-bottom: 32px;
}

.word-director-title p {
  font-size: 19.57px;
  font-weight: 400;
  line-height: 29.35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cfcfcf;
  margin: 0;
}

.left-word {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.left-word img {
  height: 24px;
}

.comma-down {
  transform: rotateY(180deg);
  display: flex;
  align-self: flex-end;
}

.left-word p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  text-align: justify;
  padding: 6px;
}

.left-word h3 {
  margin: 0;
  padding-top: 27px;
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7dc099;
  padding-left: 24px;
}

.word-director .row {
  justify-content: space-between;
}

/* --------seven-means------ */
.seven-means {
  padding-top: 30px;
}

.seven-means h3 {
  font-size: 44.02px;
  font-weight: 900;
  line-height: 48.92px;
  color: #7dc099;
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 15px;
}

.seven-means h3 span:last-child {
  align-self: end;
}

.seven-means .row {
  padding-top: 35px;
}

.left-seven p,
.seven-means p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: white;
  margin: 0;
}

.count-block h2 {
  flex-direction: row-reverse;
}

.row .col-6:nth-child(2) .count-block h2 {
  flex-direction: row;
}

.left-seven p {
  line-height: 180%;
}

.p-sep {
  height: 1px;
  width: 50%;
  background-color: #7dc099;
}

.pollution-card {
  background-color: #00532d;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  height: 100%;
}

.pollution-card .poll-title h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 40.26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  padding-left: 24px;
  margin: 0;
}

.poll-title {
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

.pollution-card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.our-team .row {
  row-gap: 20px;
  justify-content: center;
}

/* ------events------------ */
.search-bar {
  position: relative;
}

.search-bar input {
  width: 100%;
  background-color: #ffffff1a;
  border: 1.05px solid #ffffff33;
  border-radius: 80.4px;
  height: 58px;
  color: white;
  padding-left: 50px;
}

.search-bar input::placeholder {
  font-size: 15px;
  font-weight: 400;

  color: var(--LIGHT-GRAY, #e0e0dd);
}

.search-bar .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.search-btn {
  width: 100%;
  height: 100%;
}

.search-btn button {
  width: 100%;
  height: 100%;
}

.blogs-card {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog-card-img {
  max-height: 236.5px;
  width: 100%;
  border-radius: 16.8px;
}

.events-blogs {
  position: relative;
  width: 100%;
  padding-top: 42px;
}

.blog-card-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 16.8px;
  margin-bottom: 8px;
  color: white;
}

.bottom-card-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.bottom-card-body p {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.1px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--LIGHT-GRAY, #e0e0dd);
  margin: 0;
  padding-left: 3px;
}

#events:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.76) 65.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 100%
    );
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* -----event-details---- */
#event-details .navbar-area {
  background-color: #000000c4;
}

.inner.event-details {
  padding-top: 0px;
  width: 100%;
  background-image: url("../images/event-details/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.inner.event-details .breadcrumb {
  position: relative;
  padding-top: 200px;
}

.hero-bottom-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  padding: 20px 100px;
  background: #0000001a;
  backdrop-filter: blur(20px);
}

.hero-bottom-text h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 33.97px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  max-width: 656px;
  margin-bottom: 10px;
}

.green-categ {
  background: #ecfff2;
  border-radius: 20px;
  padding: 4px 10px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.green-categ p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.61px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0e5f29;
  margin: 0;
  padding-left: 6px;
}

/* -------abt-event-------- */
.abt-event {
  position: relative;
  z-index: 5;
}

.abt-event {
  background: var(--primaryColor1) url(../images/main-img.jpg) no-repeat bottom
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 81px 64px;
}

.abt-event:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000cf;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.abt-event-row {
  position: relative;
}

.left-abt-event {
  background: #102218;
  padding: 24px;
  border-radius: 16px;
}

.abt-event-row h3 {
  color: #7dc099;

  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.heavy-p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.semi-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.left-icon,
.right-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event-details-ul {
  padding-left: 24px;
}

.event-details-ul li {
  color: white;
  text-decoration: dotted;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.normal-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.sub-event p {
  color: white;
  font-size: 21.58px;
  font-weight: 400;
  line-height: 32.37px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.date-time-event {
  width: 100%;
  background: #0f2319;
  border-radius: 16px;
  border: 1px solid #ffffff1a;
  padding: 16px;
}

.date-time-event p {
  font-size: 13.89px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.right-abt-event h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.dark-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #888888 !important;
}

.date-time-event.share {
  position: relative;
  overflow: hidden;
}

.date-time-event.share::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 261px;
  height: 191px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.116);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(150deg);
}

.p-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  margin: 0;
}

.in-this-event {
  padding-top: 72px;
}

.more-blogs-box {
  display: flex;
  flex-direction: row;
  padding: 8px;
}

.more-blogs-box img {
  max-height: 112px;
}

.more-blogs-box-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limits to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
  /* 1.5em per line Ãƒâ€” 4 lines */
}

.more-blogs-box-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cccccc;
  margin: 0;
}

.more-blogs-box {
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

.more-blogs-box:hover {
  border: 1px solid white;
}

.events-blogs {
  transition: all 0.3s ease-in-out;
}

.events-blogs:hover {
  scale: 1.05;
}

/* ------------custom changes------- */
#news {
  background: var(--primaryColor1) url(../images/main-img.jpg) no-repeat bottom
    center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#news:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0.56%, rgba(0, 0, 0, 0.76) 41.58%),
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      var(--primaryColor1) 78.66%
    );
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* -----------------news&blogs----------- */
.news-blogs-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.news-blogs-card:hover {
  scale: 1.05;
}

.news-blogs-cards .row {
  row-gap: 24px;
}

.news-blogs-tag p {
  font-weight: 400;
  font-size: 13.24px;
  line-height: 18.2px;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin: 0;
}

.news-blogs-bg {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  filter: brightness(60%);
}

.news-blogs-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  border-radius: 90px;
  border: 1px solid white;
  width: fit-content;
  height: 26.5px;
  top: 13px;
  left: 22px;
  gap: 5px;
  border-radius: 91px;
  border-width: 1px;
  padding-right: 20px;
  padding-left: 10px;
  z-index: 10;
}

.news-blogs-bottom {
  position: absolute;
  bottom: 0px;
  left: 22px;
  padding: 10px 20px 20px 0px;
}

.news-blogs-bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 13.24px;
  line-height: 18.2px;
  letter-spacing: 0%;
  color: #7dc099;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.news-blogs-bottom h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.47px;
  color: #ffffff;
  text-transform: capitalize;
}

.project-section.changed-padding {
  padding-bottom: 200px;
}

/* ---------------carousel-------- */
.news-carousel-cover {
  width: 100%;
  height: 550px;
  border-radius: 24px;
  object-fit: cover;
}

.news-carousel-component {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  min-height: 300px;
}

.about-news-left.news-carousel-left {
  padding: 24px;
}

.about-news-left.news-carousel-left .about-news-text {
  padding: 0px;
}

.latest-news {
  width: 100%;
  height: 100%;
  background: linear-gradient(269.3deg, #184b2d 6.56%, #22965e 99.49%);
  padding: 5px;
  border: 1px solid #7dc099;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-news p {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: white;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.news-carousel-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.16px;
  letter-spacing: 0%;
  color: #184b2d;
  margin: 0;
  padding: 12px 40px;
}

.col-8.carousel-middle {
  background: #eef5f3;
  color: #184b2d;
}

.col-2.news-carousel-btns {
  background: #eef5f3;
  display: flex;
  flex-direction: row;
  border: 0px;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.latest-news-container {
  padding: 0;
}

html[lang="en"] .obj-our-vision h3:before,
html[lang="en"] .obj-our-mission h3:before,
html[lang="en"] .our-values h2:before {
  transform: rotatey(180deg);
}

html[lang="ar"] {
  .text-behind-royal p {
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 0;
    direction: rtl;
  }

  .up-img-div img,
  .bottom-img-div img {
    scale: 0.7;
  }

  .title-director {
    /* background: linear-gradient(270deg,
        rgba(11, 77, 53, 0) 0%,
        #0b4d35 100%) !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; */
  }

  .obj-our-vision h3:before,
  .obj-our-mission h3:before,
  .our-values h2:before {
    top: -41px;
    right: -47px;
  }

  img.qoute-start {
    transform: rotate(180deg);
  }

  img.qoute-end {
    display: flex;
    align-self: flex-end;
    transform: rotate(180deg);
  }

  .title-director h5,
  .title-director p {
    line-height: normal !important;
  }

  /* span,
  h3,
  p {
    line-height: normal;
  } */

  .left-word.col-lg-7 h3 {
    text-align: right;
  }

  .comma-up {
    transform: rotateZ(180deg) !important;
  }

  .comma-down {
    transform: rotateY(0deg) !important;
  }

  .abt-event-row h3 {
    text-align: right;
  }

  .news-blogs-bottom {
    right: 22px;
    padding: 10px 0px 20px 20px;
  }

  .news-blogs-tag {
    right: 22px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .blog-card-body h4 {
    text-align: right;
  }

  .search-bar .search-icon {
    right: 10px;
  }

  .search-bar input {
    padding-right: 40px;
  }

  .left-abt-event p,
  .left-abt-event ul li {
    text-align: right;
  }

  .ps-3 {
    padding-left: 16px;
    padding-right: 0px !important;
  }

  .right-abt-event p {
    text-align: right;
  }

  .event-details-ul {
    padding-right: 24px;
  }

  .hero-bottom-text h3 {
    text-align: right;
  }

  .about-news-text h4,
  .about-news-text p {
    text-align: right;
  }

  .news-breadcrumb {
    text-align: right;
  }

  .top_logo a img {
    height: auto;
  }

  .latest-news {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .col-2.news-carousel-btns {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .col-2.news-carousel-btns {
    flex-direction: row-reverse;
  }

  .preloader img {
    height: 70px;
  }

  @media (max-width: 991px) {
    .top_logo a img {
      margin: 0;
      height: 85px;
    }
  }

  .royal-section h2 img:last-child {
    width: 30px;
    display: inline-block;
    align-self: flex-end;
    transform: rotate(180deg);
  }

  .royal-section h2 img:first-child {
    width: 30px;
    display: inline-block;
    align-self: start;
    /* transform: rotateZ(180deg); */
    transform: rotateX(180deg);
  }

  .top_logo {
    text-align: right;
  }

  @media (max-width: 1199px) {
    button#topToggle {
      top: 50%;
      left: 15px;
      right: auto;
      position: absolute;
      transform: translateY(-50%);
      margin-top: 0px;
    }
  }

  @media (max-width: 767px) {
    .top_logo a img {
      height: 85px;
    }
  }

  .our-values h2 {
    text-align: right;
    padding: 0;
    margin-right: 16px;
  }
}

.col-8.carousel-middle {
  display: flex;
  justify-content: start;
  align-items: center;
}

.news-carousel-next img,
.news-carousel-prev img {
  padding: 2.5px;
  padding-top: 0;
  padding-bottom: 0;
}

.col-2.news-carousel-btns {
  justify-content: center;
}

/* ------------------Updates from client-------------------- */

.count-block h2 {
  color: var(--whiteColor);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48.699px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.blog-body-text {
  min-height: 170px;
}

.count-block h4 {
  color: var(--whiteColor);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.481px;
  margin: 0;
}

.obj-our-vision p,
.obj-our-mission p {
  text-align: right;
}

.data-cont a {
  display: block;
  transform: translateY(200%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.data-cont p {
  transform: translateY(500%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.data-cont h3 {
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.project-block:hover .data-cont p,
.project-block:hover .data-cont a,
.project-block:hover .data-cont h3 {
  display: block;
  transform: translateY(0%);
}

.our-values {
  padding-top: 96px;
  text-align: left;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.our-values h2 {
  text-align: left;
  padding: 0;
  margin-left: 16px;
}

.left-word.col-lg-7 h3 {
  text-align: right;
}

.project-rout {
  font-weight: 900;
  font-size: 44.02px;
  leading-trim: Cap height;
  line-height: 48.92px;
  letter-spacing: 0%;
  color: #7dc099;
}

.project-rout-header p {
  font-weight: 400;
  font-size: 19.57px;
  leading-trim: Cap height;
  line-height: 29.35px;
  letter-spacing: 0%;
  color: #cfcfcf;
}

.project-rout-header {
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.project-list .row {
  justify-content: space-evenly;
}

.project-rout-header-fit-content {
  max-width: fit-content;
  max-height: fit-content;
}

.project-block.project-rout {
  position: relative;
  overflow: hidden;
}

.data-cont-proj {
}

.left-project-column .project-block p {
  transform: none;
}

.right-project-column .project-block p {
  transform: none;
}

.content-project {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.details-opacity-none {
  position: absolute;
  bottom: 0px;
  opacity: 0;
}

.content-project h3 {
  padding-top: 5px;
}

.project-block.project-rout-block:hover .content-project {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(
      180deg,
      rgba(125, 192, 153, 0) 0%,
      rgba(125, 192, 153, 0.75) 88.5%
    ) !important;
}

.project-block.project-rout-block .details-opacity-none {
  opacity: 0;
  background-color: #1e3b24;
  width: 252px;
  height: 252px;
  border-radius: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  transform: translateY(100%);
  z-index: 10;
  flex-direction: column;
  border: 2px solid rgba(125, 192, 153, 0.75);
}

.project-block.project-rout-block:hover .details-opacity-none {
  opacity: 1;
  transform: translateY(50%);
}

.arr-down {
  width: 15px !important;
  height: auto !important;
  position: relative;
  scale: none;
  object-fit: unset;
  padding-top: 8px;
}

.royal-text {
  font-weight: 400;
  font-size: 28px;
  line-height: 38.98px;
  letter-spacing: 0;
  /* padding: 0 60px; */
  margin: 0;
}

section.seven-means
  .col-lg-6.d-flex.align-items-center.flex-column.justify-content-center {
  align-items: normal !important;
}

html[lang="ar"] .royal-text {
  text-align: inherit;
  font-size: 32px;
  line-height: 55px;
  direction: rtl;
}

html[lang="en"] .up-img-div img,
html[lang="en"] .bottom-img-div img {
  transform: rotateY(180deg);
}

.up-img-div {
  margin-bottom: 10px;
}

.bottom-img-div {
  text-align: end;
}

.goals-img.pb-2 img {
  height: 60px;
  margin: 0 auto;
  display: block;
}

html[lang="ar"] .left-seven p.pb-3 {
  display: none;
}

html[lang="ar"] .left-seven p {
  font-size: 20px;
  margin-bottom: 3em;
}

.left-royal {
  position: relative;
  width: 100%;
  margin-top: -90px;
  display: flex;
  justify-content: flex-start;
}

html[lang="ar"] .left-royal {
  margin-top: -50px;
}

.left-royal img {
  position: relative;
  object-fit: cover;
  z-index: 10;
  width: 100%;
}

.text-behind-royal p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20.13px;
  letter-spacing: 0%;
  text-align: justify;
  color: #fff;
  max-width: 450px;
}

.text-behind-royal {
  padding: 20px;
  position: absolute;
  left: 42%;
  top: 55%;
  transform: translateY(69%);
  width: 450px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  border-radius: 12.432px;
  border: 1.243px solid #7dc099;
  background: rgba(125, 192, 153, 0.4);
  box-shadow: 0 1.243px 4.973px 0 rgba(25, 33, 61, 0.08);
}

.right-royal-div {
  position: relative;
  padding: 20px 40px;
}

.up-img-div img,
.bottom-img-div img {
  scale: 0.7;
}

.objective-block h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26.29px;
  min-height: 50px;
  letter-spacing: 0;
  text-align: center;
  color: #7dc099;
  margin: 10px 0;
}

html[lang="ar"] .objective-block h3 {
  min-height: auto;
}

.objective-block img {
  height: 120px;
}

.royal-section .upper-royal-row {
  justify-content: end;
}

/* -----about-us ehab--------- */
.obj-our-vision p,
.obj-our-mission p {
  text-align: initial;
  font-size: 20px;
}

.obj-our-vision h3,
.obj-our-mission h3,
.our-values h2 {
  font-size: 26px;
  color: #7dc099;
  position: relative;
  line-height: 44.33px;
}

html[lang="ar"] .obj-our-vision h3,
html[lang="ar"] .obj-our-mission h3,
html[lang="ar"] .our-values h2 {
  font-size: 28px;
}

.obj-our-vision h3:before,
.obj-our-mission h3:before,
.our-values h2:before {
  content: "";
  position: absolute;
  top: -39px;
  left: -41px;
  background: url(../images/about-us/title.svg) no-repeat left top;
  background-size: contain;
  width: 73px;
  height: 100px;
}

.obj-our-mission,
.obj-our-vision,
.our-values {
  padding: 0 2em;
  padding-bottom: 5em;
}

.our-values {
  padding-bottom: 70px;
}

.objective-block h5 {
  color: #7dc099;
}

/* .Objective-section.inners {
  position: relative;
  background: url(../images/about-us/about2.jpg) no-repeat right center;
  background-size: cover;
}

html[lang="ar"] .Objective-section.inners {
  background: url(../images/about-us/about.jpg) no-repeat right center;
  background-size: cover;
}

html[lang="en"] .Objective-section.inners:before {
  transform: rotateY(180deg);
} */

/* .Objective-section.inners:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-us/grad.png) no-repeat left center;
  background-size: cover;
} */

.title-director h5 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.title-director p {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 0px !important;
}

.left-word.col-lg-7 h3 {
  font-size: 30px;
  line-height: 45px;
  text-align: initial;
  margin-bottom: 20px;
}

img.qoute-end {
  display: flex;
  align-self: flex-end;
}

.gap-10 {
  column-gap: 10px;
}

@media (max-width: 767px) {
  .info.mb-5 + .Objective-section {
    background-size: contain;
    padding-top: 140px !important;
  }

  .obj-our-vision h3:before,
  .obj-our-mission h3:before,
  .our-values h2:before {
    top: -22px;
    left: -29px;
    width: 52px;
    height: 66px;
  }

  .objective-block h5 {
    padding-bottom: 7px;
    padding-top: 0;
  }

  .title-director {
    width: 100%;
    border-radius: 0 20px 20px 0;
  }

  .title-director h5 {
    font-size: 18px;
  }

  .left-word.col-lg-7 h3 {
    font-size: 22px !important;
    line-height: 27px;
    margin-bottom: 19px;
  }
}

.Objective-section.objective-home {
  background-image: none;
}

.preloader img {
  height: 72px;
}

.logos-project-details {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.logos-project-details div {
  position: relative;
  overflow: hidden;
  height: 80px;
  width: 150px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(4.349999904632568px);
  backdrop-filter: blur(4.349999904632568px);
}

.left-word .title-director p {
  padding-inline-start: 0 !important;
}

.logos-project-details img {
  width: 200px;
  height: 60px !important;
  margin: 0px !important;
  object-fit: contain;
  margin-bottom: 24px;
  object-position: center;
}

@media (max-width: 767px) {
  .logos-project-details {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .logos-project-details img {
    height: 70px;
  }
}

html[lang="ar"] .slider2-buttons-mobile {
  flex-direction: row-reverse;
}

ul.proj-lista li a .d-flex {
  max-width: 90%;
  font-size: 14px;
  text-align: initial;
}

html[lang="ar"] .Slider4 .project-block a img,
html[lang="ar"] .Slider2 .project-block a img {
  transform: rotate(180deg) !important;
}

html[lang="ar"] ul.proj-lista li a i {
  transform: rotate(180deg) !important;
}

.pollution-card.style1 {
  background: transparent;
  text-align: center;
}

.pollution-card.style1 img {
  height: 115px;
  margin-bottom: 15px;
}

.pollution-card.style1 p {
  text-align: justify;
}

.editClick,
.HideeditClick {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -29px);
  background: #00532d;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 0 5px 8px rgba(16, 23, 37, 0.2);
  color: #fff;
  z-index: 99999;
  cursor: pointer;
  display: flex;
  column-gap: 5px;
}

.editClick img,
.HideeditClick img {
  width: 20px;
}

.editBlock {
  position: absolute !important;
  bottom: 10px;
  left: 10px;
  background: #00532d;
  border: 2px solid #fff !important;
  text-align: center !important;
  border-radius: 50% !important;
  width: 47px;
  height: 47px;
  line-height: 41px !important;
  box-shadow: 0px 0 1px 3px rgba(16, 23, 37, 0.2);
  color: #fff !important;
  z-index: 99999;
  cursor: pointer;
  display: none;
}

.upper-middle .editBlock {
  display: none;
  line-height: 41px;
}

.editBlock img {
  width: 18px !important;
  border: none !important;
  height: auto !important;
  padding: 0px !important;
  display: inline !important;
}

.editBlock:hover,
.editClick:hover {
  background: #102218;
}

.p-r {
  position: relative;
}

.right-word .imagea {
  position: relative;
  overflow: hidden;
  height: 510px;
}

.right-word .imagea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mobile-menu {
  display: none;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  margin-bottom: 2px;
}

.mobile-nav li.nav-item a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  display: block;
  line-height: 34px;
  color: var(--whiteColor);
  text-decoration: none;
  margin: 0;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.mobile-nav a.lang,
.mobile-nav a.wotn-btn {
  margin: 0 16px;
}

.mobile-menu {
  padding: 26px 1em 0;
  display: block;
  background: rgba(24, 75, 45, 0.9);
  backdrop-filter: blur(15px);
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100%;
  z-index: 999999;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

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

@media (max-width: 1199px) {
  html[lang="en"] .mobile-menu button#topToggle,
  html[lang="ar"] .mobile-menu button#topToggle {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 !important;
  }
}

html[lang="en"] .mobile-menu {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}

html[lang="en"] .mobile-menu.open {
  transform: translateX(0);
}

@media (max-width: 1199px) {
  li.nav-item.dropdown-m.activa a img,
  html[lang="en"] li.nav-item.dropdown-m.activa a img {
    transform: rotate(90deg);
  }

  .mobile-menu li.nav-item.dropdown-m1.activa a img,
  html[lang="en"] .mobile-menu li.nav-item.dropdown-m1.activa a img {
    transform: rotate(90deg);
  }
}

.project-hero {
  min-height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 5em 0;
  margin-bottom: 3em;
  border-top: 10px solid rgba(26, 35, 35);
  border-bottom: 10px solid rgba(26, 35, 35);
}

.project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.project-hero .container-fluid {
  z-index: 1;
}

.project-hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 35, 35), rgba(0, 0, 0, 0.4));
}

.project-hero h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.project-hero p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.project-sect {
  border-radius: 20px;
}

.project-sect .row {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  margin: 3em 0;
}

.project-sect .row h2 {
  color: #7dc099;
}

.project-sect .row p {
  color: #fff;
}

.project-sect .col-lg-6 {
  padding: 0;
  height: 500px;
}

.project-sect .text-sec {
  background: var(--bgColor);
  padding: 40px 55px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

/* .project-sect .row:nth-of-type(odd) .text-sec {
  background: #487154;
} */

.project-sect .img-sec {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.project-sect .img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-img-holder {
  position: relative;
  overflow: hidden;
  height: 600px;
  border-radius: 10px;
}

.slide-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper.project-gallery-slider {
  /* min-width: 100vw; */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-gallery-slider .swiper-wrapper {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.project-gallery-slider-buttons {
  position: absolute;
  top: 15px;
  left: 36px;
  z-index: 99;
}

html[lang="ar"] .project-gallery-slider-buttons {
  right: 36px;
  left: auto;
  direction: ltr;
}

.what-section video {
  max-width: 100%;
  border-radius: 10px;
  border: 10px solid var(--bgColor);
  margin: 2em auto 0;
  max-height: 70vh;
  display: block;
}

p.royal-text1 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 10px;
}

html[lang="en"] p.royal-text1 strong {
  font-size: 20px;
}

html[lang="en"] p.royal-text1 {
  font-size: 18px;
  line-height: 30px;
}

.footer-wrapper img[alt="logo"] {
  max-width: 270px;
}

p.royal-text1 strong {
  color: #249e66;
  display: block;
  font-size: 28px;
}

.royal-img img {
  border-radius: 15px;
}

.reveal-im {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #000;
}

.project-section .entity span {
  color: #ededed;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
}

.project-section1 h2 {
  color: #fff;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 39.9px;
  margin-bottom: 32px;
}

.project-section1 p {
  color: #dadada;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.project-sect2 h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: var(--lightgreenColor);
}

.project-sect2 img {
  height: 100px;
  padding: 25px 0;
}

.project-sect2 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}

.country-block {
  background: linear-gradient(269deg, #184b2d 6.56%, #22965e 99.49%);
  padding: 35px 25px 15px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: block;
}

.country-block:hover {
  transition: background 0.5s ease;
  /* Animate the gradient background on hover */
  background-size: 200% 200%;
  animation: gradientMove 2s linear infinite;
  color: #fff;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.country-block img {
  width: auto;
  height: 80px;
  position: relative;
  left: auto;
  top: auto;
  object-fit: initial;
  object-position: initial;
  z-index: auto;
  margin-bottom: 20px;
}

.country-block h3 {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 777px) {
  .country-block {
    margin-bottom: 30px;
  }
}

.royal-text img {
  height: 22px;
  display: inline-block;
  vertical-align: text-top;
}

.royal-text img:last-child {
  vertical-align: text-bottom;
}

html[lang="en"] .royal-text img {
  transform: rotateY(180deg);
}

.project-section1 .col-lg-4 p {
  color: #fff;
  font-size: 15px;
  display: flex;
  column-gap: 4px;
}

@media (max-width: 991px) {
  .royal-section .col-md-7 {
    width: 100%;
  }

  .royal-text {
    padding-top: 38px !important;
  }

  p.royal-text1 {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .royal-section p {
    padding: 0;
  }
}

.contact-Targetedimage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  padding-inline: 48px;
}

.contact-Targetedimage .targeted-countries {
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(55px);
  padding: 20px;
  width: 77%;
  border: 0.5px solid #ffffff;
  border-radius: 14px;
  backdrop-filter: blur(55px);
}

.contact-Targetedimage .targeted-countries img {
  width: 60px;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.contact-Targetedimage .targeted-countries p {
  margin: 0;
  font-size: 14px;
}

.targeted-countries-wrapper {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0px;
}

.inner.projects {
  min-height: auto;
}

.project-details-page.wrapper {
  background: url("../images/project-details/main-img.png");
  background-size: cover;
}

.project-details-page.wrapper:before {
  background: transparent;
}

.project-details-page .container-fluid {
  max-width: 85%;
}

.Insights-section {
  justify-content: center;
}

.project-details-page .swiper.project-slider:before {
  background: transparent;
}

.Insights-section .contact-section {
  background: #0d2818;
  border-radius: 16px;
  overflow: hidden;
}

.Insights-section .contact-image img {
  height: 100%;
  width: 100%;
  max-height: 1080px;
}

.Insights-section-description {
  color: #ededed !important;
  margin: 2rem 0;
}

.Insights-section .contact-section .contact-text {
  padding: 3rem;
}

.key-core-insights {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.key-core-insights h4 {
  color: #ededed;
  font-size: 20px;
  font-weight: 400;
}

.key-core-insights .core-assets {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.key-core-insights .core-assets-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.key-core-insights .core-assets-item img {
  width: 25px;
  height: 25px;
}

.key-core-insights .core-assets-item p {
  color: #b0c6b0;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.project-details-page .projects-section {
  border: 0;
}

.project-details-page .projects-section .section-title {
  color: #ffffff;
  font-size: 31.84px;
  font-weight: 700;
}

.project-details-page .projects-section .section-description {
  color: #ededed;
  font-size: 18px;
  font-weight: 400;
}

.Impact-section {
  height: auto;
  min-height: auto;
  padding: 5rem 0;
  background: #0d2818;
}

.Impact-assets {
  display: flex;
  flex-direction: row;
  gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.Impact-assets-item {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    align-items: center;
    gap: 15px;
    background: linear-gradient(180deg, #1a3d2e 0%, #0f261a 100%);
    border: 0.88px solid #0166304d;
    border-radius: 10px;
    padding: 27px;
    width: 25%;
}

.Impact-assets-item img {
  width: 65px;
  height: 65px;
}

.Impact-assets-item p {
  color: #d1d5dc;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.Impact-assets-item h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
}

.project-details-page .projects-section .project-block:before {
  background: linear-gradient(180deg, rgba(7, 11, 27, 0) 0%, #2f2f2f 100%);
}

.project-details-page .projects-section .data-cont h3 {
  transform: translateY(300%);
}

.project-details-page .projects-section .project-block:hover .data-cont h3 {
  transform: translateY(0%);
}

.inner.Insights-section {
  padding-top: 70px;
}

.project-details-page .logos-project-details img {
  width: 200px;
  height: 88px;
  object-fit: cover;
  border-radius: 20px;
}

.inner.projects .contact-section {
  margin-bottom: 0rem;
  margin-top: 3rem;
}

.img-wrapper .heroImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.content-project-details {
  height: 45%;
}

.contact-section .row {
  width: 100%;
}

.about-us-page .img-wrapper:before {
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(24, 75, 45, 0) 13.11%,
      rgba(24, 75, 45, 0.97) 70.66%
    ),
    linear-gradient(
      359.65deg,
      rgba(0, 0, 0, 0) 7.56%,
      rgba(0, 0, 0, 0.6688) 65.58%
    );
}

.about-us-page .content h1 {
  color: #7dc099;
  font-size: 60px;
  font-weight: 900;
  padding-top: 2rem;
}

.vision-values-pillars {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.section-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 30px;
}

.custom-info-card:hover {
  transform: translateY(-5px);
}

.custom-info-card {
  background: #0d2818cc;
  border: 1px solid #7dc09933;
  border-radius: 12px;
  padding: 30px;
  color: #ffffff;
  height: 100%;
  transition: transform 0.3s ease;
}

.custom-info-card:hover {
  transform: translateY(-5px);
}

.custom-info-cardvision {
  background: transparent;
  border: 0;
  border-radius: 12px;
  padding: 30px 0;
  color: #ffffff;
  height: 100%;
  transition: transform 0.3s ease;
}

.custom-info-card .icon-box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-info-card .icon-box i {
  font-size: 28px;
  color: #ffffff;
}

.custom-info-card h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1.5rem 0;
  color: #ffffff;
}

.custom-info-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.custom-info-card p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0;
}

.custom-info-cardvision p {
  color: #d6d6d6;
}

.testimonials-section {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.testimonials-heading {
  color: #ffffff;
  font-weight: 900;
  font-size: 2.5rem;
  max-width: 100%;
  margin-bottom: 50px;
  line-height: 1.4;
}

.testimonial-card {
  background-color: #0b1f13;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.testimonial-text-col {
  position: relative;
  padding: 0 20px;
}

.quote-icon {
  width: 3rem;
  color: #285435;
  line-height: 1;
}

.quote-icon.top-right {
  position: absolute;
  top: 33px;
  right: 42px;
}

.quote-icon.bottom-left {
  position: absolute;
  bottom: 100px;
  left: 17px;
}

.testimonial-desc {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 6rem 0;
  position: relative;
  z-index: 2;
}

.testimonial-author h4 {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.testimonial-author p {
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.testimonial-img-col {
  text-align: center;
  position: relative;
}

.testimonial-img-col img {
  max-width: 100%;
  border-radius: 16px;
}

.number-meaning-section {
  position: relative;
  z-index: 2;
}

.number-title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.number-title-wrapper h2 {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
}

.icon-7-img {
  height: 80px;
  object-fit: contain;
}

.number-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}

.sdg-goals-img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .testimonial-card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .testimonial-img-col {
    margin-top: 30px;
  }

  .order-mobile-2 {
    order: 2;
  }

  .order-mobile-1 {
    order: 1;
  }
}

.achievements-section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.achievements-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.achievements-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 850px;
  margin-bottom: 0;
}

.achievements-slider {
  margin-top: 50px;
  overflow: hidden;
}

.achievement-card {
  display: flex;
  background-color: #0b1f13;
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
}

.achievement-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.achievement-content h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}

.achievement-content p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.achievement-image {
  flex: 1;
  position: relative;
}

.achievement-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.achievements-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 40px;
}

.achiev-prev,
.achiev-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #3e6649;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.achiev-prev:hover,
.achiev-next:hover {
  background-color: #3e6649;
}

@media (max-width: 991px) {
  .achievement-card {
    flex-direction: column;
    height: auto;
    min-height: 500px;
  }

  .achievement-image {
    flex: none;
    height: 250px;
  }

  .achievement-content {
    /* flex: none; */
    padding: 30px 20px;
  }
}

.achievements-section .container-fluid {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.achievements-slider-header,
.achievements-nav {
  padding: 0 7rem;
}

/* .royal-section {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.royal-section .left-royal {
  margin: 0;
  background: black;
}

.royal-section .royal-text {
  font-size: 17px;
  line-height: 25px;
}

.royal-section .bottom-img-div {
  text-align: start;
}

.royal-section .up-img-div {
  text-align: end;
}

html[lang="en"] .up-img-div img,
html[lang="en"] .bottom-img-div img {
  transform: rotateY(360deg);
}

.right-royal-div-p {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  text-align: end;
  padding: 1rem;
  border-radius: 20px;
  line-height: 25px;
}

.right-royal-div-p strong {
  font-size: 19px;
  line-height: 40px;
} */

@media (max-width: 1300px) {
  .project-details-page .hero-bottom.breadcrumb-data h2 {
    font-size: 40px;
  }

  .project-details-page .img-wrapper .project-description {
    font-size: 15px;
  }

  .project-details-page .logos-project-details img {
    width: 160px;
    height: 70px;
  }

  .project-details-page .targeted-countries-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .project-details-page .contact-Targetedimage .targeted-countries {
    width: 75%;
    padding: 14px;
  }

  .project-details-page .inner.projects .contact-section p {
    font-size: 16px;
  }

  .project-details-page .inner.projects .contact-section img {
    height: 300px;
  }

  .project-details-page .contact-Targetedimage {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .project-details-page .Impact-assets {
    justify-content: center;
    flex-wrap: wrap;
  }

  .project-details-page .hero-bottom.breadcrumb-data h2 {
    font-size: 25px;
  }

  .project-details-page .img-wrapper .project-description {
    font-size: 12px;
  }

  .project-details-page .Impact-assets-item {
    width: 40%;
  }

  .inner.testimonials-section
    .testimonial-card:nth-child(2)
    .row.align-items-center.w-100.m-0 {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 780px) {
  .project-details-page .projects .contact-section {
    flex-direction: column;
  }

  .project-details-page .contact-section .contact-text,
  .project-details-page .contact-Targetedimage,
  .project-details-page .contact-section .contact-image {
    width: 100%;
  }

  .project-details-page .targeted-countries-wrapper {
    align-items: center !important;
  }

  .Insights-section .contact-section {
    flex-direction: column-reverse;
  }

  .Impact-assets-item h1 {
    font-size: 35px;
  }

  .Impact-assets-item p {
    font-size: 11px;
  }

  .Impact-assets-item {
    gap: 0;
  }

  .Impact-assets-item img {
    width: 45px;
    height: 45px;
  }

  .project-details-page .projects-section .section-description {
    font-size: 13px;
  }

  .project-details-page .projects-section .section-title {
    font-size: 25.84px;
  }

  .about-us-page .swiper.Slider1 {
    padding-top: 40px;
  }

  .about-us-page .content h1 {
    font-size: 30px;
  }

  .custom-info-card h3 {
    font-size: 1.5rem;
  }

  .custom-info-card .icon-box {
    width: 44px;
    height: 44px;
  }

  .section-heading,
  .testimonials-heading,
  .number-title-wrapper h2 {
    font-size: 1.5rem;
  }

  .seven-img,
  .title-img {
    width: 45px;
  }

  .achievements-slider-header {
    padding: 0 2rem;
  }

  .achievements-heading {
    font-size: 1.5rem;
  }

  .achievements-nav {
    padding: 0 2rem;
  }
  .targeted-countries-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contact-Targetedimage .targeted-countries {
    width: 90%;
  }
  .contact-section h2 {
    font-size: 25.5px;
  }
  .inner.projects .contact-section,
  .inner.projects .contact-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .inner.projects .contact-image,
  .inner.projects .contact-text {
    width: 100%;
  }
  .contact-Targetedimage {
    width: 100%;
  }
  .inner.projects .contact-section p {
    font-size: 14px;
  }
  .inner.projects .contact-section h2 {
    font-size: 20px;
  }
  .Insights-section .contact-section .contact-text {
    width: 100%;
  }
  .Insights-section .contact-section .contact-image {
    width: 100%;
    height: 375px;
  }
  .hero-bottom .container-fluid .col-sm-3.col-lg-3 {
    width: 30%;
  }
  .hero-bottom-imgs {
    height: 90px !important;
  }

  .hero-bottom .container-fluid .row {
    justify-content: center;
  }

 .Impact-assets-item{
    width: 45%;
 }
  .Impact-assets-item{
    padding: 15px;
  }
  .mobile-nav li.nav-item a{
    justify-content: flex-start !important;
  }
}
@media (max-width: 500px) {
  .project-details-page .logos-project-details img {
    width: 115px;
    height: 55px;
    border-radius: 11px;
  }

  .project-details-page .hero-bottom.breadcrumb-data h2 {
    font-size: 21px;
  }

  .hero-bottom.breadcrumb-data .date span {
    font-size: 16px;
  }

  .project-details-page .inner.projects .contact-section p {
    font-size: 12px;
  }

  .project-details-page .contact-Targetedimage .targeted-countries {
    width: 100%;
    padding: 10px;
  }

  .project-details-page .inner.projects .contact-section img {
    height: 250px;
  }

  .Insights-section .contact-section .contact-text {
    padding: 1rem;
  }

  .project-details-page .Impact-section .contact-section h2,
  .project-details-page .Insights-section .contact-section h2 {
    font-size: 20.5px;
    margin: 0;
  }

  .Insights-section-description {
    font-size: 11.8px !important;
    margin: 1rem 0;
  }

  .Impact-section .contact-section p,
  .key-core-insights .core-assets-item p {
    font-size: 22px;
  }

  .key-core-insights .core-assets-item img {
    width: 20px;
    height: 20px;
  }

  .key-core-insights .core-assets-item {
    gap: 10px;
  }

  .key-core-insights,
  .key-core-insights .core-assets {
    gap: 7px;
  }

  .project-details-page .Impact-assets-item {
    width: 90%;
  }

  .content-project-details {
    height: 40%;
  }

  .project-details-page .hero-block {
    justify-content: center;
  }

  .about-us-page .content-project-details {
    height: calc(100% - 70px);
  }
  .hero-bottom .container-fluid .col-sm-3.col-lg-3 {
    width: 33%;
  }
  .last-hero-block {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-bottom-imgs {
    height: 73px !important;
    width: 90% !important;
    margin: 5px 0 !important;
  }
  .content h1 {
    font-size: 25px;
  }
  .objective-block h3{
    font-size: 14px;
  }
  .testimonial-author h4{
    font-size: 1.2rem;
  }
      .achievements-heading {
        font-size: 1.3rem;
    }
    .achievement-content h3{
    font-size: 1rem;
    }
    .achievement-content p{
    font-size: 0.8rem;
    }
    .testimonial-desc{
    font-size: 0.75rem;
    }
        .section-heading, .testimonials-heading, .number-title-wrapper h2 {
        font-size: 1.2rem;
    }
        .inner.projects .contact-section h2 {
        font-size: 20px !important;
    }
    .targeted-countries-wrapper{
    align-items: center;
    }
    .contact-Targetedimage .targeted-countries{
    padding: 10px;
    }
      .content-project-details-cust{
        height: 55%;
  }
  .hero-bottom-cust .col-sm-3.col-lg-3{
        width: 40% !important;
  }
}

.hero-bottom-imgs {
  /* height: 80px !important; */
  /* width: 188px !important; */

  -o-object-fit: fill !important;
  object-fit: fill;
  -o-object-position: bottom !important;
  object-position: bottom !important;
  border-radius: 15px !important;
  border: 20px solid white !important;
  overflow: hidden !important;
  background: white !important;
  max-width: 250px !important;
}
.inner.projects .contact-image {
  text-align: center;
  /* background: black; */
}
@media (max-height: 1600px) {
  .content-project-details {
    height: 70%;
  }
}
@media (max-height: 1400px) {
  .content-project-details {
    height: 64%;
  }
}
@media (max-height: 999px) {
  .content-project-details {
    height: 48%;
  }
    .content-project-details-cust{
        height: 55%;
  }
}
@media (min-height: 1600px) {
  .content-project-details {
    height: 70%;
  }
}

.research-publications {
    padding: 0px 0;
    direction: rtl;
    z-index: 22222222;
    /* display: flex; */
}

.research-title {
    text-align: center;
    margin-bottom: 45px;
}

.research-title h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #2f7624;
}

.research-cards {
    justify-content: center;
}

.research-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.research-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.research-card-image {
    width: 100%;
    height: 615px;
    overflow: hidden;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.research-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.research-card:hover .research-card-image img {
    transform: scale(1.04);
}

.research-card-content {
    padding: 25px 25px 30px;
    text-align: center;
}

.research-card-content h3 {
    margin: 0;
    color: #333;
    font-size: 21px;
    line-height: 1.8;
    font-weight: 600;
    transition: color 0.3s ease;
}

.research-card:hover .research-card-content h3 {
    color: #2f7624;
}

@media (max-width: 991px) {

    .research-publications {
        padding: 60px 0;
    }

    .research-card-image {
        height: 300px;
    }

    .research-title h2 {
        font-size: 28px;
    }

    .research-card-content h3 {
        font-size: 18px;
    }
}


@media (max-width: 767px) {

    .research-cards > div {
        margin-bottom: 25px;
    }

    .research-card-image {
        height: 320px;
    }

    .research-title {
        margin-bottom: 30px;
    }

    .research-title h2 {
        font-size: 25px;
    }
}



.project-details-hero {
  position: relative;
  width: 100%;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  height: 100vh;
}


.project-details-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}


.project-details-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(4, 19, 14, 0.88) 0%,
      rgba(5, 22, 15, 0.76) 47%,
      rgba(3, 16, 11, 0.79) 100%
    ),
    rgba(0, 0, 0, 0.18);
}


.project-details-hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 155px;
  padding-bottom: 90px;
  justify-content: center;
}



.project-details-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 7px;

  margin-bottom: 14px;

  color: rgba(255, 255, 255, 0.65);

  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}

.project-details-breadcrumb a,
.project-details-breadcrumb span {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.project-details-breadcrumb a {
  transition: color 0.3s ease;
}

.project-details-breadcrumb a:hover {
  color: #ffffff;
}



.project-details-title {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.12;
  font-weight: 600;

  margin: 0;
  padding: 0;

  letter-spacing: -0.5px;
}



.project-details-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.55fr);

  align-items: center;

  column-gap: clamp(70px, 9vw, 170px);

  margin-top: 68px;
}



.project-details-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 14px 16px;

  width: 100%;
  max-width: 400px;
}

.project-logo-card {
  width: 100%;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 18px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 15px;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.project-logo-card img {
  position: static;

  display: block;

  width: 100%;
  height: 100%;

  max-width: 150px;
  max-height: 54px;

  object-fit: contain;
  object-position: center;

  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 0;
}



.project-details-about {
  max-width: 720px;
}

.project-details-about h2 {
  color: #ffffff;

 /* font-family: "gt-amer", sans-serif;*/

  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.2;
  font-weight: 600;

  margin: 0 0 22px;
}

.project-details-about p {
  color: rgba(255, 255, 255, 0.78);

 /* font-family: "gt-amer", sans-serif;*/

  font-size: 26px;
  line-height: 1.55;
  font-weight: 400;

  max-width: 700px;

  margin: 0;
}
@media (max-width: 1199px) {

  .project-details-hero {
    min-height: 610px;
  }

  .project-details-hero-container {
    padding-top: 135px;
    padding-bottom: 70px;
  }

  .project-details-intro {
    grid-template-columns: minmax(280px, 0.8fr) minmax(350px, 1.3fr);
    column-gap: 55px;
    margin-top: 55px;
  }

  .project-details-logos {
    max-width: 350px;
    gap: 12px;
  }

  .project-logo-card {
    height: 72px;
    padding: 11px 15px;
    border-radius: 13px;
  }

  .project-logo-card img {
    max-height: 48px;
  }

  .project-details-about p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {

  .project-details-hero-container {
    width: 90%;

    padding-top: 120px;
    padding-bottom: 55px;
  }

  .project-details-breadcrumb {
    font-size: 10px;
    gap: 5px;
    margin-bottom: 10px;
  }

  .project-details-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .project-details-intro {
    margin-top: 40px;
    row-gap: 38px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .project-details-logos {
    max-width: 360px;
    gap: 10px;
  }

  .project-logo-card {
    height: 68px;

    padding: 10px 13px;

    border-radius: 12px;
  }

  .project-logo-card img {
    max-width: 125px;
    max-height: 45px;
  }

  .project-details-about h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .project-details-about p {
    font-size: 13px;
    line-height: 1.65;
  }
}




.project-target-section {
  position: relative;
  z-index: 2;

  padding: 70px 0 95px;
}




.project-video-card {
  position: relative;

  width: 100%;

  aspect-ratio: 2.65 / 1;

  overflow: hidden;

  border-radius: 20px;

  background: #0c1f16;
}

.project-video-cover {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.7s ease;
}

.project-video-card:hover .project-video-cover {
  transform: scale(1.02);
}



.project-video-card::after {
  content: "";

  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.08);

  pointer-events: none;

  z-index: 1;
}




.project-video-play {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 3;

  width: 64px;
  height: 64px;

  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.48);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  cursor: pointer;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.project-video-play:hover {
  transform: translate(-50%, -50%) scale(1.08);

  background: rgba(255, 255, 255, 0.65);
}



.project-video-play span {
  display: block;

  width: 0;
  height: 0;

  margin-left: 5px;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid rgba(255, 255, 255, 0.95);
}




.project-target-content {
  display: grid;

  grid-template-columns:
    minmax(320px, 0.9fr)
    minmax(500px, 1.25fr);

  align-items: center;

  gap: clamp(60px, 8vw, 140px);

  margin-top: 65px;
}




.project-target-text {
  max-width: 650px;
}

.project-target-text h2 {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.2;

  font-weight: 600;

  margin: 0 0 20px;
}

.project-target-text p {
  color: rgba(255, 255, 255, 0.78);

  font-family: "gt-amer", sans-serif;

  font-size: 14px;
  line-height: 1.6;

  font-weight: 400;

  margin: 0;
}




.project-countries-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;

  width: 100%;
}



.project-country-card {
  min-height: 75px;

  display: flex;
  align-items: center;

  gap: 14px;

  padding: 13px 16px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.project-country-card:hover {
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.38);

  transform: translateY(-2px);
}



.project-country-card img {
  display: block;

  width: 52px;
  height: 34px;

  flex: 0 0 52px;

  object-fit: cover;

  margin: 0;

  border: 0;
  border-radius: 0;
}



.project-country-card span {
  color: rgba(255, 255, 255, 0.86);

  font-family: "gt-amer", sans-serif;

  font-size: 12px;
  line-height: 1.4;

  font-weight: 400;
}

@media (max-width: 1199px) {

  .project-target-section {
    padding: 60px 0 80px;
  }

  .project-target-content {
    grid-template-columns:
      minmax(290px, 0.9fr)
      minmax(410px, 1.2fr);

    gap: 50px;

    margin-top: 55px;
  }

  .project-country-card {
    min-height: 68px;

    padding: 11px 13px;
  }

  .project-country-card img {
    width: 45px;
    height: 30px;

    flex-basis: 45px;
  }

  .project-country-card span {
    font-size: 11px;
  }
}

@media (max-width: 991px) {

  .project-target-section {
    padding: 55px 0 70px;
  }

  .project-video-card {
    aspect-ratio: 2 / 1;

    border-radius: 16px;
  }

  .project-target-content {
    grid-template-columns: 1fr;

    gap: 35px;

    margin-top: 45px;
  }

  .project-target-text {
    max-width: 700px;
  }

  .project-countries-grid {
    max-width: 700px;
  }
}

@media (max-width: 767px) {

  .project-target-section {
    padding: 45px 0 60px;
  }

  .project-video-card {
    aspect-ratio: 16 / 9;

    border-radius: 13px;
  }

  .project-video-play {
    width: 50px;
    height: 50px;
  }

  .project-video-play span {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }

  .project-target-content {
    margin-top: 35px;

    gap: 30px;
  }

  .project-target-text h2 {
    font-size: 26px;

    margin-bottom: 14px;
  }

  .project-target-text p {
    font-size: 13px;

    line-height: 1.65;
  }

  .project-countries-grid {
    gap: 10px;
  }

  .project-country-card {
    min-height: 62px;

    gap: 10px;

    padding: 10px;
  }

  .project-country-card img {
    width: 40px;
    height: 27px;

    flex-basis: 40px;
  }

  .project-country-card span {
    font-size: 10px;
  }
}
@media (max-width: 500px) {

  .project-target-section {
    padding: 35px 0 50px;
  }

  .project-video-card {
    border-radius: 11px;
  }

  .project-target-text h2 {
    font-size: 22px;
  }

  .project-target-text p {
    font-size: 12px;
  }

  .project-countries-grid {
    grid-template-columns: 1fr;
  }

  .project-country-card {
    min-height: 58px;

    padding: 10px 12px;
  }

  .project-country-card img {
    width: 44px;
    height: 29px;

    flex-basis: 44px;
  }

  .project-country-card span {
    font-size: 11px;
  }
}




.project-insights-section {
  position: relative;
  z-index: 2;

  padding: 25px 0 95px;
}

.project-insights-list {
  display: flex;
  flex-direction: column;

  gap: 45px;
}




.project-insight-card {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  min-height: 520px;

  overflow: hidden;

  background: #0b2b1b;

  border-radius: 16px;
}




.project-insight-content {
  display: flex;
  flex-direction: column;

  justify-content: center;

  padding:
    clamp(35px, 4vw, 70px)
    clamp(35px, 4vw, 65px);
}


.project-insight-content h2 {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.2;

  font-weight: 600;

  margin: 0 0 20px;
}


.project-insight-description {
  max-width: 620px;

  color: rgba(255, 255, 255, 0.76);

  font-size: 14px;
  line-height: 1.65;

  font-weight: 400;

  margin: 0 0 30px;
}




.project-asset-group {
  margin-bottom: 25px;
}

.project-asset-group:last-child {
  margin-bottom: 0;
}


.project-asset-group h4 {
  color: rgba(255, 255, 255, 0.9);

  font-size: 15px;
  line-height: 1.4;

  font-weight: 500;

  margin: 0 0 12px;
}


.project-assets-list {
  display: flex;
  flex-direction: column;

  gap: 10px;
}


.project-asset-item {
  display: flex;

  align-items: center;

  gap: 10px;
}


.project-asset-item img {
  display: block;

  width: 20px;
  height: 20px;

  flex: 0 0 20px;

  object-fit: contain;

  margin: 0;
}


.project-asset-item span {
  color: rgba(255, 255, 255, 0.69);

  font-family: "gt-amer", sans-serif;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 400;
}




.project-insight-image {
  position: relative;

  min-width: 0;

  overflow: hidden;
}


.project-insight-image img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 520px;

  object-fit: cover;
  object-position: center;

  margin: 0;

  border: 0;
  border-radius: 0;

  transition: transform 0.8s ease;
}


.project-insight-card:hover .project-insight-image img {
  transform: scale(1.025);
}



.project-goal-card {
  min-height: 330px;
}


.project-goal-card .project-insight-image img {
  min-height: 330px;
}


.project-goal-card .project-insight-content {
  padding-top: 40px;
  padding-bottom: 40px;
}


.project-goal-card .project-insight-description {
  margin-bottom: 25px;
}


@media (max-width: 1199px) {

  .project-insights-section {
    padding: 20px 0 80px;
  }

  .project-insights-list {
    gap: 35px;
  }


  .project-insight-card {
    min-height: 480px;
  }


  .project-insight-content {
    padding: 35px;
  }


  .project-insight-image img {
    min-height: 480px;
  }


  .project-insight-description {
    font-size: 13px;

    margin-bottom: 25px;
  }


  .project-asset-group {
    margin-bottom: 20px;
  }


  .project-assets-list {
    gap: 8px;
  }


  .project-asset-item span {
    font-size: 12px;
  }


  
  .project-goal-card {
    min-height: 310px;
  }


  .project-goal-card .project-insight-image img {
    min-height: 310px;
  }
}

@media (max-width: 991px) {

  .project-insights-section {
    padding: 15px 0 70px;
  }


  .project-insight-card {
    display: flex;

    flex-direction: column-reverse;

    min-height: 0;
  }


  .project-insight-image {
    height: 380px;
  }


  .project-insight-image img {
    min-height: 0;

    height: 100%;
  }


  .project-insight-content {
    padding: 35px;
  }


  

  .project-goal-card {
    min-height: 0;
  }


  .project-goal-card .project-insight-image {
    height: 320px;
  }


  .project-goal-card .project-insight-image img {
    min-height: 0;

    height: 100%;
  }
}

@media (max-width: 767px) {

  .project-insights-section {
    padding: 10px 0 60px;
  }


  .project-insights-list {
    gap: 25px;
  }


  .project-insight-card {
    border-radius: 13px;
  }


  .project-insight-image {
    height: 280px;
  }


  .project-insight-content {
    padding: 28px 24px;
  }


  .project-insight-content h2 {
    font-size: 25px;

    margin-bottom: 14px;
  }


  .project-insight-description {
    font-size: 12px;

    line-height: 1.65;

    margin-bottom: 24px;
  }


  .project-asset-group {
    margin-bottom: 20px;
  }


  .project-asset-group h4 {
    font-size: 13px;

    margin-bottom: 10px;
  }


  .project-asset-item img {
    width: 18px;
    height: 18px;

    flex-basis: 18px;
  }


  .project-asset-item span {
    font-size: 11px;
  }


  

  .project-goal-card .project-insight-image {
    height: 250px;
  }
}

@media (max-width: 500px) {

  .project-insight-image {
    height: 220px;
  }


  .project-insight-content {
    padding: 23px 18px;
  }


  .project-insight-content h2 {
    font-size: 22px;
  }


  .project-insight-description {
    font-size: 11px;

    margin-bottom: 20px;
  }


  .project-asset-group {
    margin-bottom: 17px;
  }


  .project-assets-list {
    gap: 8px;
  }


  .project-asset-item span {
    font-size: 10.5px;
  }


  .project-goal-card .project-insight-image {
    height: 210px;
  }
}




.project-impact-section {
  position: relative;
  z-index: 2;

  padding: 75px 0 90px;

  background: #0b2b1b;
}




.project-impact-header {
  max-width: 100%;
  margin-bottom: 42px;
}


.project-impact-header h2 {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.2;

  font-weight: 600;

  margin: 0 0 18px;
}


.project-impact-header p {
  color: rgba(255, 255, 255, 0.68);

  font-family: "gt-amer", sans-serif;

  font-size: 13px;
  line-height: 1.6;

  font-weight: 400;

  max-width: 1100px;

  margin: 0;
}




.project-impact-grid {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 22px;
}




.project-impact-card {
  min-height: 250px;

  display: flex;
  flex-direction: column;

  align-items: flex-start;
  justify-content: flex-start;

  padding: 25px 24px 28px;

  border-radius: 10px;

  border: 1px solid rgba(34, 150, 94, 0.13);

  background:
    linear-gradient(
      180deg,
      rgba(24, 73, 51, 0.92) 0%,
      rgba(15, 48, 32, 0.96) 100%
    );

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}


.project-impact-card:hover {
  transform: translateY(-4px);

  border-color: rgba(34, 150, 94, 0.32);

  background:
    linear-gradient(
      180deg,
      rgba(27, 83, 57, 0.96) 0%,
      rgba(15, 48, 32, 1) 100%
    );
}




.project-impact-icon {
  width: 45px;
  height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  border-radius: 50%;

}


.project-impact-icon img {
  display: block;

  width: 27px;
  height: 27px;

  object-fit: contain;

  margin: 0;

  border: 0;
}




.project-impact-card h3 {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: clamp(33px, 3vw, 48px);
  line-height: 1;

  font-weight: 600;

  margin: 0 0 18px;
}




.project-impact-card p {
  color: rgba(255, 255, 255, 0.68);

  font-family: "gt-amer", sans-serif;

  font-size: 12px;
  line-height: 1.55;

  font-weight: 400;

  margin: 0;

  max-width: 220px;
}

@media (max-width: 1199px) {

  .project-impact-section {
    padding: 65px 0 75px;
  }


  .project-impact-grid {
    gap: 16px;
  }


  .project-impact-card {
    min-height: 225px;

    padding: 22px 20px;
  }


  .project-impact-card h3 {
    font-size: 36px;
  }


  .project-impact-card p {
    font-size: 11px;
  }


  .project-impact-icon {
    width: 40px;
    height: 40px;

    margin-bottom: 15px;
  }


  .project-impact-icon img {
    width: 24px;
    height: 24px;
  }

}

@media (max-width: 991px) {

  .project-impact-section {
    padding: 60px 0 70px;
  }


  .project-impact-header {
    margin-bottom: 32px;
  }


  .project-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
  }


  .project-impact-card {
    min-height: 220px;
  }

}
@media (max-width: 767px) {

  .project-impact-section {
    padding: 50px 0 60px;
  }


  .project-impact-header {
    margin-bottom: 28px;
  }


  .project-impact-header h2 {
    font-size: 25px;

    margin-bottom: 14px;
  }


  .project-impact-header p {
    font-size: 12px;

    line-height: 1.65;
  }


  .project-impact-grid {
    gap: 12px;
  }


  .project-impact-card {
    min-height: 195px;

    padding: 20px 17px;
  }


  .project-impact-icon {
    width: 37px;
    height: 37px;

    margin-bottom: 14px;
  }


  .project-impact-icon img {
    width: 22px;
    height: 22px;
  }


  .project-impact-card h3 {
    font-size: 32px;

    margin-bottom: 13px;
  }


  .project-impact-card p {
    font-size: 10.5px;

    line-height: 1.5;
  }

}
@media (max-width: 500px) {

  .project-impact-grid {
    grid-template-columns: 1fr;
  }


  .project-impact-card {
    min-height: auto;

    padding: 22px;
  }


  .project-impact-card h3 {
    font-size: 34px;
  }


  .project-impact-card p {
    max-width: 300px;

    font-size: 11px;
  }

}



.project-more-section {
  position: relative;
  z-index: 2;

  padding: 85px 0 90px;

  overflow: hidden;
}




.project-more-header {
  margin-bottom: 50px;
}

.project-more-header h2 {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: clamp(30px, 2.5vw, 42px);
  line-height: 1.2;

  font-weight: 600;

  margin: 0 0 22px;
}

.project-more-header p {
  max-width: 1150px;

  color: rgba(255, 255, 255, 0.76);

  font-family: "gt-amer", sans-serif;

  font-size: 14px;
  line-height: 1.55;

  font-weight: 400;

  margin: 0;
}




.project-more-slider {
  width: 100%;

  overflow: visible;

  padding-left: 7.5%;
}



.project-more-slider .swiper-wrapper {
  align-items: stretch;
}

.project-more-slider .swiper-slide {
  height: auto;
}




.project-more-card {
  position: relative;

  width: 100%;
  height: 510px;

  overflow: hidden;

  border-radius: 10px;

  background: #18271f;

  cursor: pointer;
}



.project-more-image {
  position: absolute;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.65s ease;
}




.project-more-overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 30%,
      rgba(17, 26, 21, 0.18) 52%,
      rgba(18, 28, 23, 0.82) 78%,
      rgba(18, 28, 23, 0.98) 100%
    );

  transition: background 0.4s ease;
}




.project-more-content {
  position: absolute;

  left: 0;
  bottom: 0;

  z-index: 3;

  width: 100%;

  padding: 25px 24px 28px;
}


.project-more-content h3 {
  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: 24px;
  line-height: 1.25;

  font-weight: 600;

  margin: 0;

  transition: margin 0.35s ease;
}




.project-more-hidden {
  max-height: 0;

  opacity: 0;

  overflow: hidden;

  transform: translateY(25px);

  transition:
    max-height 0.45s ease,
    opacity 0.35s ease,
    transform 0.45s ease,
    margin 0.45s ease;
}


.project-more-hidden p {
  color: rgba(255, 255, 255, 0.82);

  font-family: "gt-amer", sans-serif;

  font-size: 13px;
  line-height: 1.55;

  font-weight: 400;

  margin: 10px 0 13px;
}


.project-more-hidden a {
  display: inline-flex;

  align-items: center;

  gap: 9px;

  color: #ffffff;

  font-family: "gt-amer", sans-serif;

  font-size: 14px;
  line-height: 1.4;

  font-weight: 500;

  text-decoration: none;
}


.project-more-hidden a img {
  position: static;

  display: block;

  width: 17px;
  height: 17px;

  object-fit: contain;

  margin: 0;

  transition: transform 0.3s ease;
}




.project-more-card:hover .project-more-image {
  transform: scale(1.055);
}


.project-more-card:hover .project-more-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.05) 15%,
      rgba(16, 28, 21, 0.25) 45%,
      rgba(16, 28, 21, 0.9) 76%,
      rgba(16, 28, 21, 1) 100%
    );
}


.project-more-card:hover .project-more-content h3 {
  margin-bottom: 2px;
}


.project-more-card:hover .project-more-hidden {
  max-height: 150px;

  opacity: 1;

  transform: translateY(0);
}


.project-more-hidden a:hover {
  color: #7dc099;
}


.project-more-hidden a:hover img {
  transform: translateX(4px);
}



.project-more-pagination {
  position: relative !important;

  display: flex;

  justify-content: center;
  align-items: center;

  gap: 8px;

  margin-top: 65px;
}


.project-more-pagination .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;

  margin: 0 !important;

  border-radius: 50% !important;

  background: rgba(220, 232, 225, 0.52) !important;

  opacity: 1 !important;

  transition:
    width 0.3s ease,
    background 0.3s ease !important;
}


.project-more-pagination .swiper-pagination-bullet-active {
  width: 38px !important;

  border-radius: 20px !important;

  background: #a9c8b5 !important;
}

@media (max-width: 1199px) {

  .project-more-section {
    padding: 70px 0 80px;
  }


  .project-more-header {
    margin-bottom: 40px;
  }


  .project-more-slider {
    padding-left: 5%;
  }


  .project-more-card {
    height: 450px;
  }


  .project-more-content h3 {
    font-size: 22px;
  }


  .project-more-pagination {
    margin-top: 50px;
  }

}

@media (max-width: 767px) {

  .project-more-section {
    padding: 55px 0 65px;
  }


  .project-more-header {
    margin-bottom: 30px;
  }


  .project-more-header h2 {
    font-size: 26px;

    margin-bottom: 15px;
  }


  .project-more-header p {
    font-size: 12px;

    line-height: 1.65;
  }


  .project-more-slider {
    padding-left: 5%;
  }


  .project-more-card {
    height: 390px;

    border-radius: 9px;
  }


  .project-more-content {
    padding: 20px;
  }


  .project-more-content h3 {
    font-size: 20px;
  }


  .project-more-hidden p {
    font-size: 11px;
  }


  .project-more-hidden a {
    font-size: 12px;
  }


  .project-more-pagination {
    margin-top: 38px;
  }

}

@media (max-width: 767px) {

  .project-more-hidden {
    max-height: 150px;

    opacity: 1;

    transform: translateY(0);
  }


  .project-more-content h3 {
    margin-bottom: 2px;
  }

}
video[type="video/mp4"]#theplayer1{
  max-height: 75% !important;
}