@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%;
}
@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: 1670px;
  }
}
.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;
  padding: 0 30px;
  font-size: 1.4rem;
  background: #65edcd;
  border-radius: 48px;
}
.link__.main_link:hover {
  background-color: rgba(101, 237, 205, 0.9);
}
.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: #65edcd;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 30px;
  gap: 0;
  padding: 0 3rem;
}
@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: #65edcd;
}
.link__.contact_us_link,
.link__.projects_link {
  background-color: #65edcd;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 30px;
  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: #65edcd;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2rem;
}
.link__.read_more__ img {
  width: 3rem;
}
html[dir="rtl"] .link__.read_more__ img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.link__.whatsapp_link {
  position: fixed;
  bottom: 5rem;
  inset-inline-end: -1.5rem;
  z-index: 99999;
}
.link__.whatsapp_link img {
  height: 14rem;
}
.link__.contact_us_services_link {
  border: 1px solid #65edcd;
  color: #65edcd;
  width: 100%;
  border-radius: 30px;
  font-weight: 500;
}
.link__.contact_us_services_link:hover {
  background-color: rgba(101, 237, 205, 0.1);
}
.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: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.link__.projects_link__ .icon__ {
  width: 5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -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);
}
.link__.get_in_touch_link {
  background-color: #4bd1c3;
  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: rgba(75, 209, 195, 0.9);
}
.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: 30px;
  color: #fff;
}
.link__.support_link {
  border: 1px solid #252f42;
  color: #252f42;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
  border-radius: 30px;
  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: #252f42;
  padding: 0 20px;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #65edcd;
  border-radius: 48px;
}
.button__ input[type="submit"]:hover,
.button__.submit_button__:hover {
  background-color: rgba(101, 237, 205, 0.9);
}
.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: #65edcd;
}
::selection {
  color: #fff;
  background: #65edcd;
}
@media only screen and (min-width: 991px) {
  ::-webkit-scrollbar {
    width: 4px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #65edcd;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #65edcd;
  }
  .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);
  }
}
.accordion_wrapper__ .card {
  margin-bottom: 20px;
  border-radius: 48px !important;
  border: none;
}
.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;
}
.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.78 !important;
}
.modal-dialog {
  max-width: 100rem;
  margin: 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;
}
.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;
}
.nav-tabs .nav-link {
  outline: none !important;
  border: none;
  height: 40px;
  min-width: 85px;
  padding: 0 10px;
  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: 35px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer !important;
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #119c7b !important;
}
.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: #65edcd;
  color: #000;
}
.pagination .page-item.active .page-link:hover {
  background-color: rgba(101, 237, 205, 0.9) !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: 1rem !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;
  border-radius: 6.4rem;
  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;
}
@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: 48px;
  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;
}
@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;
}
@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;
}
.section_title_wrapper__ {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 991px) {
  .section_title_wrapper__ {
    margin-bottom: 1.6rem;
  }
}
.section_title_wrapper__ .section_title__ {
  color: #252f42;
  font-size: 6.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;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(77, 209, 196, 0.5) 0%,
    rgba(75, 209, 195, 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;
  }
}
@media only screen and (max-width: 767px) {
  .section_title_wrapper__.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;
  color: #001212;
  font-size: 14.959px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.15px;
  text-transform: capitalize;
  border-radius: 101.051px;
  opacity: 0.7;
  background: #d7faf2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7.579px 15.158px;
  height: 3.5rem;
}
@media only screen and (max-width: 991px) {
  .section_title_badge__ {
    font-size: 12px;
  }
}
.section_title_badge__.primary_color__ {
  color: #489784 !important;
}
.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);
  }
}
.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: #e6fbf6;
  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: 35.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: 1rem;
  border-radius: 16px;
  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:hover .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:hover .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;
}
@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: #252f42;
}
.goal_card__:hover .number {
  -webkit-text-stroke: 1px #fff;
}
.goal_card__:hover .parag__,
.goal_card__:hover .title__ {
  color: #fff;
}
.blog_card {
  border-radius: 30px;
  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: 30px;
  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: 7.479px;
  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;
}
@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);
}
.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: 3.5rem;
  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: 35px;
  border: 2px solid #119c7b;
  background: #d9fff6;
  color: #119c7b;
}
.categories_list__.with_margin_top__ {
  margin-top: 2rem;
}
.project_card {
  border: 1px solid #d5ddeb;
  border-radius: 30px;
  background-color: #fff;
  padding: 2.8rem 2.1rem;
  cursor: pointer;
}
.project_card .image_wrapper {
  border-radius: 30px;
  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: #65edcd;
  border-color: #65edcd;
}
.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: 30px;
  background: #f2f5fa;
  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: #65edcd;
}
.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: #65edcd;
}
.get_in_touch {
  border-radius: 48px;
  background-image: url("../images/get_in_touch/01.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-top: 3rem;
}
@media only screen and (max-width: 1280px) {
  .get_in_touch {
    padding: 2rem;
    border-radius: 2.5rem;
  }
}
.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: #65edcd;
}
.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: 2.5rem;
  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: 3rem;
}
@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: #65edcd !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: #65edcd;
  border-color: #65edcd;
}
.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 #65edcd, -20px 0 #90fde6;
    box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    background: #65edcd;
  }
  33% {
    -webkit-box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    background: #90fde6;
  }
  66% {
    -webkit-box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    background: #90fde6;
  }
  to {
    -webkit-box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    background: #65edcd;
  }
}
@keyframes l5 {
  0% {
    -webkit-box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    background: #65edcd;
  }
  33% {
    -webkit-box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    box-shadow: 20px 0 #65edcd, -20px 0 #90fde6;
    background: #90fde6;
  }
  66% {
    -webkit-box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    background: #90fde6;
  }
  to {
    -webkit-box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    box-shadow: 20px 0 #90fde6, -20px 0 #65edcd;
    background: #65edcd;
  }
}
.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: 17.9rem;
  margin-inline-end: 17.9rem;
}
@media only screen and (max-width: 1920px) {
  .header_logo__ {
    -webkit-margin-end: 7.9rem;
    margin-inline-end: 7.9rem;
  }
}
@media only screen and (max-width: 1440px) {
  .header_logo__ {
    -webkit-margin-end: 2rem;
    margin-inline-end: 2rem;
    max-width: 10rem;
    min-width: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .header_logo__ {
    max-width: 12.5rem;
  }
}
@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 only screen and (max-width: 1280px) {
  .nav-om {
    gap: 15px;
  }
}
.nav-om .close-button__,
.nav-om .nav_logo__,
.nav-om .nav_logo_img__ {
  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: 30px;
}
@media only screen and (max-width: 1280px) {
  .nav-om .nav-list-om {
    gap: 20px;
  }
}
.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;
  }
}
.nav-om .nav-list-om > li > a:hover {
  color: #65edcd !important;
}
.nav-om .nav-list-om > li.active a {
  background-color: #65edcd;
  padding: 0 1.5rem;
}
.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: 991px) {
  .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: rgba(101, 237, 205, 0.2);
  }
}
.menu_button__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .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: rgba(101, 237, 205, 0.1);
    position: relative;
    width: 40px;
    height: 40px;
    color: #65edcd;
    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;
  z-index: 111;
  background-color: transparent;
  padding-block: 2rem;
}
@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;
  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-color: #252f42;
  padding-top: 2.7rem;
  overflow-x: hidden;
}
.footer_sec__:after {
  content: "";
  position: absolute;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(77, 209, 196, 0.5) 0%,
    rgba(75, 209, 195, 0) 100%
  );
  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: #65edcd;
}
.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: #65edcd;
}
@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: #65edcd;
}
.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;
  padding: 0 0 !important;
  color: #fff;
  margin: 0;
  border: 0 !important;
  text-transform: capitalize;
  background-color: #252f42;
  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: 14px;
      text-align: center !important;
      margin-bottom: 1rem !important;
  }
}
.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: 48px;
}
.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: 17.5rem;
  border-radius: 3rem !important;
  resize: none;
  width: 100%;
}
.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.5rem;
  font-style: normal;
  font-weight: 600;
  border-radius: 5.1rem;
  background: #f5f5f5;
  padding: 1.2rem 2.3rem;
  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-color: #65edcd;
  background: #cbfff3;
  color: #2e3b52;
  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;
}
.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.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/co_name.svg");
}
.input_icon_wrapper__.role__:after {
  content: url("../images/shapes/inputs_icons/role.svg");
}
.input_icon_wrapper__.message__:after {
  top: 2rem;
  -webkit-transform: unset;
  transform: unset;
  content: url("../images/shapes/inputs_icons/message.svg");
}
.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: #9b9b9b;
  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-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;
  -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: 50%;
  width: 16px;
  height: 16px;
  background-color: #dcf9f2;
  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-color: #65edcd;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-clickable
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #65edcd;
  }
}
.swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #65edcd;
}
.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: 65px;
  padding-top: 65px;
}
@media only screen and (max-width: 1920px) {
  .default_section__ {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@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;
  }
}
.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;
  }
}
.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: 12rem;
}
@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: 35px;
  overflow: hidden;
  position: relative;
  max-width: 725px;
}



