@font-face {
  font-family: "ntaqat";
  src: url("../fonts/ntaqat.eot");
  src: url("../fonts/ntaqat.eot");
  src: url("../fonts/ntaqat.eot?#iefix") format("embedded-opentype"), url("../fonts/ntaqat.woff2") format("woff2"), url("../fonts/ntaqat.woff") format("woff"), url("../fonts/ntaqat.ttf") format("truetype"), url("../fonts/ntaqat.svg#ntaqat") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab Bold";
  src: url("../fonts/RobotoSlab-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab Light";
  src: url("../fonts/RobotoSlab-Light.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
}

.darkBlueSeprt {
  border: 1px solid #006266;
  margin: 30px 0;
}

.subTitle {
  color: #006266;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 60px;
}
.subTitle span {
  color: #48c83a;
}

.arabic .sectionLabel {
  font-size: 1.9rem;
}

.mainAboutMutqenPage .ourServices .ourValues-box .ourValues-box-icon {
  width: 80px;
  aspect-ratio: 1;
}
.mainAboutMutqenPage .ourServices .ourValues-box .headingStyle {
  text-align: start;
}

.sectionLabel {
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  font-weight: bold;
  color: #006266;
  padding-bottom: 0.5rem;
}
.sectionLabel.subLabel {
  font-size: 1.25rem;
  text-transform: none;
}

.sectionLabel-leader {
  text-transform: capitalize !important;
}

.bg-gray {
  background-color: #eeeeee;
}

.cardTitle {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.arabic .cardDesc {
  max-height: 3.25em;
}

.cardDesc {
  font-size: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.75em;
  overflow: hidden;
  height: 100%;
  max-height: 5.25em;
  overflow: hidden;
  transition: all 0.5s ease;
}
.cardDesc.open {
  max-height: 1000px;
  margin-bottom: 30px;
}

.scrollbar-2 {
  scrollbar-width: thin;
  scrollbar-color: #f5f5f6 rgba(187, 187, 187, 0);
}
.scrollbar-2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar-2::-webkit-scrollbar-track {
  background-color: rgba(187, 187, 187, 0);
}
.scrollbar-2::-webkit-scrollbar-thumb {
  background-color: #f5f5f6;
}
.scrollbar-2::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.secGap {
  padding: max(7vh, 2rem) 0px;
}

.cutButton {
  all: unset;
  background-color: #48c83a;
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem);
  font-weight: 600;
  color: #ffffff;
  min-height: clamp(2.5rem, 1.5865rem + 1.2821vw, 3.125rem);
  padding-inline: 30px;
  border-radius: 7px;
  position: relative;
  text-align: center;
}

.cutButton::after {
  position: absolute;
  top: 0;
  right: -5px;
  height: 99%;
  width: 25%;
  content: "";
  background: #48c83a;
  transform: skew(-25deg) translateX(25%);
  border-bottom-right-radius: 7px;
  z-index: 0;
}

.flex-space, .careersOpt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertBtn {
  margin: max(3vh, 2rem);
}
.vertBtn a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}
.vertBtn a .iconStyle {
  color: #006266;
  border: 1px solid #006266;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertBtn a span {
  color: #006266;
  margin-top: 10px;
}
.vertBtn a:hover i {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media screen and (max-width: 992px) {
  .contact-us-header-img {
    object-position: 30% !important;
  }
}
.rightArrowBtn {
  margin: max(3vh, 2rem);
}
.rightArrowBtn-prev {
  transform: scale(-1);
}
.rightArrowBtn a, .rightArrowBtn button {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.rightArrowBtn a .iconStyle, .rightArrowBtn button .iconStyle {
  color: #006266;
  border: 1px solid #006266;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightArrowBtn a .iconStyle i, .rightArrowBtn button .iconStyle i {
  font-size: 14px;
}
.rightArrowBtn a span, .rightArrowBtn button span {
  color: #006266;
  font-size: 16px;
}
.rightArrowBtn a:hover i, .rightArrowBtn button:hover i {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.rightArrowBtn button {
  border: none;
  background: none;
}
.rightArrowBtn.viewMore .iconStyle {
  transform: rotate(90deg);
}
.rightArrowBtn.viewMore .iconStyle.open {
  transform: rotate(-90deg);
}
.rightArrowBtn-green a {
  text-transform: none;
  color: #006266;
}
.rightArrowBtn-small {
  margin: max(2.25vh, 1.5rem) 0 !important;
}
.rightArrowBtn-small a {
  gap: 10px;
  text-transform: capitalize;
}
.rightArrowBtn-small a .iconStyle {
  border: 2px solid #006266;
  width: 30px;
  height: 30px;
}
.rightArrowBtn-small a .iconStyle i {
  font-size: 12px;
}
.rightArrowBtn-small a span {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .rightArrowBtn-small {
    display: none;
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.arabic .rightArrowBtn:not(.viewMore) a .iconStyle, .arabic .rightArrowBtn:not(.viewMore) button .iconStyle {
  transform: rotate(180deg);
}
.arabic .peopleSlider-wrapper .rightArrowBtn:not(.viewMore) a .iconStyle,
.arabic .productSlider-wrapper .rightArrowBtn:not(.viewMore) a .iconStyle {
  transform: rotate(0deg);
}
.arabic .goodyCoAbout .content.left {
  padding-left: clamp(3.125rem, 2.25rem + 4.375vw, 7.5rem);
  padding-right: 0;
}
.arabic .goodyCoAbout .content.right {
  padding-left: 0;
  padding-right: clamp(3.125rem, 2.25rem + 4.375vw, 7.5rem);
}
@media screen and (max-width: 768px) {
  .arabic .goodyCoAbout .content.right, .arabic .goodyCoAbout .content.left {
    padding: 0;
  }
}

.headingStyle .subHeading {
  font-size: 22px;
  color: #48c83a;
  font-weight: 700;
}
.headingStyle .subHeading-dark {
  color: #707070;
}
.headingStyle .updated-leader-subHeading {
  color: #006266 !important;
}
.headingStyle .mainHeading {
  font-size: 50px;
  color: #006266;
  font-weight: 300;
}
.headingStyle .headingMain {
  font-size: clamp(2.625rem, 2.14rem + 1.293vw, 3.75rem);
  color: #006266;
  font-weight: 300;
  margin-bottom: 20px;
}
.headingStyle .secDescp {
  color: #707070;
}

.arabic .headingStyle h5.secDescp {
  font-weight: 600;
}

.ourValues .headingStyle .subHeading {
  color: #707070;
}

.sectionDesc {
  font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
  line-height: 1.5em;
}

.sectionCommon-padding {
  padding-block: clamp(3.75rem, 3.1731rem + 2.5641vw, 5rem);
}

.mainHero-content {
  min-height: 230px;
  overflow: hidden;
  position: relative;
}
.mainHero-content-image {
  position: relative;
  width: 100%;
  height: max(50vh, 25rem);
}
.mainHero-content-image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 1px;
  object-position: 53%;
}
.mainHero-content-image-bg.center {
  object-position: center;
}
.mainHero-content-image-curve {
  position: absolute;
  bottom: -4px;
  right: -4px;
  max-width: 60%;
  height: 100%;
  z-index: 9;
}
.mainHero-content-title {
  position: absolute;
  z-index: 1;
  top: 75%;
  transform: translateY(-50%);
  left: 6vw;
}
.mainHero-content-title.detail {
  left: -2rem;
  top: 80%;
}
.mainHero-content-title-head {
  color: #ffffff;
  position: relative;
  font-size: clamp(1.25rem, 0.893rem + 0.952vw, 1.75rem);
}
.mainHero-content-title-head .lightGreen {
  background-color: #17c54e;
  border-radius: 5px 0px 15px 0;
  transform: skew(-25deg);
  position: absolute;
  left: -8vw;
  bottom: -2rem;
  z-index: -1;
  width: 7em;
  height: 2.8em;
}
.mainHero-content-title-head-text {
  background-color: #007a89;
  padding: 0.7em 1.5em 0.9em;
  min-width: clamp(12.5rem, 10.25rem + 11.25vw, 23.75rem);
  border-radius: 15px 0px 50px 0;
  font-weight: 700;
  transform: skew(-25deg);
}
.mainHero-content-title-head-text.detail {
  background-color: rgba(255, 255, 255, 0.55);
  color: #006266;
  border: 1px solid #ffffff;
  padding: 0.7em 2em 0.8em 3.5em;
}
.mainHero-content-title-head-text span {
  transform: skew(25deg);
  display: block;
}

.arabic .mainHero-content-title-head {
  font-size: clamp(0.8rem, 0.893rem + 0.952vw, 1.75rem);
}

.mainOurCompaniesPage .mainHero-content-image .companyDetailSlider {
  position: absolute;
  height: 100%;
  width: 100%;
}
.mainOurCompaniesPage .mainHero-content-image .companyDetailSlider .swiper-slide {
  width: 100% !important;
}
.mainOurCompaniesPage .mainHero-content-image .mainHero-content-image-bg {
  position: static;
}
.mainOurCompaniesPage .mainSliderNav {
  bottom: 10px;
  right: 0;
}

.arabic .mainOurCompaniesPage .mainSliderNav {
  left: 0;
  right: auto;
}

.bgGray {
  background-color: #eeeeee;
}

.siteBreadcrumb ul {
  list-style: none;
  padding-inline-start: 0;
  padding-block-start: 1rem;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.siteBreadcrumb ul li {
  font-size: 12px;
}
.siteBreadcrumb ul li a {
  text-decoration: none;
  color: #707070;
  font-weight: 500;
  white-space: nowrap;
}
.siteBreadcrumb ul li.crumbIcon.active svg {
  width: 12px;
  height: 12px;
  vertical-align: baseline;
}
.siteBreadcrumb ul li.crumbIcon.active svg path {
  stroke: #5f5f5f;
}
.siteBreadcrumb ul li.active a {
  color: #00a0a8;
  font-weight: 600;
}

.expandMoreText {
  font-size: 0.9rem;
  line-height: 1.32rem;
  max-height: 3.96rem;
  overflow: hidden;
}

.ourStoryVideo h2 {
  color: #006266;
  font-size: clamp(1.125rem, 0.857rem + 0.714vw, 1.5rem);
  font-weight: bold;
  margin-bottom: clamp(1.875rem, 1.518rem + 1.786vw, 4.375rem);
}

#campaign_video {
  position: relative;
}
#campaign_video video {
  height: 100%;
  border-top-left-radius: 7.5% 10%;
  border-bottom-right-radius: 7.5% 10%;
  background-color: #000000;
  object-fit: cover;
}

.videoModal .modal-dialog {
  max-width: fit-content;
}
.videoModal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
.videoModal .btn-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 8px;
}

input.form-control.nested-input {
  border: none;
  box-shadow: none;
}

@media (max-width: 1024.99px) {
  .secGap {
    padding: max(3vh, 2rem) 20px;
  }
}
@media (min-width: 1920.99px) {
  .cstmContainer {
    max-width: 1320px;
    margin: auto;
  }
}
@media (min-width: 1580px) {
  .container {
    max-width: 1580px;
  }
}
.whoWeAre .sectionDesc {
  padding-inline-end: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.99px) {
  .whoWeAre .sectionDesc {
    padding-inline-end: 0px;
    margin-bottom: 50px;
  }
}

.curveImageRadius {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.curveImageRadius img {
  border-radius: 0;
  width: 100%;
  aspect-ratio: 16/13;
}

.arabic .curveImageRadius {
  border-radius: 0px 30px 0px 30px;
  overflow: hidden;
}
.arabic .curveImageRadius img {
  border-radius: 0;
}

@media screen and (max-width: 768.99px) {
  .siteBreadcrumb ul {
    line-height: 10px;
  }
  .siteBreadcrumb ul li a {
    font-size: clamp(0.875rem, 0.2321rem + 0.9524vw, 1.375rem);
  }
}
@media screen and (max-width: 620.99px) {
  .container,
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .secGap {
    padding: max(0vh, 1rem) 0px;
  }
}
@media screen and (max-width: 576px) {
  .mainHero-content-title.detail {
    width: 100%;
    max-width: 60%;
  }
  .mainHero-content-image {
    height: 75vh;
  }
  .mainHero-content-title {
    transform: none;
    top: 70%;
  }
  .mainHero-content-title-head {
    font-size: 18px;
  }
  .mainHero-content-title-head .lightGreen {
    bottom: -1rem;
  }
}
.page-header {
  top: 0%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: fixed;
  width: 100%;
  z-index: 999;
}

main.mainHomePage {
  overflow-x: hidden;
}

.topHeader {
  padding: 0px 0;
  background-color: #17c54e;
  border-radius: 0px 0px 25px 0;
  overflow: hidden;
}
.topHeader.active {
  overflow: visible;
}
.topHeader .container {
  padding: 0;
}
.topHeader .searchBox {
  position: relative;
}
.topHeader .searchBox .searchForm {
  width: 0px;
  height: 0px;
  padding: 0 20px;
  transform: scale(0);
  transform-origin: top right;
  overflow: hidden;
}
.topHeader .searchBox .searchForm.active {
  transition: 0.5s all;
  width: 440px;
  height: 100px;
  position: absolute;
  right: 0;
  transform: scale(1);
  background-color: white;
  z-index: 9999;
  border-radius: 15px 0 15px 0px;
  top: 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.topHeader .searchBox .input {
  width: 400px;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid #48c83a;
  outline: none;
  padding: 0 20px 10px;
  color: #707070;
  font-size: 20px;
  transition: all 0.5s ease;
  transform: scale(0);
}
.topHeader .searchBox #search {
  color: #707070;
  position: relative;
  top: 30px;
  left: 10px;
  opacity: 0;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}
.topHeader .searchBox #search.active {
  opacity: 1;
}
.topHeader .searchBox .input.active {
  transform: scale(1);
}
.topHeader .searchBox #search.move {
  top: 65px;
  left: 20px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .topHeader .searchBox .btn,
  .topHeader .searchBox .form {
    width: 300px;
  }
  .topHeader .searchBox .input {
    width: 260px;
  }
  .topHeader .searchBox #search {
    left: 30px;
    font-size: 14px;
  }
}
.topHeader ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
  align-items: center;
  border-radius: 0;
}
.topHeader ul:last-child {
  border: 0px solid rgba(255, 255, 255, 0.25);
}
.topHeader ul li {
  padding: 0px 0;
}

