@charset "UTF-8";
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-Thin.ttf");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-ExtraLight.ttf");
  font-weight: 275;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/IBM/IBMPlexSansArabic-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 58%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "IBM Plex Sans Arabic";
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.6rem;
}
.no_scroll__ {
  overflow: hidden;
}
p {
  color: #2e3b52;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252f42;
  margin: 0;
}
ul {
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
    padding: 0;
  }
}

.hero-statistics-wrapper-about-us {
  border-radius: 33px 0 33px 33px;
  padding:  20px;
  background: #FFF;
  box-shadow: 0 28px 58.2px 0 rgba(161, 161, 161, 0.08);
}
.hero-statistics-wrapper-about-us .statistics_number {
  color: #313131!important;
}
.hero-statistics-wrapper-about-us .statistics_title {
  color: #10211D!important;
}
.link__ {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 50px;
  color: #000;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link__:hover {
  text-decoration: none;
}
.link__.center {
  margin: 0 auto;
}
.link__.full_width__ {
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 991px) {
  .link__.full_width_sm__ {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .link__.full_width_xs__ {
    min-width: 100%;
    width: 100%;
  }
}
.link__.fixed_size__ {
  min-width: 140px;
}
.link__.main_link {
  height: 46px;
  color: #fff!important;
  padding: 0 30px;
  font-size: 1.4rem;
  background: #A2B328;
  border-radius: 2px;
  text-align: center;
}
.link__.main_link:hover {
  background-color: #A2B328;
}
.link__.second_color_link__ {
  height: 46px;
  border-radius: 48px;
  padding: 0 30px;
  background-color: #252f42;
  color: #fff;
}
.link__.second_color_link__:hover {
  background-color: rgba(37, 47, 66, 0.9);
}
.link__.second_color_link__.bordered__ {
  background-color: transparent;
  color: #252f42;
  border: 1px solid #252f42;
}
.link__.second_color_link__.bordered__:hover {
  background-color: rgba(37, 47, 66, 0.1);
}
.link__.contact_us_link__ {
  background-color: #313131;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 2px;
  gap: 0;
  padding: 0 3rem;
}
.link__.contact_us_link__:hover {
  background-color: #313131!important;
  color: white!important;
}
@media only screen and (max-width: 1440px) {
  .link__.contact_us_link__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .link__.contact_us_link__ {
    width: 100%;
    border-radius: 0;
  }
}
.link__.contact_us_link__:hover {
  background-color: rgba(101, 237, 205, 0.9);
  color: #000;
}
.link__.download_profile_link__ {
  background-color: transparent;
  color: #65edcd;
  border: 1px solid #65edcd;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 0 3rem;
  gap: 0;
}
@media only screen and (max-width: 1280px) {
  .link__.download_profile_link__ {
    padding: 0 1rem;
    font-size: 1.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 991px) {
  .link__.download_profile_link__ {
    width: 100%;
    border-radius: 0;
  }
}
.link__.download_profile_link__:hover {
  background-color: rgba(101, 237, 205, 0.9);
  color: #000;
}
.link__.footer_link__ {
  color: #f2f2f2;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  gap: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .link__.footer_link__ {
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.link__.footer_link__ img {
  width: 32px;
}
@media only screen and (max-width: 991px) {
  .link__.footer_link__ img {
    width: 24px;
  }
}
.link__.footer_link__:hover {
  color: #889521;
}
.link__.contact_us_link,
.link__.projects_link {
  background-color: #889521;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 2px;
  gap: 0;
  padding: 0 3rem;
  width: 28rem;
}
@media only screen and (max-width: 1280px) {
  .link__.contact_us_link,
  .link__.projects_link {
    max-width: 100%;
  }
}
/* .link__.contact_us_link:hover,
.link__.projects_link:hover {
  background-color: rgba(101, 237, 205, 0.9);
  color: #000;
} */
.link__.projects_link {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
@media only screen and (max-width: 1280px) {
  .link__.projects_link {
    font-size: 1.6rem;
  }
}
.link__.projects_link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.link__.service_link {
  color: #252f42;
  font-weight: 700;
  font-size: 2rem;
  height: 6.5rem;
  width: 22.2rem;
}
@media only screen and (max-width: 991px) {
  .link__.service_link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.link__.read_more__ {
  color: #889521;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2rem;
}
.link__.read_more__ img {
  width: 3rem;
}
html[dir="ltr"] .link__.read_more__ img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.link__.whatsapp_link {
  position: fixed;
  bottom: 5rem;
  inset-inline-end: 1rem;
  z-index: 99999;
}
.link__.whatsapp_link img {
  height: 10rem;
}
.link__.contact_us_services_link {
  border: 1px solid #6D781B;
  color: #6D781B;
  width: 100%;
  border-radius: 2px;
  font-weight: 500;
}
.link__.contact_us_services_link:hover {
  background-color: #F0F4CD;
}
.link__.contact_us_home_link {
  color: #000;
  font-weight: 500;
  width: 100%;
  height: 50px;
}
.link__.projects_link__ {
  border: 1px solid #000;
  color: #000;
  width: 7rem;
  height: 7rem;
  border-radius: 0.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.link__.projects_link__:hover {
  border: 1px solid #313131;

}
.link__.projects_link__ .icon__ {
  width: 5rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html[dir="rtl"] .link__.projects_link__ .icon__ {
  -webkit-transform: rotate(-45deg) scaleX(-1);
  transform: rotate(-45deg) scaleX(-1);
}

/* Arrow point visibility: show only on hover for all link buttons */
.link__ .icon__[src*="arrow-point.svg"] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.link__:hover .icon__[src*="arrow-point.svg"],
.link__:focus .icon__[src*="arrow-point.svg"] {
  opacity: 0;
  visibility: hidden;
}

/* In project cards, hide the main arrow on hover while showing the point */
.link__.projects_link__ .icon__[src*="project_arrow.svg"] {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.link__.projects_link__:hover .icon__[src*="project_arrow.svg"],
.link__.projects_link__:focus .icon__[src*="project_arrow.svg"] {
  opacity: 1;
}

.project_card:hover .projects_link__ .icon__[src*="arrow-point.svg"] {
  opacity: 0;
  visibility: hidden;
}
.project_card:hover .projects_link__ .icon__[src*="project_arrow.svg"] {
  opacity: 1;
}

/* RTL: flip project arrow and arrow point and keep centered */
html[dir="rtl"] .link__.projects_link__ {
  direction: rtl;
}
html[dir="rtl"] .link__.projects_link__ .icon__ {
  -webkit-transform-origin: center;
  transform-origin: center;
}
html[dir="rtl"] .link__.projects_link__ .icon__[src*="project_arrow.svg"],
html[dir="rtl"] .link__.projects_link__ .icon__[src*="arrow-point.svg"] {
  -webkit-transform: rotate(0deg) scaleX(-1);
  transform: rotate(0deg) scaleX(-1);
}
html[dir="rtl"] .project_card:hover .projects_link__ .icon__[src*="arrow-point.svg"] {
  -webkit-transform: rotate(-0deg) scaleX(-1);
  transform: rotate(-0deg) scaleX(-1);
}

/* Ensure both icons (arrow and point) are centered and overlapped */
.link__.projects_link__ {
  display: grid;
  place-items: center;
}
.link__.projects_link__ .icon__ {
  grid-area: 1 / 1;
}
.link__.get_in_touch_link {
  background-color: #889521;
  color: #000;
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  gap: 0;
}
.link__.get_in_touch_link .icon__ {
  max-width: 2.4rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link__.get_in_touch_link:hover {
  background-color: #889521;
}
.link__.home_link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 15.9rem;
  font-size: 1.6rem;
  height: 5.6rem !important;
  background-color: #65edcd;
  border-radius: 2px;
  color: #fff;
}
.link__.support_link {
  border: 1px solid #252f42;
  color: #252f42;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
  border-radius: 2px;
  font-weight: 500;
  max-width: 20rem;
}
.button__ {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 50px;
  color: #000;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button__ .icon__ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button__.center {
  margin: 0 auto;
}
.button__.default_cursor {
  cursor: default !important;
}
.button__.full_width__ {
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 991px) {
  .button__.full_width_sm__ {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .button__.full_width_xs__ {
    min-width: 100%;
    width: 100%;
  }
}
.button__.half_width__ {
  width: 50%;
}
.button__.filter_white_icon__ .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.button__.filter_white_icon__:hover .icon__ {
  -webkit-filter: unset;
  filter: unset;
}
.button__.green_bg_button {
  background-color: #009673 !important;
  border: 1px solid #009673 !important;
  color: #fff;
}
.button__.green_bg_button:hover {
  background-color: transparent !important;
  color: #009673 !important;
}
.button__.red_bg_button {
  background-color: #ca0000 !important;
  border: 1px solid #ca0000 !important;
  color: #fff !important;
  margin: 0 !important;
}
.button__.red_bg_button:hover {
  background-color: transparent !important;
  color: #ca0000 !important;
}
.button__.fixed_size__ {
  min-width: 183px;
  max-width: 183px;
}
.button__.second_fixed_width {
  min-width: 188px;
  max-width: 188px;
}
.button__.margin_start_auto__ {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.button__.size_xl__ {
  width: 352px;
}
.button__.margin_top__ {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .button__.margin_top__ {
    margin-top: 10px;
  }
}
.button__.small_margin_top__ {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .button__.small_margin_top__ {
    margin-top: 10px;
  }
}
.button__.scale_icon_on_hover:hover .icon__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.button__:focus {
  border: none;
  outline: none;
}
.button__:hover {
  text-decoration: none;
}
.button__.main_color_button__ {
  background-color: #65edcd;
  border-color: #65edcd;
}
.button__.main_color_button__:hover {
  background-color: rgba(101, 237, 205, 0.9);
}
.button__.secondary_color_button__ {
  background-color: #252f42;
  border-color: #252f42;
}
.button__.secondary_color_button__:hover {
  background-color: rgba(37, 47, 66, 0.9);
}
.button__.bordered__ {
  background-color: #fff !important;
}
.button__.bordered__.main_color_button__ {
  color: #65edcd !important;
}
.button__.bordered__.secondary_color_button__ {
  color: #65edcd !important;
}
.button__.rounded__ {
  border-radius: 48px;
}
.button__ input[type="submit"],
.button__.submit_button__ {
  height: 66px;
  color: white;
  padding: 0 20px;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #889521;
  border-radius: 48px;
}
.button__ input[type="submit"]:hover,
.button__.submit_button__:hover {
  background-color: #889521;
}
.overlay {
  display: none;
}
@media only screen and (max-width: 991px) {
  .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.active {
    opacity: 0.7;
    visibility: visible;
  }
}
::-moz-selection {
  color: #fff;
  background: #2E5DA2;
}
::selection {
  color: #fff;
  background: #2E5DA2;
}
@media only screen and (min-width: 991px) {
  ::-webkit-scrollbar {
    width: 4px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #889521;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #889521;
  }
  .dropdown-menu {
  }
  .dropdown-menu .inner::-webkit-scrollbar {
    width: 2px;
  }
}
.loading__ {
  position: relative;
  overflow: hidden;
  background-color: #e5e7eb;
  background: linear-gradient(70deg, #e5e7eb 25%, #fff 50%, #e5e7eb 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1s infinite ease-in-out;
  animation: loading 1s infinite ease-in-out;
  content: "";
}
.loading__ img {
  opacity: 0 !important;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}
@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.figure__ {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.figure__ img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.figure__.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.asp__ {
  position: relative;
  padding-bottom: 50%;
  min-width: 594px;
  min-height: 705px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asp__ img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.asp__ video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.close-button__ {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  top: 14px;
  inset-inline-end: 20px;
}
.close-button__:focus,
.close-button__:hover {
  outline: none;
}
html[dir="rtl"] .close-button__ {
  right: 20px;
  left: unset;
}
.close-button__:after,
.close-button__:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #000;
  top: 4px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.close-button__:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@-webkit-keyframes active-menu {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes active-menu {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes not-active-menu {
  0% {
    top: 0;
  }
  to {
    top: -200px;
  }
}
@keyframes not-active-menu {
  0% {
    top: 0;
  }
  to {
    top: -200px;
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-modal {
  margin-top: 25px;
  border-radius: 25px;
}
.accordion_wrapper__ .card {
  margin-bottom: 20px;
  border-radius: 48px !important;
  border: none;
}

.faq-accordion .card {
  border: 1.392px solid #F3F3F1;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  margin-bottom: 18px;
  margin-top: 20px;
}
.faq-accordion .card:last-child {
  margin-bottom: 0;
}
.faq-accordion .card-header {
  background: transparent;
  border: none;
  padding: 0;
}
.faq-accordion .faq-toggle {
  width: 100%;
  text-align: start;
  padding: 24px 20px;
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #37312F;
  font-size: 28.696px;
}


.faq-accordion .card-body {
  padding: 16px 20px 20px 20px;
  font-size: 21.5px;
  color: #616161;
  text-align: start;
  font-weight: 400;
  background: #fff;
}
.faq-title {
  margin-bottom: 18px;
}
.accordion_wrapper__ .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.accordion_wrapper__ .card-header .btn-link {
  padding: 20px;
  text-decoration: none;
  color: #252f42;
  border-radius: 48px;
  background-color: #9b9b9b;
  font-size: 16px;
  height: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.accordion_wrapper__ .card-header .btn-link:after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../images/common_questions/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion_wrapper__ .card-header .btn-link:not(.collapsed) {
  background-color: #65edcd;
  color: #fff;
}
.accordion_wrapper__ .card-header .btn-link:not(.collapsed):after {
  background-image: url(../images/common_questions/negative.svg);
}
.accordion_wrapper__ .card-body {
  font-size: 16px;
  color: #2e3b52;
}
.faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  transition: transform 0.3s ease;
}

/* Rotate when open */
.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}
.modal {
  top: 10vh;
  overflow: unset !important;
}
.modal .modal-content {
  padding: 30px 45px;
  border-radius: 30px;
  text-align: center;
  border: none;
  /* min-height: 60rem; */
}
@media only screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 20px;
  }
}
.modal .close_modal_button {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  position: absolute;
  top: 3.1rem;
  inset-inline-end: 4.3rem;
  width: 5.5rem;
  height: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .modal .close_modal_button {
    top: 2rem;
    inset-inline-end: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.modal .close_modal_button .icon__ {
  max-width: 5.5rem;
  min-width: 5.5rem;
  max-height: 5.5rem;
  min-height: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .modal .close_modal_button .icon__ {
    max-width: 3.5rem;
    min-width: 3.5rem;
    max-height: 3.5rem;
    min-height: 3.5rem;
  }
}
.modal .close_modal_button:focus {
  outline: none;
}
.modal-backdrop {
  opacity: 0 !important;
  z-index: -1;
}
.modal-dialog {
  max-width: 80rem;
  margin: 20rem auto 0 auto;
}
.modal-dialog.small_fixed_width {
  max-width: 330px;
}
.modal-dialog.add_address_modal {
  max-width: 644px;
}
.modal-dialog.large_width__ {
  max-width: 70%;
}
.modal_block__ > .figure__ {
  margin-bottom: 15px;
}
.modal_block__ .modal_main_img {
  max-width: 35rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.modal_block__ .title__ {
  color: #252f42;
  text-align: center;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .modal_block__ .title__ {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
.modal_block__ .parag__ {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.6rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .modal_block__ .parag__ {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.modal_block__ .submit-button__ {
  margin-top: 20px;
}
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.7rem;
  padding: 0;
  border: none;
  margin-bottom: 30px !important;
  margin-top: 50px;
}
.nav-tabs .nav-link {
  outline: none !important;
  border: none;
  height: 40px;
  min-width: 85px;
  padding: 30px 20px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #fff !important;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer !important;
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #313131 !important;
  font-weight: 500;
}
.nav-pills {
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .nav-pills {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills {
    margin-top: 20px;
  }
}
.nav-pills.with_margin_top__ {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .nav-pills.with_margin_top__ {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills.with_margin_top__ {
    margin-top: 20px;
  }
}
.nav-pills .nav-link {
  border: none;
  height: 48px;
  min-width: 240px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #9b9b9b;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #9b9b9b;
  font-size: 1.8rem;
  font-weight: 300;
  max-width: 211px;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .nav-pills .nav-link {
    min-width: 100%;
  }
}
.nav-pills .nav-link .icon__ {
  -webkit-margin-end: 13px;
  margin-inline-end: 13px;
  width: 20px;
  height: 20px;
}
.nav-pills .nav-link.active {
  color: #65edcd;
  background-color: transparent;
  border-color: #65edcd;
}
.nav-pills .nav-link.active .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nav-pills .nav-link:focus {
  outline: none;
}
.page_main_title__ {
  font-size: 2.3rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #65edcd;
  margin-bottom: 12px;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page_main_title__ {
    font-size: 1.8rem;
  }
}
.page_sub_title__ {
  font-size: 1.3rem;
  font-weight: 400;
  color: #252f42;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page_sub_title__ {
    font-size: 1.4rem;
  }
}
.page_head_wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .page_head_wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page_head_wrapper {
    margin-bottom: 15px;
  }
}
.page_head_wrapper.center .page_main_title__,
.page_head_wrapper.center .page_sub_title__ {
  text-align: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.page_head_wrapper.flex_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_head_wrapper.flex_display.justify_content_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .page_head_wrapper.small_size_dir_column {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .page_head_wrapper.small_size_center__ .page_main_title__,
  .page_head_wrapper.small_size_center__ .page_sub_title__ {
    text-align: center;
  }
}
.page_head_wrapper.none_margin__ {
  margin: 0 !important;
}
.title_icon_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.section_main_title__ {
  font-size: 2.9rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #65edcd;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section_main_title__ {
    font-size: 1.8rem;
  }
}
.section_main_title__.none_margin {
  margin-bottom: 0;
}
.section_main_title__.small_margin_bottom__ {
  margin-bottom: 15px;
}
.section_sub_title__ {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section_sub_title__ {
    font-size: 1.2rem;
  }
}
.section_head_wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section_head_wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section_head_wrapper {
    margin-bottom: 15px;
  }
}
.section_head_wrapper.center .section_main_title__,
.section_head_wrapper.center .section_sub_title__ {
  text-align: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.section_head_wrapper.flex_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_head_wrapper.flex_display.justify_content_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section_head_wrapper.white_color__ .section_main_title__,
.section_head_wrapper.white_color__ .section_sub_title__ {
  color: #fff;
}
.section_head_wrapper.white_color__ .section_main_title__:after,
.section_head_wrapper.white_color__ .section_main_title__:before,
.section_head_wrapper.white_color__ .section_sub_title__:after,
.section_head_wrapper.white_color__ .section_sub_title__:before {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .section_head_wrapper.small_size_dir_column {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .section_head_wrapper.small_size_center__ .page_main_title__,
  .section_head_wrapper.small_size_center__ .page_sub_title__ {
    text-align: center;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
.section_head_wrapper.none_margin__ {
  margin: 0 !important;
}
.title_icon_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.site_link {
  padding: 0 45px;
  background-color: #65edcd;
  border-radius: 48px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 168px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .site_link {
    min-width: 100px;
    padding: 0;
  }
}
.site_link .icon__ {
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html[dir="rtl"] .site_link .icon__ {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site_link:hover {
  background-color: rgba(101, 237, 205, 0.9);
  text-decoration: none;
  color: #fff;
}
.site_link:hover .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site_link.center {
  margin-left: auto;
  margin-right: auto;
}
.site_link.white_color__ {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.site_link.white_color__ .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site_link.white_color__:hover {
  background-color: #fff;
  color: #65edcd;
}
.site_link.white_color__:hover .icon__ {
  -webkit-filter: unset;
  filter: unset;
}
.site_link.with_margin_start {
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
}
.mixitup_controls_wrapper__ {
  padding: 0;
  border: none;
  margin: 0;
  gap: 15px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.mixitup_controls_wrapper__.fit_content_width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mixitup_controls_wrapper__.justify_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mixitup_controls_wrapper__ {
    margin-bottom: 15px;
  }
}
.mixitup_controls_wrapper__.center__ {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-width: 100% !important;
}
.mixitup_controls_wrapper__.with_margin {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__.row_flex_dir_small_screen__ {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__.small_size_none_margin__ {
    margin: 0;
  }
}
.mixitup_controls_wrapper__.display_block__ {
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__.display_grid_sm_screen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.mixitup_controls_wrapper__ .filter {
  border: none;
  height: 63px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #10211d;
  background-color: transparent;
  border: 1px solid #10211d;
  cursor: pointer;
  border-radius: 48px;
  padding: 10px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__ .filter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
  }
}
.mixitup_controls_wrapper__ .filter.full_width__ {
  min-width: 100%;
}
.mixitup_controls_wrapper__ .filter.fixed_height {
  height: 46px;
}
.mixitup_controls_wrapper__ .filter.fixed_width__ {
  width: 168px;
}
.mixitup_controls_wrapper__ .filter:hover {
  background-color: rgba(37, 47, 66, 0.1);
  border-color: #252f42;
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active {
  border-color: #252f42;
  background-color: #252f42;
  color: #fff;
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active:hover {
  background-color: rgba(37, 47, 66, 0.9);
}
.mixitup_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  min-height: 500px;
}
.mixitup_box_list .mix {
  width: 100%;
}
.mixitup_box_list.column_dir {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pagination {
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.pagination .page-item {
  padding-inline: 1rem;
}
.pagination .page-item.active .page-link {
  background-color: #CBDA54;
  color: white;
}
.pagination .page-item.active .page-link:hover {
  background-color: #CBDA54 !important;
}
.pagination .page-link {
  background-color: transparent;
  padding: 0 !important;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #d5ddeb !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.2938rem !important;
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .pagination .page-link {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
.pagination .next_page_item .page-link,
.pagination .previous_page_item .page-link {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.pagination .next_page_item.disabled .page-link,
.pagination .previous_page_item.disabled .page-link {
  color: #2e3b52 !important;
  font-weight: 400;
}
.pagination .number_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  border: 1px solid #65edcd;
  border-radius: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pagination .number_wrapper__ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pagination .number_wrapper__ .page-item .page-link {
  width: 54px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px !important;
}
.pagination .number_wrapper__ .page-item .page-link:hover {
  background-color: rgba(101, 237, 205, 0.1) !important;
}
.fancybox_title__ {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
}
.fancybox_parag__ {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 10px;
}
.custom_dropdown__ {
  position: relative;
}
.custom_dropdown__ .dropdown_menu__ {
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inset-inline-end: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
  box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
  overflow: hidden;
}
.custom_dropdown__ .dropdown_menu__ li a,
.custom_dropdown__ .dropdown_menu__ li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.4rem;
  color: #65edcd;
  padding: 15px 20px;
  width: 100%;
}
.custom_dropdown__ .dropdown_menu__ li a:before,
.custom_dropdown__ .dropdown_menu__ li button:before {
  display: block;
  max-height: 24px;
  max-width: 24px;
}
.custom_dropdown__ .dropdown_menu__ li a:hover,
.custom_dropdown__ .dropdown_menu__ li button:hover {
  background-color: #252f42;
  color: #fff !important;
}
.custom_dropdown__ .dropdown_menu__ li a:hover:before,
.custom_dropdown__ .dropdown_menu__ li button:hover:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.custom_dropdown__ .dropdown_menu__ li a.modify__:before,
.custom_dropdown__ .dropdown_menu__ li button.modify__:before {
  content: url("../images/shapes/modify.svg");
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__ {
  color: #ca0000;
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__:before,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:before {
  content: url("../images/shapes/trash__.svg");
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__:hover,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:hover {
  background-color: #ca0000;
}
.custom_dropdown__.show .dropdown_menu__ {
  top: 100%;
  opacity: 1;
  visibility: visible;
  border-start-end-radius: 0;
}
.ui-datepicker {
  background-color: #fff;
  width: 400px;
  z-index: 11;
  border: 1px solid #d7dbdd;
  border-radius: 10px;
  padding: 0;
  position: relative;
  position: absolute;
  z-index: 112 !important;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker .ui-datepicker-header {
  padding: 15px 15px;
  border-bottom: 1px solid #d7dbdd;
}
.ui-datepicker .ui-datepicker-title {
  color: #252f42;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: unset;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 82%;
  }
}
.ui-datepicker thead {
  border-bottom: 1px solid #d7dbdd;
  min-height: 58px;
}
.ui-datepicker th span {
  color: #8f9bb3;
  font-size: 14px;
}
.ui-datepicker td {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker td {
    padding: 0;
  }
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 15px;
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 2px auto;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker td a,
  .ui-datepicker td span {
    width: 30px;
    height: 30px;
  }
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
  background-color: #252f42;
  color: #fff;
}
.ui-datepicker td.ui-state-disabled {
  opacity: 0.7;
}
.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span {
  color: #ddd;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  top: 50%;
  padding: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev {
  left: 40px;
  right: unset !important;
  content: url(../images/shapes/date-arrow-left.svg);
}
.ui-datepicker .ui-datepicker-next {
  right: unset !important;
  left: 5px;
  content: url(../images/shapes/date-arrow-right.svg);
}
.hero_sec__ .content_wrapper__ {
  /* padding: 7.2rem 8.8rem; */
  padding: 7.2rem 0rem;
  border-radius: 32px;
  /* background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#252f42),
      to(#252f42)
    )
    lightgray 50% / cover no-repeat; */
  /* background: linear-gradient(0deg, #252f42 0%, #252f42 100%) lightgray 50% /
    cover no-repeat; */
  color: #fff;
}
.faq-swiper-container {
  position: relative!important;
}
.faq-pagination {
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 999 !important;
}
}
@media only screen and (max-width: 767px) {
  .hero_sec__ .content_wrapper__ {
    padding: 2rem;
    border-radius: 25px;
  }
}
.hero_sec__ .section_title__ {
  color: #32c3a1 !important;
}
.hero_sec__ .image_wrapper {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero_sec__ .image_wrapper {
    border-radius: 25px;
  }
}
.hero_sec__ .image_wrapper .figure__ {
  /* padding-bottom: 118.939597%; */
}
.hero_sec__ .hero_content_wrapper {
  /* -webkit-padding-end: 15rem;
  padding-inline-end: 15rem; */
  text-align: center;
}
.title-header-hero-section span{
  text-align: center;
  color: white;
}
@media only screen and (max-width: 1440px) {
  .hero_sec__ .hero_content_wrapper {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
}
.hero_sec__ .section_parag__ {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 2.4rem;
  max-width: 675px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero_sec__ .section_parag__ {
    font-size: 14px;
    margin-bottom: 1.2rem;
  }
}
.hero_sec__ .section_parag__:last-of-type {
  margin-bottom: 30px;
}
.hero_sec__ .contact_us_link,
.hero_sec__ .projects_link {
  height: 64px;
}

.contact_us_link {
  background-color: white!important;
  color: #313131;
  font-weight: 600;
}

.service_sec__ {
  padding-top: 15px!important;
}

.service_sec__ .section_title_wrapper__ {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 991px) {
  .section_title_wrapper__ {
    margin-bottom: 1.6rem;
  }
}
.section_title_wrapper__ .section_title__ {
  color: #0C072D;
  font-size: 4.4rem;
  font-weight: 500;
  text-align: start;
  line-height: 109%;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.7rem;
}
@media only screen and (max-width: 1440px) {
  .section_title_wrapper__ .section_title__ {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title_wrapper__ .section_title__ {
    font-size: 3rem;
  }
}
.section_title_wrapper__ .section_title__.margin_top__ {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1440px) {
  .section_title_wrapper__ .section_title__.margin_top__ {
    margin-top: 2rem;
  }
}
.section_title_wrapper__ .section_title__.primary_color {
  color: #65edcd;
}
.section_title_wrapper__ .section_title__.bold__ {
  font-weight: 600;
}
.section_title_wrapper__.with_shadow__ {
  position: relative;
}
.section_title_wrapper__.with_shadow__:after {
  content: "";
  position: absolute;
  inset-inline-start: -166px;
  top: -166.998px;
  opacity: 0.3;
  width: 390.576px;
  height: 390.576px;
  opacity: 0.2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(50, 93, 161, 0.5) 0%,
    rgba(50, 93, 161, 0) 100%
  );
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: -1;
}

.section_subtitle__.with_shadow__ {
  position: relative;
}
.section_subtitle__.with_shadow__:after {
  content: "";
  position: absolute;
  inset-inline-start: -166px;
  top: -166.998px;
  opacity: 0.3;
  width: 390.576px;
  height: 390.576px;
  opacity: 0.2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(50, 93, 161, 0.5) 0%,
    rgba(50, 93, 161, 0) 100%
  );
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .section_title_wrapper__.with_shadow__:after {
    width: 300px;
    height: 300px;
  }
  .section_subtitle__.with_shadow__:after  {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title_wrapper__.with_shadow__:after {
    width: 200px;
    height: 200px;
    top: -100px;
    inset-inline-start: -100px;
  }
  .section_subtitle__.with_shadow__:after  {
    width: 200px;
    height: 200px;
    top: -100px;
    inset-inline-start: -100px;
  }
}
.section_title_badge__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14.959px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.15px;
  text-transform: capitalize;
  border-radius: 101.051px;
  /* opacity: 0.7; */
  background-color: #F0F4CD;
  color: #6D781B!important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7.579px 15.158px;
  height: 3.5rem;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .section_title_badge__ {
    font-size: 12px;
  }
}

.statistics_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9.5rem;
}
@media only screen and (max-width: 991px) {
  .statistics_wrapper__ {
    gap: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.second-paragraph {
  margin-top: 24px!important;
}
.vision-img {
  height: 380px!important;
}
.purpose-img-wrapper {
  padding: 0;
}
.mission-img {
  height: 380px!important;
}
.ceo-img {
  height: 314px!important;
}
.statistics_wrapper__.margin_top__ {
  margin-top: 3.5rem;
}
.statistics_wrapper__.padding_top__ {
  padding-top: 3.5rem;
}
.statistics_wrapper__.border_top__ {
  position: relative;
}
.statistics_wrapper__.border_top__:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(101, 237, 205, 0)),
    color-stop(50%, #65edcd),
    to(rgba(101, 237, 205, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(101, 237, 205, 0) 0%,
    #65edcd 50%,
    rgba(101, 237, 205, 0) 100%
  ); */
  opacity: 0.6;
}
.statistics_wrapper__.about_statistics {
  border-radius: 30px 0px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 28px 58.2px 0px rgba(161, 161, 161, 0.08);
  box-shadow: 0px 28px 58.2px 0px rgba(161, 161, 161, 0.08);
  padding: 3rem 7.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-end: 0;
  min-width: 69.5rem;
}
@media only screen and (max-width: 991px) {
  .statistics_wrapper__.about_statistics {
    min-width: 50%;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    padding: 1.5rem;
    top: calc(100% - 1.5rem);
    width: 50%;
    border-radius: 15px 0px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .statistics_wrapper__.about_statistics {
    top: calc(100% - 3.5rem);
    width: 80%;
    padding: 1rem;
  }
}
html[dir="rtl"] .statistics_wrapper__.about_statistics {
  border-radius: 0 30px 30px 30px;
}
.statistics_wrapper__.about_statistics .statistics_block {
  min-width: 10.5rem;
}
@media only screen and (max-width: 991px) {
  .statistics_wrapper__.about_statistics .statistics_block {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.statistics_wrapper__.about_statistics .statistics_number {
  color: #252f42;
}
@media only screen and (max-width: 991px) {
  .statistics_wrapper__.about_statistics .statistics_number {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 100%;
  }
}
.statistics_wrapper__.about_statistics .statistics_title {
  color: #10211d;
}
@media only screen and (max-width: 991px) {
  .statistics_wrapper__.about_statistics .statistics_title {
    font-size: 1.4rem;
    line-height: 15px;
  }
}
.statistics_wrapper__.service_statistics_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
.statistics_wrapper__.service_statistics_wrapper__ .statistics_block {
  background-color: #EBEFF6;
  min-height: 12rem;
  min-width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 2.4rem !important;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .statistics_wrapper__.service_statistics_wrapper__ .statistics_block {
    padding: 1.5rem !important;
  }
}
.statistics_wrapper__.service_statistics_wrapper__ .statistics_number {
  color: #424242;
  text-align: start;
  margin: 0;
  line-height: 1 !important;
}
.statistics_wrapper__.service_statistics_wrapper__ .statistics_title {
  color: #616161;
  text-align: start;
  margin: 0;
}
.statistics_wrapper__ .statistics_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 180px;
}
.statistics_wrapper__ .statistics_number {
  color: #fff;
  font-size: 3.7rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .statistics_wrapper__ .statistics_number {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.statistics_wrapper__ .statistics_title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28.421px;
  text-transform: capitalize;
  text-align: center;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .statistics_wrapper__ .statistics_title {
    font-size: 1.4rem;
    line-height: 15px;
  }
}
.values_card {
  --padding: 2.5rem;
  border-radius: 30px;
  border: 1px solid #d5ddeb;
  min-height: 23.5rem;
  padding: var(--padding, 2.5rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .values_card {
    --padding: 2rem;
  }
}
.values_card:after {
  content: "";
  position: absolute;
  top: 4rem;
  inset-inline-end: 4rem;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.values_card .arrow_circle {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #252f42;
  position: absolute;
  top: var(--padding, 2.5rem);
  inset-inline-end: var(--padding, 2.5rem);
  font-size: 3rem;
  font-weight: 300;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
@media only screen and (max-width: 991px) {
  .values_card .arrow_circle {
    width: 3.2rem;
    height: 3.2rem;
  }
  .values_card .arrow_circle img {
    width: 100%;
  }
}
html[dir="rtl"] .values_card .arrow_circle img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.values_card .title__ {
  color: #252f42;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  max-width: 100%;
  position: absolute;
  bottom: var(--padding, 2.5rem);
  inset-inline-start: var(--padding, 2.5rem);
  max-width: 172px;
  -webkit-transition: margin-top 0.5s, color 0.3s ease, max-width 0;
  transition: margin-top 0.5s, color 0.3s ease, max-width 0;
}
@media only screen and (max-width: 991px) {
  .values_card .title__ {
    position: static;
    max-width: 80%;
    font-size: 2rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .values_card .title__ {
    font-size: 1.7rem;
  }
}
.values_card .parag__ {
  display: inline-block;
  color: #000;
  font-size: 18.027px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  position: absolute;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .values_card .parag__ {
    position: static;
    opacity: 1;
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .values_card .parag__ {
    font-size: 1.5rem;
  }
}
.values_card:hover {
  text-decoration: none;
}
.values_card:hover:after {
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-color: #252f42;
  border-radius: 30px;
}
.values_card:hover .title__ {
  font-size: 2.5rem;
}
.values_card:hover .arrow_circle {
  border-color: #fff;
}
.values_card:hover .arrow_circle img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.values_card:hover .title__ {
  top: calc(var(--padding, 2.5rem) + 1.3rem);
  z-index: 3;
  color: #fff;
}
.values_card:hover .parag__ {
  opacity: 1;
  bottom: var(--padding, 2.5rem);
  inset-inline-start: var(--padding, 2.5rem);
  z-index: 3;
  color: #fff;
  max-width: calc(100% - var(--padding, 2.5rem) * 2);
}
.service_card {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  min-height: 60.1rem;
  /* padding: 1rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  overflow: hidden;
}
.service_card .content_wrapper__ {
  position: relative;
  z-index: 1;
  padding: 3rem;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  -webkit-transition: background 0.5s ease, -webkit-backdrop-filter 0.5s ease;
  transition: background 0.5s ease, -webkit-backdrop-filter 0.5s ease;
  transition: background 0.5s ease, backdrop-filter 0.5s ease;
  transition: background 0.5s ease, backdrop-filter 0.5s ease,
    -webkit-backdrop-filter 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .service_card .content_wrapper__ {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
  }
}
.service_card .title__ {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.75px;
}
@media only screen and (max-width: 767px) {
  .service_card .title__ {
    font-size: 3rem;
  }
}
.service_card .parag__ {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  max-height: 0;
  overflow: hidden;
  margin-top: 1rem;
  width: 100%;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
@media only screen and (max-width: 767px) {
  .service_card .parag__ {
    max-height: unset !important;
    font-size: 1.6rem;
  }
}
.service_card .arrow__ {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  z-index: 2;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html[dir="rtl"] .service_card .arrow__ img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service_card:after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.45)),
    to(rgba(0, 0, 0, 0.45))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.45) 100%
  ); */
}
.service_card:hover {
  text-decoration: none;
}
.service_card:hover .arrow__ {
  background-color: #fff;
  -webkit-filter: unset;
  filter: unset;
}
.service_card .content_wrapper__ {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  -webkit-transition: background 0.5s ease, -webkit-backdrop-filter 0.5s ease;
  transition: background 0.5s ease, -webkit-backdrop-filter 0.5s ease;
  transition: background 0.5s ease, backdrop-filter 0.5s ease;
  transition: background 0.5s ease, backdrop-filter 0.5s ease,
    -webkit-backdrop-filter 0.5s ease;
}
.service_card .parag__ {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 500px;
}
.goal_card__ {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 1.6rem;
  padding: 2.9rem 3.8rem;
  max-width: 39rem;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.goal_card__:nth-of-type(2n) {
  margin-top: 3.8rem;
}
@media only screen and (max-width: 991px) {
  .goal_card__ {
    padding: 1rem;
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .goal_card__ {
    max-width: 100%;
  }
}
.goal_card__ .number {
  font-size: 4.7rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #252f42;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.goal_card__ .title__ {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #313131;
}
@media only screen and (max-width: 991px) {
  .goal_card__ .title__ {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.goal_card__ .parag__ {
  color: #10211d;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .goal_card__ .parag__ {
    font-size: 16px;
    line-height: 20px;
  }
}
.goal_card__:hover {
  background-color: #313131;
}
.goal_card__:hover .number {
  -webkit-text-stroke: 1px #fff;
}
.goal_card__:hover .parag__,
.goal_card__:hover .title__ {
  color: #fff;
}
.blog_card {
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  display: block;
  text-decoration: none !important;
}
.blog_card .image_wrapper {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.blog_card .image_wrapper .category__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  inset-inline-end: 1.5rem;
  padding: 0 1rem;
  height: 4.9rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12.4641828537px);
  backdrop-filter: blur(12.4641828537px);
  color: #f5f5f4;
  text-align: center;
  font-size: 17.45px;
  font-weight: 400;
  line-height: 33.903px;
  text-transform: capitalize;
}

.service_card {
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  display: block;
  text-decoration: none !important;
}
.service_card .image_wrapper {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog_card .image_wrapper .category__ {
    font-size: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.blog_card .image_wrapper .figure__ {
  padding-bottom: 66.601%;
}
.blog_card .card_body__ {
  padding: 2.2rem;
}
.blog_card .date__ {
  color: #252f42;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  line-height: 25.748px;
}
.blog_card .title__ {
  color: #000;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 1.6rem;
}
.blog_card:hover .img__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .service_card .image_wrapper .category__ {
    font-size: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.service_card .image_wrapper .figure__ {
  padding-bottom: 66.601%;
}
.service_card .card_body__ {
  padding: 2.2rem;
}
.service_card .date__ {
  color: #252f42;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  line-height: 25.748px;
}
.service_card .title__ {
  color: #000;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 1.6rem;
}
.service_card:hover .img__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.approach_card .icon__ {
  max-width: 8.6rem;
  max-height: 8.6rem;
  margin-bottom: 2.4rem;
}
.approach_card .title__ {
  color: #252f42;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 1.6rem;
}
.approach_card .parag__ {
  color: #2e3b52;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.why_choose_us_card .number__ {
  font-size: 6rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .why_choose_us_card .number__ {
    font-size: 3rem;
  }
}
.why_choose_us_card .parag__ {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}
@media only screen and (max-width: 991px) {
  .why_choose_us_card .parag__ {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.why_choose_us_card:not(:last-of-type) {
  margin-bottom: 2rem;
}
.contact_us_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.contact_us_card .icon__ {
  width: 3.7rem;
  height: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .contact_us_card .icon__ {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.contact_us_card .title__ {
  color: #777;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .contact_us_card .title__ {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.contact_us_card .value__ {
  color: #10211d;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .contact_us_card .value__ {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.contact_us_card:not(:last-child) {
  margin-bottom: 2rem;
}
.categories_list__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .categories_list__ {
    margin-bottom: 2rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .categories_list__::-webkit-scrollbar {
    display: none;
  }
}
.categories_list__ .category_item__ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.categories_list__ .category_item__ > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5rem;
  padding: 1rem 3rem;
  gap: 1.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.125rem;
  background: #f2f5fa;
  color: #252f42;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem;
  flex-shrink: 0;
}
.categories_list__ .category_item__.active a {
  border-radius: 2px;
  border: 2px solid #889521;
  background: #F9FBEA;
  color: #252F42;
}
.categories_list__.with_margin_top__ {
  margin-top: 2rem;
}
.project_card {
  border: 1px solid #d5ddeb;
  border-radius: 2px;
  background-color: #fff;
  padding: 2.8rem 2.1rem;
  cursor: pointer;
}
.project_card .image_wrapper {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.project_card .title__ {
  color: #252f42;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.4rem;
  letter-spacing: -0.2rem;
  margin-bottom: 1.6rem;
}
.project_card .parag__ {
  color: #0d0d0d;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
.project_card .card_footer__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
.project_card:hover {
  text-decoration: none;
}
.project_card:hover .projects_link__ {
  background-color: #CBDA54;
  border-color: #CBDA54;
}
.project_card:hover .projects_link__ .icon__ {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.project_card:hover .img__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.info_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.info_wrapper__ .info_item__ {
  border-radius: 2px;
  background: #EBEFF6;
  color: #252f42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.3rem;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 991px) {
  .info_wrapper__ .info_item__ {
    height: 7rem;
  }
}
.info_wrapper__.with_margin_bottom__ {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .info_wrapper__.with_margin_bottom__ {
    margin-bottom: 2rem;
  }
}
.project_details_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.5rem;
  gap: 7rem;
}
@media only screen and (max-width: 1280px) {
  .project_details_content {
    gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .project_details_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.project_details_content .title_wrapper__ {
  min-width: 26.8rem;
}
.project_details_content .title__ {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1280px) {
  .project_details_content .title__ {
    margin-bottom: 1rem;
  }
}
.project_details_content .date__ {
  color: #2e3b52;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.project_details_content .parag__ {
  color: #2e3b52;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.project_details_content .parag__ .with_margin_bottom,
.project_details_content .parag__:not(:last-child) {
  margin-bottom: 2rem;
}
.project_details_content .text__ {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.project_details_content .text__.primary_color {
  color: #6D781B;
}
.project_details_content .list__ {
  color: #10211d;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
}
.project_details_content .list__ li:before {
  content: "•";
  font-weight: 700;
  display: inline-block;
  width: 1em;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 1.5rem;
}
.project_details_content .list__.primary_color li:before {
  color: #6D781B;
}
.get_in_touch {
  border-radius: 2px;
  background-image: url("../images/bacground-container-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7rem 0 2rem 0;
  padding-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 38.3rem;
  margin: 5rem 0;
}

.reviews-parag {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  max-width: 800px;
  margin: 0 auto 5rem auto;
}

.review-pagination {
  display: none!important;
}
@media only screen and (max-width: 1280px) {
  .get_in_touch {
    padding: 2rem;
    border-radius: 2px;
  }
}
.get_in_touch.with_margin_bottom {
  margin-bottom: 3rem;
}
.get_in_touch .title__ {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 8.6rem;
}
@media only screen and (max-width: 1280px) {
  .get_in_touch .title__ {
    font-size: 3.2rem;
    line-height: 5.1rem;
  }
}
.get_in_touch .parag__ {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 1280px) {
  .get_in_touch .parag__ {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.services_card__ {
  display: block;
  text-decoration: none;
  width: 100%;
}
.services_card__ .img_wrapper__ {
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 48px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .services_card__ .img_wrapper__ {
    margin-bottom: 1rem;
    border-radius: 30px;
  }
}
.services_card__ .figure__ {
  padding-bottom: 80.1147%;
}
.services_card__ .title__ {
  color: #2e3b52;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1280px) {
  .services_card__ .title__ {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .services_card__ .title__ {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}
.services_card__:hover {
  text-decoration: none;
}
.services_card__:hover .figure__ img {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.services_card__:hover .title__ {
  color: #313131;
}
.service_why_choose_us_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d5ddeb;
  padding-block: 3rem;
  margin: 0;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .service_why_choose_us_card {
    padding-block: 2rem;
  }
}
.service_why_choose_us_card .number__ {
  color: #424242;
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 767px) {
  .service_why_choose_us_card .number__ {
    font-size: 4rem;
  }
}
.service_why_choose_us_card .title__ {
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.1rem;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 767px) {
  .service_why_choose_us_card .title__ {
    font-size: 2.4rem;
  }
}
.service_why_choose_us_card .parag__ {
  color: #2e3b52;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .service_why_choose_us_card .parag__ {
    font-size: 1.6rem;
  }
}
.service_why_choose_us_card:first-child {
  border-top: 1px solid #d5ddeb;
}
.custom_section__ {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 0px 75.442px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 75.442px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
  /* padding-bottom: 0; */
}
.get_in_touch_title {
  color: white!important;
}
.get_in_touch_parag {
  color: white!important;
  max-width: 643px;
}
@media only screen and (max-width: 767px) {
  .custom_section__ {
    padding: 2rem;
  }
}
.custom_section__ .sec_title__ {
  color: #252f42;
  font-size: 27.662px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.721px;
  border-bottom: 1px solid #d5ddeb;
  margin-bottom: 3.5rem;
  padding-bottom: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .custom_section__ .sec_title__ {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .custom_section__ .sec_title__ {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}
.custom_section__.with_margin_bottom {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1280px) {
  .custom_section__.with_margin_bottom {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .custom_section__.with_margin_bottom {
    margin-bottom: 1.2rem;
  }
}
.search_wrapper__ {
  position: relative;
  border: 1px solid #d5ddeb;
  height: 66px;
  border-radius: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .search_wrapper__ {
    height: 4rem;
  }
}
.search_wrapper__:focus-within {
  border-color: #252f42;
}
.search_wrapper__ input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0 20px;
}
.search_wrapper__ input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search_wrapper__ input::-moz-placeholder {
  color: #727272;
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search_wrapper__ input:-ms-input-placeholder {
  color: #727272;
  opacity: 1;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.search_wrapper__ input::-ms-input-placeholder {
  color: #727272;
  opacity: 1;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.search_wrapper__ input::placeholder {
  color: #727272;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search_wrapper__ input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search_wrapper__ input:focus::-moz-placeholder {
  opacity: 0;
}
.search_wrapper__ input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search_wrapper__ input:focus::-ms-input-placeholder {
  opacity: 0;
}
.search_wrapper__ input:focus::placeholder {
  opacity: 0;
}
.search_wrapper__ .search_button__ {
  position: absolute;
  background-color: transparent;
  border: none;
  inset-inline-end: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search_wrapper__ .search_button__ img {
  width: 2.5rem;
  height: 2.5rem;
}
.search_wrapper__ .search_button__:active,
.search_wrapper__ .search_button__:focus {
  outline: none;
}
.category_list__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.category_list__ .category_item__ .category_link__ {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0;
  font-weight: 500;
}
.category_list__ .category_item__.active .category_link__ {
  color: #889521 !important;
}

.category_list__ .category_item__ .category_link__:hover {
  color: #889521 !important;
}
.popular_post_card__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.popular_post_card__ .image_wrapper {
  min-width: 10rem;
  border-radius: 1rem;
  overflow: hidden;
}
.popular_post_card__ .image_wrapper .figure__ {
  padding-bottom: 106%;
}
.popular_post_card__ .date__ {
  color: #0d0d0d;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.7rem;
}
.popular_post_card__ .title__ {
  color: #252f42;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .popular_post_card__ .title__ {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.popular_post_card__:not(:last-of-type) {
  margin-bottom: 2rem;
}
.popular_post_card__:hover {
  text-decoration: none;
}
.popular_post_card__:hover .img__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.share_sec__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.share_sec__ .share_title {
  color: #252f42;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
.share_sec__ .share_list__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.share_sec__ .share_link__ {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.share_sec__ .share_link__:hover {
  background-color: #A2B328;
  border-color: #A2B328;
}
.share_sec__ .share_link__:hover .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-animation: l5 1s infinite linear alternate;
  animation: l5 1s infinite linear alternate;
}
@-webkit-keyframes l5 {
  0% {
      -webkit-box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      background: #313131;
  }
  33% {
      -webkit-box-shadow: 20px 0 #4a74c5, -20px 0 #313131;
      box-shadow: 20px 0 #6D781B, -20px 0 #313131;
      background: #6D781B;
  }
  66% {
      -webkit-box-shadow: 20px 0 #7d9fe0, -20px 0 #6D781B;
      box-shadow: 20px 0 #6D781B44, -20px 0 #6D781B;
      background: #6D781B;
  }
  to {
      -webkit-box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      background: #313131;
  }
}

@keyframes l5 {
  0% {
      -webkit-box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      background: #313131;
  }
  33% {
      -webkit-box-shadow: 20px 0 #4a74c5, -20px 0 #313131;
      box-shadow: 20px 0 #6D781B, -20px 0 #313131;
      background: #6D781B;
  }
  66% {
      -webkit-box-shadow: 20px 0 #7d9fe0, -20px 0 #6D781B;
      box-shadow: 20px 0 #7d9fe0, -20px 0 #6D781B;
      background: #6D781B;
  }
  to {
      -webkit-box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      box-shadow: 20px 0 #313131, -20px 0 #6D781B;
      background: #313131;
  }
}
.dropdown__ {
  position: relative;
}
.dropdown__ .butt__,
.dropdown__ > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #252f42;
  font-size: 14px;
  width: 100%;
}
.dropdown__ .butt__:after,
.dropdown__ > a:after {
  content: url(../images/shapes/arrow_down.svg);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border: none !important;
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
  height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown__ .butt__.with_arrow_animation:after,
.dropdown__ > a.with_arrow_animation:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown__ .butt__.with_arrow_animation:hover:after,
.dropdown__ > a.with_arrow_animation:hover:after {
  -webkit-transform: unset;
  transform: unset;
}
.dropdown__ .butt__:hover,
.dropdown__ > a:hover {
  text-decoration: none;
}
.dropdown__ .sub-menu__ {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  display: table;
  position: absolute;
  top: 100%;
  inset-inline-end: 0;
  background-color: #fff;
  width: 100%;
  padding: 12px 20px;
  border: none;
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .dropdown__ .sub-menu__ {
    min-width: 100%;
  }
}
.dropdown__ .sub-menu__ li .list_content__,
.dropdown__ .sub-menu__ li a {
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: #252f42;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.dropdown__ .sub-menu__ li .list_content__:after,
.dropdown__ .sub-menu__ li a:after {
  content: url(../images/shapes/drop_down_menu_links_arrow.svg);
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
  color: #252f42 !important;
}
.dropdown__ .sub-menu__ li .list_content__:hover:before,
.dropdown__ .sub-menu__ li a:hover:before {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.dropdown__ .sub-menu__ li .list_content__:before,
.dropdown__ .sub-menu__ li a:before {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.dropdown__ .sub-menu__ li .list_content__.profile__:before,
.dropdown__ .sub-menu__ li a.profile__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/profile__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.packages__:before,
.dropdown__ .sub-menu__ li a.packages__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/packages__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.wallet__:before,
.dropdown__ .sub-menu__ li a.wallet__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/wallet__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.favorite__:before,
.dropdown__ .sub-menu__ li a.favorite__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/favorite__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.change_password__:before,
.dropdown__ .sub-menu__ li a.change_password__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/change_password__.svg);
}
.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
  text-decoration: none;
  color: #252f42;
}
.dropdown__:hover .sub-menu__ {
  visibility: visible;
  opacity: 1;
  z-index: 112;
  border-radius: 25px;
}
@media only screen and (max-width: 991px) {
  .dropdown__ .butt__,
  .dropdown__ > a {
    color: #fff;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 49px;
    padding: 0 10px;
    border-radius: 13px;
  }
  .dropdown__ .butt__:after,
  .dropdown__ > a:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .dropdown__ .figure__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.sing-up-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.sing-up-blocks .singup_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  background-color: transparent;
  border: 1px solid #252f42;
  min-width: 147px;
  height: 49px;
  padding: 3px 20px;
  border-radius: 48px;
  font-size: 1.4rem;
  color: #252f42;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sing-up-blocks .singup_link:hover {
  background-color: rgba(101, 237, 205, 0.1);
}
.sing-up-blocks .singup_link.login_link {
  min-width: 168px;
  border-color: transparent;
  color: #fff;
  background-color: #65edcd;
}
.sing-up-blocks .singup_link.login_link:hover {
  background-color: rgba(101, 237, 205, 0.9);
}
.sing-up-blocks .singup_link .icon__ {
  background-color: transparent !important;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.sing-up-blocks.nav_sign_block__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    gap: 0;
  }
  .sing-up-blocks .singup_link {
    width: 50%;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 70px;
    padding: 3px 10px;
    height: 49px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background-color: transparent;
  }
}
@media only screen and (max-width: 991px) and (max-width: 500px) {
  .sing-up-blocks .singup_link {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks .singup_link:hover {
    background-color: rgba(101, 237, 205, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .sing-up-blocks .singup_link.login_link {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 49px;
    margin: 0;
  }
  .sing-up-blocks .singup_link.login_link:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .sing-up-blocks.nav_sign_block__ {
    display: block;
    margin-bottom: 30px;
  }
}
.header_logo__ {
  max-width: 14.5rem;
  max-height: 6.5rem;
  min-height: 6.5rem;
  /* min-width: 14.5rem; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  z-index: 1;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  -webkit-margin-end: 6.9rem;
  margin-inline-end: 6.9rem;
}
@media only screen and (max-width: 1920px) {
  .header_logo__ {
    -webkit-margin-end: 5.9rem;
    margin-inline-end: 5.9rem;
    display: none;

  }
}
@media (min-width: 1024px) {
  .header_logo__ {
    -webkit-margin-end: 5.9rem;
    margin-inline-end: 5.9rem;
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .header_logo__ {
    -webkit-margin-end: 2rem;
    margin-inline-end: 2rem;
    max-width: 10rem;
    min-width: 10rem;
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header_logo__ {
    max-width: 12.5rem;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo__ {
    max-width: 10.5rem;
  }
}
.header_logo__ .figure__ {
  width: 100%;
}
.header_logo__ img {
  width: 14.5rem;
  height: 6.5rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1440px) {
  .header_logo__ img {
    -webkit-margin-end: 2rem;
    margin-inline-end: 2rem;
    max-width: 10rem;
  }
}
.nav-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 4.8rem;
  z-index: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media only screen and (max-width: 991px) {
  .nav-om {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .nav-om .nav-list-om {
    gap: 18px!important;
  }

  .header-soical {
    display: none!important;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-om {
    gap: 15px;
  }
}
.nav-om .close-button__,
.nav-om .nav_logo__ {
  display: none;
}
.nav-om .nav-list-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  gap: 17px;
}
@media only screen and (max-width: 1280px) {
  .nav-om .nav-list-om {
    gap: 15px;
  }
}
.nav-om .nav-list-om.small_size_only__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .nav-om .nav-list-om.small_size_only__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nav-om .nav-list-om > li {
  cursor: pointer;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.nav-om .nav-list-om > li > a {
  font-size: 1.8rem;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  height: 3.5rem;
  border-radius: 35px;
  position: relative;
  margin: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1280px) {
  .nav-om .nav-list-om > li > a {
    font-size: 1.4rem;
  }
}
.header-soical {
  display: flex;
  gap: 10.25px;
}


.nav-om .nav-list-om > li > a:hover {
  /* background-color: #F0F4CD; */
  color: #656668 !important;
  /* padding: 0 1.5rem; */
}
.nav-om .nav-list-om > li.active a {
  background-color: #F0F4CD;
  padding: 0 1.5rem;
  color: #6D781B!important;
}
/* .nav-om .nav-list-om > li.active a:hover {
  background-color: #252f42;
  color: #fff !important;
} */
.nav-om .lang_item__ button {
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .nav-om {
    position: fixed;
    top: 0;
    left: -100%;
    min-height: 100vh;
    width: 80%;
    z-index: 1111;
    padding: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    display: block;
    padding-top: 90px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .nav-om .nav_logo_img__ {
    display: block;
    max-width: 19.6rem;
    max-height: 10rem;
  }
  .nav-om .close-button__ {
    display: block;
  }
  html[dir="rtl"] .nav-om {
    right: -100%;
    left: unset;
  }
  .nav-om.active-menu {
    left: 0;
  }
  html[dir="rtl"] .nav-om.active-menu {
    right: 0;
    left: unset;
  }
  .nav-om .nav-list-om {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 0;
    gap: 0;
  }
  html[dir="rtl"] .nav-om .nav-list-om {
    margin: 0;
    padding: 0;
  }
  .nav-om .nav-list-om > li > a {
    color: #000 !important;
    padding: 10px 25px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0;
    display: block;
    margin: 0;
    text-align: start;
  }
  .nav-om .nav-list-om > li > a:after {
    content: none;
    display: none;
  }
  html[dir="rtl"] .nav-om .nav-list-om > li > a {
    margin: 0;
  }
  .nav-om .nav-list-om > li > a:hover {
    background-color: transparent;
  }
  .nav-om .nav-list-om > li:nth-child(odd) > a {
    background-color: #F0F4CD;
  }
}
.menu_button__ {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu_button__ {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F0F4CD;
    position: relative;
    width: 40px;
    height: 40px;
    color: #6D781B;
    border-radius: 50%;
  }
  .menu_button__ svg {
    width: 20px;
  }
}
.toolbar_options__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 0;
  z-index: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.toolbar_options__ .block__ {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ {
    width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
  .toolbar_options__ .block__ {
    width: 50%;
  }
  .toolbar_options__ .block__.lang__ {
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
  }
  .toolbar_options__ .block__.lang__ .lang_link__ {
    font-size: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .toolbar_options__ .block__.lang__ .lang_link__:after {
    display: none;
  }
  .toolbar_options__ .block__.info_link_item__ {
    width: 100%;
  }
  .toolbar_options__ .block__.info_link_item__:hover .info_link_block__:after {
    -webkit-filter: unset !important;
    filter: unset !important;
    background-color: transparent;
    content: url(../images/shapes/header_info_dropdown_more_icon_white.svg);
    border-end-end-radius: 0;
  }
  .toolbar_options__ .block__.info_link_item__ .user_name__ {
    color: #fff;
  }
  .toolbar_options__ .block__.dropdown__ {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .toolbar_options__ .block__.sing_up_blocks_list_item__ {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .toolbar_options__ .block__.lang_list_item__ {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .toolbar_options__ .block__.search_mode {
    display: unset;
  }
}
.main_header__ {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: visible;
}
.fixed_header__ {
  /* position: relative; */
  position: fixed;
  left: 0;
  right: 0;
  z-index: 111;
  /* background-color: transparent; */
  background-color: white;
  padding-block: 2rem;
}

main {
  padding-top: 12rem;
}

@media only screen and (max-width: 991px) {
  .fixed_header__ {
    padding: 10px 0;
  }
}
.fixed_header__.active_menu__,
.fixed_header__.not_active_menu__ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #fff;
}
.fixed_header__.active_menu__ {
  -webkit-animation: active-menu 0.5s;
  animation: active-menu 0.5s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.fixed_header__.not_active_menu__ {
  -webkit-animation: not-active-menu 0.5s;
  animation: not-active-menu 0.5s;
  top: -200px;
}
.header_content__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 1rem 5rem; */
  padding: 1rem 0rem;
  border-radius: 48px;
}
@media only screen and (max-width: 1280px) {
  .header_content__ {
    padding-inline: 2rem;
  }
}
.inner_pgaes_header__ .active_menu__,
.inner_pgaes_header__ .header_content__,
.inner_pgaes_header__ .not_active_menu__ {
  background-color: #252f42 !important;
}
.inner_pgaes_header__ .header_logo__ img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner_pgaes_header__ .nav-list-om {
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 48px;
}
.inner_pgaes_header__ .nav-list-om > li > a {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .inner_pgaes_header__ .nav-list-om > li > a {
    color: #252f42 !important;
  }
}
.inner_pgaes_header__ .nav-list-om > li > a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 991px) {
  .inner_pgaes_header__ .nav-list-om > li > a img {
    -webkit-filter: unset !important;
    filter: unset !important;
  }
}
.inner_pgaes_header__ .nav-list-om > li > a:hover {
  color: #65edcd !important;
}
@media screen and (min-width: 991px) {
  .inner_pgaes_header__ .nav-list-om .active > a {
    color: #252f42 !important;
    background-color: #fff !important;
  }
  .inner_pgaes_header__ .nav-list-om .active > a:hover {
    background-color: #65edcd !important;
    color: #252f42 !important;
  }
}
.footer_sec__ {
  position: relative;
  background-blend-mode: overlay;
  background-size: cover;
  background: #000;
  padding-top: 2.7rem;
  overflow-x: hidden;
}
.footer_sec__:after {
  content: "";
  position: absolute;
  /* background: #000; */
  width: 757px;
  height: 757px;
  top: -493px;
  inset-inline-start: -407.816px;
  opacity: 0.4;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: 1;
}
.footer_content__ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2.7rem;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .footer_content__ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer_content__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.7rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer_sec {
    min-width: 100%;
  }
}
.footer_head__ {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2.5rem;
}
.footer_logo_sec__ {
  max-width: 30.5rem;
}
.footer_logo__ {
  margin-bottom: 2.5rem;
  max-width: 19rem;
  max-height: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .footer_logo__ {
    margin-inline: auto;
  }
}
.footer_parag__ {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 2.5rem;
}
.links_wrapper__ {
  max-width: 15.3rem;
}
.footer_list__ {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(103px, 1fr));
  margin: 0 auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer_list__ {
    gap: 10px;
  }
}
.footer_list__ a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: start;
  gap: 15px;
}
.footer_list__ a img {
  max-width: 15px;
  max-height: 15px;
}
.footer_list__ a:hover {
  opacity: 0.8;
  color: #889521;
}
.footer_list__ a:hover:before {
  background-color: #252f42;
}
.services_wrapper__ {
  max-width: 45.3rem;
  min-width: 44.3rem;
  gap: 1.1rem;
}
@media only screen and (max-width: 991px) {
  .services_wrapper__ {
    min-width: 100%;
  }
}
.services_wrapper__ .footer_list__ {
  grid-template-columns: repeat(auto-fit, minmax(197px, 1fr));
}
@media only screen and (max-width: 991px) {
  .services_wrapper__ .footer_list__ {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.services_wrapper__ .footer_list__ li > a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .services_wrapper__ .footer_list__ li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.services_wrapper__ .footer_list__ li > a:before {
  content: "";
  margin-top: 10px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .services_wrapper__ .footer_list__ li > a:before {
    margin: 0;
  }
}
.services_wrapper__ .footer_list__ li > a:hover:before {
  background-color: #889521;
}
@media only screen and (max-width: 991px) {
  .footer_contacts {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(291px, 1fr));
  }
}
.footer_contacts li:not(:last-child) {
  margin-bottom: 15px;
}
.footer_contacts .link__ .text__ {
  font-size: 18px;
}
.footer_socials__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.footer_socials__ .link__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px;
}
.footer_socials__ .link__ img {
  -webkit-filter: none;
  filter: none;
}
.footer_socials__ .link__:hover {
  background-color: #889521;
}
.footer_socials__ .link__:hover img {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}
.copyrights_content___ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  /* padding: 2.8rem 0; */
  color: #fff;
  margin: 0;
  border: 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  background: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media only screen and (max-width: 991px) {
  .copyrights_content___ {
    padding: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .copyrights_content___ {
    font-size: 8px;
  }
}
.copyrights_content___ .copyright_icon__,
.copyrights_content___ .copyright_logo__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.copyrights_content___ .copyright_icon__ {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.copyrights_content___ .copyright_logo__ {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.input__ {
  height: 66px;
  border: solid 1px #d5ddeb;
  background-color: transparent;
  outline: none;
  width: 100%;
  font-size: 1.6rem;
  color: #252f42;
  padding: 20px 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 2px;
}
.input__:focus,
.input__:hover {
  border-color: #252f42;
}
.input__::-webkit-inner-spin-button,
.input__::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input__::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #727272;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.input__::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #727272;
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.input__:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #727272;
  opacity: 1;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.input__::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #727272;
  opacity: 1;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.input__::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #727272;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.input__:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input__:focus::-moz-placeholder {
  opacity: 0;
}
.input__:focus:-ms-input-placeholder {
  opacity: 0;
}
.input__:focus::-ms-input-placeholder {
  opacity: 0;
}
.input__:focus::placeholder {
  opacity: 0;
}
.input__.magin_bottom {
  margin-bottom: 24px;
}
.input__.colored_white__ {
  color: #fff;
  border-color: #fff;
}
.input__.colored_white__::-webkit-input-placeholder {
  color: #fff;
}
.input__.colored_white__::-moz-placeholder {
  color: #fff;
}
.input__.colored_white__:-ms-input-placeholder {
  color: #fff;
}
.input__.colored_white__::-ms-input-placeholder {
  color: #fff;
}
.input__.colored_white__::placeholder {
  color: #fff;
}
.textarea-om {
  height: 14.5rem;
  border-radius: 2px !important;
  resize: none;
  width: 100%;
}
.badge-request-form {
  margin-top: 10px;
}
.textarea-om:focus {
  outline: 0;
}
.select__ {
  width: 100% !important;
  margin-bottom: 0;
}
.select__ .dropdown-toggle {
  height: 46px;
  font-weight: 300;
  border: solid 1px #d5ddeb;
  border-radius: 48px;
  background-color: transparent;
  padding: 10px 30px;
  font-size: 1.4rem;
  font-stretch: normal;
  color: #252f42;
  outline: none !important;
  position: relative;
}
.select__ .dropdown-toggle:after {
  content: url(../images/shapes/arrow_down.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-end: 10%;
  background-color: transparent;
  border: none;
  outline: none;
}
.select__ .dropdown-toggle .filter-option-inner-inner {
  font-size: 1.4rem;
  color: #252f42;
}
.select__ .dropdown-toggle .filter-option {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  text-align: right;
}
html[dir="rtl"] .select__ .dropdown-toggle .filter-option {
  text-align: left;
}
.select__ .dropdown-toggle:active,
.select__ .dropdown-toggle:focus {
  background-color: #fff !important;
  border-color: #65edcd !important;
  color: #252f42 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select__.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #65edcd !important;
  color: #252f42 !important;
  outline: none !important;
}
.select__ .dropdown-menu li .dropdown-item {
  outline: none !important;
  font-size: 14px;
  color: #252f42;
  border-radius: 0;
}
.select__ .dropdown-menu li .dropdown-item.active,
.select__ .dropdown-menu li .dropdown-item:active,
.select__ .dropdown-menu li .dropdown-item:hover {
  outline: none !important;
  background-color: #65edcd;
  color: #fff;
}
.checkbox-group-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-group-om .checkbox-om {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.checkbox-group-om .checkbox-om:checked + .checkbox-label-om {
  border-color: #252f42;
  background-image: url(../images/shapes/checkbox.svg);
}
.checkbox-group-om .checkbox-label-om {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox-group-om .label__ {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #252f42;
  cursor: pointer;
}
.radio-group-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.radio-group-om .radio-om {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.radio-group-om .radio-om:checked + .radio-label-om {
  border-color: #65edcd;
  background-image: url(../images/shapes/check.svg);
}
.radio-group-om .radio-om:checked ~ .text_wrapper .radio_title__ {
  color: #65edcd !important;
}
.radio-group-om .radio-om:checked ~ .text_wrapper .radio_description__ {
  color: #252f42;
}
.radio-group-om .radio-label-om {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #86959f;
  background-position: center center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.radio-group-om .text_ {
  margin: 0;
  font-size: 15px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  color: #252f42;
}
.radio-group-om .radio_title__ {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2e3b52;
  margin-bottom: 10px;
}
.radio-group-om .radio_description__ {
  font-size: 1.4rem;
  font-weight: 300;
  color: #2e3b52;
}
.checkbox_label__ {
  position: relative;
  color: #2e3676;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  border-radius: 5.1rem;
  background: #f5f5f5;
  padding: 1.2rem 1.5rem;
  border: 1px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox_label__ input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox_label__:has(input[type="checkbox"]:checked) {
  border: 2px solid #313131;
  background: #EBEFF6;
  color: #313131;
  font-weight: 600;
}
.error_msg__ {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.3rem;
  color: #ca0000;
  margin-top: 1rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  -webkit-transition: opacity 0.5s ease, max-height 0.5s ease, bottom 0.5s ease;
  transition: opacity 0.5s ease, max-height 0.5s ease, bottom 0.5s ease;
  opacity: 1;
  bottom: -3rem;
  max-height: 100px;
}
.error_msg__.static__ {
  position: static;
}
.checkbox_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .checkbox_wrapper__ {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .checkbox_wrapper__::-webkit-scrollbar {
    display: none;
  }
}
.form_wrapper__ {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
}
@media only screen and (max-width: 991px) {
  .form_wrapper__ {
    padding: 20px;
    border-radius: 20px;
  }
}
.form_image__ {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .form_image__ {
    margin-bottom: 25px !important;
  }
}
.registeration_page_title_wrapper__ {
  margin-bottom: 40px !important;
}
.registeration_page_title_wrapper__ .section_sub_title__ {
  font-size: 1.3rem;
}
.registeration_page_title_wrapper__ .mail__ {
  margin-top: 10px;
}
.main_form__ {
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
}
.main_form__.large_width__ {
  max-width: 566px;
}
.input_group__ {
  margin-bottom: 10px;
}
.input_group__.flex_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_group__.flex_group__ .input_group__ {
  width: 100%;
}
.input_group__.flex_group__.group_gap__ {
  gap: 15px;
}
.input_group__.flex_group__.small_group_gap {
  gap: 15px;
}
.input_group__.flex_group__.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.input_group__.flex_group__.half_width__ {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .input_group__.flex_group__.full_width_xs_screen__ {
    min-width: 100%;
  }
}
.input_group__.flex_group__ .input__,
.input_group__.flex_group__ .select__ {
  min-width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 500px) {
  .input_group__.flex_dir_col_xxs_screen__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .input_group__.flex_dir_col_xs_screen__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.input_group__.none_margin__ {
  margin: 0;
}
.input_group__.margin_top {
  margin-top: 60px;
}
.input_group__.full_width__ {
  width: 100%;
}
.input_group__.date_input__ {
  position: relative;
}
.input_group__.date_input__:after {
  content: url(../images/shapes/date_input_icon.svg);
  position: absolute;
  top: 50%;
  inset-inline-end: 37px;
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
}
.final_buttons_wrapper__ {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.hero-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-statistics-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_sec__ {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff; /* ensures text is readable */
}

.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.section-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* adjust darkness */
  z-index: 0;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* behind everything */
}

.video-container .content_wrapper__ {
  position: relative;
  z-index: 1; /* stays above overlay */
  color: #fff;
}
.input_group_unit__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_group_unit__ .input__ {
  border-radius: 0 48px 48px 0;
}
html[dir="rtl"] .input_group_unit__ .input__ {
  border-radius: 48px 0 0 48px;
}
.input_group_unit__ .unit__ {
  min-width: 67px;
  height: 56px;
  border-radius: 48px 0 0 48px;
  border: 1px solid #d5ddeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
}
.password-group-om {
  position: relative;
}
.password-group-om .input__ {
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
}
.password-group-om .show-password-button-om {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  width: 36px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #969696;
}
html[dir="rtl"] .password-group-om .show-password-button-om {
  left: unset;
  right: 0;
}
.password-group-om .show-password-button-om:focus {
  outline: none;
}
.password-group-om .show-password-button-om.show-om .icon__ path {
  stroke: #252f42;
}
.custom_input_group__ {
  border: 1px solid #d5ddeb;
  border-radius: 48px;
  height: 46px;
}
.custom_input_group__ .dropdown-toggle,
.custom_input_group__ .input__,
.custom_input_group__ .textarea-om {
  -webkit-padding-start: 0 !important;
  padding-inline-start: 0 !important;
  border: 0;
  background-color: transparent !important;
  width: 100%;
  height: 20px;
  padding: 0;
  width: 100%;
  font-size: 1.4rem !important;
}
.custom_input_group__ .input__ {
  margin-bottom: 5px;
  border-radius: 0 !important;
}
.custom_input_group__ .dropdown-toggle {
  margin-top: -8px;
}
.custom_input_group__ .label__ {
  font-size: 1.2rem;
  font-weight: 300;
  color: #252f42;
  margin: 0;
}
.custom_input_group__ .input_label_wrapper__ {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.icon_input_group {
  position: relative;
}
.icon_input_group .dropdown-toggle,
.icon_input_group .input__,
.icon_input_group .textarea-om {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}
.icon_input_group:after {
  position: absolute !important;
  width: 29px !important;
  height: 29px !important;
  top: 50% !important;
  inset-inline-start: 27px !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
}
.icon_input_group.name__:after {
  content: url(../images/shapes/inputs_icons/user.svg);
}
.icon_input_group.phone__:after {
  content: url(../images/shapes/inputs_icons/input_phone_icon.svg);
}
.icon_input_group.password__:after {
  content: url(../images/shapes/inputs_icons/password.svg);
}
.icon_input_group.textarea__:after {
  content: url(../images/shapes/inputs_icons/textarea.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.account_type:after {
  content: url(../images/shapes/inputs_icons/account_type.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.sector__:after {
  content: url(../images/shapes/inputs_icons/sector__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.company_name__:after {
  content: url(../images/shapes/inputs_icons/company_name__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.commercial_registration_no:after {
  content: url(../images/shapes/inputs_icons/commercial_registration_no.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.mail__:after {
  content: url(../images/shapes/inputs_icons/mail__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.search__:after {
  content: url(../images/shapes/inputs_icons/search__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.location__:after {
  content: url(../images/shapes/inputs_icons/location__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.company_name:after {
  content: url(../images/shapes/inputs_icons/company_name.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.commercial_registration_number:after {
  content: url(../images/shapes/inputs_icons/commercial_registration_number.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group:focus-within:after {
  -webkit-filter: none;
  filter: none;
}
.price__ {
  font-size: 1.8rem;
  color: #252f42;
  margin: 0;
  font-weight: 700;
}
.price__.grey_color__ {
  color: #2e3b52;
}
.inputs_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 5rem;
}
@media only screen and (max-width: 991px) {
  .inputs_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.inputs_wrapper__.with_margin_top {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .inputs_wrapper__.search_inputs_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inputs_wrapper__:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .inputs_wrapper__:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.input_wrapper__ {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.input_wrapper__.error__ {
  margin-bottom: 2.5rem;
}
.input_wrapper__.error__ .error_msg__ {
  opacity: 1;
  bottom: -3rem;
  max-height: 100px;
}
.input_icon_wrapper__ {
  position: relative;
}
.input_icon_wrapper__ input {
  -webkit-padding-end: 5rem !important;
  padding-inline-end: 5rem !important;
}
.input_icon_wrapper__:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-end: 2.5rem;
  width: 15px;
  height: 18px;
}
.input_icon_wrapper__.email__:after {
  content: url("../images/shapes/inputs_icons/email-icon.svg");
}
.input_icon_wrapper__.phone__:after {
  content: url("../images/shapes/inputs_icons/phone.svg");
}
.input_icon_wrapper__.co_name__:after {
  content: url("../images/shapes/inputs_icons/company-icon.svg");
}
.input_icon_wrapper__.role__:after {
  content: url("../images/shapes/inputs_icons/user-icon.svg");
}
.input_icon_wrapper__.message__:after {
  top: 2rem;
  -webkit-transform: unset;
  transform: unset;
  content: url("../images/shapes/inputs_icons/email-icon.svg");
}
.message-input {
  margin-top: 24px;
}
.label__ {
  color: #252f42;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.3rem;
}
.label__.required__:after {
  content: "*";
  color: #ca0000;
  -webkit-margin-start: 0.3rem;
  margin-inline-start: 0.3rem;
}
.rating_section_form {
  max-width: 352px;
  margin: 0 auto;
}
.upload_photo__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 15px;
}
.upload_photo__ .img_wrapper__ {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #d5ddeb;
  overflow: hidden;
  position: relative;
}
.upload_photo__ .img_wrapper__ .figure__ {
  height: 100%;
}
.upload_photo__ .img_wrapper__ img {
  display: none;
}
.upload_photo__ .img_wrapper__:after {
  content: url("../images/shapes/upload_file_icon.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 8px;
}
.upload_photo__ .img_wrapper__.uploaded__ img {
  display: block;
}
.upload_photo__ .img_wrapper__.uploaded__:after {
  content: url("../images/shapes/upload_file_icon_white.svg");
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.upload_photo__ .img_wrapper__.uploaded__:hover:after {
  opacity: 1 !important;
  background-color: rgba(101, 237, 205, 0.36);
  padding: 0;
}
.upload_photo__ .title__ {
  font-size: 1.4rem;
  color: #252f42;
  font-weight: normal;
  margin-bottom: 12px;
}
.upload_photo__ .sub_title__ {
  font-weight: 300;
  font-size: 1.2rem;
}
.upload_photo__ .file_input__ {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_photo__.with_margin_bottom {
  margin-bottom: 20px;
}
.buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.buttons_wrapper.margin_bottom {
  margin-bottom: 30px;
}
.buttons_wrapper.margin_top {
  margin-top: 2.3rem;
}
.buttons_wrapper.content_space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.buttons_wrapper.items_width_same__ a,
.buttons_wrapper.items_width_same__ button,
.buttons_wrapper.items_width_same__ div {
  width: 50%;
}
.uploaded_files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.modal_links_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  min-width: 100%;
}
.modal_links_wrapper__.with_margin_top {
  margin-top: 2.3rem;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #252f42;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.swiper-button-next.white_color__,
.swiper-button-prev.white_color__ {
  border-color: #fff;
}
.swiper-button-next.white_color__:after,
.swiper-button-prev.white_color__:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.swiper-button-next.white_color__:hover,
.swiper-button-prev.white_color__:hover {
  background-color: #fff;
}
.swiper-button-next.white_color__:hover:after,
.swiper-button-prev.white_color__:hover:after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  border: 1px solid transparent;
  background-color: #9b9b9b44;
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled.white_color__,
.swiper-button-prev.swiper-button-disabled.white_color__ {
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: url("../images/shapes/arrow-right.svg");
  display: block;
  position: static;
  height: 64px;
  -webkit-transform: unset;
  transform: unset;
}
html[dir="rtl"] .swiper-button-next:after,
html[dir="rtl"] .swiper-button-prev:after {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #252f42;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.swiper-button-next.single_page_button,
.swiper-button-prev.single_page_button {
  position: static;
  border: 1px solid #d5ddeb;
}
.swiper-button-next.single_page_button:after,
.swiper-button-prev.single_page_button:after {
  content: url("../images/shapes/arrow-right.svg");
  -webkit-filter: brightness(0.8) grayscale(1);
  filter: brightness(0.8) grayscale(1);
}
.swiper-button-next.single_page_button:hover,
.swiper-button-prev.single_page_button:hover {
  background-color: #65edcd;
  border-color: #65edcd;
}
.swiper-button-next.single_page_button:hover:after,
.swiper-button-prev.single_page_button:hover:after {
  -webkit-filter: unset;
  filter: unset;
}
.swiper-button-next:after {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
html[dir="rtl"] .swiper-button-next:after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.swiper-service-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Sans Arabic";
  gap: 30px;
  position: relative;
  max-width: 1560px;
  margin: 25px auto 0 auto;
}

.services-button-next,
.services-button-prev {
  font-size: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-family: "IBM Plex Sans Arabic";
  width: 45px;
  /* height: 45px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.services-button-next .num,
.services-button-prev .num {
  height: 60px;
}

/* Flip only the arrow icons in RTL */
[dir="rtl"] .services-button-prev .icon svg,
[dir="rtl"] .services-button-next .icon svg {
  transform: rotateY(180deg);
}



/* .services-button-next:hover,
.services-button-prev:hover {
  background-color: #252f42;
  color: #fff;
} */

.services_sec__ .swiper-pagination {
  position: static;
  flex-shrink: 0;
}
.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  gap: 6px;
}
.swiper-pagination.hero_pagination {
  /* background-color: #252f42; */
  margin: 0 auto;
  width: 300px;
  height: 98px;
  border-radius: 0 50px 0 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 40%;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination.hero_pagination {
    height: 30px;
    border-radius: 0 20px 0 0;
  }
}
html[dir="rtl"] .swiper-pagination.hero_pagination {
  border-radius: 50px 0 0 0;
}
/* .swiper-pagination.hero_pagination:after {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 49px;
  height: 49px;
  border-bottom-left-radius: 50px;
  bottom: -2px;
  -webkit-box-shadow: -16px 16px #252f42;
  box-shadow: -16px 16px #252f42;
  inset-inline-start: calc(100% - 2px);
} */
@media only screen and (max-width: 767px) {
  .swiper-pagination.hero_pagination:after {
    height: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: -9px 5px #252f42;
    box-shadow: -9px 5px #252f42;
  }
}
/* html[dir="rtl"] .swiper-pagination.hero_pagination:after {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 16px 16px #252f42;
  box-shadow: 16px 16px #252f42;
} */
/* .swiper-pagination.hero_pagination:before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 49px;
  height: 49px;
  border-bottom-left-radius: 50px;
  bottom: calc(100% - 2px);
  -webkit-box-shadow: -15px 15px #252f42;
  box-shadow: -15px 15px #252f42;
  inset-inline-start: -2px;
} */
/* @media only screen and (max-width: 767px) {
  .swiper-pagination.hero_pagination:before {
    height: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: -9px 5px #252f42;
    box-shadow: -9px 5px #252f42;
  }
} */
/* html[dir="rtl"] .swiper-pagination.hero_pagination:before {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 15px 15px #252f42;
  box-shadow: 15px 15px #252f42;
} */
.swiper-pagination-clickable .swiper-pagination-bullet {
  position: relative;
  margin: 0 2px;
  border-radius: 50% !important;
  background-color: transparent;
  opacity: 1;
  height: 3.9rem !important;
  width: 3.9rem !important;
  background-color: transparent;
  border: 1px solid transparent;
  margin-top: 20px;
  border: 2px solid #75757544;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.swiper-pagination-clickable .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 20px;
  height: 20px;
  /* background-color: #313131; */
  border-radius: 50%;
  -webkit-transform: translate(-55%, -53%);
  transform: translate(-55%, -53%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html[dir="rtl"] .swiper-pagination-clickable .swiper-pagination-bullet:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-clickable .swiper-pagination-bullet:after {
    display: none;
  }
}
.swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #313131;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-clickable
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #313131;
  }
}
.swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #313131;
}
.arrow-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrow-sec .swiper-button-next,
.arrow-sec .swiper-button-prev {
  -webkit-transform: unset;
  transform: unset;
  margin: 0;
  position: static;
  -webkit-margin-start: 16px;
  margin-inline-start: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.default_page__ {
  min-height: 50vh;
}
.default_section__ {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media only screen and (max-width: 1920px) {
  .default_section__ {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media only screen and (max-width: 991px) {
  .default_section__ {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .default_section__ {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.section_tools_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .section_tools_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
  }
}
.row_modify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .row_modify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .why_choose_sec_responsive {
    display: flex;
    flex-direction: column;
  }
}
.row_modify.with_row_gap {
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .row_modify.with_row_gap {
    row-gap: 15px;
  }
}
.row_modify.with_margin_bottom__ {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .row_modify.reverse_dir_column_small_size {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.row_modify.justify_between__ {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row_modify.items_center__ {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row_modify.items_start__ {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row_modify.items_end__ {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_block_title__ {
  font-size: 1.6rem;
  font-weight: 500;
  color: #252f42;
  margin-bottom: 20px;
}
.values_sec__ .values_wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.6rem;
}
@media only screen and (max-width: 991px) {
  .values_sec__ .values_wrapper {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center; align-items: center;
}

.modal-content {
  background: white;
  padding: 0;
  border-radius: 8px;
  /* width: 80%; */
  max-width: 800px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content iframe {
  display: block;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px; font-weight: bold;
  color: black; cursor: pointer;
}
.purpose_sec__ {
  /* background-image: url("../images/purpose_sec_bg.png"); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.purpose_sec__ .section_title__ {
  margin-top: 10px !important;
}
.purpose_sec__ .vision_wrapper {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991px) {
  .purpose_sec__ .vision_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .purpose_sec__ .vision_wrapper {
    margin-bottom: 3rem;
  }
}
.purpose_sec__ .image_wrapper {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  /* max-width: 725px; */
}



@media only screen and (max-width: 767px) {
  .purpose_sec__ .image_wrapper {
    border-radius: 2px;
  }
}
.purpose_sec__ .image_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); */
  border-radius: 2px;
}

.purpose_sec__ .ceo-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none!important;
  background: none!important;
  border-radius: 35px;
}
.purpose_sec__ .image_wrapper.first__ {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.purpose_sec__ .image_wrapper .figure__ {
  padding-bottom: 49.793102%;
}
.purpose_sec__ .parag__ {
  color: #252f42;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  .purpose_sec__ .parag__ {
    font-size: 18px;
  }
}
/* .purpose_sec__ .mission_content_wrapper {
  -webkit-padding-start: 10rem;
  padding-inline-start: 10rem;
} */
@media only screen and (max-width: 1440px) {
  .purpose_sec__ .mission_content_wrapper {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
/* .purpose_sec__ .vision_content_wrapper {
  -webkit-padding-end: 10rem;
  padding-inline-end: 10rem;
} */
@media only screen and (max-width: 1440px) {
  .purpose_sec__ .vision_content_wrapper {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
}
.section_header__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .section_header__ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .section_header__ .section_title_wrapper__ {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section_header__ .section_title_badge__ {
    margin-bottom: 2rem;
  }
  .section_header__ .section_title__ {
    text-align: center;
  }
}
.section_header__ .section_parag__ {
  max-width: 66.7rem;
  text-align: center;
  color: #10211d;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  .section_header__ .section_parag__ {
    max-width: 100%;
    margin-bottom: 1.6rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
/* .goals_sec__ {
  margin-top: 20px;
} */
.goals_sec__ {
  margin-top: 50px;
  margin-bottom: 93px!important;
}
@media only screen and (max-width: 991px) {
  .goals_sec__ {
    margin-top: 50px;
    margin-bottom: 93px!important;
  }
}
@media only screen and (max-width: 767px) {
  .goals_sec__ {
    margin-top: 20px;
  }
}
.goals_sec__ .section_title_wrapper__ {
  margin-bottom: 57px !important;
}
@media only screen and (max-width: 991px) {
  .goals_sec__ .section_title_wrapper__ {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .goals_sec__ .section_title_wrapper__ {
    margin-bottom: 10px !important;
  }
}
.goals_sec__ .goals_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.9rem 1fr 2.9rem 1fr 2.9rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.9rem;
}
@media only screen and (max-width: 991px) {
  .goals_sec__ .goals_wrapper {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
/* .blog_sec__ {
  background-image: url("../images/blog/blog_sec_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
} */
 .blog_sec__ {
  padding-bottom: 0!important;
 }
.clients_sec__ {
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .clients_sec__ {
    margin-top: 10px;
  }
}
.clients_sec__ .figure__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.clients_sec__ .figure__ img {
  max-height: 9.5rem;
}
.events_sec__ {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#102B38),
      to(#102B38)
    )
    lightgray 50% / cover no-repeat;
  background: linear-gradient(0deg, #102B38 0%, #102B38 100%) lightgray 50% /
    cover no-repeat;
  overflow: hidden;
  position: relative;
  padding-inline: 33px;
}
@media only screen and (max-width: 991px) {
  .events_sec__ {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .events_sec__ {
    padding-inline: 10px;
  }
}
.events_sec__:after,
.events_sec__:before {
  content: "";
  position: absolute;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.7;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(50, 93, 161, 0.5) 0%,
    rgba(16, 43, 56, 1) 100%
  );
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: 1;
}
.events_sec__:after {
  top: -33.5rem;
  width: 973.079px;
  height: 973.079px;
  inset-inline-end: 7.5rem;
  z-index: -1!important;
}
/* .events_sec__:before {
  bottom: -33.5rem;
  width: 757px;
  height: 757px;
  inset-inline-start: -49.3rem;
} */

.events_sec__.review-sec:before {
  bottom: unset!important;
  width: unset!important;
  height: unset!important;
  inset-inline-start: -49.unset!important;
}
.events_sec__ * {
  z-index: 2;
}
.events_sec__ .stars_wrapper__ {
  margin-bottom: 1rem;
}

.reviews {
  margin: 2rem 0!important;
}

@media only screen and (max-width: 991px) {
  .events_sec__ .stars_wrapper__ {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .events_sec__ .stars_wrapper__ {
    margin-bottom: 2rem;
  }
}
.events_sec__ .events_title__ {
  color: #fff;
  font-family: "IBM Plex Sans Arabic";
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .events_sec__ .events_title__ {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .events_sec__ .events_title__ {
    font-size: 2rem;
  }
}
.events_sec__ .events_title__.bold__ {
  font-weight: 700;
  letter-spacing: 10px;
}
.events_sec__ .asp__ {
  padding-bottom: 115.4838%;
  border-radius: 17px;
  overflow: hidden;
}
.stars_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.stars_wrapper__ i {
  color: #ce8c3f;
  font-size: 24px;
}
.about_hero_sec__ {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .about_hero_sec__ {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_hero_sec__ {
    margin-bottom: 3rem;
  }
}
.about_hero_sec__ .section_title__ {
  position: absolute;
  z-index: 10;
  color: #fff;
  color: #fff;
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -2.16px;
  text-transform: capitalize;
  inset-inline-start: 8rem;
  top: 10%;
}
@media only screen and (max-width: 1280px) {
  .about_hero_sec__ .section_title__ {
    font-size: 5.2rem;
    line-height: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .about_hero_sec__ .section_title__ {
    font-size: 3.2rem;
    inset-inline-start: 4rem;
  }
}
.about_hero_sec__ .content_wrapper__ {
  position: relative;
}
.about_hero_sec__ .image_wrapper {
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about_hero_sec__ .image_wrapper {
    border-radius: 2px;
  }
}
.about_hero_sec__ .figure__ {
  padding-bottom: 23.53658%;
}
@media only screen and (max-width: 991px) {
  .about_hero_sec__ .figure__ {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .who_we_are_sec__ {
    margin-top: 5rem;
  }
}
.who_we_are_sec__ .parag__ {
  color: 30px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.598px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .who_we_are_sec__ .parag__ {
    font-size: 2rem;
  }
}
.who_we_are_sec__ {
  margin-bottom: 30px;
}
.ceo_message_sec__ .ceo_message_wrapper {
  position: relative;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#193873),
      to(#193873)
    )
    lightgray 50% / cover no-repeat;
  background: linear-gradient(0deg, #193873 0%, #193873 100%) lightgray 50% /
    cover no-repeat;
  border-radius: 30px;
  overflow: hidden;
}
.ceo_message_sec__ .ceo_message_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/ceo_bg.png");
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
}
.ceo_message_sec__ .ceo_message_wrapper > * {
  position: relative;
  z-index: 2;
}
.ceo_message_sec__ .content_wrapper {
  padding: 7rem;
  -webkit-padding-end: 4rem;
  padding-inline-end: 4rem;
}
@media only screen and (max-width: 1920px) {
  .ceo_message_sec__ .content_wrapper {
    padding: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .ceo_message_sec__ .content_wrapper {
    padding: 2rem 3rem;
  }
}
.ceo_message_sec__ .title__ {
  color: #fff;
  font-size: 5.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 4.7rem;
}
@media only screen and (max-width: 1920px) {
  .ceo_message_sec__ .title__ {
    font-size: 3.7rem;
    padding-bottom: 0.8rem;
    margin-bottom: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .ceo_message_sec__ .title__ {
    font-size: 3rem;
  }
}
.ceo_message_sec__ .parag__ {
  color: #fff;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.1rem;
  text-transform: capitalize;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1920px) {
  .ceo_message_sec__ .parag__ {
    font-size: 2.4rem;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ceo_message_sec__ .parag__ {
    font-size: 2rem;
    line-height: 30px;
  }
}
.ceo_message_sec__ .figure__ {
  padding-bottom: 73.7179487179%;
}
.ceo_message_sec__ .with_border__ {
  position: relative;
}
.ceo_message_sec__ .with_border__:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #fff;
}
.why_choose_us_sec__ .section_card__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.why_choose_us_sec__ .section_card__:after {
  content: "";
  position: absolute;
  width: 1122px;
  height: 1122px;
  top: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.why_choose_us_sec__ .section_card__.blue_bg_card__ {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#252f42),
    to(#252f42)
  );
  background: linear-gradient(0deg, #252f42 0%, #252f42 100%);
}
.why_choose_us_sec__ .section_card__.blue_bg_card__:after {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(77, 209, 196, 0.5) 0%,
    rgba(75, 209, 195, 0) 100%
  );
}
.why_choose_us_sec__ .section_card__.green_bg_card__ {
  background: #AC7C46;
}
.why_choose_us_sec__ .section_card__.green_bg_card__:after {
  opacity: 0.8;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
  filter: blur(0px);
}
.why_choose_us_sec__ .section_card__ > * {
  position: relative;
  z-index: 2;
}
.why_choose_us_sec__ .image_wrapper {
  width: 100%;
}
.why_choose_us_sec__ .figure__ {
  padding-bottom: 120.315789%;
}
.why_choose_us_sec__ .text_wrapper {
  padding: 6rem 3.5rem!important;
  margin-block: auto;
}
@media only screen and (max-width: 991px) {
  .why_choose_us_sec__ .text_wrapper {
    padding: 3.5rem;
  }
}
.achievements_sec__ {
  background: #889521;
  padding-top: 8.5rem;
  padding-bottom: 11.3rem;
  min-height: 84.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .achievements_sec__ {
    padding-top: 4.5rem;
    padding-bottom: 6.3rem;
    min-height: -webkit-fit-content !important;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media only screen and (max-width: 767px) {
  .achievements_sec__ {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.achievements_sec__ .content_wrapper__ {
  position: relative;
  padding-block: 4rem;
  min-height: 64.8rem;
  height: 64.8rem;
}
@media only screen and (max-width: 991px) {
  .achievements_sec__ .content_wrapper__ {
    padding-block: 2rem;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.achievements_sec__ .content_wrapper__:after {
  content: url("../images/achievements/bg.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
  .achievements_sec__ .content_wrapper__:after {
    display: none;
  }
}
html[dir="rtl"] .achievements_sec__ .content_wrapper__:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: unset;
  right: 0;
  width: unset;
}

.achievements_sec__ .container {
  max-width: 1600px;
  /* margin: 0 auto; */
}

html[dir="ltr"] .achievements_sec__ .content_wrapper__:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  left: unset;
  right: 0;
  width: unset;
}
.achievements_sec__ .image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.achievements_sec__ .image_wrapper .figure__  {
  max-width: 210px;
}
@media only screen and (max-width: 1440px) {
  .achievements_sec__ .image_wrapper {
    display: none;
  }
}
.achievements_sec__ .title__ {
  color: #fff;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-padding-start: 3.3rem;
  padding-inline-start: 3.3rem;
  letter-spacing: -0.96px;
  border-bottom: 1px solid rgba(249, 250, 251, 0.3);
  margin-bottom: 5rem;
  width: 78%;
}
@media only screen and (max-width: 991px) {
  .achievements_sec__ .title__ {
    font-size: 5rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .achievements_sec__ .title__ {
    font-size: 3.5rem;
  }
}
.achievements_sec__ .text_wrapper {
  padding-inline: 3.3rem;
}
@media only screen and (max-width: 991px) {
  .achievements_sec__ .text_wrapper {
    padding-inline: 0;
  }
}
.achievements_sec__ .parag__ {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .achievements_sec__ .parag__ {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.achievements_sec__ .list__ {
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
}
.achievements_sec__ .list__ li {
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .achievements_sec__ .list__ li {
    font-size: 2rem;
  }
}
.achievements_sec__ .list__ li:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-margin-end: 1.6rem;
  margin-inline-end: 1.6rem;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-size: contain;
  margin-top: 2.1rem;
}
/* .ceo-text {
  height: 300px;
  min-height: 300px;
  overflow-y: auto;
} */
[dir="ltr"] .achievements_sec__ .logo_wrapper__ {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  right: 0;
}

[dir="rtl"] .achievements_sec__ .logo_wrapper__ {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  left: 0;
}
.achievements_sec__ .logo_wrapper__  .figure img {
  max-width: 265px;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .achievements_sec__ .logo_wrapper__ {
    display: none;
  }
}
.contact_us_sec__ {
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.contact_us_sec__:after,
.contact_us_sec__:before {
  content: "";
  position: absolute;
  padding: 1rem;
  height: 6.2rem;
  opacity: 0.2;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(77, 209, 196, 0.5) 0%,
    rgba(75, 209, 195, 0) 100%
  );
}
.contact_us_sec__:after {
  top: 14.9rem;
  inset-inline-start: -39.2rem;
  width: 6.2rem;
}
.contact_us_sec__:before {
  inset-inline-end: -42.6rem;
  bottom: -3.8rem;
}
.contact_us_sec__ .main_title__ {
  color: #252f42;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.contact_us_sec__ .section_title__ {
  color: #252f42;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 8.1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .contact_us_sec__ .section_title__ {
    font-size: 4rem;
    line-height: 4.1rem;
  }
}
.contact_us_sec__ .section_subtitle__ {
  color: #0d0d0d;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.6rem;
  max-width: 58.1rem;
  margin-bottom: 2rem;
}
.vision_title {
  color: #313131!important;
}
.mission_title {
  color: #313131!important;
}
.title-color {
  color: #313131!important;
}
.container-vision {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.container-mission {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0;
}
.section-column {
  display: flex;
  flex-direction: column;
  gap: 61px;
  margin-top: 20px;
}
/* .section-two-inner {
 
} */
.images-section-button {
  /* position: absolute; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  padding: 15px 30px;
  border: 1px solid #313131;
  border-radius: 100px;
  z-index: 10;
  right: 5%;
  top: 132%;
  cursor: pointer;
}
.images-section-button span {
  color: #313131;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.curve {
  position: absolute;
}
.image-section-two-container {
  position: relative;
}
.img-one-section-two {
  position: absolute;
  z-index: 1;
}
/* .img-two-section-two {
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 18%;
} */
.section-two-file {
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 18%;
  /* width: 623px; */
  /* height: 791px; */
  background: gray;
  border-radius: 40px;
}
.section-two-file .section-two-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}
.section-two-file .section-two-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}
.images-section-button {
  border: 2px solid #313131;
  background: linear-gradient(
  to bottom,
  rgba(255, 255, 255, 0.2),   /* solid white */
  rgba(255, 255, 255, 0)    /* fully transparent */
);
}
.section-two-container-wrapper {
  margin: 6px 0;
  padding-top: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-heading {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0C072D!important;
}
.section-parag {
  font-size: 18px!important;
  font-style: normal!important;
  color: #0C072D!important;
}
.contact_us_sec__ .map__ iframe {
  width: 100%;
  height: 25.4625rem;
  border-radius: 2px;
}
.page_title_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
}
@media only screen and (max-width: 1280px) {
  .page_title_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem;
  }
}
.page_title_wrapper__.with_margin_bottom {
  margin-bottom: 2.4rem;
}
.page_title__ {
  color: #252F42;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.1rem;
  max-width: 75rem;
}
@media only screen and (max-width: 1280px) {
  .page_title__ {
    font-size: 3.5rem;
    text-align: start;
    line-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page_title__ {
    font-size: 2.4rem;
  }
}
.page_title__ .primary_color {
  color: #313131;
}
.text-color-span {
  color: #313131!important;
}
.page_title__.with_margin_bottom {
  margin-bottom: 2.4rem;
}
.main_page_parag__ {
  color: #2e3b52;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem;
  max-width: 66.7rem;
}
@media only screen and (max-width: 1280px) {
  .main_page_parag__ {
    text-align: start;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_page_parag__ {
    font-size: 1.4rem;
  }
}
.projects_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media only screen and (max-width: 991px) {
  .projects_wrapper__ {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.project_details_sec__ .main_image_wrapper {
  width: 100%;
  margin-bottom: 2.4rem;
}
.not_found__ .not_found_content__ {
  background-image: url("../images/404-background-2.png");
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.not_found__ .number_wrapper {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.not_found__ .parag__ {
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 47.6rem;
}
.not_found__ .links_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100% !important;
  gap: 1rem;
}
.services_cards_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.9rem 1fr 3.9rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.9rem;
}
@media only screen and (max-width: 1280px) {
  .services_cards_wrapper__ {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.blog_page__ .blog_page_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.blog_page__ .side_sections__ {
  width: 100%;
  margin-top: 8rem;
}
.blog_details_page__ .date__ {
  color: #2e3b52;
  display: block;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 24.338px;
}
.blog_details_page__ .main_title {
  color: #252f42;
  font-family: "IBM Plex Sans Arabic";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -1.936px;
  margin-bottom: 2rem;
}
.blog_details_page__ .subtitle__ {
  color: #000;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 2rem;
  max-width: 1055px;
}
.blog_details_page__ .main_image_wrapper {
  margin-bottom: 3rem;
}
.blog_details_page__ .parag__ {
  color: #2e3b52;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 2.2rem;
}
.blog_details_page__ .title__ {
  color: #000;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 3.5rem;
}
.points_wrapper {
  margin-bottom: 2rem;
}
.points_wrapper .title__ {
  color: #000;
  font-family: "IBM Plex Sans Arabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.32px;
}
.points_wrapper .point_title {
  display: block;
  color: #000;
  font-family: "IBM Plex Sans Arabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.24px;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.points_wrapper .point__ {
  color: #000;
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
  font-family: "IBM Plex Sans Arabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.072px;
  margin-bottom: 1rem;
}
.points_wrapper .point__:before {
  content: "•";
  font-size: 2.5rem;
  color: #313131;
  margin-right: 0.5rem;
}
.single_service_page__ .main_image__ .caontent_wrapper__ {
  position: relative;
}
.single_service_page__ .main_image__ .caontent_wrapper__ .figure__ {
  border-radius: 55px;
  overflow: hidden;
  padding-bottom: 30.6097%;
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .main_image__ .caontent_wrapper__ .figure__ {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .main_image__ .caontent_wrapper__ .figure__ {
    padding-bottom: 50.6097%;
  }
}
.single_service_page__ .main_image__ .shape___ {
  color: #252f42;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  width: 512px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center;
  border-radius: 0 55px 0 0;
  text-align: center;
  height: 90px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1440px) {
  .single_service_page__ .main_image__ .shape___ {
    height: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .single_service_page__ .main_image__ .shape___ {
    height: 40px;
    width: 40%;
    border-radius: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .main_image__ .shape___ {
    display: none;
  }
}
.single_service_page__ .main_image__ .shape___ span {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .main_image__ .shape___:after,
  .single_service_page__ .main_image__ .shape___:before {
    display: none;
  }
}
.single_service_page__ .main_image__ .shape___:after {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 45px;
  height: 45px;
  border-bottom-left-radius: 51px;
  bottom: calc(100% - 1px);
  -webkit-box-shadow: -13px 13px 0 #fff;
  box-shadow: -13px 13px 0 #fff;
  left: -2px;
}
.single_service_page__ .main_image__ .shape___:before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 45px;
  height: 45px;
  border-bottom-left-radius: 51px;
  top: calc(100% - 43px);
  -webkit-box-shadow: -13px 13px 0 #fff;
  box-shadow: -13px 13px 0 #fff;
  right: -43px;
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .main_image__ .shape___:before {
    top: calc(100% - 30px);
    right: -23px;
    height: 30px;
    width: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: -8px 8px 0 #fff;
    box-shadow: -8px 8px 0 #fff;
  }
}
.single_service_page__ .main_image__ .text__ {
  color: #252f42;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.096rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center;
  border-radius: 0 55px 0 0;
  text-align: center;
  height: 90px;
}
@media only screen and (max-width: 1440px) {
  .single_service_page__ .main_image__ .text__ {
    font-size: 1.8rem;
    height: 50px;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .single_service_page__ .main_image__ .text__ {
    font-size: 1.2rem;
    height: 40px;
    padding-inline: 30px;
    border-radius: 0 30px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .main_image__ .text__ {
    font-size: 1rem;
    height: 30px;
    padding-inline: 20px;
    max-width: 60%;
    border-radius: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .main_image__ .text__ {
    font-size: 1rem;
    padding: 5px;
  }
}
.single_service_page__ .main_image__ .text__ span {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .main_image__ .text__:after,
  .single_service_page__ .main_image__ .text__:before {
    display: none;
  }
}
.single_service_page__ .main_image__ .text__:after {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 45px;
  height: 45px;
  border-bottom-left-radius: 51px;
  bottom: calc(100% - 1px);
  -webkit-box-shadow: -13px 13px 0 #fff;
  box-shadow: -13px 13px 0 #fff;
  left: -2px;
}
.single_service_page__ .main_image__ .text__:before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 45px;
  height: 45px;
  border-bottom-left-radius: 51px;
  top: calc(100% - 43px);
  -webkit-box-shadow: -13px 13px 0 #fff;
  box-shadow: -13px 13px 0 #fff;
  right: -43px;
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .main_image__ .text__:before {
    top: calc(100% - 30px);
    right: -23px;
    height: 30px;
    width: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: -8px 8px 0 #fff;
    box-shadow: -8px 8px 0 #fff;
  }
}
.single_service_page__ .main_image__ .single_service_link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 5.5rem;
  height: 5.5rem;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1280px) {
  .single_service_page__ .main_image__ .single_service_link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.single_service_page__ .main_image__ .single_service_link img {
  width: 70%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single_service_page__ .main_image__ .single_service_link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.single_service_page__ .statistics_sec__ .sec_title__ {
  color: #313131;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.3rem;
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .statistics_sec__ .sec_title__ {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .statistics_sec__ .sec_title__ {
    font-size: 4rem;
  }
}
.single_service_page__ .statistics_sec__ .content_wrapper__ {
  background-color: #313131;
  padding: 8rem;
  padding-top: 4rem;
  border-radius: 48px;
}
@media only screen and (max-width: 1280px) {
  .single_service_page__ .statistics_sec__ .content_wrapper__ {
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .statistics_sec__ .content_wrapper__ {
    padding: 2rem;
  }
}
.single_service_page__ .statistics_sec__ .content_title__ {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 6.3rem;
  letter-spacing: -0.2rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .statistics_sec__ .content_title__ {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.single_service_page__ .statistics_sec__ .title__ {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.4rem;
  letter-spacing: -0.1rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .single_service_page__ .statistics_sec__ .title__ {
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_service_page__ .statistics_sec__ .title__ {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.single_service_page__ .statistics_sec__ .parag__ {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.single_service_page__ .why_choose_sec__ .parag__ {
  color: #2e3b52;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 5rem;
}
.single_service_page__ .why_choose_sec__ .image_wrapper {
  border-radius: 30px;
  border: 1.281px solid #eee;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 1.922px 5.125px -1.281px rgba(16, 25, 40, 0.07);
  box-shadow: 0px 1.922px 5.125px -1.281px rgba(16, 25, 40, 0.07);
  padding: 3rem;
}
.single_service_page__ .why_choose_sec__ .image_wrapper .figure__ {
  padding-bottom: 58.6206%;
}
.registeration_page__ {
  padding-top: 70px;
  padding-bottom: 120px;
  background-image: url("../images/shapes/registeration_page_background.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .registeration_page__ {
    padding: 20px 0;
  }
}
.shape__ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.shape__:after,
.shape__:before {
  content: "";
  position: absolute;
  width: 977px;
  border-radius: 60px;
}
.shape__:after {
  background-color: #65edcd;
  height: 352px;
  bottom: 158px;
  inset-inline-start: -940px;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.shape__:before {
  background-color: #252f42;
  height: 21px;
  inset-inline-start: -800px;
  bottom: 0;
}
.shape__.inset_inline_end_shape__:after {
  inset-inline-start: unset;
  inset-inline-end: -940px;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.shape__.inset_inline_end_shape__:before {
  inset-inline-start: unset;
  inset-inline-end: -800px;
}
.register_figure__ {
  margin-bottom: 50px !important;
}
.form_label_for_info__ {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form_label_for_info__ .head__,
.form_label_for_info__ .link__ {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.form_label_for_info__ .link__ {
  color: #252f42;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.form_label_for_info__ .link__:hover {
  text-decoration: underline;
}
.form_label_for_info__.border_wrapper__ {
  border: 1px solid #252f42;
  border-radius: 48px;
  padding: 13px 10px;
}
.second_registration_title__ {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2e3b52;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.form_label_for_info_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.code_shapes__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: ltr;
  position: relative;
  width: 100%;
  margin-bottom: 26px;
  gap: 8px;
}
.code_shapes__ .code-input {
  text-align: center;
  width: 54px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #d5ddeb;
  font-size: 3.3rem;
  font-weight: 300;
  color: #252f42;
  font-family: sans-serif;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.code_shapes__ .code-input.active {
  background-color: #252f42;
  color: #fff;
}
.count_down_wrapper__ {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.count_down_wrapper__ svg g {
  stroke-dasharray: 140 350;
  stroke-width: 3;
  stroke-linecap: round;
  stroke: #707070;
  fill: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
.count_down_wrapper__ .text__ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 400;
  color: #2e3b52;
}
.registeration_title_wrapper__ {
  margin-bottom: 45px;
}

.header-container {
  border: 1px solid #D6DFEC;
  border-radius: 2px;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .registeration_title_wrapper__ {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .registeration_title_wrapper__ {
    margin-bottom: 15px;
  }
}
.registeration_title_wrapper__.center .registeration_sub_title,
.registeration_title_wrapper__.center .registeration_title {
  text-align: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.registeration_title_wrapper__ .registeration_title {
  font-size: 2.3rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #65edcd;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .registeration_title_wrapper__ .registeration_title {
    font-size: 1.8rem;
  }
}
.registeration_title_wrapper__ .registeration_title.none_margin {
  margin-bottom: 0;
}
.registeration_title_wrapper__ .registeration_title.small_margin_bottom__ {
  margin-bottom: 15px;
}
.registeration_title_wrapper__ .registeration_sub_title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .registeration_title_wrapper__ .registeration_sub_title {
    font-size: 1.2rem;
  }
}
.verification_mail_title__ {
  font-size: 1.4rem;
  font-weight: 300;
  color: #2e3b52;
  text-align: center;
}

.main_page_parag__ {
  line-height: 1.5;
}

.img__ {
  width: 100%;
  height: 74rem;
  object-fit: cover;
  object-position: bottom;
}

@media (min-width: 320px) and (max-width: 374px) {
  .statics-section-container {
    width: 10rem!important;
  }

  .header-soical {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 3 equal columns */;
    gap: 10px;
  }

  .faq-accordion .faq-toggle {
    font-size: 14px!important;
 
  }

  .card {
    margin-top: 24px!important;
  }

  .card-body {
    font-size: 14px!important;
  }

  .faq-title {
    font-size: 24px!important;
  }

  .video-container-wrapper {
    padding: 0 2rem;
  }

  .modal .modal-content {
    min-height: unset!important;
  }

  .videoPlayer {
    height: 200px!important;
  }

  .section-two-container-wrapper {
    margin: 20px 0!important;
    display: flex;
    justify-content: center;
    padding: 0 3rem;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    position: unset;
    width: 100%;
    height: 350px;
  }
  
  .images-section-button span {
    font-size: 14px;
  }

  .images-section-button img {
    width: 60px;
    height: 60px;
    
  }

  .section-banner {
    margin: 0!important;
    margin-top: 64px!important;
  }

  .section-banner-img {
    display: none;
  }

  .section-banner-img-mobile {
    display: block;
    width: 100%;
  }

  .images-section-button {
    top: 90%;
    left: 45%;
    width: 180px;
    padding: 1rem 2rem;
    gap: 0px;
  }


  .section-column {
    gap: 24px;
    margin-top: 24px;
  }

  .blog-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }
  

  .images-section-two-container .img-one-section-two {
    display: none;
  }

  .ceo-title {
    color: #252F42!important;
    font-size: 3rem!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 120%!important; /* 67.2px */
    letter-spacing: -1.333px!important;
    margin-bottom: 25px;
  }
  
  .images-section-two-container .img-two-section-two {
    position: relative;
  }
  
  .achievements_sec__ .achievement-image-wrapper {
    display: flex;
    justify-content: end;
  }

  .achievement-image {
    width: 20rem;
  }

  .achievement-img-container {
    margin-top: 1rem;
  }

  .achievement-image-wrapper img {
    border-radius: 1rem;
  }

  .achievements-title {
    padding-inline-start: 0 !important;
  }

  .video-img-wrapper {
    height: 19rem !important;
  }

  .video-img-styling {
    height: 19rem !important;
  }

  .services_cards_wrapper__ {
    display: flex;
    flex-direction: column;
  }

  .swiper-service-buttons {
    display: none!important;
  }

  .asp__ {
    min-width: 260px;
    min-height: 400px
  }

  .service-img-asp{
    min-width: 240px !important;
    min-height: 300px
  }

  .service-video-asp{
    min-width: 240px !important;
    min-height: 300px
  }

  .categories_list__ {
    display: flex;
    flex-wrap: wrap;
  }

  .client-img {
    width: 10rem;
    height: 96px;
  }

  .main-service-image-wrapper {
    height: 19rem;
  }

  .main-service-image {
    height: 19rem !important;
  }
  .swiper-img {
    height: 45rem!important;
  }

  .swiper-img-asp {
    min-height: unset!important;
    min-width: unset!important;
  }



  .about-us-img {
    height: 22rem!important;
  }

  .about-us-img-wrapper {
    height: 22rem;
  }

  .img-wrapper-service .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .project-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .event-wrapper .asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .about-us-video-container {
    padding: 0;
  }

  .home-video-container {
    padding: 0;

  }

  .images-section-button {
    width: 100%!important;
    min-width: 150px!important;
    max-width: 180px!important;
  }

  .mobile-blog {
    flex-direction: column!important;
  }


  .section_hollow  {
    margin: unset!important;
  }

  .about-us-img-wrapper .asp__ {
    /* min-height: unset!important; */
    min-width: unset!important;
  }

  .ceo-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .request-form-img {
    max-width: 100%;
    margin-bottom: 15px!important;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 24px!important;
  }

  .section-two-file {
    width: 100%!important;
    min-width: 280px!important;
    position: unset!important;
  }

  .faq-accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  
  .faq-container  {
    padding: 0px 0  20px 0!important;
  }

  .faq-header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .faq-header p {
    text-align: start;
    color: #2E3B52;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .faq-title {
    margin: 0;
  }

  .get_in_touch_container {
    margin-top: 20px;
  }

  .about-img {
    height: 380px!important;
  }

  .about-wrapper {
    padding: 0;
  }

 
  
  .section-two-file { 
    width: 100%!important;
    height: 451px!important;
  }

  .section_hollow {
    width: 100%!important;
  }

  .copyright-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blog_page__ .side_sections__ {
    margin-top: unset;
  }
  
  .purpose-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 5.375rem !important;
    align-items: stretch; /* ✅ makes both columns equal height */
  }

  .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
    gap: 5rem;
    margin-top: 3rem;
  }
  
  
  .approach-images {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }

  .business-copyright-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .img-1, .img-2 , .img-3 , .img-4 {
    margin-bottom: 0!important;
    margin-top: 0!important;
    width: 100%!important;
    height: 100%!important;
  }
}

@media (min-width: 374px) and ( max-width: 575.98px) {
 
  .swiper-service-buttons {
    display: none!important;
  }

  .section-two-file { 
    width: 100%!important;
    height: 451px!important;
  }

  .section_hollow {
    width: 100%!important;
  }
  
  .faq-accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .about-img {
    height: 380px!important;
  }

  .about-wrapper {
    padding: 0;
  }

  .ceo-title {
    color: #252F42!important;
    font-size: 3rem!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 120%!important; /* 67.2px */
    letter-spacing: -1.333px!important;
    margin-bottom: 25px;
  }
  
  .statics-section-container {
    width: 10rem!important;
  }

  .header-soical {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 3 equal columns */;
    gap: 10px;
  }

  .faq-accordion .faq-toggle {
    font-size: 14px!important;
 
  }

  .card {
    margin-top: 24px!important;
  }

  .card-body {
    font-size: 14px!important;
  }

  .faq-title {
    font-size: 24px!important;
  }

  .video-container-wrapper {
    padding: 0 2rem;
  }

  .modal .modal-content {
    min-height: unset!important;
  }

  .videoPlayer {
    height: 200px!important;
  }



  .section-two-container-wrapper {
    margin: 20px 0!important;
    display: flex;
    justify-content: center;
    padding: 0 3rem;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    position: unset;
    width: 100%;
    height: 350px;
  }
  
  .images-section-button span {
    font-size: 14px;
  }

  .images-section-button img {
    width: 50px;
    height: 50px;
    
  }

  .section-banner {
    margin: 0!important;
    margin-top: 64px!important;
    margin-bottom: 80px!important;
  }

  .section-banner-img {
    display: none;
  }

  .section-banner-img-mobile {
    display: block;
    width: 100%;
  }

  .images-section-button {
    top: 90%;
    left: 45%;
    width: 180px;
    padding: 1rem 2rem;
    gap: 0px;
  }


  .section-column {
    gap: 24px;
    margin-top: 24px;
  }

  .blog-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }
  

  .images-section-two-container .img-one-section-two {
    display: none;
  }

  .images-section-two-container .img-two-section-two {
    position: relative;
  }
  
  .achievements_sec__ .achievement-image-wrapper {
    display: flex;
    justify-content: end;
  }

  .achievement-image {
    width: 20rem;
  }

  .achievement-img-container {
    margin-top: 1rem;
  }

  .achievement-image-wrapper img {
    border-radius: 1rem;
  }

  .achievements-title {
    padding-inline-start: 0 !important;
  }

  .video-img-wrapper {
    height: 19rem !important;
  }

  .video-img-styling {
    height: 19rem !important;
  }

  .services_cards_wrapper__ {
    display: flex;
    flex-direction: column;
  }

  .asp__ {
    min-width: 260px;
    min-height: 400px
  }

  .service-img-asp{
    min-width: 240px !important;
    min-height: 300px
  }

  .service-video-asp{
    min-width: 240px !important;
    min-height: 300px
  }

  .categories_list__ {
    display: flex;
    flex-wrap: wrap;
  }

  .client-img {
    width: 10rem;
    height: 96px;
  }

  .main-service-image-wrapper {
    height: 19rem;
  }

  .main-service-image {
    height: 19rem !important;
  }
  .swiper-img {
    height: 45rem!important;
  }

  .swiper-img-asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .about-us-img {
    height: 22rem!important;
  }

  .about-us-img-wrapper {
    height: 22rem;
  }

  .img-wrapper-service .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .project-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .event-wrapper .asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    width: 100%!important;
    min-width: 320px!important;
    max-width: 500px!important;
    position: unset!important;
  }

  .about-us-video-container {
    padding: 0;
  }

  .home-video-container {
    padding: 0;

  }

  .images-section-button {
    width: 100%!important;
    min-width: 150px!important;
    max-width: 180px!important;
  }


  .section_hollow  {
    margin: unset!important;
  }

  .about-us-img-wrapper .asp__ {
    /* min-height: unset!important; */
    min-width: unset!important;
  }

  .ceo-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .request-form-img {
    max-width: 100%;
    margin-bottom: 15px!important;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 24px!important;
  }

 
  .faq-container  {
    padding: 0px 0  20px 0!important;
  }

  .faq-header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .faq-header p {
    text-align: start;
  }

  .faq-title {
    margin: 0;
  }

  .get_in_touch_container {
    margin-top: 20px;
  }

  .ceo-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .blog_page__ .side_sections__ {
    margin-top: unset;
  }

  .copyright-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  
  .purpose-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 5.375rem !important;
    align-items: stretch; /* ✅ makes both columns equal height */
  }

  .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
    gap: 5rem;
    margin-top: 3rem;
  }
  
  
  .approach-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem 5rem;
  }

  .business-copyright-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .img-1, .img-2 , .img-3 , .img-4 {
    margin-bottom: 0!important;
    margin-top: 0!important;
    width: 100%!important;
    height: 100%!important;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .img_wrapper__ {
      width: 25rem;
  }

  .business-copyright-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .swiper-service-buttons {
    display: none!important;
  }

  .ceo-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }


  .section_hollow {
    width: 90%!important;
  } 

  .ceo-title {
    color: #252F42!important;
    font-size: 3rem!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 120%!important; /* 67.2px */
    letter-spacing: -1.333px!important;
    margin-bottom: 25px;
  }

  .faq-accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  
  
  .faq-container  {
    padding: 40px 0  20px 0!important;
  }

  .faq-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
  }

  .faq-header p {
    text-align: end;
  }

  .faq-title {
    margin: 0;
  }

  .get_in_touch_container {
    margin-top: 70px;
  }

  .section_hollow  {
    margin: unset!important;
  }

  .project-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .swiper-img-asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .section-two-container-wrapper {
    margin: 64px 0!important;
    display: flex;
    justify-content: center;
    padding: 0 3rem;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  
  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    position: unset;
    max-width: 500px!important;
    height: 350px;
  }

  .images-section-button {
    max-width: 280px;
  }

  /* .images-section-button {
    display: none;
  } */

  .section-column {
    gap: 24px;
    margin-top: 24px;
  }

  .section-banner-img {
    display: none;
  }
  
  .section-banner-img-mobile {
    display: block;
    width: 100%;
  }

  .img-wrapper-service .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .blog-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .images-section-two-container .img-one-section-two {
    display: none;
  }

  .images-section-two-container .img-two-section-two {
    position: relative;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    width: 100%;
    position: unset!important;
  }

  .about-us-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .ceo-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .request-form-img {
    max-width: 100%;
    margin-bottom: 25px!important;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 32px!important;
  }

  .blog_page__ .side_sections__ {
    margin-top: unset;
  }

  .copyright-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .purpose-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 5.375rem !important;
    align-items: stretch; /* ✅ makes both columns equal height */
  }

  .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
    gap: 5rem;
    margin-top: 3rem;
  }
  
  .approach-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem 5rem;
  }

  .img-1, .img-2 , .img-3 , .img-4 {
    margin: unset!important;
    width: 100%!important;
    height: 100%!important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .img_wrapper__ {
      width: 35rem;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 32px!important;
  }

  .ceo-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }


  .ceo-title {
    color: #252F42!important;
    font-size: 40px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 120%!important; /* 67.2px */
    letter-spacing: -1.333px!important;
    margin-bottom: 30px;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    width: 100%;
    position: unset!important;
  }

  .section-banner-img {
    display: none;
  }
  
  .project-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .swiper-img-asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    position: unset;
    width: 100%;
    height: 350px;
  }

  .section-banner-img-mobile {
    display: block;
    width: 100%;
  }

  .section-two-container-wrapper {
    margin: 64px 0!important;
    display: flex;
    justify-content: center;
    padding: 0 3rem;
  }

  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  /* .images-section-button {
    display: none;
  } */

  .section-column {
    gap: 24px;
    margin-top: 24px;
  }

  .img-wrapper-service .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .blog-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .images-section-two-container .img-one-section-two {
    display: none;
  }

  .images-section-two-container .img-two-section-two {
    position: relative;
  }

  .about-us-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .ceo-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .request-form-img {
    max-width: 100%;
    margin-bottom: 25px!important;
  }

  
  .faq-container  {
    padding: 0px 0  20px 0!important;
  }

  .faq-header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .faq-header p {
    text-align: start;
  }

  .faq-title {
    margin: 0;
  }

  .swiper-service-buttons {
    max-width: 600px;
  }

  .get_in_touch_container {
    margin-top: 20px;
  }

  .blog_page__ .side_sections__ {
    margin-top: unset;
  }

  .copyright-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .purpose-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 5.375rem !important;
    align-items: stretch; /* ✅ makes both columns equal height */
  }

  .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
    gap: 5rem;
    margin-top: 3rem;
  }
  
  
  .approach-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem 5rem;
  }
  
  .img-1, .img-2 , .img-3 , .img-4 {
    margin: unset!important;
    width: 100%!important;
    height: 100%!important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .ceo-title {
    color: #252F42!important;
    font-size: 48px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 120%!important; /* 67.2px */
    letter-spacing: -1.333px!important;
    margin-bottom: 30px;
  }

  .faq-container  {
    padding: 0px 0  20px 0!important;
  }

  .faq-header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .ceo-info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }


  .faq-header p {
    text-align: start;
  }

  .faq-title {
    margin: 0;
  }

  .ceo-img {
    height: 250px!important;
  }

  .get_in_touch_container {
    margin-top: 20px;
  }

  .img-wrapper-services {
      width: 45rem;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 32px!important;
  }

  .swiper-service-buttons {
    max-width: 1000px;
  }

  .header-soical {
    display: none;
  }

  .about-us-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .ceo-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .swiper-img-asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .project-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .section-banner-img {
    display: none;
  }
  
  .section-banner-img-mobile {
    display: block;
    width: 100%;
  }

  
  .images-section-two-container {
    display: flex;
    flex-direction: column;
  }

  .section-two-file {
    position: unset;
    width: 100%;
    height: 350px;
  }

  .projects_wrapper__ {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-two-container-wrapper {
    /* margin: 64px 0!important; */
    display: flex;
    justify-content: center;
    padding: 0 2rem;
  }

  .img-wrapper-service .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .blog-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  /* .images-section-button {
    top: 120%;
  } */


  .images-section-two-container .img-one-section-two {
    display: none;
  }

  .section-two-file {
    /* width: 400px!important; */
    left: 2%!important;
    top: unset!important;
  }

  .images-section-button {
    width: 240px;
  }

  .images-section-button span {
    font-size: 16px;
  }

  .images-section-button img {
    width: 40px;
    height: 40px;
  }

  .about-us-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .section-two-container-wrapper {
    margin: 6px 0;
    padding-top: 23px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-us-section {
    margin-bottom: 20px;
  }

  .request-form-img {
    max-width: 100%;
  }

  .client-container p {
    font-size: 18px;
  }

  .blog_page__ .side_sections__ {
    margin-top: unset;
  }

  .copyright-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
    gap: 5rem;
    margin-top: 3rem;
  }
  
  
  .approach-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10rem 10rem;
  }
  
  .img-1, .img-2 , .img-3 , .img-4 {
    margin: unset!important;
    width: 100%!important;
    height: 100%!important;
  }
}

@media (min-width: 1200px) {
  .img-wrapper-services {
    width: 45rem;
    height: 25rem;
  }

  .client-container p {
    font-size: 18px;
  }

  .swiper-service-buttons {
    max-width: 1000px;
  }

  /* .achievements_sec__ .container {
    max-width: 1660px!important;
  } */

  .request-form-img {
    max-width: 100%;
  }

  .about-us-section-wrapper {
    margin-top: 31px;
    gap: 31px;
  }

  .section-two-container-wrapper {
    margin: 6px 0;
    padding-top: 23px;
    margin-top: 50px;
    /* margin-bottom: 50px; */
    padding-bottom: 6rem!important;
  }

  .video-container-wrapper {
    padding: 0 1rem!important;
  }

  .video-container {
    min-height: 780px!important;
    height: 100%!important;
  }

  .images-section-two-container .img-one-section-two {
    /* display: none; */
    /* left: 25%; */
  }

  .container-mission {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-inline-start: 6rem!important;
  }

  .faq-container  {
    padding: 20px 0  20px 0!important;
  }

  .faq-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
  }

  .faq-header p {
    text-align: start;
  }

  .faq-title {
    margin: 0;
  }

  .contact-us-subtitle-wrapper {
    display: flex;
    align-items: center!important;
    gap: 9px;
  }
  .contact-us-subtitle-wrapper .contact-us-subtitle-message {
    font-size: 36px!important;
    margin: 0!important;
  }

  .contact-us-subtitle {
    font-size: 24px!important;
  }

  .get_in_touch_container {
    margin-top: 70px;
  }

  .ceo-image-wrapper .asp__ {
    /* min-height: unset!important; */
    min-width: unset!important;
  }

  .ceo-title {
    color: #252F42!important;
    font-size: 56px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 120%!important; /* 67.2px */
    letter-spacing: -1.333px!important;
    margin-bottom: 35px;
  }
  
  .copyright-content-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .business-copyright-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* .header-soical {
    display: none;
  } */

  .swiper-img-asp {
    min-height: unset!important;
    min-width: unset!important;
  }

  .project-image-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .section-banner-img {
    display: block;
    width: 100%;
  }

  .videoPlayer {
    height: 400px!important;
  }
  
  .section-banner-img-mobile {
    display: none;
  }


  .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 25rem;
    margin-top: 3rem;
  }
  
  
  .approach-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem 0rem;
  }
  

  .img-service-styling {
    /* height: 40rem!important; */
    /* width: 523.101px!important;
    height: 418.47px!important; */
  }

  /* .faq-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
    align-items: start;
  } */

  .ceo-info h2 {
    color: var(--Neutral-Neut-100, #313131);
    font-family: "IBM Plex Sans Arabic";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px; /* 159.375% */
    text-transform: capitalize;
  }

  .ceo-info h3 {
    color: var(--Neutral-Neut-100, #313131);
    font-family: "IBM Plex Sans Arabic";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px; /* 212.5% */
    text-transform: capitalize;
  }


  .ceo-text {
    padding-inline-start: 6rem!important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ceo-text p {
    color: var(--Neutral-Neut-100, #313131);
    font-size: 28px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 51px!important;
    text-transform: capitalize!important;
  }

  [dir="rtl"] .img-one-section-two  {
    display: none;
  }

  .event-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .img-wrapper-service .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .blog-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .about-us-img-wrapper .asp__ {
    min-height: unset!important;
    min-width: unset!important;
  }

  .about-us-img-wrapper {
    height: 451px!important;
  }

  .about-us-img-wrapper figure {
    height: 451px!important;
  }

  .about-us-img-wrapper img {
    height: 451px!important;
  }

  .images-section-button {
    top: 115%;
  }

  /* .mission_content_wrapper {
    padding-inline-end: 10rem;
  } */

  .mission_content_wrapper .parag__, .vision_content_wrapper .parag__ {
     min-height: 21rem;
  }



  .swiper-img {
    width: 20rem;
  }

  .main-service-image {
    height: 40rem !important;
  }

  .main-service-image-wrapper {
     height: 40rem !important;
  }


  .section-two-file {
    /* width: 400px!important; */
    left: 5%!important;
    /* top: 15%!important; */
    top: unset!important;
  }

  .header_list_item__ a {
    font-size: 15px!important;
    font-weight: 600!important;
  }

  .request-form-title {
    color: #252F42!important;
    color: #252F42!important;
    font-size: 64px!important;
    font-style: normal!important;
    font-weight: 700!important;
    max-width: 88rem!important;
    line-height: 1.2!important;
  }
}

/* .request-form-container {
  gap: 0px;
} */

.request-form-img {
  max-width: 90%;
}

@media (min-width: 1440px) {
  .section-two-file {
    /* width: 400px!important; */
    left: 5%!important;
    /* top: 15%!important; */
    top: unset!important;
  }

  .swiper-service-buttons {
    max-width: 1400px;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 45px!important;
  }

}

@media (min-width: 1536px) {
  .images-section-button {
    top: 130%;
    right: 6%;
  }

  .swiper-service-buttons {
    max-width: 1560px;
  }

  .request-form-title {
    color: #252F42!important;
    font-size: 64px!important;
  }

  .section-two-file {
    left: 45%!important;
  }

  /* [dir="rtl"] .img-one-section-two {
    right: 22%;
    display: block;
  }

  [dir="rtl"] .section-two-file {
    left: 22%!important;
    transform: scaleX(-1)
  }

  [dir="rtl"] .img-one-section-two {
    right: -3%;
    transform: scaleX(-1)
  }

  [dir="rtl"] .images-section-button {
    transform: scaleX(-1)
  } */

  /* video::-webkit-media-controls {
    display: none !important;
  }
  
  video::-moz-media-controls {
    display: none !important;
  } */

  /* .about-us-section video::-webkit-media-controls {
    display: block !important;
  }

  .about-us-section video::-moz-media-controls {
    display: block !important;
  } */

  .section-two-file {
    /* width: 400px!important; */
    left: 15%!important;
    top: 15%!important;
    /* top: unset!important; */
  }


  .our_approach_sec__ {
    margin-top: 50px;
  }

  .about-us-section {
    margin-bottom: 30px;
  }
}

.why-choose-us-conainer {
  margin-top: 39px!important;
}

.button-link {
  background-color: #A2B328!important;
  color: white!important;
}

.image-blogs {
  height: 339px!important;
}

.image-product {
  height: 24.125rem!important;
}


.swiper-tabs {
  display: flex;
  justify-content: center;
}

.event-img {
  width: 50.8125rem !important;
  /* height: 33.5625rem !important; */
  border-radius: 2px!important;
}

.section-banner {
  width: 100%;
  margin: 0 auto;
  max-width: 1640px;
  margin-top: 50px;
}
.section-banner img{
  max-width: 1640px;
}

.swiper-container-wrapper {
  display: flex;
  align-items: center;
  /* height: 142px!important; */
}

.reviews-swiper {
  overflow: unset!important;
}


.client-swiper {
  display: flex;
  align-items: center;
  width: 120px!important;
  height: 94px!important;
}

.faq-title {
  color: #111111 !important;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 62.17px;
  line-height: 74.61px;
  letter-spacing: -1.2px;
  vertical-align: middle;
  text-align: start;

}

/* .event-container {
  margin-top: 50px;
} */

.header_list_item__ a{
  color: #535353!important;
}

.home-404-link {
  background-color: #889521!important;
}

.support_link {
  width: 114px!important;
}

.paragraph {
  width: 643px!important;
}

.get_in_touch-blogs {
  margin-top: 0;
}

.single_service_page__ {
  position: relative;
}

.single_service_page__::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/dots.png") center/cover no-repeat fixed;
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.services-background {
  position: relative;
}

/* .services-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/dots.png") center/cover no-repeat fixed;
  filter: invert(1); 
  opacity: 0.3;      
  z-index: -1;
} */

.not_found__ {
  position: relative;
}

.not_found__::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("../images/dots.png") center/cover no-repeat fixed; */
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.project-details-bg {
  position: relative;
}

.project-details-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("../images/dots.png") center/cover no-repeat fixed; */
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.project-details-title {
  max-width: unset;
}

.project-background {
  position: relative;
}

.project-background::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("../images/dots.png") center/cover no-repeat fixed; */
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.blog_page__ {
  position: relative;
}

.blog_page__::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("../images/dots.png") center/cover no-repeat fixed; */
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.blogs-detail-background {
  position: relative;
}

.blogs-detail-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/dots.png") center/cover no-repeat fixed;
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.terms-background {
  position: relative;
}

.terms-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/dots.png") center/cover no-repeat fixed;
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

.policy-background {
  position: relative;
}

.policy-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/dots.png") center/cover no-repeat fixed;
  filter: invert(1); /* white → black */
  opacity: 0.3;       /* optional transparency */
  z-index: -1;
}

/*  SECTIONS  */
.section_hollow {
	clear: both;
	padding: 0px;
	margin: 0 auto;
  width:90%;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	/*margin: 1% 0 1% 1.6%;*/
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
[dir=ltr] .section-two-file { 
  position:absolute;
  left: 30%;
  /* max-width: 762px; */
  border-radius: 2px;
  /* height: 591px; */
}

[dir=rtl] .section-two-file { 
  position:absolute;
  left: 30%;
  /* max-width: 762px; */
  border-radius: 2px;
  /* height: 591px ; */
}

.section-two-file { 
  width: 623px;
  height: 791px;
  background: none;
}


.section-two-container-wrapper.purpose_sec__ {
  background-image: unset!important;
}

.services_sec__ {
margin-top: 50px;
}


.right-inner{
  width: 60%;
  height: 120px;
  background: #fff;
  min-height:70px;
  text-align:right;
  position: absolute;
  right:0;
  bottom:0;
  padding:20px 0px 0px 20px;
  border-radius: 30px 0px 0px 0px;
}

.right-inner::before{
  content:'';
  width:50px;
  height:50px;
  background:transparent;
  border-radius:50%;
  position:absolute;
  bottom:0;
  right:100%;
  box-shadow: 20px 20px white;
}

.right-inner::after{
  content:'';
  width:50px;
  height:50px;
  background:transparent;
  border-radius:50%;
  position:absolute;
  bottom:100%;
  right:0;
  box-shadow: 20px 20px white;
}

/* CEO message section: ensure image column matches text height */
.ceo_message_sec__ .row.row_modify.with_row_gap {
  align-items: stretch;
}

.ceo_message_sec__ .col-xl-6 {
  display: flex;
}

.ceo_message_sec__ .image_wrapper.ceo-image-wrapper {
  width: 100%;
}

.ceo_message_sec__ .image_wrapper.ceo-image-wrapper .figure__ {
  display: block;
  height: 100%;
}

.ceo_message_sec__ .image_wrapper.ceo-image-wrapper .figure__ img.ceo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-banner {
  margin-bottom: 80px!important;
}


.ceo-text p {
  color: var(--Neutral-Neut-100, #313131);
  font-style: normal!important;
  font-weight: 500!important;
}

.swiper-container-wrapper {
  min-height: 320px!important;
  height: 100%!important;
}

.client-container {
  display: flex;
  width: 100%; /* Change from 408px */
  max-width: 508px; /* Add this instead */
  /* min-height: 318px; */
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 36px;
  border: 1px solid #EFEFEF;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 12.338px 8px 32px 0 rgba(107, 107, 107, 0.08);
}

.client-container-img {
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 36px;
  background: #F3F3F3;
}

.client-container-img .client-img {
  height: auto;
  max-height: 97.27px;
  object-fit: contain;

}

.client-container p {
  color: #404040;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.30);
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding: 0 16px 24px;
}

.client-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
  margin: 0;
}

.faq-container {
  max-width: 1640px;
  margin: 0 auto;
}

.faq-columns {
  display: grid;
  /* grid-template-columns: 1fr 2fr; */
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr 1fr;

  gap: 30px;
  align-items: baseline;
}

.faq-column {
  display: flex;
  flex-direction: column;
}

.faq-accordion .card {
  border: 1.392px solid #F3F3F1;
  border-radius: 8  px !important;
  overflow: hidden;
  background: #fff;
  margin-bottom: 18px;
  border-bottom: 1.392px solid #F3F3F1!important;
}

.faq-accordion .card:last-child {
  margin-bottom: 0;
}

.faq-accordion .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.faq-accordion .faq-toggle {
  width: 100%;
  text-align: start;
  padding: 20px 20px;
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #37312F;
  font-size: 28.696px;
  border: none;
  transition: all 0.3s ease;
}

/* .faq-accordion .faq-toggle:hover {
  background: #f8f9fa;
} */

.faq-accordion .faq-toggle:focus {
  outline: none;
  box-shadow: none;
}

.faq-accordion .card-body {
  padding: 16px 20px 20px 20px;
  font-size: 21.5px;
  color: #404040;
  text-align: start;
  font-weight: 500;
  background: #fff;
  border: 1px solid #F3F3F1;
  border-top: 0;
}

.faq-title {
  margin-bottom: 18px;
}

.faq-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .faq-columns {
    grid-template-columns: 1fr;
  }
}

/* .about-wrapper */
.section-two-file {
  position: unset!important;
  width: 100%;
}

.ceo-info h2 {
  color: var(--Neutral-Neut-100, #313131);
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.ceo-info h3 {
  color: var(--Neutral-Neut-100, #313131);
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.ceo-img {
  object-fit: cover!important;
  object-position: top;
}



.swiper-service-buttons {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our_approach_sec__ {
  margin-top: 50px;
}

.why_choose_us_sec__ {
margin-top: 50px;
}

.contact-us-container-wrapper {
  align-self: flex-end!important;
}

.contact_us_form form {
  border: 0.0625rem solid #D4D4D4;
  padding: 1.5rem 2.25rem;
  border-radius: 2px;
}

.badge-contact-us {
  border-radius: 2px!important;
}

.row_modify {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 10px; */
}
.product_link {
  display: block;
  text-decoration: none;
  background: white;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #D4D4D4;
  text-decoration: none!important;
}


.img_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-img {
  background: #f5f5f5;
}

.img_holder {
  position: relative;
  width: 100%;
  margin: 0;
}

.aspect_ratio {
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}


.responsive_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product_info {
  padding: 0;
  text-align: center;
}

.product_name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  min-height: 50px;
  display: flex;
  align-items: start;
  justify-content: start;
  text-decoration: none!important;
  padding: 20px 20px 20px 20px;
}

.product-button-container {
  padding: 0 2rem;
}

.whatsapp_btn {
  width: 100%;
  padding: 12px 20px;
  color: #A2B328;
  border: 1px solid #A2B328;
  border-radius: 2px;
  background: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none!important;
  margin-bottom: 20px;
}

.whatsapp_btn:hover {
  /* background: #A2B328; */
  color: #A2B328;
}

.whatsapp_btn:active {
  transform: scale(0.98);
}

/* Responsive Design */
@media (max-width: 991px) {
  .col-lg-3 {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .col-sm-6 {
    width: 50%;
  }
  
  .product_name {
    font-size: 16px;
    min-height: 45px;
  }

  .whatsapp_btn {
    padding: 10px 15px;
    font-size: 13px;
  }

  .choose-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 2.375rem !important;
    align-items: stretch; /* ✅ makes both columns equal height */
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  .col-lg-3 {
    width: 100%;
  }
}


.contact_us_link:hover {
  color: black;
}

.review-wrapper-container {
  background-color: white;
  padding: 2rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: -1!important;
  max-width: 75.75rem;
}

.review-wrapper {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.review-wrapper img {
  border-radius: 0.2813rem;
}

.review-wrapper-info {
  display: flex;
  flex-direction: column;
}

.review-wrapper-info h5 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.review-wrapper-info span {
  color: #615E5B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.review-slider-star {
 justify-content: start!important;
}

.review-slider-star .fa-star {
  font-size: 1.8rem;
}

.review-parag p {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2rem 0;
}

.quote {
  position: absolute;
  z-index: 10!important;
  left: 10%;
}

[dir="rtl"] .quote {
  right: 10%;
}

[dir="ltr"] .quote {
  left: 10%;
}


.reviews_sec__ {
  max-width: 1600px;
  margin: 0 auto;
}


.review-button-nav {
  position: unset!important;
}


.nav-buttons-reviews {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}

.review-button-nav {
  width: 70px;
  height: 70px;
  background: transparent;
  border: 2px solid var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.review-button-nav svg {
  width: 26px;
  height: 22px;
  transition: color 0.3s ease;
}

/* Hover: background white, arrow dark, border dark */
.review-button-nav:hover {
  background: var(--white);
  border-color: var(--dark);
  color: var(--dark);
}

.business-copyright-content span {
  color: #B1B1B1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.256px; /* 89.102% */
  letter-spacing: -0.132px;
}

.copyright-content-wrapper {
  padding: 3.5rem 0 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.purpose-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.375rem !important;
}

.choose-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem 0rem!important;
}


.purpose-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps text and image spaced evenly */
  height: 100%; /* ✅ ensures full height within the grid cell */
}

.vision_content_wrapper, .mission_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}

.section-parag-text {
  color: #6E6E6E;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  max-width: 600px;
}

.choose-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem !important;
  align-items: stretch; /* ✅ makes both columns equal height */
  margin-top: 2rem;
}

.person-img {
  width: 79.328px!important;
  height: 79.328px!important;
}

.choose-section-content {
  padding: 1.5625rem;
  background-color: #F7F7FA;
  transition: all 0.3s ease; /* 👈 add duration & easing */
  cursor: pointer;
}

.section-whychooseus-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section-whychooseus-container > h3 {
  font-size: 48px!important;
  font-style: normal!important;
  font-weight: 700!important;
}

.choose-section-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px; /* 120.833% */
  transition: color 0.3s ease; /* 👈 smooth text color */
}

.choose-section-content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  color: #6E6E6E;
  transition: color 0.3s ease; /* 👈 smooth text color */
}

.choose-section-content:hover {
  background-color: #A2B328;
}

.choose-section-content:hover h3 {
  color: #FFF;
}

.choose-section-content:hover span {
  color: rgba(255, 255, 255, 0.75);
}

.approach_card-img {
  width: 100%;
  height: 302px;
}

/* .approach-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 25rem;
  margin-top: 3rem;
} */

.approach-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .approach-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem 0rem;
} */

.approach_card-img {
  width: 90%;
  height: 195px;
  border-radius: 2px;
  overflow: hidden;
}

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

.img-1 {
  margin-bottom: 3rem;
  object-fit: cover;
}

.img-2 {
  margin-top: 3rem;
  object-fit: cover;
}

.img-3 {
  margin-bottom: 3rem;
  object-fit: cover;
}

.img-4 {
  margin-top: 3rem;
  object-fit: cover;
}

a {
  text-decoration: none!important;
}

.about-us-section, .our_approach_sec__  {
  margin: 8rem 0!important;
}


.faq-link {
  color: #252F42;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.721px;
  cursor: pointer; 
}

.faq-link:hover {
  color: #6D781B;
}

.faq-content-wrapper {
  border-radius: 25.147px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  box-shadow: 0 0 75.442px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  width: 100%;
  padding: 37px 38px;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.faq-content {
  display: flex;
  width: 100%;
  max-height: 50.3339rem;
  overflow-y: auto;
  height: 30.3339rem;;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.faq-category-title{
  color: #757575;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.721px; /* 157.171% */
}

.separator {
  height: 1px;
  background: #E4E4E4;
  margin: 0;
  width: 100%;
}


.section_title__ > p {
  color: white;
}

.reviews_sec__ .swiper-container {
  overflow: hidden;
}

.reviews_sec__ .swiper-wrapper {
  display: flex;
}

.reviews_sec__ .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.reviews_sec__ .swiper-container {
  overflow: hidden;
  width: 100%;
}

.reviews_sec__ .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

/* Fix RTL spacing issues */
[dir="rtl"] .reviews_sec__ .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Ensure proper container boundaries */
.reviews_sec__ {
  overflow: hidden;
  width: 100%;
}

/* RTL: Flip the arrows horizontally */
[dir="rtl"] .nav-buttons-reviews .swiper-button-prev svg,
[dir="rtl"] .nav-buttons-reviews .swiper-button-next svg {
  transform: scaleX(-1);
}

/* RTL: Swap button positions */
[dir="rtl"] .nav-buttons-reviews {
  direction: ltr; /* Keep buttons in LTR flow */
}

/* Alternative approach - swap using order if using flexbox */
[dir="rtl"] .nav-buttons-reviews {
  display: flex;
  flex-direction: row-reverse; /* This swaps left/right positions */
}

.copyright {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  /* padding-top: 12px; */
}

.copyright:hover {
  /* padding-top: 1rem; */
}

/* white pill */

.badge {
  position: absolute;
  top: -35px; /* space above logo */
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.copyright:hover .badge {
  opacity: 1;
  visibility: visible;
  
}

/* triangle */
.copyright:hover .badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
