@font-face {
  font-family: Ray;
  src: url('../fonts/Ray-ExtraBold.ttf') format("truetype"), url('../fonts/Ray-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ray;
  src: url('../fonts/Ray-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ray;
  src: url('../fonts/Ray-Black.ttf') format("truetype"), url('../fonts/Ray-ExtraBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ray;
  src: url('../fonts/Ray-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ray;
  src: url('../fonts/Ray.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary--50: #d3e7f7;
  --river-bed--700: #22252f;
  --_font-size---text-size-h1: 5rem;
  --_font-size---text-size-h2: 3.8rem;
  --_font-size---text-size-h3: 2.3rem;
  --text-size-h4: 2rem;
  --_font-size---text-size-h5: 1.5rem;
  --gap-sections: 7rem;
  --secondary--100: #abd1ef;
  --move-wrap-title-project: 77%;
  --primary--500: #e64c3c;
  --river-bed--600: #343846;
  --river-bed--500: #454b5e;
  --_font-size---text-size-h4: 1.8rem;
  --river-bed--300: #5b627b;
  --river-bed--200: #727b97;
  --river-bed--100: #8f96ad;
  --river-bed--900: black;
  --river-bed--800: #111317;
  --river-bed--50: #adb2c2;
  --primary--900: #a72315;
  --primary--800: #bd2818;
  --primary--700: #d42d1b;
  --primary--600: #e33725;
  --primary--200: #ea685a;
  --primary--100: #ee8378;
  --primary--50: #f29f96;
  --secondary--900: #1b5e91;
  --secondary--800: #2171af;
  --secondary--700: #2784cd;
  --secondary--600: #3d96da;
  --secondary--500: #5ba6e0;
  --secondary--200: #83bce8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--secondary--50);
  direction: rtl;
  color: var(--river-bed--700);
  font-family: Ray, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.2;
  overflow-x: clip;
}

h1 {
  font-size: var(--_font-size---text-size-h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  font-size: var(--_font-size---text-size-h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: var(--_font-size---text-size-h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-size: var(--text-size-h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-size: var(--_font-size---text-size-h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--river-bed--700);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.section {
  margin-top: var(--gap-sections);
}

.section.header {
  z-index: 1000;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section.hero-section_home {
  height: 100vh;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.section.statistics-section {
  margin-top: 4rem;
}

.section.section-blog_home {
  background-color: var(--secondary--100);
  margin-top: 0;
}

.section.section-footer {
  background-color: #0c1121;
  height: 100vh;
}

.section.section-hero_contact {
  height: 100vh;
  margin-top: 0;
}

.section.position-reletive {
  position: relative;
}

.section.amar {
  background-color: var(--secondary--100);
}

.section.about-long {
  background-color: #0c1121;
  margin-top: 0;
}

.section.top-0 {
  margin-top: 0;
}

.section.hero_sproject {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.section.about-section_sproject {
  background-color: #0c1121;
}

.padding-global {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-global-custom-hero_home {
  pointer-events: auto;
  width: 98.5%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.padding-global.custum-padding-services {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: var(--move-wrap-title-project);
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  transform: translate(0);
}

.padding-global.team_contact, .padding-global.forn-contact_sservices {
  background-color: #0c1121;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.height-100 {
  height: 100%;
}

.inner-container-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.wrap-nav-links-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-header {
  color: #fff;
}

.button-primary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary--500);
  border-radius: 5rem;
  justify-content: space-between;
  align-items: center;
  padding: .9rem .8rem .65rem;
  display: flex;
}

.button-primary.bg-transprent {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #e64c3c00;
  padding: 0;
}

.button-primary.bg-transprent._w-100 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.button-primary.bg-transprent._w-100.custom-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-primary.btn-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.inner-container-hero_home {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.content-inner-container-hero_home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}

.map-line-hero_home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.wrap-fonts {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10rem;
  display: flex;
}

.wrap-item-fonts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-style-h1 {
  font-size: var(--_font-size---text-size-h1);
  font-weight: 900;
}

.text-style-h1.text-color-river-600 {
  color: var(--river-bed--600);
}

.text-style-h1.text-color-primary-500 {
  color: var(--primary--500);
}

.text-style-h2 {
  font-size: var(--_font-size---text-size-h2);
  font-weight: 700;
}

.text-style-h3 {
  font-size: var(--_font-size---text-size-h3);
  font-weight: 700;
}

.text-style-h3.text-color-river-500 {
  color: var(--river-bed--500);
}

.text-style-h4 {
  font-size: var(--_font-size---text-size-h4);
  font-weight: 700;
  line-height: 1.4;
}

.text-style-h4.text-color-white.breaking-nowrap {
  white-space: nowrap;
}

.text-style-h4.text-color-white.text-align-center {
  text-align: center;
}

.text-style-h4.text-color-white.text-align-center.text-height-1-6 {
  line-height: 1.6;
}

.text-style-h4.text-color-river-300 {
  color: var(--river-bed--300);
}

.text-style-h4.text-color-81a1ba {
  color: #81a1ba;
}

.text-style-h4.text-color-81a1ba.text-breaking-nowrap {
  white-space: nowrap;
}

.text-style-h5 {
  font-size: var(--_font-size---text-size-h5);
  font-weight: 500;
}

.text-style-h5.text-color-white.text-align-center {
  text-align: center;
}

.text-style-h5.font-weight-700 {
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.slider {
  z-index: 1;
  direction: ltr;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  z-index: 999;
  grid-column-gap: 1.05rem;
  grid-row-gap: 1.05rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 54vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 2rem;
  font-size: .9rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-slider-hero {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.text-color-white {
  color: #fff;
}

.div-block-4 {
  grid-column-gap: 1.08rem;
  grid-row-gap: 1.08rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.wrap-header {
  z-index: 1000;
  position: absolute;
  inset: 0% 0% auto;
}

.background-header {
  z-index: -1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.background-header.is-dark {
  background-color: #0c1121;
}

.div-block-6 {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -.3rem;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.div-block-6.btn-form {
  margin-top: 0;
}

.image-2 {
  width: 1rem;
  height: 1rem;
}

.div-block-7 {
  z-index: 12;
  padding-top: .5rem;
}

.div-block-8 {
  transform-origin: 0%;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-9 {
  pointer-events: none;
  height: 4rem;
}

.image-texts-about_home {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-image-texts-about_home {
  background-color: #ca1b1b;
  border-radius: 11rem;
  width: 3.5rem;
  height: 3.4rem;
  overflow: clip;
}

.image-part2-texts-about_home {
  z-index: 4;
  aspect-ratio: 1;
  border-radius: 100%;
  width: 2.8rem;
  position: relative;
}

.image-part2-texts-about_home.is-4 {
  z-index: 1;
}

.image-part2-texts-about_home.is-3 {
  z-index: 2;
}

.image-part2-texts-about_home.is-2 {
  z-index: 3;
}

.inner-container-about_home {
  padding-top: var(--gap-sections);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-text-image-texts-about_home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-texts-about_home {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.wrapper-texts-about_home {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.image-3 {
  width: 43%;
}

.wrapper-slider-services {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrap-items-slider-services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.wrap-items-slider-services.is-2 {
  display: flex;
}

.item-slider-services {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border: 1px solid #81a1ba;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem 2rem;
  display: flex;
}

.long-section {
  height: 1200vh;
  position: relative;
}

.sticky-long-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 7vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  aspect-ratio: 1;
  border: 1px solid var(--river-bed--200);
  cursor: pointer;
  background-color: #d3e7f7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 4rem;
  transition: all .4s;
  display: flex;
}

.div-block-11:hover {
  border-color: var(--river-bed--300);
  background-color: #f8fafc33;
}

.div-block-12 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  background-image: url('../images/frgerg.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-12.is-3 {
  background-image: linear-gradient(#0003, #0003), url('../images/Heroddd.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rectangle-22-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-4 {
  background-image: linear-gradient(#0003, #0003), url('../images/Ellipse-19.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-5 {
  background-image: linear-gradient(#0003, #0003), url('../images/Ellipse-18.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-6 {
  background-image: linear-gradient(#0003, #0003), url('../images/Ellipse-18_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-7 {
  background-image: linear-gradient(#0003, #0003), url('../images/Ellipse-19.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-8 {
  background-image: linear-gradient(#0003, #0003), url('../images/Ellipse-18.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12.is-9 {
  background-image: linear-gradient(#0003, #0003), url('../images/Ellipse-18_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-size-small {
  font-size: 1rem;
  font-weight: 300;
}

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

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 6rem;
  display: flex;
  overflow: hidden;
}

.div-block-15.small {
  height: 1.8rem;
}

.long-section-project {
  height: 300vh;
  position: relative;
}

.sticky-long-section-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.wrap-images-sticky-long-section-project {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-sticky-long-section-project {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.image-sticky-long-section-project.is-2 {
  z-index: 2;
}

.image-sticky-long-section-project.is-3 {
  z-index: 3;
}

.wrap-texts-sticky-long-section-project {
  background-color: #0c1121;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 3%;
  padding-right: 16%;
  display: flex;
  position: relative;
}

.frame-47 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-48 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-42 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-45 {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-44 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-49 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-36 {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-35 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-32 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-43 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.overflow-text-sctoll-project {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.7rem;
  display: flex;
  overflow: hidden;
}

.overflow-text-sctoll-project.tag-section {
  height: 2.9rem;
}

.overflow-text-sctoll-project.name-main {
  height: 4.6rem;
}

.overflow-text-sctoll-project.en-name {
  height: 1.7rem;
}

.div-block-18 {
  background-color: #ffffff1a;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: .3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.div-block-19 {
  background-color: #fffc;
  width: 33%;
  height: 100%;
}

.long-section-statistics {
  height: 200vh;
  position: relative;
}

.sticky-long-section-statistics {
  grid-column-gap: 4.7rem;
  grid-row-gap: 4.7rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 235px;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 3;
  transform-origin: 100%;
  border-radius: 10rem;
  width: 26rem;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.frame-1000005924 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000005923 {
  grid-column-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mw-28 {
  max-width: 28%;
}

.div-block-23 {
  background-color: var(--river-bed--200);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.frame-1000006129 {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.frame-1000006130 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.frame-1000005925 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.inner-container-blog_home {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.frame-1000005960 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000005959 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 36%;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-desktop {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rectangle-39 {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.frame-1000006140 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 1.2rem;
  text-decoration: none;
  display: flex;
}

.frame-1000006137 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006135 {
  grid-column-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-24 {
  aspect-ratio: 1;
  background-color: var(--river-bed--700);
  border-radius: 100%;
  width: .7rem;
}

.rectangle-22 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.rectangle-22.contact {
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.rectangle-22.forn-contact_sservices {
  object-position: 50% 0%;
  height: 735px;
}

._47fd16384957745608334efc39c9-1 {
  object-fit: cover;
  border-radius: 52.1222px;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-2.forn-contact_sservices {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: auto;
  display: grid;
}

.frame-1000006141 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006142 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006143 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006144 {
  grid-column-gap: 35px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006145 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000006146 {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 5000px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.inner-container-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.line-footer {
  background-color: #333442;
  width: 100%;
  height: 1px;
}

.image-5 {
  width: 35%;
}

.margin-top-0-section {
  margin-top: -8rem;
}

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

.div-block-26 {
  width: 44%;
}

.inner-container-hero_contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 9rem;
  display: flex;
}

.inner-container-hero_contact.team_contact {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.inner-container-hero_contact.form_contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tag-sections {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot-tag-sections {
  background-color: var(--river-bed--700);
  border-radius: 100%;
  width: 11px;
  height: 11px;
}

.dot-tag-sections.is-white {
  background-color: #fff;
}

.div-block-27 {
  max-width: 90%;
}

.div-block-28 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0c1121;
  flex-flow: column;
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.frame-1000005980 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000005980.margin-right-custom {
  padding-right: 4rem;
}

.frame-1000005963 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.ellipse-33 {
  object-fit: cover;
  width: 210px;
}

.form-block {
  width: 100%;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--river-bed--600);
  background-color: #fff0;
}

.text-field::placeholder {
  color: var(--river-bed--300);
  font-size: 1.3rem;
}

.div-block-29 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-31 {
  background-color: #fff;
  width: 40%;
  height: 1px;
  position: absolute;
  inset: .65rem auto 0% 0%;
}

.inner-container-inner-services {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.wrap-item-services_services {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.4rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 6rem;
}

.wrap-item-services_services.is-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  top: 10rem;
}

.wrap-item-services_services.is-3 {
  top: 0;
}

.wrap-images-item-services_services {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.image-card-secvices {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.wrap-texts-item-services_services {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 706px;
  text-decoration: none;
  display: flex;
}

.wrap-head-main-texts-item-services_services {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrap-items-info-services_services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.item-info-services_services {
  grid-column-gap: 24px;
  border: 1px solid #22252f;
  border-radius: 65px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.line-list-services {
  background-color: var(--river-bed--100);
  transform-origin: 100%;
  width: 100%;
  height: 1px;
}

.frame-1000005992 {
  grid-row-gap: 37px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000005944 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000001305 {
  object-fit: cover;
  width: 100%;
}

.frame-1000001305.first {
  width: 44%;
}

.frame-1000006147 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.inner-hiro-temp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 5rem;
  display: flex;
}

.frame-1000005995 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006148 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006148.first {
  width: 80%;
}

.frame-1000005994 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-block-33 {
  width: 70%;
}

.text-color-river-500 {
  color: var(--river-bed--500);
}

.text-color-river-500.text-align-center {
  text-align: center;
}

.div-block-34 {
  z-index: 3;
  pointer-events: none;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.image-6 {
  z-index: 4;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-6.absolute {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.image-6.absolute.is-2 {
  z-index: 2;
}

.image-6.absolute.is-1 {
  z-index: 1;
}

.inner-container-amar {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  background-color: #abd1ef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 180px 60px;
  text-decoration: none;
  display: flex;
}

.frame-1000006149 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006150 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 523px;
  text-decoration: none;
  display: flex;
}

.frame-1000005961 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000005958 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 421px;
  text-decoration: none;
  display: flex;
}

.div-block-35 {
  width: 60%;
}

.div-block-36 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-36.left {
  justify-content: flex-start;
  align-items: center;
}

.frame-1000006265 {
  grid-row-gap: 74px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.frame-1000005978 {
  grid-row-gap: 10px;
  background-image: linear-gradient(#0000, #0c1121), none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 724px;
  min-height: 724px;
  padding: 40px 38px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1000005977 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1235px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-38 {
  width: 50%;
}

.div-block-39 {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  background-image: linear-gradient(360deg, #0c1121cc, #0c112100);
  position: absolute;
  inset: 0%;
}

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

.vregbrtbrb {
  color: var(--primary--500);
  text-align: center;
  white-space: nowrap;
  padding-top: 7rem;
  font-size: 6.4rem;
}

.div-block-41 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 150vw;
  margin-top: 3rem;
  display: grid;
}

.image-gallary-about {
  object-fit: cover;
  width: 100%;
  height: 290px;
}

.wrap-main-texts-item-services_services {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-44 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--river-bed--700);
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.frame-1000006021 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006266 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 922px;
  text-decoration: none;
  display: flex;
}

.frame-1000006266.projects {
  justify-content: flex-start;
  align-items: flex-start;
}

.frame-1000006020 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.frame-1000006012 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006011 {
  grid-column-gap: 2.5px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000006013 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 211px;
  text-decoration: none;
  display: flex;
}

.frame-1000006016 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 21px;
  display: flex;
  overflow: hidden;
}

.frame-1000006016.dddd {
  background-image: url('../images/Frame-1000006014.avif');
  background-position: 0 0;
  background-size: auto;
}

.frame-1000006018 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  display: flex;
}

.frame-1000006017 {
  grid-row-gap: 1.1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._640f1ce12297d853730b0494_icon-1 {
  object-fit: cover;
  margin-left: auto;
  overflow: hidden;
}

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

.code-embed-12, .navbar-mobile {
  display: none;
}

.inner-container-grid-projects {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3.col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-48 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 360px;
  padding-bottom: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
  position: relative;
}

.div-block-49 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.div-block-50 {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.inner-container-hero_sproject {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
}

.image-11 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.frame-1000006182 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1315px;
  text-decoration: none;
  display: flex;
}

.frame-1000006267 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000006168 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000006181 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006180 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1000006166 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 537px;
  text-decoration: none;
  display: flex;
}

.frame-1000006165 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 536px;
  text-decoration: none;
  display: flex;
}

.div-block-55 {
  transform-origin: 100%;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.div-block-56 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000006167 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 302px;
  text-decoration: none;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-57.col-2 {
  grid-template-columns: 1fr 1fr;
}

.div-block-58 {
  border-top: 1px solid var(--river-bed--100);
  border-bottom: 1px solid var(--river-bed--100);
  border-left: 1px solid var(--river-bed--100);
  justify-content: flex-start;
  align-items: center;
  padding: 1.3rem 1.3rem 1rem;
  display: flex;
}

.div-block-58.is-2, .div-block-58.border-left-none {
  border-left-width: 0;
}

.inner-container-about-section_sproject {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-60 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-container-more-project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-63 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-15 {
  display: none;
}

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

.frame-1000006023 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #22252f;
  text-align: justify;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ray, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.untitled {
  color: #22252f;
  text-align: justify;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ray, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  text-decoration: none;
}

.frame-1000006268 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1313px;
  text-decoration: none;
  display: flex;
}

.frame-1000006269 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #22252f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ray, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.text-3 {
  color: #22252f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ray, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  text-decoration: none;
}

.frame-1000006026 {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1090px;
  text-decoration: none;
  display: flex;
}

.frame-1000006024 {
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .9rem 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000006028 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1042px;
  text-decoration: none;
  display: flex;
}

.frame-1000005620 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary--500);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: .95rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vuesaxbrokenadd {
  object-fit: cover;
}

.frame-1000006027 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #22252f;
  text-align: justify;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ray, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 170%;
  text-decoration: none;
}

.frame-1000006270 {
  grid-row-gap: 30px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000006271 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  text-align: justify;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ray, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.div-block-65 {
  width: 100%;
  overflow: hidden;
}

.div-block-66 {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: static;
}

.div-block-66.is-2 {
  width: 100%;
  max-width: 1.2rem;
  height: 2px;
  position: absolute;
}

.div-block-67 {
  height: 1.5rem;
}

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

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

.div-block-68 {
  z-index: -1;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.div-block-69 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .slide-nav {
    height: 66.5vh;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .slide-nav {
    height: 64.5vh;
  }

  .div-block-12.is-7 {
    background-image: url('../images/Ellipse-18-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-12.is-8 {
    background-image: url('../images/Ellipse-18-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-12.is-9 {
    background-image: linear-gradient(#0000, #0000), url('../images/Ellipse-18_2.png');
  }

  .frame-1000005959 {
    max-width: 32%;
  }

  .div-block-35 {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .slide-nav {
    height: 61vh;
  }

  .frame-1000005959 {
    max-width: 26%;
  }

  .div-block-26 {
    width: 28%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_font-size---text-size-h1: 5rem;
    --_font-size---text-size-h2: 3.8rem;
    --_font-size---text-size-h3: 2.3rem;
    --_font-size---text-size-h5: 1.5rem;
    --_font-size---text-size-h4: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-size---text-size-h1: 5rem;
    --_font-size---text-size-h2: 3.8rem;
    --_font-size---text-size-h3: 2.3rem;
    --_font-size---text-size-h5: 1.5rem;
    --_font-size---text-size-h4: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_font-size---text-size-h1: 3rem;
    --_font-size---text-size-h2: 2rem;
    --_font-size---text-size-h3: 1.7rem;
    --_font-size---text-size-h5: 1.4rem;
    --_font-size---text-size-h4: 1.4rem;
    font-size: .95rem;
  }

  .page-wrapper {
    max-width: 100vw;
    overflow-x: clip;
  }

  .section.hero-mobile-margin {
    margin-top: 4rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.custum-padding-services {
    top: auto;
    bottom: 6rem;
  }

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

  .inner-container-header {
    justify-content: center;
    align-items: center;
    padding-top: .9rem;
    padding-bottom: .7rem;
  }

  .wrap-nav-links-header {
    display: none;
  }

  .button-primary {
    padding-bottom: .9rem;
  }

  .inner-container-hero_home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-inner-container-hero_home {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .text-style-h3.text-color-river-500.custom-style-title-about_home {
    font-size: 2.3rem;
    font-weight: 500;
  }

  .text-style-h4.text-color-river-500.h3-style-mobile {
    font-size: var(--_font-size---text-size-h3);
  }

  .text-style-h4.text-color-81a1ba.text-breaking-nowrap {
    color: #81a1ba;
    white-space: nowrap;
  }

  .text-style-h5.text-color-river-500.h4-style-mobile {
    font-size: var(--_font-size---text-size-h4);
    font-weight: 700;
  }

  .div-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .slide-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    height: 89vh;
    padding-left: 2rem;
    font-size: .5rem;
  }

  .text-color-white.text-align-center-mobile {
    text-align: center;
  }

  .div-block-6 {
    margin-top: -.2rem;
    padding: .3rem;
  }

  .div-block-6.footer {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
  }

  .image-2 {
    display: none;
  }

  .div-block-9 {
    height: 4.4rem;
  }

  .inner-container-about_home {
    flex-flow: column;
  }

  .wrap-text-image-texts-about_home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-texts-about_home {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .wrap-button.display-none-mobile {
    display: none;
  }

  .image-3 {
    width: 100%;
  }

  .wrapper-slider-services {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .sticky-long-section {
    padding-top: 6rem;
  }

  .div-block-11 {
    aspect-ratio: 1;
    width: 90vw;
    height: 90vw;
    padding: 1.5rem;
  }

  .div-block-15 {
    height: 3.6rem;
  }

  .div-block-15.small {
    height: 3.8rem;
  }

  .sticky-long-section-project {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .wrap-images-sticky-long-section-project {
    height: 48%;
  }

  .wrap-texts-sticky-long-section-project {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .frame-47 {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .frame-44 {
    grid-row-gap: 20px;
  }

  .overflow-text-sctoll-project.tag-section {
    height: 2.1rem;
  }

  .overflow-text-sctoll-project.name-main {
    height: 2.5rem;
  }

  .sticky-long-section-statistics {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3vh;
    overflow: hidden;
  }

  .div-block-22 {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
    min-height: auto;
  }

  .image-4 {
    position: static;
  }

  .frame-1000006129 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .frame-1000006130 {
    height: 40%;
  }

  .frame-1000005960 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .frame-1000005959 {
    max-width: 100%;
  }

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

  .frame-1000006137 {
    max-width: none;
  }

  .rectangle-22 {
    height: 45vh;
  }

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

  .frame-1000006142 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .frame-1000006144 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .frame-1000006145 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .inner-container-footer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    padding-bottom: 3vh;
  }

  .image-5 {
    width: 60%;
  }

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

  .inner-container-hero_contact {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .inner-container-hero_contact.team_contact {
    padding-bottom: 0;
  }

  .frame-1000005980 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .frame-1000005980.margin-right-custom {
    padding-right: 0;
  }

  .frame-1000005963 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ellipse-33 {
    width: 124px;
  }

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

  .inner-container-inner-services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
  }

  .wrap-item-services_services {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    position: static;
  }

  .wrap-item-services_services.is-3 {
    padding: 1rem;
  }

  .wrap-images-item-services_services {
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .image-card-secvices {
    width: 100%;
  }

  .wrap-items-info-services_services {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .item-info-services_services {
    padding: .8rem 1rem;
  }

  .frame-1000005944 {
    flex-flow: column;
  }

  .frame-1000001305.first {
    width: 100%;
  }

  .inner-hiro-temp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .frame-1000006148.first {
    width: 100%;
  }

  .div-block-32 {
    height: 50vh;
  }

  .div-block-34 {
    width: 150px;
    height: 150px;
  }

  .inner-container-amar {
    padding: 70px 0;
  }

  .frame-1000006149 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .frame-1000005961 {
    flex-flow: column;
  }

  .frame-1000005958 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

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

  .div-block-36 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-37 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
  }

  .frame-1000005978 {
    height: 330px;
    min-height: auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .frame-1000005977 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .vregbrtbrb {
    white-space: normal;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 3rem;
    font-size: 2.9rem;
  }

  .div-block-42 {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .frame-1000006020 {
    grid-template-columns: 1fr;
  }

  .frame-1000006016.dddd {
    min-height: 340px;
  }

  .heading-2 {
    font-size: var(--_font-size---text-size-h4);
  }

  .icon-social-footer {
    object-fit: cover;
    width: 1.3rem;
    height: auto;
  }

  .navbar-mobile {
    z-index: 999;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .3rem;
    display: flex;
    position: fixed;
    inset: auto 0% -.5%;
  }

  .div-block-46 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-47 {
    aspect-ratio: 1;
    background-color: var(--primary--500);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-top: -15%;
    padding: 1rem;
    display: flex;
  }

  .div-block-47.close {
    margin-top: 0%;
  }

  .icon-nav-mobile {
    height: 1.6rem;
  }

  .text-nav-mobile {
    text-align: center;
    font-size: 1rem;
  }

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

  .div-block-51 {
    z-index: 0;
    background-color: #0c1121;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    display: none;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, 100%);
  }

  .div-block-52 {
    z-index: 2;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: .5rem;
    display: flex;
    position: relative;
  }

  .image-10 {
    object-fit: cover;
  }

  .div-block-53 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-top: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .div-block-54 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .frame-1000006180 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .div-block-57 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-58 {
    border-right: 1px solid var(--river-bed--100);
    border-top-width: 0;
  }

  .div-block-58.is-2 {
    border-bottom-width: 0;
    border-left-width: 1px;
    border-left-color: var(--river-bed--100);
  }

  .div-block-58.is-2.border-bottom-mobile {
    border-bottom-width: 1px;
  }

  .div-block-58.border-left-none.border-left-visible-mobile {
    border-left-width: 1px;
  }

  .div-block-58.border-top-mobile {
    border-top-width: 1px;
  }

  .div-block-59, .div-block-61 {
    grid-template-columns: 1fr;
  }

  .div-block-63 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-align-center-mobile {
    text-align: center;
  }

  .section-404 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-70 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-72 {
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }

  #w-node-eef6a8ef-fb90-67ce-8596-bc99ca47bf58-ca47bf33 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Ray';
  src: url('../fonts/Ray-ExtraBold.ttf') format('truetype'), url('../fonts/Ray-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ray';
  src: url('../fonts/Ray-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ray';
  src: url('../fonts/Ray-Black.ttf') format('truetype'), url('../fonts/Ray-ExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ray';
  src: url('../fonts/Ray-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ray';
  src: url('../fonts/Ray.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}