.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #51536b;
  background-color: #f5f8fb;
  background-image: url('../images/main_bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  color: #20174d;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  line-height: 100%;
}

.hero_section {
  max-height: 90vh;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 80vh;
  position: relative;
}

.container {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.margin56 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 56px;
  margin-bottom: 0;
  display: flex;
}

.container.margin-top-32 {
  margin-top: 32px;
}

.container.metrics {
  min-height: 500px;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.container.footer {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.topmenulink {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

.horizontalmenu {
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: rtl;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
}

.div-block {
  min-height: 400px;
  background-color: #9c7777;
}

.case-card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  transition: transform .3s ease-in-out, box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.case-card:hover {
  box-shadow: 0 20px 24px -9px rgba(32, 23, 77, .5);
}

.cardoverlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(32, 23, 77, .7);
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.image {
  max-width: 231px;
}

.logo_case {
  max-width: 60%;
  filter: brightness(0%) invert();
}

.case-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.case-section {
  direction: rtl;
}

.heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.heading.avo {
  color: #c7d539;
}

.heading.avo.bold {
  font-weight: 700;
}

.heading.avo.bold.ml16 {
  margin-left: 16px;
}

.heading.bold {
  font-weight: 700;
}

.heading.bold.honey {
  color: #fbbb47;
}

.heading.bold.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, rgba(255, 255, 255, 0), #fff 85%);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-2 {
  display: flex;
}

.casesblock-title {
  height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-areas: "Area ."
                       "Area Area-2"
                       "Area Area-2"
                       "Area ."
                       "Area ."
                       "Area ."
                       ". .";
}

.case-grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-areas: "Area Area-3"
                       "Area Area-3"
                       "Area Area-2"
                       "Area Area-2"
                       "Area Area-2"
                       "Area Area-2"
                       "Area-4 Area-2"
                       "Area-4 Area-2"
                       "Area-4 Area-2"
                       "Area-4 Area-7"
                       "Area-5 Area-7"
                       "Area-5 Area-7"
                       "Area-6 Area-7"
                       "Area-6 Area-7"
                       "Area-6 Area-7"
                       "Area-6 Area-7";
}

.case_block.text {
  background-color: #fff;
  padding: 40px;
}

.case_block._1 {
  height: 560px;
}

.case_block._2 {
  height: 480px;
}

.case_block._3 {
  height: 340px;
  min-height: 340px;
  flex: 1;
}

.case_block._4 {
  height: 680px;
}

.case_block._5 {
  height: 800px;
}

.caseblock_text {
  background-color: #b95252;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  align-items: stretch;
}

.services.margin56 {
  direction: rtl;
}

.servicescontent {
  z-index: 22;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #81c7ba;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.service-title {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sr_heading {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 100%;
}

.sr_heading.bold {
  font-weight: 700;
}

.text-block {
  font-size: 16px;
  line-height: 160%;
}

.servicename {
  text-transform: uppercase;
  margin-right: 24px;
  font-weight: 800;
  position: relative;
}

.arrow-abs {
  margin-top: -8px;
  margin-right: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.green {
  color: #0b957b;
}

.moreservice {
  color: #fff;
}

.button {
  background-color: #fbbb47;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  box-shadow: 0 10px 16px -4px rgba(251, 187, 71, .38);
}

.button.avo {
  background-color: #c7d539;
  box-shadow: 0 10px 16px -4px rgba(108, 116, 30, .37);
}

.button.aqua {
  background-color: #81c7ba;
  box-shadow: 0 10px 16px -4px rgba(129, 199, 186, .41);
}

.normal {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 160%;
}

.normal.padbot_20 {
  color: #51536b;
  margin-bottom: 20px;
}

.normal.padbot_20.other {
  font-size: 16px;
}

.normal.and {
  color: #81c7ba;
  align-self: auto;
  padding-right: 15px;
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
}

.normal.padtop {
  margin-top: 24px;
}

.normal.pad.both {
  padding-top: 24px;
  padding-bottom: 24px;
}

.normal.italic {
  margin-top: 36px;
  margin-bottom: 100px;
  font-size: 22px;
  font-style: italic;
}

.normal.white {
  color: #fff;
  margin-bottom: 56px;
}

.normal.slides {
  flex: 0 auto;
  font-size: 16px;
}

.case-row {
  grid-row-gap: 2vh;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.spacer-24 {
  width: 2vh;
  align-self: stretch;
}

.footer {
  height: auto;
  direction: rtl;
  position: relative;
}

.container-3 {
  display: flex;
}

.metrics {
  direction: rtl;
  display: block;
}

.anim-pie-container {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 44px;
  margin-left: -403px;
  display: flex;
  position: absolute;
  top: -78px;
  left: 0%;
  overflow: visible;
}

.metric-descpition {
  text-transform: uppercase;
  font-size: 12px;
}

.metric-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#33323b 18%, #e9eef8);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.metric-flex {
  grid-column-gap: 32px;
  margin-top: 48px;
  display: flex;
}

.pie {
  position: relative;
}

.pie-wrapper {
  z-index: 2;
  width: 90%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.anim-circls {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -17.5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.circl-pie-anim {
  width: 66%;
  margin-top: 0;
  position: absolute;
}

.contentmetrics {
  margin-left: 320px;
  padding-bottom: 80px;
}

.clients {
  min-height: 200px;
  direction: rtl;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.vertheading {
  color: #51536b;
}

.vertheading.and {
  font-size: 90px;
}

.clientstext {
  text-transform: uppercase;
  align-self: center;
  font-size: 40px;
  line-height: 40px;
}

.div-block-3 {
  float: left;
  transform: rotate(0);
}

.title-logos {
  z-index: 2;
  clear: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: 36%;
  bottom: auto;
  left: -22%;
  right: auto;
  transform: perspective(447px);
}

.logos_wrap {
  width: 1440px;
  flex-wrap: wrap;
  flex: none;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.clients_container {
  min-height: 520px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-4 {
  max-width: 800px;
  flex: 0 auto;
  overflow: visible;
}

.heading-logos {
  min-width: 103px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.title-logos-hor {
  display: none;
}

.logos-contetent-wrapper {
  min-height: 500px;
  display: flex;
}

.image-2 {
  width: 120px;
  height: 120px;
  background-image: url('../images/Rectangle-46-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.logo_container {
  width: 160px;
  height: 80px;
  opacity: .6;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 12px;
  padding-right: 12px;
  transition: all .2s, opacity .2s;
  display: flex;
}

.logo_container:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.image-3, .logo_clients {
  max-height: 100%;
}

.tint_shade {
  width: 300px;
  height: 100%;
  background-image: linear-gradient(270deg, #000, #f5f8fb 0%, #f5f8fb 11%, rgba(245, 248, 251, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.background-video {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_left {
  flex: 1;
  align-self: center;
}

.adress-line {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.adress_text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.contacts_lines {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.phone-and-email {
  grid-column-gap: 12px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(200, 200, 200, .25);
}

.tab-link-tab-1.w--current {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid #c7d539;
  font-weight: 600;
}

.tab-link-tab-1.default {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.tab-link-tab-1.default.w--current {
  border-bottom-color: #c7d539;
  font-weight: 700;
}

.tab-link-tab-2 {
  background-color: #e5c6c6;
}

.tab-link-tab-2.w--current, .tab-link-tab-3 {
  background-color: #fff;
}

.textarea {
  min-height: 150px;
}

.background-video-2 {
  position: static;
}

.footer_form {
  min-width: 420px;
  margin-top: 12px;
}

.tabs-menu {
  display: flex;
}

.tabs {
  margin-top: 16px;
}

.text-field {
  margin-bottom: 12px;
}

.body_bg.services {
  color: #51536b;
  background-image: url('../images/003_Services_rtl.svg');
  background-position: 50% 0;
  background-size: cover;
}

.floating-menu {
  z-index: 1000;
  min-height: auto;
  min-width: 100%;
  margin-right: 0;
  padding-right: 2vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-on-top {
  opacity: 0;
  flex: 1;
}

.menu-label {
  z-index: 1000;
  height: 120px;
  max-width: 80px;
  min-height: 110px;
  min-width: 80px;
  background-color: rgba(32, 23, 77, .72);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 24px;
}

.logo_floating {
  z-index: 2000;
  width: 56px;
  position: relative;
}

.menu_text {
  z-index: 2000;
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
  font-weight: 600;
  position: relative;
}

.close-bt {
  z-index: 2000;
  display: block;
  position: relative;
  overflow: visible;
}

.top-menu-desk-wrapper {
  flex: 1;
}

.mobile-heading, .image-8 {
  display: none;
}

.reveal-logo {
  background-color: rgba(32, 23, 77, .72);
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation_dt {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.lottie_mobile {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.h3.main {
  color: #20174d;
  font-weight: 600;
}

.h2 {
  color: #20174d;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

.heading-short-div {
  width: 480px;
  display: block;
}

.service-heading-cont {
  height: 600px;
  direction: rtl;
  align-items: center;
  padding-right: 89px;
  display: flex;
}

.service_item {
  width: 100%;
  overflow: visible;
}

.section {
  height: 100vh;
}

.heading-2 {
  font-weight: 600;
}

.heading-3 {
  color: #20174d;
}

.h1 {
  color: #20174d;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.light {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.h1.bold-avo {
  color: #c7d539;
  text-transform: uppercase;
}

.h1.white {
  color: #51536b;
  margin-top: 0;
  margin-bottom: 24px;
  display: inline-block;
}

.service-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.sub-service {
  font-size: 14px;
  font-weight: 600;
}

.cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: nowrap;
}

.service-content {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: row;
  display: flex;
}

.service-descript {
  max-width: none;
  min-width: 480px;
  flex: 1;
}

.service-descript.no-list {
  min-width: 836px;
}

.sub-services-list {
  min-width: 300px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.case-slots {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.ser_case._1 {
  min-height: 300px;
  min-width: 400px;
}

.ser_case.both {
  min-width: 180px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: none;
}

.ser_case._4 {
  min-width: 195px;
  display: none;
}

.case_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.case_image.img {
  display: block;
}

.div-block-10 {
  min-height: 160px;
  min-width: 190px;
}

.div-block-11 {
  height: 100%;
}

.service {
  direction: rtl;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.line {
  max-height: none;
  color: #fff;
  text-transform: uppercase;
  align-items: flex-start;
  font-size: 16px;
  display: flex;
}

.block_line {
  max-height: 48px;
  flex: none;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.block_line._1 {
  text-align: center;
  background-color: #1d439b;
  flex: 1;
  justify-content: center;
}

.block_line._1.content {
  max-height: none;
  color: #51536b;
  text-align: left;
  text-transform: none;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 12px 16px 0;
  font-size: 14px;
}

.block_line._1.content.first {
  align-items: flex-start;
}

.block_line._2 {
  background-color: #2a5cd7;
  flex: 1;
}

.block_line._2.content {
  background-color: #fff;
}

.block_line._3 {
  background-color: #4579eb;
  flex: 1;
}

.block_line._3.content {
  background-color: #fff;
}

.block_line.spacer {
  width: 48px;
  height: auto;
  max-height: none;
  background-color: #fff;
  display: block;
}

.block_line.spacer.last {
  background-color: rgba(0, 0, 0, 0);
}

.table {
  direction: ltr;
  margin-top: 32px;
}

.table_text {
  direction: rtl;
  text-align: right;
  line-height: 140%;
}

.table_text.first {
  padding-left: 16px;
}

.rotated_text {
  direction: rtl;
}

.image-9, .image-10, .image-11 {
  display: none;
}

.comm-hero-section {
  z-index: 100;
  position: relative;
}

.hero-content {
  direction: rtl;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.sub-com {
  margin-top: 0;
}

.hero-container {
  height: 400vh;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: static;
  top: 0;
}

.circle {
  z-index: 100;
  width: 360px;
  height: 360px;
  opacity: 1;
  outline-offset: 2px;
  border-radius: 0%;
  outline: 3px #f5f8fb;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  border: 1px solid #f5f8fb;
}

.logo-cont {
  background-color: rgba(32, 23, 77, .7);
  background-image: url('../images/Logo_4_video.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anim_container {
  z-index: 22;
  width: 100%;
  height: 600px;
  justify-content: flex-end;
  margin-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  left: 0;
  right: 0;
}

.div-block-12 {
  width: 100%;
  height: 80vh;
  justify-content: flex-end;
  display: flex;
}

.div-block-13 {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: end;
  align-items: end;
  justify-items: end;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-15 {
  width: 180px;
  height: 180px;
  max-width: none;
}

.body-wo-back {
  background-image: none;
}

.container-4 {
  height: 600px;
}

.trigger-righ {
  width: 100%;
  height: 100vh;
}

.trigger-full {
  height: 50vh;
}

.div.empty {
  height: 400px;
}

.spacer {
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

.spacer._2 {
  height: 100vh;
}

.div-block-15 {
  margin-top: -520px;
  padding-top: 0;
  display: flex;
}

.div-block-16 {
  width: auto;
  min-width: 48%;
}

.icons_container {
  z-index: 12;
  width: 940px;
  height: 360px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35px;
  overflow: hidden;
}

.icons_stack {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  opacity: .12;
  align-items: flex-start;
  display: flex;
}

.icon_text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.icon_svg {
  width: 120px;
  min-width: 120px;
  margin-bottom: 24px;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 56px;
}

.text-block-2.bold {
  font-weight: 700;
}

.our-values {
  height: 100%;
  opacity: .3;
  direction: rtl;
  align-self: center;
}

.animation-section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gallery-wrapper {
  min-width: 100%;
}

.left-arrow {
  width: 72px;
  height: 72px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -36px;
  left: -868px;
  right: 0%;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .2);
}

.right-arrow {
  width: 72px;
  height: 72px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -36px;
  left: -722px;
  right: 0%;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .2);
}

.slider {
  height: 80vh;
}

.image-16 {
  width: 100%;
  height: 10%;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-6_1FrFzqKDWYAA-79y-scaled 1-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-17._1 {
  background-image: url('../images/career_1career.webp');
}

.div-block-17._2 {
  background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-6_1FrFzqKDWYAA-79y-scaled 1-6.webp');
}

.div-block-17._3 {
  background-image: url('../images/FrFzqKDWYAA-79y-scaled-1_1FrFzqKDWYAA-79y-scaled 1.webp');
}

.goal-section {
  direction: rtl;
  background-image: url('../images/bg-goal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

.text-goal {
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-bottom: 120px;
  padding-right: 120px;
  position: relative;
}

.text-under-caption {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.q-left {
  position: absolute;
  top: 120px;
  bottom: auto;
  left: 61px;
  right: auto;
}

.q-righ {
  position: absolute;
  top: auto;
  bottom: 119px;
  left: auto;
  right: 0%;
}

.relative-wrap {
  position: relative;
}

.relative-wrap.fixed {
  width: 440px;
  min-width: 400px;
  direction: ltr;
  top: 88px;
}

.heart {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 188px;
  right: auto;
}

.goal-container {
  display: flex;
}

.image-17 {
  min-width: 800px;
  position: absolute;
  top: auto;
  bottom: -290px;
  left: -69px;
  right: auto;
}

._2023-svg {
  margin-bottom: 32px;
}

.image-18 {
  width: 600px;
  max-width: none;
  position: absolute;
  top: 140px;
  bottom: auto;
  left: -93px;
  right: auto;
}

.photos-and-numbers {
  max-width: 100%;
  background-image: url('../images/Rich-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-19 {
  min-width: 800px;
  margin-top: 0;
  position: relative;
  left: 129px;
}

.power-people {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.power-people.bold {
  margin-top: 12px;
  margin-bottom: 24px;
  font-weight: 700;
}

.div-block-18 {
  width: auto;
  padding-top: 120px;
  padding-left: 140px;
  position: relative;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 320px;
  display: flex;
}

.div-block-20 {
  width: 400px;
  position: relative;
}

.image-20 {
  position: absolute;
  top: auto;
  bottom: -427px;
  left: 0;
  right: auto;
}

.cont-fact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 56px;
  display: flex;
}

.number-grad {
  max-width: 320px;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  flex: 1;
  font-family: Droid Sans, sans-serif;
  font-size: 180px;
  font-weight: 800;
  line-height: 140px;
}

.fact-label {
  font-size: 28px;
  line-height: 40px;
}

.line-fact {
  margin-top: 120px;
  margin-bottom: 220px;
}

.lottie-animation {
  width: 100%;
}

.slide-nav, .lottie-animation-2 {
  display: none;
}

.into-wc {
  direction: rtl;
  background-image: url('../images/Bg_top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-core-hero {
  display: flex;
  overflow: visible;
}

.heading-core {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  direction: ltr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.heading-5 {
  text-transform: uppercase;
}

.name {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-4 {
  float: left;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  margin-left: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.social-link {
  margin-left: 24px;
}

.board-members {
  padding-top: 120px;
  padding-bottom: 80px;
}

.mission-vision {
  direction: rtl;
  padding-top: 0;
  padding-bottom: 200px;
}

.our-story {
  background-color: #f5f8fb;
  align-items: center;
  display: flex;
}

.our-team {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.baord-name {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.board-name {
  color: #20174d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.board-name.sub {
  color: #737483;
  font-size: 15px;
  font-weight: 400;
}

.social-icons {
  grid-column-gap: 24px;
  margin-top: 24px;
  display: flex;
}

.board {
  grid-column-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.heading-6 {
  color: #51536b;
  margin-top: 0;
  font-size: 48px;
}

.container-6 {
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex: none;
  margin-left: 80px;
  margin-right: 0;
}

.heading-7 {
  font-size: 32px;
}

.left-line {
  width: 8px;
  height: 480px;
  max-height: 480px;
  max-width: 8px;
  background-color: rgba(81, 83, 107, .1);
}

.slider-indicator {
  width: 100%;
  height: 60px;
  color: #51536b;
  background-color: #51536b;
}

.left-slider-years {
  display: flex;
}

.years {
  max-width: 72px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}

.year {
  min-height: 60px;
  color: rgba(81, 83, 107, .6);
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s, transform .2s;
  display: flex;
}

.year:hover {
  color: #51536b;
  transform: translate(12px)scale(1.4);
}

.container-7 {
  align-items: center;
  display: flex;
}

.slide {
  height: 600px;
  max-height: 600px;
  grid-column-gap: 56px;
  direction: rtl;
  align-items: center;
  margin-left: 56px;
  display: flex;
}

.slide.our-story {
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
}

.image-cont-slider {
  height: auto;
  max-height: 600px;
  min-width: 400px;
  margin-right: 32px;
}

.overflow-off {
  height: 600px;
  overflow: hidden;
}

.story {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.story.bold {
  font-size: 150px;
  line-height: 150px;
}

.story.avo {
  color: #c7d539;
  font-weight: 400;
}

.leader-card {
  width: 260px;
}

.name-leaders {
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.name-leaders.caption {
  color: #767994;
  text-transform: none;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.name-leaders.caption.phrase {
  margin-top: 24px;
  font-size: 15px;
}

.container-8 {
  z-index: 120;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  direction: rtl;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.our-leaders-float {
  width: 200vw;
  color: rgba(199, 213, 57, .19);
  text-transform: uppercase;
  font-size: 200px;
  line-height: 280px;
  position: absolute;
  top: 0;
}

.image-22 {
  direction: rtl;
}

.div-block-23 {
  min-width: 600px;
}

.boards-members, .gallery {
  display: none;
}

.hero-animation-eways {
  height: 80vh;
  direction: rtl;
  align-items: center;
  display: flex;
}

.phone {
  z-index: 100;
  width: 350px;
  height: 600px;
  min-height: 600px;
  min-width: 350px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.camera {
  width: auto;
  flex: 1;
  align-items: center;
  display: block;
  position: static;
  top: 0;
}

.content-slide {
  height: 600px;
  max-height: 600px;
  grid-column-gap: 56px;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.screen-container {
  z-index: 2;
  width: 350px;
  height: 600px;
  max-height: 600px;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.screen-container._1 {
  position: -webkit-sticky;
  position: sticky;
}

.screen-container._2 {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
}

.screen-descipt {
  width: 360px;
  padding-left: 20px;
  padding-right: 20px;
}

.screen-descipt.inner {
  width: 440px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: #81c7ba;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 700;
  line-height: 56px;
}

.text-block-5.sub {
  color: #51536b;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.square {
  max-height: 62px;
  max-width: 62px;
  min-height: 62px;
  min-width: 62px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-8, .text-block-9 {
  line-height: 160%;
}

.div-block-24 {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 16px;
  display: flex;
}

.left-image-block {
  width: 350px;
  max-width: 350px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-25 {
  align-items: flex-start;
  margin-top: -600px;
  display: flex;
}

.desktop {
  position: static;
}

.mobile {
  display: none;
}

.div-block-26 {
  width: 350px;
  height: 5vh;
}

.section-2 {
  height: 50vh;
  background-color: #f5f8fb;
}

.div-block-27 {
  width: 350px;
  height: 50vh;
  background-color: #f5f8fb;
  margin-top: -10px;
  position: static;
  top: 600px;
  left: 0;
}

.section-3 {
  height: 50vh;
  min-height: 50vh;
}

.circ_cont {
  width: 360px;
  height: 360px;
  position: relative;
}

.circ_anim {
  position: absolute;
}

.circ_anim._00 {
  z-index: 4;
}

.circ_anim._001 {
  z-index: 3;
}

.circ_anim._002 {
  z-index: 2;
}

.circ_anim._003 {
  z-index: 1;
}

.container-10 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  flex: 1;
  margin-left: 0;
  margin-right: 56px;
}

.heading-8 {
  margin-top: 0;
  font-size: 22px;
}

.heading-9 {
  color: #81c7ba;
  font-size: 48px;
}

.section-4 {
  direction: rtl;
}

.overlay-menu {
  z-index: 100;
  width: 30vw;
  height: 100vh;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(32, 23, 77, .72);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  display: none;
  position: absolute;
  top: 0;
  right: -24px;
  overflow: hidden;
}

.stack-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  direction: rtl;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 32px;
  display: flex;
}

.menu-link:visited {
  color: #fff;
}

.close-bbbt {
  margin-top: 12px;
  display: none;
}

.image-26 {
  opacity: 1;
}

.flag {
  width: 24px;
  height: 20px;
  border-radius: 3px;
}

.div-block-31 {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.lang {
  text-transform: none;
  font-size: 13px;
}

.hero-image-section {
  min-height: 80vh;
  background-image: url('../images/career_1career.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-32 {
  align-items: center;
  display: block;
}

.section-5 {
  direction: rtl;
}

.container-11 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-33 {
  z-index: 1000;
  width: 100%;
  position: absolute;
  bottom: -270vh;
}

.case-content {
  background-color: #fff;
  padding: 24px;
}

.logo-container-case {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.titile-case {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.com-name {
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 18px;
  line-height: 24px;
}

.case-descript {
  margin-top: 24px;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.case-pop {
  max-width: 940px;
  transition: all .2s;
  display: none;
  box-shadow: 0 12px 32px 2px rgba(0, 0, 0, .2);
}

.case-pop.bank, .case-pop.moc, .case-pop.mod {
  display: none;
}

.div-block-34 {
  flex: 1;
}

.modal-container {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  background-color: rgba(32, 23, 77, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.case-video {
  width: 100%;
  height: 100%;
}

.text-block-10 {
  font-size: 56px;
  font-weight: 600;
}

.text-block-11 {
  font-size: 56px;
  font-weight: 600;
  overflow: visible;
}

.div-block-35 {
  width: 445px;
}

.title_logos {
  direction: rtl;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  transform: rotate(-90deg);
}

.text-block-12 {
  color: #9092a5;
}

.div-block-36 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block-13 {
  color: #81c7ba;
}

@media screen and (min-width: 1280px) {
  .anim_container {
    top: 32px;
  }

  .div-block-17._4 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-4_1FrFzqKDWYAA-79y-scaled 1-4.webp');
  }

  .div-block-17._5 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-2_1FrFzqKDWYAA-79y-scaled 1-2.webp');
  }

  .div-block-17._6 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-7_1FrFzqKDWYAA-79y-scaled 1-7.webp');
  }

  .div-block-17._7 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-8_1FrFzqKDWYAA-79y-scaled 1-8.webp');
  }

  .div-block-17._8 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-1_1FrFzqKDWYAA-79y-scaled 1-1.webp');
  }

  .div-block-17._9 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-5_1FrFzqKDWYAA-79y-scaled 1-5.webp');
  }

  .div-block-17._10 {
    background-image: url('../images/FrFzqKDWYAA-79y-scaled-1-3_1FrFzqKDWYAA-79y-scaled 1-3.webp');
  }

  .div-block-27, .section-3 {
    height: 100vh;
  }

  .div-block-33 {
    position: static;
    bottom: -400vh;
  }
}

@media screen and (min-width: 1920px) {
  .container.margin56, .container.margin-top-32 {
    max-width: 1400px;
  }

  .heading {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 100%;
  }

  .anim-pie-container {
    margin-left: -449px;
  }

  .clients_container {
    max-width: 1400px;
  }

  .tint_shade {
    display: none;
  }

  .body_bg {
    background-position: 50% 20%;
  }

  .mask {
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .container.margin56 {
    grid-row-gap: 12px;
    flex-direction: column-reverse;
  }

  .container.margin-top-32 {
    margin-top: 0;
  }

  .container.metrics {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    display: block;
  }

  .horizontalmenu {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .case-section {
    z-index: 22;
    position: relative;
  }

  .heading {
    text-align: center;
  }

  .heading.bold.gradient {
    text-align: left;
  }

  .case_block._3 {
    flex: none;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .services.margin56 {
    margin-top: -2vw;
  }

  .servicescontent {
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-title {
    min-width: 100%;
    flex: 1;
  }

  .servicename {
    margin-left: 24px;
    margin-right: 0;
  }

  .normal, .normal.padbot_20.other, .normal.slides {
    font-size: 14px;
  }

  .anim-pie-container {
    height: 100%;
    margin-top: -270px;
    margin-left: 0;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .metric-flex {
    grid-column-gap: 60px;
    justify-content: center;
  }

  .pie-wrapper {
    z-index: 2;
    flex: none;
    position: absolute;
  }

  .anim-circls {
    flex: none;
    justify-content: flex-start;
    margin-top: 55px;
    top: -5.6%;
  }

  .contentmetrics {
    width: 100%;
    margin-top: 359px;
    margin-left: 0;
  }

  .logos_wrap {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .clients_container {
    overflow: auto;
  }

  .heading-logos {
    align-items: center;
  }

  .title-logos-hor {
    width: 70%;
    max-width: none;
    direction: rtl;
    display: block;
  }

  .title-logos-vert {
    display: none;
  }

  .logos-contetent-wrapper {
    grid-row-gap: 4vw;
    flex-direction: column;
    overflow: hidden;
  }

  .logo_container {
    margin-bottom: 0;
    margin-left: 0;
  }

  .tint_shade {
    display: none;
  }

  .footer_form {
    width: 100%;
    min-width: auto;
  }

  .div-block-5 {
    width: 100%;
    display: flex;
  }

  .image-4 {
    max-width: 80%;
  }

  .floating-menu, .menu-label {
    display: none;
  }

  .mobile-heading {
    z-index: 1000;
    height: 120px;
    direction: rtl;
    background-image: linear-gradient(rgba(15, 11, 39, .72), rgba(32, 23, 77, 0));
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-6 {
    width: 152px;
    height: 42px;
    margin-top: 24px;
    margin-left: 24px;
  }

  .div-block-8 {
    flex: 1;
  }

  .image-7 {
    margin-top: 24px;
    margin-right: 24px;
  }

  .service-heading-cont {
    padding-right: 24px;
  }

  .service-content {
    flex-direction: column;
  }

  .service-descript.no-list {
    min-width: 100%;
  }

  .sub-services-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-slots {
    flex-direction: column;
  }

  .ser_case._1 {
    height: 100vw;
    max-height: none;
    min-height: auto;
    min-width: auto;
  }

  .ser_case.both {
    max-height: 100vw;
    flex-direction: row;
  }

  .ser_case._4 {
    max-height: 100vw;
  }

  .div-block-11 {
    height: auto;
  }

  .hero-content {
    padding-right: 24px;
  }

  .sub-com {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-container {
    height: 500vh;
    max-width: 100vw;
  }

  .circle {
    width: 40vw;
    height: 40vw;
    transform: translate(-28vw);
  }

  .logo-cont {
    width: 100%;
    height: 100%;
  }

  .anim_container {
    width: 100vw;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-14 {
    grid-template-columns: 50% 50%;
  }

  .image-15 {
    width: 20vw;
    height: 20vw;
  }

  .icons_container {
    width: 280px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    top: 0;
  }

  .icons_stack {
    width: 280px;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .our-values {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .animation-section {
    margin-bottom: 100px;
  }

  .left-arrow, .right-arrow {
    display: none;
    left: 0;
  }

  .gallery-section {
    margin-top: 1000px;
  }

  .text-goal {
    padding-right: 32px;
  }

  .q-left {
    top: 72px;
    left: auto;
    right: 210px;
  }

  .q-righ {
    bottom: 83px;
  }

  .relative-wrap.fixed {
    width: 320px;
    min-width: 320px;
    top: -196px;
    left: -23px;
  }

  .heart {
    left: auto;
    right: 188px;
  }

  .goal-container {
    flex-direction: column;
    align-items: flex-end;
  }

  ._2023-svg {
    margin-left: 23px;
  }

  .image-19 {
    min-width: 700px;
  }

  .div-block-18 {
    padding-top: 80px;
    padding-left: 60px;
  }

  .div-block-20 {
    width: 320px;
  }

  .image-20 {
    bottom: -441px;
    left: -65px;
  }

  .cont-fact {
    align-items: center;
    margin-top: 24px;
  }

  .number-grad {
    max-width: 160px;
    font-size: 72px;
    line-height: 88px;
  }

  .fact-label {
    font-size: 18px;
    line-height: 24px;
  }

  .line-fact {
    margin-top: -120px;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .image-21 {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .slide-nav {
    display: block;
  }

  .board-name {
    line-height: 20px;
  }

  .slide {
    margin-left: 24px;
  }

  .image-cont-slider {
    min-width: 340px;
  }

  .leader-card {
    width: 100%;
  }

  .name-leaders {
    font-size: 18px;
  }

  .name-leaders.caption {
    font-size: 14px;
  }

  .name-leaders.caption.phrase {
    font-size: 13px;
  }

  .container-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-22 {
    max-width: 100%;
  }

  .div-block-23 {
    min-width: 400px;
  }

  .camera {
    width: 100%;
    flex: 0 auto;
  }

  .content-slide {
    width: 380px;
    max-width: none;
    grid-column-gap: 0px;
  }

  .screen-descipt, .screen-descipt.inner {
    flex: 0 auto;
  }

  .left-image-block {
    flex: none;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-27 {
    margin-top: -7px;
  }

  .circ_cont {
    width: 320px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .heading-9 {
    font-size: 38px;
  }

  .div-block-30 {
    z-index: 100;
    position: relative;
  }

  .overlay-menu {
    z-index: 20;
    width: 100vw;
    height: 1vh;
    opacity: 0;
    background-color: rgba(32, 23, 77, .7);
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: absolute;
    right: 0;
    overflow: hidden;
  }

  .stack-menu {
    grid-row-gap: 24px;
    text-transform: uppercase;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .menu-link {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }

  .close-icon {
    display: none;
  }

  .hero-image-section {
    min-height: 40vh;
  }

  .title_logos {
    text-align: center;
    transform: rotate(0);
  }
}

@media screen and (max-width: 767px) {
  .container.footer {
    flex-direction: column-reverse;
    padding: 56px 40px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .case_block._1, .case_block._2 {
    height: 100vw;
  }

  .case_block._3 {
    height: 100vw;
    min-height: 100vw;
  }

  .case_block._4, .case_block._5 {
    height: 100vw;
  }

  .normal.slides {
    max-width: 400px;
    align-self: auto;
    display: block;
  }

  .anim-pie-container {
    margin-top: -211px;
  }

  .metric-number {
    font-size: 44px;
  }

  .metric-flex {
    grid-column-gap: 24px;
  }

  .contentmetrics {
    margin-top: 304px;
  }

  .logos_wrap {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .title-logos-hor {
    width: 70%;
    max-width: none;
    margin-left: 16px;
  }

  .logo_container {
    width: 22%;
    margin-bottom: 0;
  }

  .footer_left {
    margin-top: 68px;
  }

  .footer_form {
    width: 100%;
    min-width: auto;
  }

  .reveal-logo {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .lottie-animation_dt {
    display: none;
  }

  .lottie_mobile {
    height: 100%;
    flex: 1;
    display: block;
  }

  .service-name {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-descript {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-descript.no-list, .sub-services-list, .heading-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line.top {
    flex-direction: column;
  }

  .line.bottom {
    width: 100%;
    min-width: auto;
    flex-direction: column;
  }

  .block_line {
    max-width: 48px;
  }

  .block_line._1 {
    max-height: 120px;
    max-width: 48px;
    min-height: 120px;
  }

  .block_line._1.content {
    max-height: 120px;
    min-height: 180px;
    min-width: 100%;
    align-items: center;
    padding-left: 20px;
  }

  .block_line._1.content.first {
    width: auto;
    max-height: 120px;
    max-width: 0;
    min-height: 140px;
    min-width: 100%;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block_line._1.content._3 {
    min-height: 155px;
    justify-content: center;
  }

  .block_line._2 {
    max-height: 220px;
    max-width: 48px;
    min-height: 140px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .block_line._3 {
    max-height: 160px;
    max-width: 48px;
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
  }

  .block_line.spacer {
    height: 48px;
    opacity: 0;
    display: none;
  }

  .table {
    display: flex;
  }

  .table_text.first {
    padding-left: 0;
  }

  .rotated_text {
    transform: rotate(-90deg);
  }

  .image-9, .image-10, .image-11 {
    display: block;
  }

  .image-12, .image-13, .image-14 {
    display: none;
  }

  .slider {
    height: 60vw;
  }

  .goal-section {
    padding-top: 40px;
  }

  .text-goal {
    align-self: stretch;
    padding-right: 40px;
  }

  .q-left {
    top: 137px;
    left: 0;
    right: auto;
  }

  .q-righ {
    top: -21px;
    bottom: auto;
  }

  .relative-wrap.fixed {
    margin-top: 98px;
    top: -161px;
    left: -75px;
  }

  .goal-container {
    padding-left: 80px;
    padding-right: 32px;
  }

  ._2023-svg {
    max-width: 290px;
    min-width: 160px;
    margin-left: 30px;
    padding-left: 0;
  }

  .image-18 {
    width: 480px;
    margin-left: -47px;
    padding-left: 0;
    top: 87%;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .image-19 {
    min-width: 600px;
  }

  .power-people {
    font-size: 32px;
    line-height: 32px;
  }

  .power-people.bold {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-18 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-20 {
    width: 290px;
    padding-left: 66px;
  }

  .image-20 {
    top: 140%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .line-fact {
    margin-top: 205px;
    padding-left: 60px;
  }

  .content-core-hero {
    flex-direction: column-reverse;
  }

  .heading-core {
    margin-bottom: 50px;
  }

  .mission-vision {
    padding-bottom: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .board-card {
    max-width: 40%;
  }

  .board-name {
    font-size: 16px;
    line-height: 16px;
  }

  .board-name.sub {
    font-size: 12px;
    line-height: 12px;
  }

  .board {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-7 {
    flex: 1;
  }

  .slide {
    width: 100%;
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-top: 48px;
  }

  .image-cont-slider {
    height: 380px;
    max-height: none;
    max-width: 360px;
    min-width: 0%;
    margin-right: 0;
  }

  .slide-image {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
  }

  .overflow-off {
    height: 600px;
    flex: 1;
    overflow: hidden;
  }

  .story.bold {
    font-size: 120px;
  }

  .story.avo {
    font-size: 70px;
  }

  .leader-card {
    width: 100%;
    align-self: auto;
  }

  .container-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: space-around;
    align-items: start;
    justify-items: start;
    padding-left: 32px;
    padding-right: 32px;
    display: grid;
  }

  .our-leaders-float {
    font-size: 100px;
    line-height: 100px;
  }

  .image-22 {
    max-width: 100%;
  }

  .container-9 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .circ_cont {
    width: 100%;
    min-width: 360px;
  }

  .container-10 {
    flex-direction: column;
    flex: 1;
    margin-top: 151px;
  }

  .div-block-29 {
    margin-top: 126px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4 {
    margin-top: 115px;
  }

  .section-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-33 {
    bottom: -283.9vh;
  }
}

@media screen and (max-width: 479px) {
  .container.margin56 {
    grid-row-gap: 2vw;
    margin-top: 0;
  }

  .container.margin-top-32 {
    margin-top: 0;
  }

  .container.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading {
    font-size: 24px;
  }

  .heading.bold.gradient {
    direction: rtl;
    text-align: right;
    font-size: 32px;
  }

  .servicescontent {
    margin-top: -2vw;
  }

  .servicename {
    margin-top: 12px;
  }

  .normal {
    font-size: 14px;
  }

  .normal.pad.both {
    font-size: 16px;
  }

  .normal.italic {
    margin-top: 52px;
    font-size: 18px;
    line-height: 120%;
  }

  .footer {
    direction: rtl;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .anim-pie-container {
    margin-top: -37vw;
  }

  .metric-flex {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .anim-circls {
    margin-top: 47px;
  }

  .contentmetrics {
    margin-top: 180px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logos_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-logos {
    justify-content: center;
    margin-bottom: 22px;
    margin-right: 0;
    display: flex;
  }

  .title-logos-hor {
    width: 70%;
    max-width: none;
    display: none;
  }

  .logo_container {
    width: 48%;
    height: 50px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer_left {
    width: 100%;
  }

  .tab-link-tab-1.default {
    align-items: center;
    display: flex;
  }

  .footer_form {
    min-width: 100%;
  }

  .mobile-heading {
    z-index: 500;
    height: 16vh;
    background-image: linear-gradient(rgba(15, 11, 39, .72), rgba(32, 23, 77, 0));
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-7 {
    margin-top: 0;
    margin-right: 0;
  }

  .image-7.menu {
    position: static;
  }

  .image-7.close {
    opacity: 1;
    position: static;
  }

  .image-8 {
    height: 56px;
    display: block;
  }

  .lottie-animation_dt {
    display: none;
  }

  .service-heading-cont {
    padding-left: 20px;
    padding-right: 0;
  }

  .h1 {
    font-size: 48px;
  }

  .service-name {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-descript, .service-descript.no-list, .sub-services-list {
    padding-left: 16px;
    padding-right: 20px;
  }

  .div-block-10 {
    min-width: auto;
  }

  .hero-content {
    padding-left: 24px;
  }

  .anim_container {
    flex-direction: row;
  }

  .div-block-15 {
    margin-top: -467px;
  }

  .div-block-16 {
    display: none;
  }

  .slider {
    height: 80vw;
  }

  .text-goal {
    padding-right: 0;
  }

  .text-under-caption {
    font-size: 16px;
  }

  .q-left {
    width: 32px;
    top: -33px;
    left: 0;
  }

  .q-righ {
    width: 32px;
    top: auto;
    bottom: -38px;
  }

  .relative-wrap.fixed {
    text-align: left;
    left: auto;
  }

  .goal-container {
    padding-left: 32px;
  }

  ._2023-svg {
    max-width: 240px;
    margin-left: 22px;
  }

  .image-18 {
    width: 410px;
  }

  .image-19 {
    min-width: 450px;
    left: -254px;
  }

  .div-block-18 {
    margin-top: -100px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .div-block-20 {
    display: none;
  }

  .image-20 {
    max-width: 100%;
    position: static;
    top: 299px;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .number-grad {
    min-width: 110px;
  }

  .fact-label {
    font-size: 16px;
  }

  .line-fact {
    margin-top: 56px;
    margin-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lottie-animation {
    width: auto;
    height: 300px;
    display: none;
  }

  .lottie-animation-2 {
    display: block;
  }

  .heading-core {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .board-members {
    padding-top: 20px;
  }

  .our-story {
    width: 100%;
  }

  .our-team {
    margin-top: 56px;
  }

  .board-card {
    max-width: 100%;
  }

  .board {
    display: none;
  }

  .heading-6 {
    font-size: 32px;
  }

  .div-block-22 {
    width: 100%;
  }

  .heading-7 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .left-line {
    min-width: 8px;
    flex: none;
  }

  .slider-indicator {
    min-width: 8px;
  }

  .left-slider-years {
    flex: 0 auto;
  }

  .slide {
    padding-top: 56px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .image-cont-slider {
    height: auto;
    max-width: 100%;
  }

  .overflow-off {
    max-width: 280px;
    min-width: 240px;
    padding-left: 0;
  }

  .story.bold {
    font-size: 48px;
    line-height: 48px;
  }

  .story.avo {
    font-size: 32px;
    line-height: 32px;
  }

  .container-8 {
    grid-template-columns: 1fr;
  }

  .div-block-23 {
    min-width: 100%;
    margin-top: 48px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery {
    height: auto;
    display: block;
  }

  .slider-2 {
    height: 530px;
    background-color: rgba(0, 0, 0, 0);
  }

  .mask-2 {
    height: 600px;
  }

  .image-23 {
    width: 100%;
  }

  .bold-text {
    font-size: 72px;
    line-height: 72px;
  }

  .phone {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .content-slide {
    z-index: 2;
    width: 100%;
    background-color: #f5f8fb;
    flex-direction: row;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
  }

  .screen-container {
    width: 100%;
    max-width: 100%;
  }

  .screen-descipt {
    width: 210px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .screen-descipt.inner {
    width: 210px;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 32px;
  }

  .text-block-5.sub {
    font-size: 18px;
  }

  .text-block-7 {
    object-fit: fill;
    font-size: 22px;
  }

  .div-block-24 {
    margin-top: 16px;
    margin-right: 0;
  }

  .div-block-25 {
    min-width: 350px;
    flex-direction: column;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .image-24 {
    width: 350px;
    max-width: 350px;
  }

  .div-block-28 {
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    background-color: #f5f8fb;
  }

  .image-25 {
    margin-bottom: 40px;
  }

  .circ_cont {
    width: 100%;
    height: 360px;
    min-width: 320px;
    flex: none;
    padding-top: 24px;
  }

  .container-10 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-29 {
    text-align: center;
    margin-top: 40px;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .section-4 {
    margin-top: 160px;
  }

  .div-block-30 {
    z-index: 1000;
    width: 24px;
    height: 24px;
    margin-top: 24px;
    margin-right: 24px;
    position: relative;
  }

  .overlay-menu {
    width: 100vw;
    height: 1vh;
    opacity: 0;
    background-color: rgba(32, 23, 77, .72);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 0;
    overflow: hidden;
  }

  .stack-menu {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .menu-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }

  .link-block-icon {
    width: 24px;
    height: 24px;
    display: none;
  }

  .close-icon {
    display: none;
  }

  .div-block-33 {
    position: static;
  }

  .case-content {
    float: left;
  }

  .logo-container-case {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }

  .titile-case {
    font-size: 22px;
    line-height: 24px;
  }

  .com-name {
    font-size: 12px;
    line-height: 14px;
  }

  .case-descript {
    text-align: center;
    font-size: 14px;
  }

  .case-pop.bank, .case-pop.moc {
    display: none;
  }

  .div-block-34 {
    text-align: center;
    flex: 0 auto;
  }

  .modal-container {
    display: none;
  }

  .logo-case-mobile {
    max-height: 60px;
  }

  .title_logos {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-36 {
    justify-content: center;
  }

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

#w-node-dae95010-f8db-04d5-a839-263d550e0c73-0e3714a4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_304938fc-74b6-60c6-a581-c6c892884982-0e3714a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bbfe5bf-a022-be85-38db-617d96d010c2-0e3714a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-e9b1bbda-d442-f588-3fbc-7f433fef4545-0e3714a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_3db0fac9-0d9f-d942-4daa-db45143a7a51-0e3714a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_92baf3a0-7458-2c99-fe66-91711686e0c3-0e3714a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3825e709-aaff-4fe3-9dc5-686539eae49c-0e3714af {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-dae95010-f8db-04d5-a839-263d550e0c73-0e3714a4 {
    grid-area: 22 / 1 / 25 / 2;
  }

  #w-node-_3825e709-aaff-4fe3-9dc5-686539eae49c-0e3714af {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3825e709-aaff-4fe3-9dc5-686539eae49c-0e3714af {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd31107b-d636-637c-0cda-1decda03c407-0e3714ae {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

/*CUSTOM CSS*/
.d-none {
  display: none;
}