.topNav {
  background-color: #006266;
  border-radius: 0px 0px 25px 0 !important;
}
.topNav a {
  color: #ffffff;
}
.topNav li {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  margin-inline-end: 0px;
  padding: 5px 0 !important;
  padding-inline-end: 12px !important;
}
.topNav li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 2px 0 !important;
}
.topNav li a .fa {
  transform: scaleX(-1);
  font-weight: 600;
  transition: 0.5s all;
}
.topNav li a:hover .fa {
  transform: scaleX(1);
}
.topNav li:last-child {
  border: 0px solid rgba(255, 255, 255, 0.25);
}

.botHeader .navbar-expand-lg {
  padding: 0;
}
.botHeader .dropdown-toggle::after {
  display: none;
}

.langBtn {
  margin-right: 12px;
  border-radius: 5px;
  padding: 8px 5px !important;
  gap: 10px !important;
  border: 0px solid rgba(255, 255, 255, 0.25);
}
.langBtn li {
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  border-right: 2px solid white;
  padding-inline-end: 10px !important;
}
.langBtn li:last-child {
  border: 0px;
}
.langBtn li a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 13px;
}
.langBtn li a:hover {
  text-decoration: none;
}
.langBtn li.current_lang a {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 767.99px) {
  .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: auto;
  }
  .topHeader .searchBox .searchForm.active {
    bottom: 40px;
    top: unset;
    width: 300px;
  }
  .topNav,
  .langBtn {
    gap: 0 !important;
  }
  .topNav li,
  .langBtn li {
    padding: 0px 10px !important;
  }
  .topNav li a,
  .langBtn li a {
    font-size: 12px;
    line-height: 1.3 !important;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
  }
  .langBtn {
    margin-right: 0;
    gap: 0 !important;
    padding-inline: 0px !important;
  }
}
.stellarnav .btnBlueBorder {
  color: #48c83a !important;
  padding: 10px 15px !important;
  margin: 0 10px;
}
.stellarnav .btnBlueFilled {
  color: #ffffff !important;
  background: #48c83a !important;
  padding: 10px 15px !important;
  margin: 0 10px;
}

@media screen and (min-width: 991px) {
  .stellarnav {
    padding-right: clamp(3.125rem, -0.216rem + 5.388vw, 6.25rem);
  }
  .stellarnav > ul > li > a {
    padding: 0px 10px;
    color: #707070;
  }
  .stellarnav > ul > li > a .fa-arrow-down {
    color: #006266;
    font-size: 12px;
    font-weight: 700;
  }
  .stellarnav.dark a {
    color: #707070;
  }
  .stellarnav.dark li a {
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .stellarnav.dark.desktop {
    background: transparent !important;
  }
  .stellarnav.dark.desktop > ul > li > a {
    padding: 20px 15px;
    gap: 5px;
    font-size: 16px;
  }
  .stellarnav.dark.desktop a.dd-toggle .icon-plus {
    display: none;
  }
  .stellarnav.dark.desktop ul ul {
    min-width: 120px;
    width: unset !important;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 10px 0px 10px 0px;
    overflow: hidden;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @keyframes flipInY {
    0% {
      transform: translateZ(200px) transLateY(40px);
    }
    80% {
      transform: translateZ(-10px) transLateY(0px);
    }
    100% {
      transform: translateZ(0px) transLateY(0px);
    }
  }
  .stellarnav.dark.desktop ul ul a {
    color: rgba(0, 0, 0, 0.5);
  }
  .stellarnav.dark.desktop ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: 0.2s all;
  }
  .stellarnav.dark.desktop ul ul li:hover {
    background-color: #006266;
    color: #ffffff;
  }
  .stellarnav.dark.desktop ul ul li:hover a {
    color: white;
  }
  .stellarnav.dark.desktop ul ul li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
  }
  .stellarnav.dark.desktop ul ul li a {
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
  }
  .stellarnav.dark.desktop li.has-sub > a::after {
    margin-left: auto;
    display: inline-block;
    margin-top: 7px;
    position: relative;
    left: -3px;
  }
  .arabic .stellarnav {
    padding-right: 0px;
    padding-left: clamp(3.125rem, -0.216rem + 5.388vw, 6.25rem);
  }
  .arabic .stellarnav > ul > li > a {
    padding: 20px 20px !important;
    gap: 5px !important;
    font-size: clamp(1.2rem, -0.5599rem + 1.178vw, 3rem) !important;
  }
  .arabic .stellarnav > ul > li.has-sub > a:after {
    left: 5px !important;
  }
  .arabic .stellarnav > ul > li.has-sub > ul > li > a {
    font-size: clamp(1rem, -0.003rem + 1vw, 2rem) !important;
  }
}
@media screen and (max-width: 991px) {
  .stellarnav .fa-arrow-down {
    display: none;
  }
  .stellarnav.mobile {
    display: none;
  }
  .stellarnav.mobile li.open ul {
    background: rgba(0, 0, 0, 0.05);
  }
  .stellarnav.mobile li.open ul a {
    padding-left: 25px;
  }
  .stellarnav.mobile li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .stellarnav.mobile li a.btnBlueBorder {
    border-bottom: 1px solid #48c83a;
  }
  .stellarnav.mobile.left > ul {
    left: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1 !important;
  }
  .stellarnav.mobile.left.active > ul {
    left: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .stellarnav.mobile.left.dark {
    border-radius: 0px !important;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }
  .stellarnav.mobile.left.dark .menu-toggle {
    padding: 10px 15px;
  }
  .stellarnav.mobile.left.dark a {
    color: #000000;
  }
  .stellarnav.mobile.left.dark a.dd-toggle .icon-plus::after, .stellarnav.mobile.left.dark a.dd-toggle .icon-plus::before {
    border-color: #000000;
  }
  .stellarnav.mobile.left.dark > ul {
    background: white;
  }
  .stellarnav.mobile.left .third {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .stellarnav.mobile .menu-toggle span.bars {
    margin-right: 0;
  }
  .stellarnav.mobile .btnBlueBorder,
  .stellarnav.mobile .btnBlueFilled {
    margin: 10px;
  }
}
.open span.bars span {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  position: static;
  top: 0;
}
.open span.bars span:nth-child(2) {
  display: none;
}
.open span.bars span:nth-child(3) {
  transform: rotate(130deg);
  position: relative;
  top: -5px;
}

.open span.bars span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
}

.menuIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 21px;
  justify-content: space-between;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 30px;
}
.menuIcon .line {
  background-color: #fff;
  height: 2px;
  transition: all 0.3s ease;
  width: 100%;
}
.menuIcon .line:nth-child(2), .menuIcon .line:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menuIcon.menuOpen .line:nth-child(1), .menuIcon.menuOpen .line:nth-child(4) {
  width: 0;
}
.menuIcon.menuOpen .line.line:nth-child(2) {
  transform: rotate(-45deg) translateY(-50%);
}
.menuIcon.menuOpen .line:nth-child(3) {
  transform: rotate(45deg) translateY(-50%);
}

.mobileMenuWrap {
  background-color: #fff;
  height: 100%;
  left: 0;
  margin-top: 0px;
  overflow-y: auto;
  padding: 10px 30px;
  position: fixed;
  top: 75px;
  transform: translateX(100%);
  transition: all 0.5s ease;
  width: 100%;
  z-index: 97;
}
.mobileMenuWrap .mobileMenu {
  padding-top: 20px;
}
.mobileMenuWrap .mobileMenu > ul {
  list-style: none;
  padding: 0;
}
.mobileMenuWrap .mobileMenu > ul li {
  position: relative;
  padding: 12px 0px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #006266;
}
.mobileMenuWrap .mobileMenu > ul li a {
  color: #000000;
  text-decoration: none;
}
.mobileMenuWrap .mobileMenu > ul li.has-sub .dd-toggle {
  padding: 0;
  color: #000000;
}
.mobileMenuWrap .mobileMenu > ul li.has-sub .dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
}
.mobileMenuWrap .mobileMenu > ul li.has-sub .dd-toggle .icon-plus:before, .mobileMenuWrap .mobileMenu > ul li.has-sub .dd-toggle .icon-plus:after {
  content: "";
  position: absolute;
  background-color: #006266;
  border-radius: 3px;
}
.mobileMenuWrap .mobileMenu > ul li.has-sub .dd-toggle .icon-plus::before {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}
.mobileMenuWrap .mobileMenu > ul li.has-sub .dd-toggle .icon-plus::after {
  height: 100%;
  width: 3px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.mobileMenuWrap .mobileMenu > ul li.has-sub ul {
  width: auto;
  display: none;
  padding-left: 25px;
  list-style-type: none;
  padding-top: 10px;
}
.mobileMenuWrap .mobileMenu > ul li.has-sub ul li {
  border-bottom: none;
}
.mobileMenuWrap .mobileMenu > ul li.has-sub.open .dd-toggle .icon-plus:after {
  display: none;
}
.mobileMenuWrap.open {
  transform: translateX(0px) !important;
}

.arabic .navbar-brand {
  margin-right: 0;
  margin-left: var(--bs-navbar-brand-margin-end);
}
.arabic .menuIcon {
  right: auto;
  left: 30px;
  top: 20px;
}
.arabic .mobileMenuWrap {
  transform: translateX(-100%);
}

[dir=rtl] body {
  font-family: "ntaqat";
}
[dir=rtl] body .stellarnav li a {
  font-family: "ntaqat" !important;
  text-align: right;
  font-size: clamp(1rem, -0.003rem + 1.2vw, 3rem);
  padding-left: 20px;
  padding-right: 20px;
}
[dir=rtl] body .stellarnav li.has-sub > a:after {
  left: 4px;
}
[dir=rtl] .rightArrowBtn-prev {
  transform: scale(1);
}
[dir=rtl] .rightArrowBtn-next {
  transform: scale(-1);
}
[dir=rtl] .goodyCoAbout img {
  width: 100%;
  border-radius: 0 45px;
}
[dir=rtl] .callToAction .callTopActionStyle {
  border-radius: 0 45px;
  background: linear-gradient(117deg, #006266 0%, #48c83a 100%);
}
[dir=rtl] .manifestoSlider-wrapper .manifestoSlider-button-next,
[dir=rtl] .peopleSlider-wrapper .peopleSlider-button-next {
  transform: translateX(130%);
}
[dir=rtl] .manifestoSlider-wrapper .manifestoSlider-button-prev,
[dir=rtl] .peopleSlider-wrapper .peopleSlider-button-prev {
  transform: unset;
}
[dir=rtl] .peopleSlider-wrapper .peopleSlider-button-next,
[dir=rtl] .peopleSlider-wrapper .peopleSlider-button-prev,
[dir=rtl] .manifestoSlider-wrapper .manifestoSlider-button-prev,
[dir=rtl] .manifestoSlider-wrapper .manifestoSlider-button-next {
  right: unset;
  left: 0;
}
[dir=rtl] .contactForm .customInputGroup {
  flex-direction: row-reverse;
}
[dir=rtl] .contactForm .cutButton {
  margin-inline-end: 30px;
}
[dir=rtl] .cutButton::after {
  left: -20px;
  transform: skew(25deg) translateX(25%);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0;
  z-index: 0;
  right: auto;
}
[dir=rtl] .fileUploadButton-icon {
  left: 0.5em;
  right: auto;
}
[dir=rtl] .careersFormSection .cutButton {
  margin-inline-end: 20px;
}
[dir=rtl] .arabic .mainHero-content-title.detail {
  left: unset;
  right: -2vw;
}
[dir=rtl] .arabic .siteBreadcrumb ul li.crumbIcon svg {
  transform: scaleX(-1);
}
[dir=rtl] .arabic .mainHero-content-title-head-text.detail {
  padding: 0.7em 3.5em 0.7em 2em;
}
[dir=rtl] .arabic .aboutGil .text-end {
  text-align: left !important;
}
[dir=rtl] .arabic .mainHero-content-image-curve {
  right: unset;
  left: 0;
  transform: scaleX(-1);
}
[dir=rtl] .arabic .mainHero-content-title-head-text {
  border-radius: 0px 5px 0px 50px;
  font-weight: 700;
  transform: skew(25deg);
}
[dir=rtl] .arabic .mainHero-content-title-head-text span {
  transform: skew(-25deg);
}
[dir=rtl] .arabic .mainHero-content-title {
  left: unset;
  right: 6vw;
}
[dir=rtl] .arabic .mainHero-content-title .mainHero-content-title-head .lightGreen {
  transform: skew(25deg);
  left: unset;
  right: -8vw;
}
[dir=rtl] .arabic .ourCause .cardSection .cardStyle.rightStyle .bgImage {
  border-radius: 0px 0px 0px 45px;
}
[dir=rtl] .arabic .ourCause .cardSection .cardStyle.leftStyle .bgImage {
  border-radius: 0px 45px 0px 0px;
}
[dir=rtl] .arabic .siteFooter .topFooter .flexFooter .footerCols ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .arabic .topNav li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0px solid rgba(255, 255, 255, 0.25);
}
[dir=rtl] .arabic .topNav li:last-child {
  border-left: 0px solid rgba(255, 255, 255, 0.25);
}
[dir=rtl] .arabic .topNav li .fa {
  transform: scaleX(1);
  font-weight: 600;
  transition: 0.5s all;
}
[dir=rtl] .arabic .topNav li:hover .fa {
  transform: scaleX(-1);
}
[dir=rtl] .arabic .topHeader {
  border-radius: 0px 0px 0px 25px;
}
[dir=rtl] .arabic .topHeader .searchBox .searchForm.active {
  right: unset;
  left: 0;
  border-radius: 0px 15px 0px 15px;
}
[dir=rtl] .arabic .topHeader .searchBox #search {
  left: -10px;
}
[dir=rtl] .arabic .topHeader ul {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0;
  padding-right: 20px;
}
[dir=rtl] .arabic .topHeader ul:last-child {
  border-left: 0px solid rgba(255, 255, 255, 0.25);
}
[dir=rtl] .arabic .topHeader .topNav {
  border-radius: 0px 0px 0px 25px !important;
}
[dir=rtl] .arabic .langBtn {
  margin-left: 0px;
  margin-right: 0px;
}
[dir=rtl] .arabic .langBtn li {
  border-right: 0px solid #ffffff;
  border-left: 2px solid #ffffff;
}
[dir=rtl] .arabic .langBtn li:last-child {
  border: 0;
}
[dir=rtl] .arabic .mainPageSlider .swiper-slide-active .title__text {
  animation-name: fadeInLeftAr75;
  -webkit-animation-name: fadeInLeftAr75;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 500ms;
}
[dir=rtl] .arabic .mainPageSlider .swiper-slide-active .descpSlider__text {
  animation-name: fadeInLeftArTxt;
  -webkit-animation-name: fadeInLeftArTxt;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 500ms;
  opacity: 1;
}
[dir=rtl] .arabic .mainPageSlider .title {
  left: unset;
  right: -10px;
}
[dir=rtl] .arabic .mainPageSlider .descpSlider {
  right: unset;
  left: max(12vw, 5rem);
  border-radius: 0px 45px 0 0;
  animation-name: fadeInUpSkewAR;
  -webkit-animation-name: fadeInUpSkewAR;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 500ms;
  transform: skewX(20deg);
}
[dir=rtl] .arabic .mainPageSlider .descpSlider::before {
  left: unset;
  animation-name: fadeInLeftAr;
  -webkit-animation-name: fadeInLeftAr;
  right: -90%;
  border-radius: 0px 0 0px 45px;
}
[dir=rtl] .arabic .mainPageSlider .descpSlider::after {
  border-radius: 0 45px 0 45px;
  left: unset;
  right: 0;
}
[dir=rtl] .arabic .mainPageSlider .descpSlider__text p {
  transform: skewX(-20deg);
  text-align: right;
}
[dir=rtl] .arabic .mainPageSlider .mainSliderNav {
  left: 5vw;
  right: auto;
  flex-direction: row;
}
[dir=rtl] .arabic .mainPageSlider .headerSlider {
  direction: ltr;
}
[dir=rtl] .arabic .mainPageSlider .headerSlider::after {
  right: 68vw;
  left: unset;
  transform: scaleX(-1);
  bottom: -8px;
}
[dir=rtl] .arabic .mainPageSlider .headerSlider .title {
  text-align: right;
}
[dir=rtl] .arabic .ourCause .cardSection .cardStyle .cardText {
  border-radius: 0px 0px 0px 20px;
}