@media only screen and (max-width: 767px) {
  .purpose_sec__ .image_wrapper {
    border-radius: 30px;
  }
}
.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: 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: 90px;
}
@media only screen and (max-width: 991px) {
  .goals_sec__ {
    margin-top: 50px;
  }
}
@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;
}
.clients_sec__ {
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
@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(#252f42),
      to(#252f42)
    )
    lightgray 50% / cover no-repeat;
  background: linear-gradient(0deg, #252f42 0%, #252f42 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(77, 209, 196, 0.5) 0%,
    rgba(75, 209, 195, 0) 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;
}
.events_sec__:before {
  bottom: -33.5rem;
  width: 757px;
  height: 757px;
  inset-inline-start: -49.3rem;
}
.events_sec__ * {
  z-index: 2;
}
.events_sec__ .stars_wrapper__ {
  margin-bottom: 6rem;
}
@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: 12rem;
}
@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: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about_hero_sec__ .image_wrapper {
    border-radius: 20px;
  }
}
.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;
  }
}
.ceo_message_sec__ .ceo_message_wrapper {
  position: relative;
  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;
  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: #27bbaf;
}
.why_choose_us_sec__ .section_card__.green_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__ > * {
  position: relative;
  z-index: 2;
}
.why_choose_us_sec__ .image_wrapper {
  width: 100%;
}
.why_choose_us_sec__ .figure__ {
  padding-bottom: 136.315789%;
}
.why_choose_us_sec__ .text_wrapper {
  padding: 7.7rem 3.5rem;
  margin-block: auto;
}
@media only screen and (max-width: 991px) {
  .why_choose_us_sec__ .text_wrapper {
    padding: 3.5rem;
  }
}
.achievements_sec__ {
  background: #27bbaf;
  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__ .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;
}
.achievements_sec__ .logo_wrapper__ {
  position: absolute;
  inset-inline-end: 0;
  bottom: 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;
}
.contact_us_sec__ .map__ iframe {
  width: 100%;
  height: 36.4rem;
  border-radius: 30px;
}
.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: #65edcd;
}
.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.png");
  height: 80vh;
  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%;
}
.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: #65edcd;
  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: #65edcd;
  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: #009673;
  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;
}
@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 (max-width: 575.98px) {
  .statics-section-container {
    width: 10rem!important;
  }

  .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;
  }

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

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

  .swiper-img-asp {
    min-height: 300px;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-wrapper-services {
      width: 45rem;
  }

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

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

}

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

  .img-service-styling {
    height: 25rem!important;
  }

  .swiper-img {
    width: 20rem;
  }

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

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

  .copyright-content-wrapper {
    display: flex;
    justify-content: space-between;
  }

}

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

.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: 2rem 0 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

a {
  text-decoration: none!important;
}


.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: 2.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

a {
    text-decoration: none!important;
}

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

.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;
}