.arabic .customForm .form-select {
  background-position: left 0.75rem center;
}
.arabic .mainPageSlider .descpSlider__text .heading {
  transform: skewX(-20deg);
}

@media screen and (max-width: 1280.99px) {
  [dir=rtl] .arabic .mainPageSlider .descpSlider {
    left: max(10vw, 5rem);
  }
  [dir=rtl] .arabic .mainPageSlider .headerSlider::after {
    right: 66vw;
  }
}
@media screen and (max-width: 1024.99px) {
  [dir=rtl] .arabic .mainPageSlider .headerSlider::after {
    right: 54vw;
  }
}
@media screen and (max-width: 991.99px) {
  [dir=rtl] .arabic .topHeader {
    border-radius: 20px 0px 20px 0px;
    background: #006266;
    background: linear-gradient(270deg, #006266 49%, #48c83a 49%);
  }
  [dir=rtl] .arabic .topHeader .justify-content-end {
    justify-content: center !important;
  }
  [dir=rtl] .arabic .topHeader .topNav {
    border-radius: 25px 0px 25px 0 !important;
  }
}
@media screen and (max-width: 768.99px) {
  [dir=rtl] .arabic.home2 .siteFooter .topFooter .flexFooter {
    justify-content: start;
  }
  [dir=rtl] .arabic.home2 .siteFooter .topFooter .flexFooter .footerCols {
    max-width: 50%;
  }
  [dir=rtl] .arabic .mainPageSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
  }
  [dir=rtl] .arabic .mainPageSlider .headerSlider::after {
    right: auto;
    left: -30%;
    transform: scaleX(-1);
    bottom: -10px;
  }
  [dir=rtl] .arabic .mainPageSlider .mainSliderNav {
    left: 1vw;
  }
  [dir=rtl] .arabic .page-header .topHeader {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 350px;
    border-radius: 20px 0px 20px 0px;
    background: #006266;
    background: linear-gradient(270deg, #006266 49%, #48c83a 49%);
  }
  [dir=rtl] .arabic .page-header .topHeader .justify-content-end {
    justify-content: center !important;
  }
  [dir=rtl] .arabic .page-header .topHeader .justify-content-end .topNav {
    border-radius: 25px 0px 0px 0 !important;
    padding-right: 0px;
  }
  [dir=rtl] .arabic .ourCause .cardSection .cardStyle .cardText {
    bottom: 40px;
  }
}
@media screen and (max-width: 768.99px) {
  [dir=rtl] .arabic .mainPageSlider .headerSlider::after {
    right: auto;
    left: -30%;
    transform: scaleX(-1);
    bottom: -10px;
  }
}
@media screen and (max-width: 620.99px) {
  [dir=rtl] .arabic .mainPageSlider .descpSlider {
    left: auto;
  }
  [dir=rtl] .arabic .mainPageSlider .descpSlider::before {
    right: -80%;
  }
  [dir=rtl] .arabic .mainPageSlider .headerSlider::after {
    left: -41px;
    bottom: 0px;
  }
}
@keyframes fadeInUpSkewAR {
  0% {
    transform: translate3d(0, 40px, 0);
    left: -100%;
  }
  100% {
    transform: translate3d(0, 0, 0) skewX(20deg);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpSkewAR {
  0% {
    transform: translate3d(0, 40px, 0);
    left: -100%;
  }
  100% {
    transform: translate3d(0, 0, 0) skewX(20deg);
    opacity: 1;
  }
}
@keyframes fadeInLeftAr {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
  }
}
@-webkit-keyframes fadeInLeftAr {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
  }
}
@keyframes fadeInLeftAr75 {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    right: 0%;
  }
}
@-webkit-keyframes fadeInLeftAr75 {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    right: 0%;
  }
}
@keyframes fadeInLeftArTxt {
  0% {
    transform: translate3d(0, 0px, 0);
    left: -150%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    left: 0%;
  }
}
@-webkit-keyframes fadeInLeftArTxt {
  0% {
    transform: translate3d(0, 0px, 0);
    left: -150%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    left: 0%;
  }
}
@media screen and (min-width: 1920px) {
  [dir=rtl] .arabic .mainPageSlider .headerSlider::after {
    right: auto !important;
    left: -2px !important;
  }
  [dir=rtl] .arabic .mainPageSlider .descpSlider {
    left: max(10vw, 5rem);
  }
  .mainPageSlider .swiper {
    height: calc(100vh - 10px);
  }
  .mainPageSlider .headerSlider::before {
    bottom: max(-45vh, 4.4rem);
  }
  .mainPageSlider .headerSlider::after {
    left: auto !important;
    right: -2px;
  }
  .mainPageSlider .descpSlider::before {
    bottom: max(-45vh, 4.4rem);
  }
}
.mainPageSlider {
  /*
    Title Text
  */
  /*
    Style up the image behind each slide
  */
}
.mainPageSlider .headerSlider {
  position: relative;
}
.mainPageSlider .headerSlider::after {
  position: absolute;
  left: 68vw;
  bottom: -8px;
  content: "";
  background: url("../images/main-slider-side-curve.svg") no-repeat bottom right;
  height: 110vh;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}
.mainPageSlider .swiper {
  width: 100%;
  height: 80vh;
  height: calc(100vh - 0px);
  min-height: 320px;
  background-color: #46677b;
}
.mainPageSlider .swiper-slide {
  font-size: 18px;
  background: #ffffff;
  display: flex;
  overflow: hidden;
}
.mainPageSlider .swiper-slide::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: #48c83a;
  background: linear-gradient(180deg, rgba(72, 200, 58, 0) 0%, #48c83a 100%);
}
.mainPageSlider .title {
  padding: 0 0vw;
  position: absolute;
  top: 60%;
  left: -10px;
  transform: translateY(-50%);
  width: auto;
  z-index: 1;
  color: #ffffff;
  mix-blend-mode: revert;
  opacity: 0.35;
}
.mainPageSlider .title__text {
  letter-spacing: -2px;
  font-size: clamp(3rem, 0.386rem + 24.068vw, 23.5vw);
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  font-weight: 700;
  opacity: 0.4;
}
.mainPageSlider .title__years {
  position: absolute;
  top: 47%;
  right: 4vw;
  font-size: clamp(2rem, 0.386rem + 1.068vw, 0.5vw);
  font-weight: 700;
}
.mainPageSlider .title .sliderDescp {
  color: #ffffff;
  position: absolute;
  z-index: 3;
  bottom: max(20vh, 5rem);
}
.mainPageSlider .descpSlider {
  position: absolute;
  z-index: 3;
  bottom: max(20vh, 5rem);
  opacity: 0;
  background-color: #008192;
  height: max(20vh, 9rem);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12%;
  width: 55%;
  border-radius: 45px 0 0 0;
  transform: skewX(-20deg);
}
.mainPageSlider .descpSlider::before {
  position: absolute;
  left: -90%;
  content: "";
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 45px 0;
  bottom: 55%;
}
.mainPageSlider .descpSlider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.7;
  height: 45%;
  width: 10%;
  border-radius: 45px 0 45px 0;
  background-color: #ffffff;
  transform: skewX(-20deg);
}
.mainPageSlider .descpSlider__text {
  transform: skewX(20deg);
}
.mainPageSlider .descpSlider__text .heading {
  color: #ffffff;
  margin-bottom: 0;
  transform: skewX(20deg);
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  line-height: 20px;
}
.mainPageSlider .swiper-slide-active .descpSlider {
  animation-name: fadeInUpSkew;
  -webkit-animation-name: fadeInUpSkew;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 300ms;
  transform: skewX(20deg);
}
.mainPageSlider .swiper-slide-active .descpSlider::before {
  opacity: 0;
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 500ms;
  transform: skewX(20deg);
}
.mainPageSlider .swiper-slide-active .descpSlider::after {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 1000ms;
}
.mainPageSlider .swiper-slide-active .descpSlider__text {
  opacity: 0;
  animation-name: fadeInLeftTxt;
  -webkit-animation-name: fadeInLeftTxt;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 1500ms;
  position: relative;
}
.mainPageSlider .swiper-slide-active .descpSlider__text p {
  color: #ffffff;
}
.mainPageSlider .swiper-slide-active .title__text {
  opacity: 0;
  animation-name: fadeInLeftTitle;
  -webkit-animation-name: fadeInLeftTitle;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 2000ms;
}
.mainPageSlider .swiper-slide-active .title__years {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 2500ms;
}
@keyframes fadeInUpText {
  0% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpText {
  0% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translate3d(0, 0px, 0);
    left: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    transform: translate3d(0, 0px, 0);
    left: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
  }
}
@keyframes fadeInLeftTitle {
  0% {
    transform: translate3d(0, 0px, 0);
    left: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    left: 0;
  }
}
@-webkit-keyframes fadeInLeftTitle {
  0% {
    transform: translate3d(0, 0px, 0);
    left: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    left: 0;
  }
}
@keyframes fadeInLeftTxt {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes fadeInLeftTxt {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -200%;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    right: 0;
  }
}
@keyframes fadeInUpSkew {
  0% {
    transform: translate3d(0, 0px, 0);
    right: -100%;
  }
  100% {
    transform: translate3d(0, 0, 0) skewX(-20deg);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpSkew {
  0% {
    transform: translate3d(0, 40px, 0);
    right: -100%;
  }
  100% {
    transform: translate3d(0, 0, 0) skewX(-20deg);
    opacity: 1;
  }
}
.mainPageSlider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainPageSlider .background-image:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainPageSlider .background-image video {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 100%;
  min-height: unset;
  height: auto;
  width: auto;
  transform: translateY(-50%);
}
.mainPageSlider .background-image__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  object-position: top;
}

.mainSliderNav {
  position: absolute;
  bottom: 5vh;
  right: 5vw;
  display: flex;
  gap: 100px;
}
.mainSliderNav .fa {
  position: relative;
  z-index: 11;
  color: #00a0a8;
  font-size: 20px;
  border: 2px solid #00a0a8;
  padding: 10px;
  border-radius: 50px;
  visibility: hidden;
}
.mainSliderNav .swiper-button-next,
.mainSliderNav .swiper-button-prev {
  position: unset;
  color: #00a0a8;
}
.mainSliderNav .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #707070;
  opacity: 0.5;
}
.mainSliderNav .swiper-pagination-bullet-active {
  background: #707070;
  opacity: 1;
}

#leftAnimated {
  width: 100%;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-links {
  display: flex;
  gap: 10px;
  text-decoration: none;
}
.tab-links a {
  text-decoration: none;
}
.tab-links a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .mainPageSlider .mobileVid {
    display: none;
  }
}
@media screen and (max-width: 1440.99px) {
  .mainPageSlider .headerSlider::after {
    left: 65vw;
  }
}
@media screen and (max-width: 1200.99px) {
  .mainPageSlider .headerSlider::after {
    left: 60vw;
  }
}
@media screen and (max-width: 1024.99px) {
  .mainPageSlider .descpSlider {
    padding: 0 7vw;
    right: max(14vw, 5rem);
    width: max(50vw, 15rem);
  }
  .mainPageSlider .headerSlider::after {
    left: 52vw;
  }
  .mainPageSlider .title {
    top: 35%;
  }
  .mainPageSlider .title__years {
    font-size: clamp(1.3rem, 0.386rem + 1.068vw, 0.5vw);
  }
  .mainPageSlider .desjtopVid {
    display: none;
  }
}
@media screen and (max-width: 991.99px) {
  .mainPageSlider .descpSlider {
    bottom: max(12vh, 5rem);
  }
  .home2 .page-header.header-bg {
    height: 80px;
  }
  .page-header {
    padding-top: 10px;
  }
  .page-header .stellarnav.mobile.left.dark {
    position: relative;
    top: -5px;
  }
  .page-header .topHeader {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 340px;
    border-radius: 20px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
  }
  .page-header .topHeader.open-active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
@media screen and (max-width: 768.99px) {
  .headingStyle .subHeading {
    font-size: 16px;
  }
  .headingStyle .mainHeading {
    font-size: 25px;
  }
  .headingStyle .secDescp {
    font-size: 14px;
  }
  .page-header {
    padding-top: 10px;
  }
  .page-header .stellarnav.mobile.left.dark {
    position: relative;
    top: -50px;
  }
  .page-header .topHeader {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 340px;
    border-radius: 20px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .page-header .botHeader .container .d-flex.align-items-end.flex-column.gap-0 {
    width: 100%;
  }
  .mainPageSlider {
    position: relative;
  }
  .mainPageSlider .mainSliderNav {
    bottom: 8vh;
    right: -10px;
  }
  .mainPageSlider .headerSlider::after {
    left: 50vw;
  }
  .mainPageSlider .headerSlider .swiper-wrapper .swiper-slide::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
  .mainPageSlider .descpSlider {
    padding: 0 8vw;
    right: max(4vw, -4rem);
    width: max(70vw, 15rem);
    text-align: center;
  }
  .mainPageSlider .descpSlider__text p {
    font-size: clamp(1.3rem, 0.386rem + 1.068vw, 1.5vw);
  }
  .mainPageSlider .title {
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainPageSlider .title__text {
    font-size: clamp(5rem, 4.386rem + 43.068vw, 48.5vw);
  }
  .mainPageSlider .title__years {
    top: 45%;
    right: 11vw;
  }
  .mainPageSlider .botHeader .mainHeadLogo {
    width: 100%;
    max-width: 135px;
  }
}
@media screen and (max-width: 620.99px) {
  .mainPageSlider .background-image__image {
    object-position: 67%;
  }
  .mainPageSlider .descpSlider {
    padding: 25px 20vw 25px 25vw;
    height: 100px;
    width: max(75vw, 15rem);
    justify-content: center;
    align-items: center;
  }
  .mainPageSlider .descpSlider p {
    text-align: left;
    max-width: 200px;
    line-height: 29px;
    font-weight: 300;
  }
  .mainPageSlider .descpSlider::before {
    left: -80%;
  }
  .mainPageSlider .descpSlider::after {
    width: 20%;
  }
  .mainPageSlider .mainSliderNav {
    right: -5vw;
    bottom: -8px;
  }
  .mainPageSlider .headerSlider::after {
    display: block;
    position: absolute;
    bottom: -22px;
    content: "";
    height: 110vh;
    width: 50%;
    max-width: 300px;
    z-index: 1;
    background-size: 130%;
    left: 58vw;
  }
  .vertBtn a {
    flex-direction: row-reverse;
    gap: 10px;
    align-items: baseline;
  }
  .vertBtn a .iconStyle {
    border: 2px solid #006266;
    width: 35px;
    height: 35px;
  }
  [dir=rtl] .arabic .mainPageSlider .descpSlider p {
    text-align: right;
  }
}
.mobileImage {
  display: none;
}

@media screen and (max-width: 414.99px) {
  .desktopImage {
    display: none !important;
  }
  .mobileImage {
    display: block;
  }
  .mainPageSlider .title {
    top: 150px;
    left: 30%;
  }
}
.ourStory .imgStyle {
  padding-inline: max(4vw, 2rem);
  overflow: hidden;
  margin-top: 30px;
}
.ourStory .imgStyle img {
  width: 100%;
  border-top-left-radius: 10% 15%;
  border-bottom-right-radius: 10% 15%;
}

.content .sectionLabel {
  font-size: clamp(1.125rem, 0.725rem + 2vw, 3.125rem);
  font-weight: 400;
  color: #006266;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
}

.content.right {
  padding-left: clamp(3.125rem, 2.25rem + 4.375vw, 7.5rem);
  padding-right: 0px;
}

.content.left {
  padding-left: 0px;
  padding-right: clamp(3.125rem, 2.25rem + 4.375vw, 7.5rem);
}

.content .cardDescription {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
}

.videoCard-item-img img {
  width: 100%;
  border-top-left-radius: 7.5% 15%;
  border-bottom-right-radius: 7.5% 15%;
  object-fit: cover;
}

@media screen and (max-width: 1366.99px) {
  .ourStory .imgStyle img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content.right,
  .content.left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 620.99px) {
  .ourStory {
    padding: max(7vh, 2rem) 20px;
  }
  .ourStory .imgStyle {
    padding-inline: max(1vw, 0rem);
  }
}
.ourCompanies.secGap {
  padding: max(7vh, 2rem) 20px;
  padding-top: 0;
}
.ourCompanies .cardSection {
  margin-top: max(7vh, 2rem);
  /* style the maincontainer class with all child div's of class .back */
}
.ourCompanies .cardSection .cardStyle {
  position: relative;
  width: 100%;
}
.ourCompanies .cardSection .cardStyle .bgImage {
  position: relative;
  border-radius: 45px 0 45px 0;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.ourCompanies .cardSection .cardStyle .bgImage::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ourCompanies .cardSection .cardStyle .bgImage img {
  width: 100%;
  object-fit: cover;
}
.ourCompanies .cardSection .cardStyle .front > .bgImage {
  border-radius: 45px 0 45px 0 !important;
}
.ourCompanies .cardSection .cardStyle .cardlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ourCompanies .cardSection .cardStyle .cardlogo img {
  width: 100%;
}
.ourCompanies .cardSection .maincontainer > .front {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* cant see the backside elements as theyre turning around */
  transition: 0.2s linear 0s;
}
.ourCompanies .cardSection .maincontainer > .back {
  opacity: 0;
  position: absolute;
  background: #006266;
  background: #6d6c6c;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 45px 0 45px 0;
  padding: 5px;
  backface-visibility: hidden; /* cant see the backside elements as theyre turning around */
  transition: 0.2s linear 0s;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.ourCompanies .cardSection .maincontainer > .back p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ourCompanies .cardSection .maincontainer > .back .rightArrowBtn {
  margin: unset;
}
.ourCompanies .cardSection .maincontainer > .back .rightArrowBtn a span {
  color: #ffffff;
}
.ourCompanies .cardSection .maincontainer > .back .rightArrowBtn a .iconStyle {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ourCompanies .cardSection .maincontainer:hover > .front {
  opacity: 0;
}
.ourCompanies .cardSection .maincontainer:hover > .back {
  opacity: 1;
}

.ourCompaniesAbout .statHeader .statHeader-box .statHeader-box-count {
  font-size: clamp(1.313rem, 1.225rem + 0.438vw, 0.75rem);
}
.ourCompaniesAbout .statHeader .statHeader-box .statHeader-box .text {
  font-size: clamp(1.313rem, 1.225rem + 0.438vw, 0.75rem);
}
.ourCompaniesAbout.reverse {
  text-align: end;
}
.ourCompaniesAbout.reverse .statHeader {
  justify-content: flex-end;
}
.ourCompaniesAbout.reverse .statHeader .statHeader-box .statHeader-box-count {
  align-self: flex-end;
  display: inline-flex;
}
.ourCompaniesAbout.reverse .statHeader .statHeader-box .statHeader-box .text {
  text-align: right;
}
.ourCompaniesAbout .image {
  width: 100%;
  border-top-left-radius: 6% 8%;
  border-bottom-right-radius: 6% 8%;
  overflow: hidden;
  filter: brightness(85%);
}
.ourCompaniesAbout-logo {
  width: 150px;
  padding-bottom: 16px;
}
.ourCompaniesAbout .sectionLabel {
  color: #5f5f5f;
}

@media screen and (max-width: 1200.99px) {
  .ourCompanies .cardSection .cardStyle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991.99px) {
  .rightArrowBtn a .iconStyle {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }
  .ourCompanies .cardSection .maincontainer > .back h2 {
    font-size: clamp(0.625rem, 0.4462rem + 0.8942vw, 1rem);
  }
  .ourCompanies .cardSection .maincontainer > .back p {
    font-size: clamp(0.5625rem, 0.3837rem + 0.8942vw, 0.9375rem);
  }
  .ourCompanies .cardSection .maincontainer > .back .rightArrowBtn a span {
    font-size: clamp(0.5625rem, 0.3837rem + 0.8942vw, 0.9375rem);
    white-space: nowrap;
  }
  .ourCompanies .cardSection .cardStyle {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 620.99px) {
  .ourCompanies .cardSection {
    margin-top: max(0vh, 1rem);
  }
}
.ourCause {
  background-color: #eeeeee;
  margin-top: max(8vh, 2rem);
  padding-top: max(9vh, 2rem);
}
.ourCause .cardSection {
  margin-top: max(5vh, 2rem);
}
.ourCause .cardSection .cardStyle {
  position: relative;
  aspect-ratio: 1.6;
}
.ourCause .cardSection .cardStyle.leftStyle .bgImage {
  border-radius: 45px 0px 0px 0px;
  height: 100%;
}
.ourCause .cardSection .cardStyle.rightStyle .bgImage {
  border-radius: 0px 0px 45px 0px;
  height: 100%;
}
.ourCause .cardSection .cardStyle .bgImage {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.ourCause .cardSection .cardStyle .bgImage::after {
  display: none;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ourCause .cardSection .cardStyle .bgImage img {
  width: 100%;
  object-fit: cover;
}
.ourCause .cardSection .cardStyle .cardText {
  position: absolute;
  bottom: max(3.5vh, 1rem);
  background-color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0px 0px 20px 0px;
  font-size: 26px;
  color: #006266;
  line-height: 28px;
  max-width: 100%;
}
.ourCause .cardSection .cardStyle .cardText p {
  margin-bottom: 0;
}

.ourCause-section-logo {
  width: 150px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024.99px) {
  .ourCause {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991.99px) {
  .ourCause .cardSection .cardStyle,
  .ourCompanies .cardSection .cardStyle {
    margin-bottom: 30px;
  }
  .home2 .ourCause .cardSection .cardStyle .cardText {
    display: none;
  }
}
@media screen and (max-width: 768.99px) {
  .ourCause .cardSection .cardStyle {
    overflow: hidden;
  }
  .ourCause .cardSection .cardStyle .bgImage {
    height: auto;
  }
  .ourCause .cardSection .cardStyle .cardText {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 15px;
    bottom: 10px;
    display: flex;
    gap: 3px;
  }
}
@media screen and (max-width: 620.99px) {
  .ourCause {
    margin-top: max(0vh, 0rem);
  }
  .ourCause .cardSection .cardStyle .cardText p {
    width: 100%;
  }
}
.ourPeople .cardSection {
  margin-top: max(5vh, 2rem);
}
.ourPeople .cardSection a {
  text-decoration: none;
}
.ourPeople .cardSection .cardStyle {
  position: relative;
  text-align: center;
}
.ourPeople .cardSection .cardStyle .bgImage {
  position: relative;
  overflow: hidden;
  border-radius: 45px 0px 45px 0px;
  display: flex;
}
.ourPeople .cardSection .cardStyle .bgImage::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ourPeople .cardSection .cardStyle .bgImage img {
  width: 100%;
  object-fit: cover;
}
.ourPeople .cardSection .cardStyle .cardText {
  text-decoration: none;
  font-size: 26px;
  color: #006266;
  line-height: 28px;
  margin-top: 30px;
}
.ourPeople .cardSection .cardStyle .cardText p {
  margin-bottom: 0;
}
.ourPeople .myPeopleSlider .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #707070;
  opacity: 0.5;
}
.ourPeople .myPeopleSlider .swiper-pagination-bullet-active {
  background: #707070;
  opacity: 1;
}

@media screen and (max-width: 768.99px) {
  .ourPeople .cardSection .cardStyle {
    margin-bottom: 50px;
  }
  .ourPeople .cardSection .cardStyle .bgImage {
    height: auto;
  }
}
.ourPeople {
  padding: max(6vh, 1rem) 20px;
}

.followUs {
  background-color: #eeeeee;
  margin-top: max(0vh, 0rem);
}
.followUs .cardSection {
  margin-top: max(5vh, 2rem);
}
.followUs .cardSection .cardStyle {
  position: relative;
}
.followUs .cardSection .cardStyle.leftStyle .bgImage {
  border-radius: 45px 0px 0px 0px;
}
.followUs .cardSection .cardStyle.rightStyle .bgImage {
  border-radius: 0px 0px 45px 0px;
}
.followUs .cardSection .cardStyle .bgImage {
  position: relative;
  overflow: hidden;
}
.followUs .cardSection .cardStyle .bgImage iframe {
  height: 300px !important;
}
.followUs .cardSection .cardStyle .bgImage::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.followUs .cardSection .cardStyle .bgImage img {
  width: 100%;
}
.followUs .cardSection .cardStyle .cardText {
  position: absolute;
  bottom: max(3.5vh, 1rem);
  background-color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 0px 0px 20px 0px;
  font-size: 26px;
  color: #006266;
  line-height: 28px;
}
.followUs .cardSection .cardStyle .cardText p {
  margin-bottom: 0;
}
.followUs .cardSection iframe {
  max-height: 53vh;
}

@media screen and (max-width: 1024.99px) {
  .followUs {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 620.99px) {
  .followUs {
    margin-top: max(0vh, 0rem);
  }
  .followUs .cardSection .cardStyle {
    margin-bottom: 40px;
  }
}
.goodyCoAbout {
  background-color: #eeeeee;
}
.goodyCoAbout img {
  width: 100%;
}

.detail-page-logo {
  width: 175px;
}

.goodyCoBrand {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 12% 17%;
  border-bottom-right-radius: 12% 17%;
}
.goodyCoBrand-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.goodyCoBrand-shadow {
  position: absolute;
  inset: 0;
  background-color: #361010;
  z-index: 2;
  opacity: 0.79;
}
.goodyCoBrand-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 3;
}
.goodyCoBrand-content:hover .goodyCoBrand-content-logo p {
  max-height: 4.5em;
}
.goodyCoBrand-content-logo {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.goodyCoBrand-content-logo img {
  max-width: 40%;
  max-height: 100px;
}
.goodyCoBrand-content-logo p {
  text-align: center;
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1.5em;
  width: 85%;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.callToAction {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callToAction-text {
  font-size: clamp(1rem, 1.85vw, 2.5rem);
  font-style: italic;
  text-align: center;
  color: #5f5f5f;
}
.callToAction-button {
  font-size: clamp(1rem, 1.75vw, 2.5rem);
  background-color: #48c83a;
  border-top-left-radius: 7% 40%;
  border-bottom-right-radius: 7% 40%;
  padding: 0.5rem 1rem;
  font-style: italic;
  color: #ffffff;
  text-decoration: none;
}
.callToAction-button:hover {
  color: #ffffff;
}

.productSlider-active .productSlider-slide-wrapper {
  background-color: #ffffff;
}
.productSlider-wrapper {
  position: relative;
  margin: 60px;
}
.productSlider-slide-wrapper {
  background-color: #f5f5f6;
  padding: 1rem;
  margin: 1rem;
  border-radius: 0.5rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.productSlider-slide-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0 6px 26px 0 #eeeeee;
}
.productSlider-slide-wrapper img {
  width: 50%;
}

.productSlider-slide-wrapper {
  background-color: #00626605 !important;
}
.productSlider-slide-wrapper img {
  width: auto !important;
  max-height: 140px;
  max-width: 140px !important;
}
.productSlider-slide-wrapper:hover {
  background-color: #ffffff !important;
}

.productSlider1 .productSlider-slide-wrapper img {
  width: auto !important;
  max-height: 190px;
  max-width: 260px !important;
}

.productSlider1-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(50%, -50%);
  z-index: 2;
}

.productSlider1-button-prev {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 0px;
}

.productSlider .rightArrowBtn {
  margin: 0;
}

@media screen and (max-width: 412px) {
  .productSlider1 .productSlider-slide-wrapper img {
    width: auto !important;
    max-height: 150px;
    max-width: 110px !important;
  }
}
.ourValues-box .headingStyle {
  text-align: center;
}
.ourValues-box .rightArrowBtn {
  margin: 0;
}
.ourValues-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25% 0 25% 0;
  margin-bottom: 1em;
}
.ourValues-box-icon picture {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}

.mainOurStoryPage #humbleBeginnings.sectionCommon-padding {
  padding-bottom: 10px;
}
.mainOurStoryPage .ourValues.sectionCommon-padding {
  padding-bottom: 0;
}

.ourPurpose-card {
  border-top-left-radius: 7.5% 10%;
  border-bottom-right-radius: 7.5% 10%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}
.ourPurpose-card .cardDesc {
  line-height: 1.75em;
  height: 5.25em;
  overflow: hidden;
}
.ourPurpose-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ourPurpose-card .content {
  position: absolute;
  z-index: 2;
  inset: auto 1rem 1rem 2rem;
  color: #ffffff;
}

.roadmap {
  position: relative;
  display: flex;
  align-items: center;
}
.roadmap-roadmapLine {
  position: absolute;
}
.roadmap-roadmapItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.roadmap-roadmapItem-base {
  height: 30px;
  border-bottom: 4px solid #00a0a8;
  width: 100%;
  position: relative;
}
.roadmap-roadmapItem-base .base-bisect {
  position: absolute;
}
.roadmap-roadmapItem-body {
  background-color: #30b0b6;
  padding: 5%;
}
.roadmap-roadmapItem-body img {
  border-top-left-radius: 12% 17%;
  border-bottom-right-radius: 12% 17%;
  width: 100%;
}

.video-player {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.video-remote {
  position: relative;
  overflow: auto;
}

.light-scrollbar {
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  scrollbar-width: thin;
}

.light-scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #eeeeee;
}

.light-scrollbar::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #b2b2b2;
  border-radius: 10px;
}

.video-remote-inner {
  position: absolute;
}

.remote-button {
  display: block;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 0 0.5em 0.5em;
  font-size: 16px;
  position: relative;
}
.remote-button .thumbnail {
  border-top-left-radius: 12% 17%;
  border-bottom-right-radius: 12% 17%;
  width: 100%;
  filter: brightness(0.8);
}
.remote-button .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.remote-button.current {
  cursor: default !important;
}

.video-holder {
  float: left;
}

.video-single {
  opacity: 0;
  display: none;
  transition: opacity 1s;
}

.video-single.current {
  display: inherit;
  opacity: 1;
  border-top-left-radius: 6% 10%;
  border-bottom-right-radius: 6% 10%;
  overflow: hidden;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;
}

.clearme:after {
  content: "";
  display: table;
  clear: both;
}

.ourVisioned .our-vision-s {
  position: relative;
}
.ourVisioned .our-vision-s .deskImageStory {
  display: block !important;
}
.ourVisioned .our-vision-s .mobImageStory {
  display: none !important;
}
.ourVisioned .our-vision-s .cstmSection.right {
  margin-top: -10%;
}
.ourVisioned .our-vision-s .cstmSection.flex-md-row-reverse {
  position: absolute;
  top: 35vh;
  right: 0;
}
.ourVisioned .our-vision-s .cstmSection .content {
  width: 70%;
  position: relative;
}
.ourVisioned .our-vision-s .cstmSection .content .sectionLabel {
  color: #ffffff;
  font-size: clamp(1.625rem, 1rem + 1.667vw, 2.5rem);
  font-weight: 600;
}
.ourVisioned .our-vision-s .cstmSection .content .cardDescription {
  color: #ffffff;
  font-size: clamp(0.75rem, 0.393rem + 0.952vw, 1.25rem);
}
.ourVisioned .our-vision-s .cstmSection .content.left {
  padding-right: unset;
}
.ourVisioned .our-vision-s .cstmSection .content.left .headingStyle {
  position: absolute;
  right: 15%;
  left: auto;
  width: 100%;
  max-width: 40%;
  padding: 0 15px;
  top: 15%;
}
.ourVisioned .our-vision-s .cstmSection .content.right {
  padding-left: unset;
  margin-inline-start: auto;
}
.ourVisioned .our-vision-s .cstmSection .content.right .headingStyle {
  position: absolute;
  left: 15%;
  right: auto;
  width: 100%;
  max-width: 40%;
  padding: 0 15px;
  top: 15%;
}

.arabic .ourVisioned .our-vision-s .cstmSection.flex-md-row-reverse {
  right: auto;
  left: -1px;
}
.arabic .ourVisioned .our-vision-s .cstmSection .content .card-img {
  transform: scaleX(-1);
}
.arabic .ourVisioned .our-vision-s .cstmSection .content .headingStyle {
  z-index: 1;
}
.arabic .ourVisioned .our-vision-s .cstmSection .content.left {
  padding-right: 0px;
}
.arabic .ourVisioned .our-vision-s .cstmSection .content.left .headingStyle {
  right: 45%;
  left: auto;
}
.arabic .ourVisioned .our-vision-s .cstmSection .content.right {
  padding-left: 0px;
}
.arabic .ourVisioned .our-vision-s .cstmSection .content.right .headingStyle {
  left: auto;
  right: 16%;
}

@media screen and (max-width: 1024.99px) {
  .ourVisioned .our-vision-s {
    padding-bottom: 0px !important;
  }
  .ourVisioned .our-vision-s .deskImageStory {
    display: none !important;
  }
  .ourVisioned .our-vision-s .mobImageStory {
    display: block !important;
  }
  .ourVisioned .our-vision-s .cstmSection.right {
    margin-top: 0;
  }
  .ourVisioned .our-vision-s .cstmSection.flex-md-row-reverse {
    left: 0px;
  }
  .ourVisioned .our-vision-s .cstmSection.flex-md-row-reverse {
    position: relative;
    top: unset;
    right: unset;
  }
  .ourVisioned .our-vision-s .cstmSection .content {
    width: 100%;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem {
    width: 100%;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem .content {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem .content .cardDescription {
    font-size: 14px;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem .content.left .headingStyle {
    top: 50%;
    transform: translateY(-50%);
    max-width: 49%;
    right: 10px;
    left: auto;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem .content.right .headingStyle {
    top: 50%;
    transform: translateY(-50%);
    max-width: 49%;
    right: auto;
    left: 10px;
  }
  .arabic .ourVisioned .our-vision-s .cstmSection.flex-md-row-reverse {
    left: 0px;
  }
  .arabic .ourVisioned .our-vision-s .cstmSection .content.right .headingStyle {
    right: 10px;
    left: auto;
  }
  .arabic .ourVisioned .our-vision-s .cstmSection .content.left .headingStyle {
    right: auto;
    left: 10px;
  }
}
@media screen and (max-width: 991.99px) {
  .video-remote-inner {
    position: unset;
    display: flex;
    overflow: auto;
    margin-top: 10px;
    gap: 10px;
  }
  .video-remote-inner .remote-button {
    min-width: 29%;
    padding: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .video-remote,
  .video-holder {
    float: none;
    width: 100%;
  }
  .ourValues-box-icon picture img {
    max-width: 100%;
    max-height: 80%;
  }
}
@media screen and (max-width: 475px) {
  .our-vision-s .cstmSection .content .sectionLabel {
    padding: 0;
    margin: 0;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem .content .cardDescription {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
  }
  .ourVisioned .our-vision-s .cstmSection .cstmSectionItem .content .headingStyle {
    padding: 0;
    margin: 0;
    max-width: 60%;
  }
}
.mainOurCausePage .ourCompaniesIntro.secGap {
  padding-bottom: 0;
}
.mainOurCausePage .headingStyle .secDescp {
  transition: all 0.5s ease;
}
.mainOurCausePage .headingStyle .secDescp.open {
  max-height: 100rem !important;
}
.mainOurCausePage .aboutMutqen .logoImg img {
  margin-bottom: 20px;
  max-height: 140px;
}
.mainOurCausePage .aboutMutqen .headingStyle .secDescp {
  padding-inline-end: 5vw;
  line-height: 1.5rem;
}
.mainOurCausePage .aboutMutqen .mutqenImage {
  border-radius: 45px 0 45px 0;
  overflow: hidden;
}
.mainOurCausePage .aboutMutqen .mutqenImage img {
  width: 100%;
}
.mainOurCausePage .aboutGil .logoImg {
  padding-inline-start: 5vw;
}
.mainOurCausePage .aboutGil .logoImg img {
  margin-bottom: 20px;
  max-height: 140px;
}
.mainOurCausePage .aboutGil .headingStyle .secDescp {
  padding-inline-start: 5vw;
  line-height: 1.5rem;
  overflow: hidden;
}
.mainOurCausePage .aboutGil .rightArrowBtn {
  padding-inline-start: 5vw;
}
.mainOurCausePage .aboutGil .mutqenImage {
  border-radius: 45px 0 45px 0;
  overflow: hidden;
}
.mainOurCausePage .aboutGil .mutqenImage img {
  width: 100%;
}

.our-cause-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .aboutGil .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .mainOurCausePage .aboutGil .headingStyle .secDescp,
  .mainOurCausePage .aboutMutqen .headingStyle .secDescp {
    padding: 0;
  }
}
.ourCultureAbout .sectionImg,
.ourCultureAbout .careerImg,
.ourCultureAbout .gridImg {
  width: 100%;
  border-top-left-radius: 7% 10%;
  border-bottom-right-radius: 7% 10%;
}
.ourCultureAbout .gridImg {
  aspect-ratio: 5/4;
  object-fit: cover;
}
.ourCultureAbout .rightArrowBtn {
  margin-inline: 0;
}
.ourCultureAbout .secDescp {
  line-height: 1.5rem;
  overflow: hidden;
}

.careersFormSection-x .careerImg {
  width: 100%;
  border-top-left-radius: 7% 10%;
  border-bottom-right-radius: 7% 10%;
}

.manifestoSlider-wrapper {
  position: relative;
}
.manifestoSlider-wrapper .manifestoSlider-button-prev,
.manifestoSlider-wrapper .manifestoSlider-button-next {
  position: absolute;
}
.manifestoSlider-wrapper .manifestoSlider-button-prev .iconStyle,
.manifestoSlider-wrapper .manifestoSlider-button-next .iconStyle {
  height: auto;
  aspect-ratio: 1;
}
.manifestoSlider-wrapper .manifestoSlider-button-next {
  bottom: 100%;
  right: 0;
}
.manifestoSlider-wrapper .manifestoSlider-button-prev {
  bottom: 100%;
  right: 0;
  transform: translateX(-130%);
}

.cultureManifesto .cultureManifestoImage {
  border-radius: 45px 0px 45px 0px;
  overflow: hidden;
}
.cultureManifesto .cultureManifestoImage img {
  width: 100%;
  height: auto;
}

.arabic .cultureManifesto .cultureManifestoImage {
  border-radius: 0px 45px 0px 45px;
}

.cultureOfGrowth .cultureManifestoImage img {
  width: 100%;
  height: auto;
}

.cultureOfGrowth-cards {
  overflow: hidden;
  margin-top: 3em;
}
.cultureOfGrowth-cards .cultureOfGrowth-cards-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -4px 0;
  list-style: none;
  padding: 0;
}
.cultureOfGrowth-cards .cultureOfGrowth-cards-grids .cultureOfGrowth-cards-grids-style {
  flex: 1 0 270px;
  padding: 1.5em;
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.cultureOfGrowth-cards .cultureOfGrowth-cards-grids .cultureOfGrowth-cards-grids-style:empty {
  height: 0;
  border: none;
}
.cultureOfGrowth-cards .cultureOfGrowth-cards-grids .cultureOfGrowth-cards-grids-style .cultureOfGrowth-cards-items .cultureOfGrowth-cards-items-title h3 {
  color: #006266;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 600;
  padding-top: 1em;
}
.cultureOfGrowth-cards .cultureOfGrowth-cards-grids .cultureOfGrowth-cards-grids-style .cultureOfGrowth-cards-items .cultureOfGrowth-cards-items-descp p {
  font-size: 14px;
  color: #707070;
}

.ourPeopleAbout .sectionImg,
.ourPeopleAbout .gridImg {
  width: 100%;
  border-top-left-radius: 7% 10%;
  border-bottom-right-radius: 7% 10%;
}
.ourPeopleAbout .sectionImg-2 {
  width: 80% !important;
}
.ourPeopleAbout .right-img-ourpeople {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ourPeopleAbout .gridImg {
  aspect-ratio: auto;
  object-fit: cover;
}
.ourPeopleAbout .rightArrowBtn {
  margin-inline: 0;
}
.ourPeopleAbout .secDescp {
  line-height: 1.5rem;
  overflow: hidden;
}

.peopleSlider-wrapper {
  position: relative;
}
.peopleSlider-wrapper .peopleSlider-button-prev,
.peopleSlider-wrapper .peopleSlider-button-next {
  position: absolute;
}
.peopleSlider-wrapper .peopleSlider-button-prev .iconStyle,
.peopleSlider-wrapper .peopleSlider-button-next .iconStyle {
  height: auto;
  aspect-ratio: 1;
}
.peopleSlider-wrapper .peopleSlider-button-next {
  bottom: 100%;
  right: 0;
}
.peopleSlider-wrapper .peopleSlider-button-prev {
  bottom: 100%;
  right: 0;
  transform: translateX(-130%);
}

.arabic .ourLeaders .rightArrowBtn a .iconStyle {
  transform: unset;
}

@media screen and (max-width: 992px) {
  .ourPeopleAbout .sectionLabel-leader, .ourPeopleAbout .secDescp, .ourPeopleAbout .rightArrowBtn {
    text-align: center;
  }
}
.mainOurLeadersPage img.mainHero-content-image-bg {
  object-position: 37%;
}

.ceo .cardDesc {
  max-height: 19em;
}
.ceo .cardDesc.open {
  max-height: 1000px;
}

.cfo-chro .cardDesc {
  max-height: 10em;
}
.cfo-chro .cardDesc.open {
  max-height: 1000px;
}

.arabic .cfo-chro .cardDesc {
  max-height: 99em;
}

.personCard .gridImg {
  width: 100%;
  border-radius: 10% 0 10% 0;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}
.personCard .rightArrowBtn {
  margin-inline: 0;
}
.personCard .rightArrowBtn a span {
  font-size: clamp(1rem, 5vw, 18px);
}
.personCard .rightArrowBtn a .iconStyle {
  height: auto;
  aspect-ratio: 1;
  width: clamp(1.1rem, 4vw, 35px);
}

@media screen and (max-width: 768.99px) {
  .ceo .cardDesc.mb-4,
  .cfo-chro .cardDesc.mb-4 {
    margin-top: 20px;
  }
  .ceo.pb-5,
  .cfo-chro.pb-5 {
    padding-bottom: 0 !important;
  }
  .mainOurLeadersPage .rightArrowBtn {
    margin: auto;
  }
  .personCard .rightArrowBtn a .iconStyle {
    width: 25px;
  }
  .personCard .rightArrowBtn a span {
    font-size: 14px;
  }
}
.ps-timeline-sec {
  position: relative;
}

.ps-timeline-sec .container {
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline {
  margin: 370px 0;
  padding: 0;
  border-top: 2px solid #707070;
  list-style: none;
  display: flex;
}

.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 16.66%;
  padding-top: 30px;
  position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px -10;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before,
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #707070;
  width: 2px;
  height: 50px;
  background: #707070;
  position: absolute;
  top: -25px;
  left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #707070;
  width: 8px;
  height: 8px;
  background: #707070;
  position: absolute;
  bottom: 70px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #707070;
  width: 2px;
  height: 50px;
  background: #707070;
  position: absolute;
  bottom: -25px;
  left: 50%;
  top: unset;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #707070;
  width: 8px;
  height: 8px;
  background: #707070;
  position: absolute;
  top: 70px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.ps-timeline-sec .container ol.ps-timeline li.active {
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li.active::before {
  position: absolute;
  content: "";
  background-color: #00a0a8;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 29px;
}
.ps-timeline-sec .container ol.ps-timeline li.active .ps-timeline-image img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  max-width: unset;
}
.ps-timeline-sec .container ol.ps-timeline li.active .img-handler-top {
  border-radius: 30px 0;
  background-color: rgba(0, 160, 168, 0.1);
  padding: 15px;
}
.ps-timeline-sec .container ol.ps-timeline li.active .img-handler-bot {
  border-radius: 30px 0;
  background-color: rgba(0, 160, 168, 0.1);
  padding: 15px;
}
.ps-timeline-sec .container ol.ps-timeline li.active .ps-bot p {
  font-weight: 700;
}
.ps-timeline-sec .container ol.ps-timeline li.active span.ps-sp-top::before {
  color: #00a0a8;
  background: #00a0a8;
}
.ps-timeline-sec .container ol.ps-timeline li.active span.ps-sp-top::after {
  color: #00a0a8;
  background: #00a0a8;
}
.ps-timeline-sec .container ol.ps-timeline li.active p {
  color: #707070;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.ps-timeline-image {
  background-color: #ffffff;
  border-radius: 30px 0;
  overflow: hidden;
  margin-bottom: 15px;
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 100%;
}
.ps-timeline-image img {
  width: 100%;
  height: auto;
  max-width: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  height: 50px;
  color: #006266;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  inset: -35px 0;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top p {
  color: #707070;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 10px;
  inset: 0;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot p {
  color: #707070;
}

[dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline {
  border-left: 0px solid #00a0a8;
}

@media screen and (max-width: 1024.99px) {
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline {
    border-left: 0px solid #00a0a8;
    border-right: 2px solid #00a0a8;
  }
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li span {
    right: 0 !important;
  }
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot::before,
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top::before {
    top: -2px;
  }
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top::after {
    bottom: -5px;
  }
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot::after {
    top: 40px;
  }
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: right !important;
  }
  [dir=rtl] .arabic .ps-timeline-sec .container ol.ps-timeline li.active .img-handler-top,
  [dir=rtl] .arabic .ps-timeline-image {
    border-radius: 0px 30px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #00a0a8;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 440px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    transform: rotate(90deg);
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 10px 0 !important;
    padding-top: 0px !important;
    flex-direction: column;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    height: auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    position: relative;
  }
  .ps-timeline-sec .container ol.ps-timeline li::before {
    position: absolute;
    content: "";
    background-color: #707070;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 29px;
    display: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child::before {
    position: unset;
    content: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot,
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: unset;
    float: none !important;
    width: 90% !important;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot,
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: unset;
    transform: unset;
    margin: 0 auto;
    order: 2;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot::before {
    bottom: 25px;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot::after {
    top: -30px;
  }
}
.contact-form .sectionLabel {
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem);
  line-height: clamp(1.5rem, 1.4279rem + 0.3205vw, 1.8125rem);
}

.contactForm .cutButton {
  margin-inline: 0 30px;
}
.contactForm .input-group-text {
  border: none;
  padding: 0;
}
.contactForm .rightArrowBtn a, .contactForm .rightArrowBtn button {
  text-transform: unset;
}

.customInputGroup {
  border: 1px solid rgba(0, 0, 0, 0.1333333333) !important;
}
.customInputGroup span {
  height: 50px;
  background-color: transparent;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.customInputGroup input.form-control.nested-input {
  height: 100%;
}
.customInputGroup:focus {
  border: 1px solid #48c83a !important;
}

.contactInfo {
  background-color: #eeeeee;
  padding: 2rem clamp(1.25rem, 0.714rem + 1.429vw, 2rem);
  border-radius: 30px 0 30px 0;
}
.contactInfo-box {
  padding-block: 1.5rem;
}
.contactInfo-box:not(:last-child) {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.contactInfo-box p {
  margin-bottom: 0;
}
.contactInfo-box p a {
  color: #000000;
  text-decoration: none;
}
.contactInfo-box-title {
  font-size: clamp(1rem, 0.9567rem + 0.1923vw, 1.125rem);
  font-weight: 600;
  color: #707070;
  padding-bottom: 0.3em;
}
.contactInfo-box-body {
  font-size: clamp(0.1rem, 0.7567rem + 0.1923vw, 1.125rem);
}
.contactInfo-box-link {
  color: #00a0a8;
  text-decoration: none;
  font-size: clamp(0.1rem, 0.7567rem + 0.1923vw, 1.125rem);
  font-weight: 600;
  padding-top: 0.1em;
  display: block;
}
.contactInfo-box-link:hover {
  color: #00a0a8;
}

.customForm h1 {
  font-weight: 700;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
}
.customForm #description {
  font-size: 24px;
}
.customForm .form-wrap {
  position: relative;
}
.customForm .form-group {
  margin-bottom: 25px;
  position: relative;
}
.customForm .form-group ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-inline-start: 0;
  list-style: none;
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: -35px;
}
.customForm .form-group > label {
  display: inline-block;
  font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
  font-weight: 600;
  line-height: clamp(1.5rem, 1.4135rem + 0.3846vw, 1.875rem);
  color: #707070;
  padding-bottom: 0.5em;
}
.customForm .custom-control-label {
  color: #000;
  font-size: 16px;
}
.customForm .form-control,
.customForm .form-select,
.customForm .customInputGroup {
  height: 50px;
  padding: 0 15px;
  font-size: clamp(0.8rem, 0.9rem + 0.2vw, 1rem);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.customForm .form-control:focus {
  border-color: #48c83a;
  box-shadow: none;
}
.customForm textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}
.customForm .btn-primary:hover {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.customForm .btn-primary:focus,
.customForm .btn-primary.focus {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.customForm .btn-primary:not(:disabled):not(.disabled):active,
.customForm .btn-primary:not(:disabled):not(.disabled).active,
.customForm .show > .btn-primary.dropdown-toggle {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
}
.customForm .btn-primary:not(:disabled):not(.disabled):active:focus,
.customForm .btn-primary:not(:disabled):not(.disabled).active:focus,
.customForm .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px) {
  .contactInfo {
    padding: 0 clamp(1.25rem, 0.714rem + 1.429vw, 2rem);
  }
}
.careersPage .empoweringTogether.secGap {
  padding-bottom: 0;
}

.fileUploadButton {
  position: relative;
}
.fileUploadButton-input {
  opacity: 0;
  z-index: 3;
  position: relative;
}
.fileUploadButton-custom {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  inset: 0;
}
.fileUploadButton-icon {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fileUploadButton-icon svg {
  height: 35%;
}

.fileSelector {
  display: none;
}

.careersForm {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0rem;
  border-top-left-radius: 5% 7%;
  border-bottom-right-radius: 5% 7%;
}

.careerOptions a {
  text-decoration: none;
  color: inherit;
}
.careerOptions p {
  margin-bottom: 0;
}
.careerOptions-header {
  box-shadow: 0 1px 0 0 #b2b2b2;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.careersOpt {
  margin-bottom: 0;
  border-top-left-radius: 5% 47%;
  border-bottom-right-radius: 5% 47%;
  padding: 0.75em 1em;
  margin-bottom: 0.5em;
  transition: background-color 0.15s ease-in-out;
}
.careersOpt p {
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  text-decoration: none;
}
.careersOpt:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
.careersOpt.active {
  background-color: #ffffff;
}

.careersFormSection .sectionLabel {
  font-size: 1.1rem;
}
.careersFormSection .cutButton {
  margin-inline-end: 27px;
}

.careersNewsletter .newsletterForm {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.careersNewsletter .sectionImg {
  width: 100%;
  border-top-left-radius: 7% 10%;
  border-bottom-right-radius: 7% 10%;
}

.newsletter-title {
  font-size: clamp(1rem, 0.9135rem + 0.3846vw, 1.25rem);
  font-weight: 600;
  color: #006266;
  line-height: 1.5em;
}

.careerWhyJoinUs .careerWhyJoinUs-features .careerWhyJoinUs-features-items {
  margin-bottom: 3em;
}
.careerWhyJoinUs .careerWhyJoinUs-features .careerWhyJoinUs-features-items .careerWhyJoinUs-features-items-title h3 {
  color: #006266;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  padding-block: 10px;
  font-weight: 600;
}
.careerWhyJoinUs .careerWhyJoinUs-features .careerWhyJoinUs-features-items .careerWhyJoinUs-features-items-descp p {
  color: #707070;
  font-size: 14px;
}
.careerWhyJoinUs .careerWhyJoinUs-fullImage {
  border-radius: 45px 5px 45px 5px;
  overflow: hidden;
  height: 700px;
}
.careerWhyJoinUs .careerWhyJoinUs-fullImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.arabic .careerWhyJoinUs .careerWhyJoinUs-fullImage {
  border-radius: 5px 45px 5px 45px;
}

@media screen and (max-width: 991px) {
  .careerWhyJoinUs .careerWhyJoinUs-fullImage {
    height: auto;
  }
  .careerWhyJoinUs .careerWhyJoinUs-fullImage img {
    width: 100%;
    height: auto;
  }
}
.news-Card {
  margin-block: 30px;
}
.news-Card .card-image {
  border-radius: 45px 0 45px 0;
  overflow: hidden;
  margin-bottom: 24px;
}
.news-Card .card-image img {
  width: 100%;
  object-fit: cover;
}
.news-Card .authorTitle {
  font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  color: #707070;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1;
}
.news-Card .cardHeading {
  font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  color: #48c83a;
  font-weight: 800;
  margin-bottom: 14px;
}
.news-Card .cardDesc {
  color: #707070;
  line-height: 1.5;
  margin-bottom: 20px;
  max-height: unset;
  height: auto;
  margin-top: 0px;
  font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsFeaturedPage .card-image {
  border-radius: 45px 0 45px 0;
  overflow: hidden;
  margin-bottom: 24px;
}
.newsFeaturedPage .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsFeaturedPage .authorTitle {
  font-size: clamp(0.75rem, 0.523rem + 0.606vw, 1.25rem);
  color: #707070;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.newsFeaturedPage .cardHeadingFeature {
  font-size: clamp(1.25rem, 0.536rem + 1.905vw, 2.25rem);
  color: #006266;
  margin-bottom: 14px;
  line-height: 1;
}
.newsFeaturedPage .cardDesc {
  color: #707070;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsFeaturedPage .paginationDynamicNews {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-block: 1.5rem;
  flex-wrap: wrap;
}
.newsFeaturedPage .paginationDynamicNews li {
  background-color: transparent;
  list-style: none;
}
.newsFeaturedPage .paginationDynamicNews li a {
  color: #707070;
  text-decoration: none;
}
.newsFeaturedPage .paginationDynamicNews li.disabled {
  pointer-events: none;
}
.newsFeaturedPage .paginationDynamicNews li.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
}
.newsFeaturedPage .paginationDynamicNews li.number.active {
  background-color: #006266;
}
.newsFeaturedPage .paginationDynamicNews li.number.active a {
  color: #ffffff;
  font-weight: 600;
}
.newsFeaturedPage .paginationDynamicNews li.active {
  color: #ffffff;
  background-color: #006266;
  font-weight: 600;
}

.newsDetailPage .newsDetailDesc {
  padding-inline-end: clamp(2.5rem, 0.982rem + 4.048vw, 4.625rem);
  border-inline-end: 1px solid #D8D8D8;
}
.newsDetailPage .newsDetailDesc video {
  width: 100%;
  height: auto;
  margin-block: 20px;
}
.newsDetailPage .newsDetailDesc .authorTitle {
  font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  color: #707070;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.newsDetailPage .newsDetailDesc .cardHeadingFeature {
  font-size: clamp(1.25rem, 0.536rem + 1.905vw, 2.25rem);
  color: #006266;
  margin-bottom: 14px;
  line-height: 1;
}
.newsDetailPage .newsDetailDesc p {
  color: #707070;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
}
.newsDetailPage .newsDetailDesc .shareButton {
  color: #006266;
  padding-block: 15px;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.523rem + 0.606vw, 1.25rem);
  text-decoration: none;
}

.rightHeading {
  font-size: clamp(1rem, 0.773rem + 0.606vw, 1.5rem);
  color: #006266;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 1;
}

.viewAllButton {
  background-color: #48c83a;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 25px 0 25px 0;
  text-transform: capitalize;
  font-size: clamp(0.75rem, 0.523rem + 0.606vw, 1.25rem);
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: max-content;
  margin-block: 10px;
  transition: all 0.3s ease;
  margin-inline: auto;
}
.viewAllButton:hover {
  background-color: #006266;
  transition: all 0.3s ease;
  color: #48c83a;
}

@media screen and (max-width: 992px) {
  .newsDetailPage .newsDetailDesc {
    border: none;
    padding-inline: unset;
  }
}
.statHeader {
  display: flex;
  gap: 10px;
}
.statHeader-box {
  margin-right: clamp(1.875rem, 1.023rem + 1.273vw, 2.75rem);
  min-width: unset !important;
  width: 25%;
  border-bottom: 4px solid #48c83a;
}
.statHeader-box-count {
  font-size: clamp(1.3rem, 2.5vw, 3rem);
  font-weight: 700;
  color: #006266;
  display: flex;
  align-items: center;
  gap: 0.1em;
}
.statHeader-box .text {
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 700;
  color: #006266;
  margin-bottom: 0.35em;
}
.statHeader-box:last-child {
  margin-right: 0px;
}

.arabic .statHeader-box {
  margin-left: clamp(0rem, 0rem + 1.273vw, 2.75rem);
  margin-right: 0;
}
.arabic .statHeader-box:last-child {
  margin-right: 0px;
  margin-left: 0px;
}

.goodyCoAbout {
  background-color: #eeeeee;
}
.goodyCoAbout img {
  width: 100%;
  border-radius: 45px 0;
}

.detail-page-logo {
  width: 175px;
}

.goodyCoBrand {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 12% 17%;
  border-bottom-right-radius: 12% 17%;
}
.goodyCoBrand-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.goodyCoBrand-shadow {
  position: absolute;
  inset: 0;
  background-color: #361010;
  z-index: 2;
  opacity: 0.79;
}
.goodyCoBrand-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 3;
}
.goodyCoBrand-content:hover .goodyCoBrand-content-logo img {
  transform: scaleX(0);
  max-height: 0px;
}
.goodyCoBrand-content:hover .goodyCoBrand-content-logo p {
  max-height: 4.5em;
}
.goodyCoBrand-content-logo {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.goodyCoBrand-content-logo img {
  transform: scaleY(1);
  transform-origin: top;
  max-width: 40%;
  max-height: 100px;
  transition: 0.3s all;
}
.goodyCoBrand-content-logo h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
}
.goodyCoBrand-content-logo p {
  text-align: center;
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1.5em;
  width: 85%;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.callToAction .callTopActionStyle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #48c83a;
  background: linear-gradient(117deg, #48c83a 0%, #006266 100%);
  border-radius: 45px 0;
  padding: max(4vh, 2rem) 0;
}
.callToAction-text {
  font-style: italic;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.8929rem + 0.7143vw, 1.75rem);
}
.callToAction-text a {
  color: #ffffff;
}
.callToAction-text a .iconStyle {
  color: #ffffff;
  border-color: #ffffff;
}
.callToAction-button {
  background-color: transparent;
  border-top-left-radius: 7% 40%;
  font-size: clamp(1rem, 0.8929rem + 0.7143vw, 1.75rem);
  border-bottom-right-radius: 7% 40%;
  padding: 0;
  font-style: italic;
  color: #ffffff;
  text-decoration: none;
}
.callToAction-button:hover {
  color: #ffffff;
}
.callToAction .callActionLink {
  text-align: center;
}
.callToAction .callActionLink a {
  text-transform: capitalize;
  color: #006266;
  font-size: clamp(1.5rem, 0.5887rem + 0.4469vw, 1.125rem);
}

.productSlider-active .productSlider-slide-wrapper {
  background-color: #ffffff;
}
.productSlider-wrapper {
  position: relative;
  margin: 0px 60px 60px;
}
.productSlider-slide-wrapper {
  background-color: #ffffff;
  transition: 0.5s all;
  padding: 1rem;
  margin: 1rem;
  border-radius: 0.5rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productSlider-slide-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0 6px 26px 0 #eeeeee;
}
.productSlider-slide-wrapper img {
  width: 50%;
}

.productSlider1-pagination {
  position: absolute;
  bottom: -15px !important;
}
.productSlider1-pagination .swiper-pagination-bullet-active-main {
  background-color: #00a0a8;
}

.productSlider1-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(50%, -50%);
  z-index: 2;
}

.productSlider1-button-prev {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 0px;
}

.productSlider .rightArrowBtn {
  margin: 0;
}

@media screen and (max-width: 1024.99px) {
  .statHeader-box {
    margin-right: clamp(0rem, 0rem + 1.273vw, 2.75rem);
  }
}
@media screen and (max-width: 576px) {
  .statHeader {
    flex-wrap: wrap;
    gap: 30px;
  }
  .statHeader-box {
    min-width: 0%;
    width: 30%;
  }
  .productSlider-slide-wrapper {
    background-color: #ffffff;
    box-shadow: 0 6px 26px 0 #eeeeee;
  }
}
.home2 .rightArrowBtn {
  margin: 0;
}
.home2 .followUs {
  background-color: transparent;
}
.home2 .secGap {
  padding: max(6vh, 2rem) 0px !important;
}
.home2 .ourCause .cardSection {
  margin-top: 30px;
}
.home2 .page-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.home2 .page-header.header-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.home2 .ourStory .imgStyle img {
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.home2 .ourPeople .cardSection .cardStyle .bgImage {
  border-radius: 30px 0px 30px 0px;
  aspect-ratio: 1.25;
}
.home2 .ourCause .cardSection .cardStyle.leftStyle .bgImage {
  border-radius: 30px 0px 0px 0px;
}
.home2 .ourCause .cardSection .cardStyle.rightStyle .bgImage {
  border-radius: 0px 0px 30px 0px;
}
.home2 .ourCompanies .cardSection .cardStyle .bgImage {
  border-radius: 30px 0 30px 0;
}
.home2 .ourCause {
  background-color: transparent;
  margin-top: unset;
  padding-top: max(3vh, 1rem);
  padding-bottom: 30px;
}
.home2 .siteFooter .topFooter .f-basmahLogo a img {
  max-width: max(9vw, 3.5rem);
}
.home2 .siteFooter .topFooter .flexFooter {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.home2 .siteFooter .topFooter .flexFooter .footerCols {
  max-width: 130px;
}
.home2 .siteFooter .topFooter .flexFooter .footerCols li {
  line-height: 1em;
}
.home2 .siteFooter .topFooter .flexFooter .footerCols li a {
  line-height: 1.3em;
  font-weight: 500;
  font-size: 12px;
}
.home2 .siteFooter .topFooter .flexFooter .footerCols .fTitle {
  font-size: clamp(0.75rem, 0.6071rem + 0.2232vw, 0.875rem);
}
.home2 .siteFooter .bottomFooter p {
  font-size: 12px;
}
.home2 .siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize {
  gap: 15px;
}
.home2 .siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize li a {
  font-size: clamp(0.75rem, 0.6071rem + 0.2232vw, 0.875rem);
}

.arabic .home2 .siteFooter .topFooter .flexFooter .footerCols .fTitle {
  font-size: clamp(0.75rem, 0.6071rem + 0.3332vw, 1rem);
  font-weight: 600;
}

@media (min-width: 1580px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1025px) {
  .home2 .followUs .cardSection,
  .home2 .ourPeople .home2 .cardSection,
  .home2 .ourCompanies .home2 .cardSection,
  .home2 .ourCause .cardSection,
  .WhatsNewSection,
  .newsFeaturedPage,
  .newsDetailPage {
    padding: 0 max(10vw, 6rem);
  }
  .home2 .followUs .cardSection,
  .home2 .ourPeople .cardSection,
  .home2 .ourCompanies .cardSection,
  .home2 .ourCause .cardSection {
    margin-top: 10px;
  }
  .home2 .rightArrowBtn {
    margin: 0;
  }
  .home2 .ourStory .imgStyle {
    padding-inline: max(4vw, 2rem);
  }
  .home2 .ourCause .cardSection .cardStyle .cardText {
    font-size: clamp(1.125rem, 0.8036rem + 0.4762vw, 1.375rem);
  }
  .home2 .ourCause .cardSection .cardStyle .cardText {
    font-size: clamp(1.025rem, 0.6036rem + 0.4762vw, 1.375rem);
  }
}
@media screen and (min-width: 768.99px) {
  .home2 .siteFooter .topFooter .flexFooter .footerCols > a {
    display: block;
    font-weight: 500;
  }
}
@media screen and (max-width: 1300.99px) {
  .home2 .followUs .cardSection,
  .home2 .ourPeople .home2 .cardSection,
  .home2 .ourCompanies .home2 .cardSection,
  .home2 .ourCause .cardSection,
  .WhatsNewSection,
  .newsFeaturedPage,
  .newsDetailPage {
    padding: 0 max(8vw, 6rem);
  }
  .home2 .ourCompanies.secGap {
    padding: max(7vh, 2rem) 0px;
  }
  .home2 .ourStory.secGap {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .WhatsNewSection,
  .newsFeaturedPage,
  .newsDetailPage {
    padding: 55px 0 !important;
  }
}
@media screen and (max-width: 768.99px) {
  .mainPageSlider .swiper {
    height: calc(75vh - 0px);
  }
  .home2 .siteFooter .topFooter .flexFooter {
    justify-content: start;
    gap: 0;
  }
  .home2 .siteFooter .topFooter .flexFooter .footerCols {
    max-width: 50%;
  }
}
@media screen and (max-width: 620.99px) {
  .home2 .siteFooter .topFooter .f-basmahLogo a img {
    max-width: max(9vw, 6.5rem);
  }
  .home2 .ourCompanies .cardSection .cardStyle {
    height: 230px;
  }
  .home2 .mainPageSlider .headerSlider::after {
    bottom: -12px;
  }
  .home2 .mainPageSlider .swiper-slide-active .descpSlider__text {
    margin-inline-start: -25px;
  }
  .home2 .ourCompanies.secGap {
    padding: max(7vh, 2rem) 15px;
  }
  .home2 .ourCause .cardSection {
    padding: 0;
  }
  .home2 .mainPageSlider .headerSlider::after {
    background: url("../images/main-slider-side-curve-mob.svg") no-repeat;
    bottom: -2px;
    background-position: bottom;
  }
  .home2 .mainPageSlider .descpSlider p {
    font-size: 16px;
    line-height: 19px;
  }
}
.mainAboutMutqenPage .mainHero-content-image-bg {
  object-position: 30%;
}

.main404Page-section {
  display: flex;
  height: 100vh;
  align-items: center;
  padding-inline: 5vw 2.5rem;
}
.main404Page-section-image img {
  width: 100%;
}
.main404Page-section-content-title h1 {
  font-size: clamp(3.75rem, 0.3981rem + 11.1266vw, 13.75rem);
  color: #006266;
  font-weight: 700;
}
.main404Page-section-content-subTitle h5 {
  color: #000000;
  font-size: clamp(1.3125rem, 1.0821rem + 0.765vw, 2rem);
}
.main404Page-section-content-para p {
  color: #006266;
  font-size: clamp(1rem, 0.8743rem + 0.4172vw, 1.375rem);
}
.main404Page-section-content-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.arabic .direction-ltr {
  direction: ltr;
}
.arabic .direction-ltr .main404Page-section-content {
  direction: rtl;
}

.cardBtn a {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #48c83a;
  padding: 10px 15px;
  font-weight: 600;
  margin-top: 1rem;
  font-size: clamp(0.875rem, 0.8317rem + 0.1923vw, 1.0625rem);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 98, 102, 0.2);
  display: inline-block;
  position: relative;
  z-index: 10000;
}

.aboutVideoTabs .tab-content {
  display: flex;
}
.aboutVideoTabs .accordion-item {
  background-color: transparent;
  border: 0;
  width: 100%;
}
.aboutVideoTabs .nav-item {
  width: 100%;
  max-width: 33%;
  display: flex;
  justify-content: center;
}
.aboutVideoTabs .nav-tabs .nav-link {
  font-size: 24px;
  font-weight: 600;
  color: #707070;
}
.aboutVideoTabs .nav-tabs .nav-link.active,
.aboutVideoTabs .nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.aboutVideoTabs .nav-tabs {
  border-bottom: 2px solid rgba(112, 112, 112, 0.16);
}
.aboutVideoTabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #48c83a;
  color: #48c83a;
}

@media (max-width: 991px) {
  .aboutVideoTabs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .aboutVideoTabs .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #48c83a;
    font-weight: 600;
  }
  .aboutVideoTabs .accordion-button:not(.collapsed):focus {
    outline: 0;
    box-shadow: unset;
  }
  .aboutVideoTabs .accordion-button {
    background-color: transparent;
    color: #48c83a;
    font-weight: 600;
    border-bottom: 1px solid rgba(112, 112, 112, 0.16);
  }
  .aboutVideoTabs .accordion-button.collapsed {
    color: #707070;
  }
  .aboutVideoTabs .accordion-button:focus {
    outline: 0;
    box-shadow: unset;
  }
  .aboutVideoTabs .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .aboutVideoTabs .tab-content {
    display: flex;
    flex-direction: column;
  }
}
.videoCard {
  margin-top: 15px;
}
.videoCard .videoCard-item video {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: black;
  overflow: hidden;
  border-radius: 30px 0px 30px 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.videoCard .videoCard-item .videoCard-item-title {
  margin-top: 10px;
}
.videoCard .videoCard-item .videoCard-item-title h4 {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.videoCard-item-video {
  position: relative;
}
.videoCard-item-video .video-control {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
}
.videoCard-item-video .video-control-pause {
  display: none;
}
.videoCard-item-video .video-control:not(.playing) .video-control-pause,
.videoCard-item-video .video-control.playing .video-control-play {
  display: none;
}
.videoCard-item-video .video-control-symbol {
  font: 1.75em/0 Apple Color Emoji;
  vertical-align: -0.15em;
}
.videoCard-item-video:hover .video-control-pause {
  display: block;
}

@media screen and (max-width: 991.99px) {
  .videoCard .videoCard-item {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768.99px) {
  .videoCard .videoCard-item .videoCard-item-title h4 {
    font-size: 16px;
  }
  .videoCard .videoCard-item .videoCard-item-video .video-control-symbol img {
    width: 100%;
    max-width: 50%;
  }
}
.downloadOnApp {
  margin-top: 60px;
}
.downloadOnApp .downloadOnApp-title {
  margin-bottom: 20px;
}
.downloadOnApp .downloadOnApp-title h6 {
  color: #006266;
  font-size: 24px;
}
.downloadOnApp .downloadOnApp-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.downloadOnApp .downloadOnApp-icons img {
  width: 100%;
  max-width: 150px;
}

.mobileAppImage img {
  width: 100%;
}

.ourServices .ourValues-box {
  margin-top: 50px;
}
.ourServices .ourValues-box .ourValues-box-icon {
  background-color: #eeeeee;
}
.ourServices .ourValues-box .ourValues-box-icon img {
  width: 100%;
  max-width: 45px;
}
.ourServices .ourValues-box .headingStyle .subHeading {
  color: #707070;
  font-size: clamp(1.475rem, 0.784rem + 0.3883vw, 1.25rem);
  font-family: "ntaqat";
}
.ourServices .ourValues-box .headingStyle .cardDesc {
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
}

.arabic .ourServices .ourValues-box .headingStyle .subHeading {
  color: #707070;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
}

.siteFooter {
  background-color: #00474b;
  padding: 20px 0;
  border-radius: 0px 0px 45px 0;
}
.siteFooter .topFooter .f-basmahLogo a img {
  width: 100%;
  max-width: 180px;
}
.siteFooter .topFooter .flexFooter {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.siteFooter .topFooter .flexFooter .footerCols {
  width: 100%;
  max-width: 140px;
}
.siteFooter .topFooter .flexFooter .footerCols .fTitle {
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.siteFooter .topFooter .flexFooter .footerCols ul {
  list-style: none;
  padding-inline-start: 0;
}
.siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize {
  display: flex;
  gap: 20px;
}
.siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize li {
  margin: 0;
}
.siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize li a {
  color: #ffffff;
  font-size: 20px;
  opacity: 1;
}
.siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize li a i {
  transition: 0.5s all;
  color: #ffffff;
}
.siteFooter .topFooter .flexFooter .footerCols ul.footerSocialize li a:hover i {
  transform: rotateY(360deg);
}
.siteFooter .topFooter .flexFooter .footerCols ul.downloadProfile li {
  line-height: 19px;
}
.siteFooter .topFooter .flexFooter .footerCols ul.downloadProfile li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  opacity: 1;
}
.siteFooter .topFooter .flexFooter .footerCols ul.downloadProfile li a img {
  width: 25px;
  margin-inline-start: 10px;
  aspect-ratio: 1;
}
.siteFooter .topFooter .flexFooter .footerCols ul li {
  margin: 15px 0;
}
.siteFooter .topFooter .flexFooter .footerCols ul li:first-child {
  margin-top: 0;
}
.siteFooter .topFooter .flexFooter .footerCols ul li a {
  color: #ffffff;
  opacity: 0.7;
  font-size: 11px;
  text-decoration: none;
  transition: 0.3s all;
  font-weight: 400;
}
.siteFooter .topFooter .flexFooter .footerCols ul li a:hover {
  color: #ffffff;
}
.siteFooter .bottomFooter .container {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.siteFooter .bottomFooter p {
  color: #ffffff;
  margin-bottom: 0;
  padding: 10px 0;
}
.siteFooter .bottomFooter ul {
  padding: 10px 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
}
.siteFooter .bottomFooter ul li span,
.siteFooter .bottomFooter ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  .siteFooter .topFooter .flexFooter .footerCols.col2 {
    max-width: initial;
    flex-grow: 2;
  }
}
@media screen and (max-width: 1199px) {
  .siteFooter .topFooter .flexFooter {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768.99px) {
  .desktopHide {
    display: none;
  }
  .siteFooter .topFooter .flexFooter .footerCols > a {
    display: none;
    text-decoration: none;
  }
  .siteFooter .mobileOnly {
    display: none;
  }
}
@media screen and (max-width: 768.99px) {
  .siteFooter .bottomFooter .container {
    margin-top: 10px;
    padding-top: 10px;
  }
  .mobileSocialize {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
  }
  .mobileSocialize .footerCols .fTitle {
    color: #ffffff;
    font-weight: 300;
  }
  .mobileSocialize ul {
    padding-inline: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
  }
  .mobileSocialize ul li a i {
    color: #ffffff;
    font-size: 18px;
  }
  .mobileHide {
    display: none;
  }
  .siteFooter {
    padding-left: 25px;
    padding-right: 25px;
  }
  .siteFooter .mobileOnly {
    width: 100%;
    max-width: 100%;
  }
  .siteFooter .mobileOnly a {
    color: #b2b2b2;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    font-size: 14px;
  }
  .siteFooter .topFooter .flexFooter {
    display: flex;
    justify-content: space-between;
    gap: 25px 0;
    flex-wrap: wrap;
  }
  .siteFooter .topFooter .flexFooter .footerCols {
    max-width: 170px;
  }
  .siteFooter .topFooter .flexFooter .footerCols .fTitle {
    font-size: 16px;
  }
  .siteFooter .topFooter .flexFooter .footerCols > h6 {
    display: none;
  }
  .siteFooter .topFooter .flexFooter .footerCols > a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .siteFooter .topFooter .flexFooter .footerCols ul {
    display: none;
  }
  .siteFooter .f-basmahLogo {
    margin-bottom: 25px;
  }
  .siteFooter .bottomFooter {
    text-align: center;
  }
  .siteFooter .bottomFooter ul {
    gap: 10px;
    justify-content: center;
  }
  .siteFooter .bottomFooter ul li {
    text-align: center;
  }
  .siteFooter .bottomFooter ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 414.99px) {
  .siteFooter .topFooter .flexFooter .footerCols {
    max-width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .arabic .headingStyle .secDescp.pe-lg-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .arabic .headingStyle .secDescp.ps-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .home2 .followUs .cardSection,
  .home2 .ourPeople .cardSection,
  .home2 .ourCompanies .cardSection,
  .home2 .ourCause .cardSection {
    margin-top: 10px;
    padding: 0 max(10vw, 6rem);
  }
  .ourCompanies .cardSection .cardStyle {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1025px) {
  .statHeader-box {
    min-width: 50px;
  }
  .statHeader-box-count {
    font-size: clamp(1.25rem, 0.3195rem + 1.4525vw, 2.0625rem);
  }
  .mainHero-content-image {
    height: auto;
    aspect-ratio: 16/5;
  }
  .rightArrowBtn {
    margin: max(1vh, 1rem);
  }
  .ourCause .cardSection .cardStyle .bgImage {
    height: auto;
  }
  .vertBtn a .iconStyle {
    width: 40px;
    height: 40px;
  }
  .ourPeople {
    padding: max(6vh, 1rem) 30px;
  }
  .ourPeople .cardSection .cardStyle .bgImage {
    aspect-ratio: 1;
  }
  .headingStyle .mainHeading {
    font-size: clamp(1.25rem, 0.536rem + 1.905vw, 2.25rem);
    font-weight: 400;
  }
  .headingStyle .secDescp {
    font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  }
  .headingStyle .subHeading {
    font-size: clamp(0.875rem, 0.5536rem + 0.4762vw, 1.125rem);
  }
  .arabic .headingStyle .subHeading {
    font-size: clamp(1.125rem, 1.05rem + 0.275vw, 1.5rem);
  }
  .goodyCoAbout .headingStyle .secDescp {
    font-size: clamp(1.575rem, 0.5536rem + 0.4762vw, 1.125rem);
  }
  .followUs .cardSection,
  .ourPeople .cardSection,
  .ourCompanies .cardSection,
  .ourCause .cardSection {
    padding: 0 max(10vw, 6rem);
  }
  .ourStory .imgStyle {
    padding-inline: max(12vw, 6rem);
  }
  .ourCause .cardSection .cardStyle .cardText {
    font-size: clamp(1.125rem, 0.8036rem + 0.4762vw, 1.375rem);
  }
  .ourPeople .cardSection .cardStyle .cardText h4 {
    font-size: clamp(1.125rem, 0.6955rem + 0.6704vw, 1.5rem);
  }
  .rightArrowBtn a span {
    font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
  }
  .rightArrowBtn a .iconStyle {
    width: max(2vw, 1rem);
    height: max(2vw, 1rem);
  }
  .ourCompanies .cardSection .maincontainer > .back h2 {
    font-size: clamp(1.375rem, 0.8929rem + 0.7143vw, 1.75rem);
  }
  .ourCompanies .cardSection .maincontainer > .back p {
    font-size: clamp(0.8125rem, 0.7321rem + 0.119vw, 0.875rem);
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .ourCompanies .cardSection .maincontainer > .back h2 {
    font-size: clamp(0.375rem, 0.8929rem + 0.243vw, 1.75rem);
  }
  .ourCompanies .cardSection .maincontainer > .back p {
    font-size: clamp(0.6125rem, 0.5321rem + 0.119vw, 0.575rem);
  }
  .rightArrowBtn a span {
    font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
  }
}

/*# sourceMappingURL=custom.css.map */
