:root {
  --black: #1e1e1e;
}

body {
  color: #1e1e1e;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  color: #1e1e1ecc;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

img {
  display: inline-block;
}

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

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

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

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

.form-submit {
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.navbar-wrapper, .div-block-403 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-78 {
  color: #1e1e1ecc;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.input-feild {
  background-color: #fff;
  border-top: 1px solid #1e1e1e33;
  border-radius: 10px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.input-feild::placeholder {
  color: #1e1e1e4d;
}

.form-grid-layout {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 500px 1fr;
  margin-bottom: 140px;
}

.form-right-block {
  background-color: #fff;
  border-top: 2px solid #ffff0080;
  border-radius: 20px;
  padding: 20px 40px;
}

.para {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.para.margin-bottom-80px {
  margin-bottom: 80px;
}

.para.max-wisdth-900 {
  max-width: 900px;
}

.para.max-wisdth-900.max-width-60 {
  margin-bottom: 60px;
}

.para.margin-bottom-30 {
  margin-bottom: 30px;
}

.section.bg-black.padding-140px.position-relativw, .section.bg-black.pos-relative {
  position: relative;
}

.section {
  padding: 60px 40px;
}

.section.bg-t {
  background-color: #d9d9d933;
  padding-top: 310px;
}

.section.bg-black.padding-140px.position-relativw, .section.bg-black.pos-relative {
  position: relative;
}

.section.ttt99 {
  background-color: #000;
  padding-bottom: 0;
}

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

.section.overflo-hidden {
  overflow: hidden;
}

.section.top-padding-94px {
  margin-top: 94px;
}

.section.bg-black {
  background-color: #000;
}

.section.bg-black.padding-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.bg-black.padding-140px.position-relativw, .section.bg-black.pos-relative {
  position: relative;
}

.section.form-bg {
  background-color: #edf0f2;
}

.section.form-bg.margin-top-94 {
  margin-top: 94px;
}

.input-label {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.navbar {
  z-index: 1;
  background-color: #fff;
  padding: 16px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 40px;
}

.h2 {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 64px;
}

.h2.text-color-white {
  color: #fff;
  font-weight: 500;
}

.h2.align-left {
  text-align: left;
  font-weight: 600;
}

.h2.align-left.desktop-hide {
  display: none;
}

.h2.align-left.text-color-white.msx-width-880 {
  max-width: 880px;
}

.h2.align-left.m-width-400 {
  max-width: 400px;
}

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

.button-primary {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  padding: 16px 36px;
  font-weight: 500;
  position: relative;
}

.button-primary.hide-for-desktop {
  display: none;
}

.nav-menu {
  display: flex;
}

.form-heading {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.navbar-link:hover {
  opacity: .6;
}

.navbar-link.w--current {
  opacity: .6;
  color: #000;
}

.footer-brand-2 {
  text-decoration: none;
}

.work-heading {
  color: #fffc;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}

.work-heading.max-width-580 {
  max-width: 580px;
  font-weight: 600;
}

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

.form-left-side {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-241 {
  outline-offset: 0px;
  border: 0 #000;
  outline: 3px #1e1e1e;
  margin-bottom: 16px;
}

.text-block-83 {
  margin-bottom: 8px;
  font-weight: 500;
}

.text-block-83-copy {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.social-media-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
}

.social-media-link {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.social-media-main-block {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-media-layout {
  margin-bottom: 60px;
}

.div-block-421 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-22 {
  color: #fffc;
}

.grid-70 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 384px auto auto 275px;
  margin-bottom: 100px;
}

.footer-header {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-link {
  color: #fffc;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .6;
}

.footer-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copy-right-text {
  color: #fffc;
  font-size: 14px;
  line-height: 16px;
}

.footer-laddress {
  color: #fffc;
  line-height: 30px;
  text-decoration: none;
}

.para-white {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.para-white.margin-bottom-30 {
  margin-bottom: 30px;
}

.para-white.text-align-center {
  text-align: center;
}

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

.max-width-950 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
}

.section-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.star-icon {
  position: absolute;
  top: 25vh;
  right: 0;
}

.service-image {
  width: 100%;
  height: 100%;
}

.services-grid-layout {
  grid-column-gap: 70px;
  grid-row-gap: 120px;
}

.service-card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-tag {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.service-card-points {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.p {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.max-width-780 {
  max-width: 780px;
}

.max-width-780.margin-bottom-120 {
  margin-bottom: 120px;
}

.expertise-heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.expertise-para {
  color: #fffc;
  max-width: 720px;
  font-size: 22px;
  line-height: 36px;
}

.expertise-grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 230px 1fr;
}

.hide-code {
  display: none;
}

.select-parent {
  position: relative;
}

.form-section {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-inner-block {
  z-index: 100000000;
  background-color: #fff;
  border-radius: 20px;
  width: 650px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  background-color: #ff0;
  border-radius: 40px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-flex;
}

.pop-up-form-heading {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.close-btn {
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.text-block-87 {
  font-size: 32px;
  line-height: 30px;
}

.serives-heading {
  text-align: left;
  margin-bottom: 60px;
  font-size: 80px;
  line-height: 90px;
}

.div-block-431 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-block {
  margin-bottom: 0;
}

.pop-up-input {
  background-color: #fff;
  border-top: 1px solid #1e1e1e33;
  border-radius: 10px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.pop-up-input::placeholder {
  color: #1e1e1e4d;
}

.mbl-exta-nav {
  display: none;
}

@media screen and (min-width: 1440px) {
  .text-block-78 {
    font-weight: 300;
  }

  .faq-que {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    justify-content: center;
    align-items: center;
  }

  .footer-brand-2 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 64px;
    line-height: 74px;
  }

  .hero-first-image-block {
    width: 100px;
    height: 150px;
  }

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

  .video-main-wrapper {
    width: 100%;
    height: 100%;
  }

  .hero-second-image-block {
    width: 100px;
    height: 150px;
  }

  .background-video {
    height: 500px;
  }

  .hero-first-image {
    width: 100px;
    height: 150px;
  }

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

  .form-grid-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .grid-5 {
    grid-template-columns: 520px;
  }

  .headings-block {
    display: none;
  }

  .faq {
    padding: 20px;
  }

  .her-wrapper {
    width: auto;
  }

  .solution-card {
    flex-flow: column;
  }

  .solution-card:hover {
    max-height: 100%;
  }

  .hero-third-image {
    width: 100px;
    height: 150px;
  }

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

  .section.bg-t {
    padding-top: 40px;
  }

  .section.padding-top-0, .section.bg-t {
    padding-top: 40px;
  }

  .section.bg-black.padding-140px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.ttt99 {
    padding-bottom: 40px;
  }

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

  .navbar {
    z-index: 1000;
  }

  .hero-second-image {
    width: 100px;
    height: 150px;
  }

  .gradient-h2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .h2.align-left.m-width-400 {
    max-width: none;
  }

  .h2.align-left.text-color-white.msx-width-880.margin-bottom-140 {
    margin-bottom: 60px;
  }

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

  .h1-right-side {
    font-size: 60px;
    line-height: 74px;
  }

  .section-video {
    background-color: #000;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary.hide-for-mobile {
    display: none;
  }

  .scroll-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    width: auto;
  }

  .content-text {
    margin-right: 20px;
  }

  .hero-section {
    padding-top: 0;
  }

  .scroll-div1 {
    grid-column-gap: 30px;
  }

  .solution-image {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .hero-third-image-block {
    width: 100px;
    height: 150px;
  }

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

  .nav-menu {
    background-color: #000;
    height: 90vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-link {
    color: #fff;
    padding-left: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .deong-heading {
    height: auto;
    margin-bottom: 40px;
  }

  .grid-69 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 649px;
  }

  .social-media-main-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .social-media-layout {
    margin-bottom: 0;
  }

  .grid-70 {
    grid-template-columns: auto 275px;
  }

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

  .scroll-div2 {
    grid-column-gap: 30px;
  }

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

  .link-icon {
    opacity: 1;
  }

  .section-bg-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .grid-67-copy-copy {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .hide-gor-mobile {
    display: none;
  }

  .deong-heading-mbl {
    height: auto;
    margin-bottom: 40px;
    display: block;
  }

  .section-hero {
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .star-icon {
    display: none;
  }

  .services-grid-layout {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-card, .max-width-780.margin-bottom-120, .max-width-780.margin-bottom-120 {
    margin-bottom: 40px;
  }

  .expertise-grid-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-74 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .div-block-428 {
    padding-top: 0;
  }

  .margin-bottom-140 {
    margin-bottom: 40px;
  }

  .conatct-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .font-weight-300.text-color-white.margin-bottom-40 {
    margin-bottom: 20px;
  }

  .dd {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 42px;
  }

  .ee {
    font-size: 30px;
    line-height: 42px;
  }

  .image-244 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: static;
  }

  .work-image {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 64px;
    line-height: 80px;
  }

  .drag-images-button {
    color: #2e2f3b;
    background-color: #efeeec;
    border-radius: .5em;
    padding: .5em 1em .5em .75em;
  }

  .cursor-fixed {
    display: none;
  }

  .bg-video-block {
    width: 100%;
    height: 100%;
  }

  .content-main-block {
    margin-left: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .solution-card-double {
    flex-flow: column;
  }

  .solution-card-double:hover {
    max-height: 100%;
  }

  .about-logoes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .div-block-407-copy {
    margin-bottom: 0;
  }

  .work-big-image {
    width: 100%;
  }

  .div-block-431 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-432 {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mbl-exta-nav {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-flow: column;
    display: flex;
  }

  .text-block-89 {
    color: #fff;
    font-size: 20px;
  }

  .nav-link {
    color: #fff;
    text-underline-position: under;
    font-size: 30px;
    line-height: 42px;
    -webkit-text-decoration: underline #ffffff80;
    text-decoration: underline #ffffff80;
  }

  .nav-link:hover {
    opacity: .6;
  }

  .div-block-433 {
    text-align: left;
  }

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

  .icon {
    color: #000;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    text-align: center;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-first-image-block {
    height: 120px;
    left: 5%;
  }

  .tabs-menu-10 {
    flex-flow: wrap;
  }

  .grid-67-copy {
    margin-bottom: 60px;
  }

  .video-main-wrapper {
    position: static;
  }

  .hero-second-image-block {
    height: 120px;
    right: 5%;
  }

  .background-video {
    height: 300px;
  }

  .hero-first-image {
    height: 120px;
  }

  .faq-question-wrapper {
    padding: 10px;
  }

  .content-header {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 48px;
  }

  .brand.w--current {
    width: 200px;
  }

  .faq-question {
    padding-left: 0;
  }

  .t-link {
    width: 50%;
  }

  .faq {
    padding: 16px;
  }

  .tab-content {
    height: auto;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-card {
    flex-flow: column;
    max-height: 75px;
  }

  .hero-third-image {
    height: 120px;
  }

  .faq-que {
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding: 40px 20px;
  }

  .solution-question {
    padding: 10px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-second-image {
    height: 120px;
  }

  .gradient-h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2, .h2.align-left, .h2.align-left {
    font-size: 40px;
    line-height: 52px;
  }

  .author-para {
    font-size: 20px;
  }

  .h1-right-side {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .section-video {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
  }

  .content-text {
    margin-right: 10px;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-div1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .solution-image {
    width: 100%;
    height: 100%;
  }

  .logoes-heading {
    margin-bottom: 60px;
  }

  .hero-third-image-block {
    height: 120px;
    right: 10%;
  }

  .grid-67 {
    margin-bottom: 40px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-link {
    padding-left: 0;
  }

  .faq-box {
    padding: 20px 16px;
  }

  .text-block-79 {
    font-size: 40px;
    line-height: 52px;
  }

  .i-image {
    height: 40px;
  }

  .heading-gradient {
    font-size: 40px;
    line-height: 48px;
  }

  .link.w--current {
    width: 100%;
  }

  .gradinet-below-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .deong-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .grid-69 {
    grid-template-columns: auto;
  }

  .work-heading {
    font-size: 40px;
    line-height: 52px;
  }

  .social-media-main-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

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

  .grid-70 {
    grid-column-gap: 37px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .about-heading {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 60px;
  }

  .h1-new {
    font-size: 48px;
    line-height: 60px;
  }

  .footer-block {
    width: 100%;
  }

  .scroll-div2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
  }

  .section-bg-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .work-header-grid {
    margin-bottom: 40px;
  }

  .deong-heading-mbl {
    font-size: 36px;
    line-height: 48px;
    display: block;
  }

  .section-hero {
    padding-bottom: 40px;
  }

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

  .expertise-grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-73 {
    grid-template-columns: auto;
  }

  .work-image {
    object-fit: cover;
    height: 500px;
    margin-bottom: 20px;
  }

  .draggable-card {
    width: 14em;
    height: 15em;
  }

  .nav-image {
    width: 100%;
    height: 100%;
  }

  .solution-card-double {
    flex-flow: column;
    max-height: 75px;
  }

  .about-logoes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
  }

  .about-logoes-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .serives-heading {
    font-size: 60px;
    line-height: 72px;
  }

  .servies-image-block {
    height: 500px;
  }

  .div-block-407-copy {
    height: 400px;
  }

  .image-hide-copy-copy {
    width: 100%;
    height: 100%;
  }

  .div-block-430 {
    height: 400px;
  }

  .work-big-image {
    object-fit: cover;
    height: 500px;
    margin-bottom: 20px;
  }

  .div-block-431 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-first-image-block {
    display: none;
    bottom: 45%;
  }

  .card-block {
    width: 100%;
  }

  .hero-second-image-block {
    height: 100px;
    display: none;
    top: 12%;
  }

  .background-video {
    height: 300px;
  }

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

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .hero-first-image {
    height: 100px;
  }

  .content-header {
    margin-bottom: 10px;
  }

  .brand {
    width: 180px;
  }

  .brand.w--current {
    text-align: left;
    width: 180px;
    padding-left: 0;
  }

  .t-link {
    padding: 10px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-template-columns: auto;
  }

  .form-right-block {
    padding: 20px;
  }

  .faq {
    padding: 16px;
  }

  .tab-content, .faq-ans {
    padding-left: 10px;
    padding-right: 10px;
  }

  .solution-card {
    max-height: 60px;
  }

  .hero-third-image {
    height: 100px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logoes-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .hero-second-image {
    height: 110px;
  }

  .tags-block {
    flex-flow: wrap;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .scroll-items {
    flex-direction: row;
    display: flex;
  }

  .scroll-div1 {
    grid-column-gap: 20px;
  }

  .hero-third-image-block {
    height: 100px;
    display: none;
    bottom: 13%;
  }

  .nav-menu {
    height: 100vh;
  }

  .social-media-link {
    font-size: 20px;
    line-height: 30px;
  }

  .social-media-main-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-heading {
    font-size: 40px;
    line-height: 52px;
  }

  .h1-new {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
  }

  .comntainer-cop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .scroll-div2 {
    grid-column-gap: 20px;
  }

  .margin-bottom-20px {
    width: 100%;
  }

  .grid-72 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-hero {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dd, .ee {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .work-image {
    height: 400px;
  }

  .section-coming-soon {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .common-socail-lnks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-t {
    width: 40px;
    height: 40px;
  }

  .comming-logo {
    width: 60px;
  }

  .form-inner-block {
    width: 100%;
  }

  .card-image {
    height: 480px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-image {
    overflow: hidden;
  }

  .solution-card-double {
    max-height: 106px;
  }

  .about-logoes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .about-logoes-wrapper {
    grid-column-gap: 20px;
  }

  .serives-heading {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
  }

  .servies-image-block {
    height: 400px;
  }

  .div-block-407-copy, .div-block-430 {
    height: 300px;
  }

  .tesi-lofo {
    object-fit: contain;
  }

  .small-image {
    height: 280px;
  }

  .big-image {
    height: 350px;
  }

  .work-big-image {
    height: 400px;
  }

  .text-block-88 {
    font-size: 26px;
  }

  .div-block-432 {
    margin-bottom: 40px;
  }

  .mbl-exta-nav {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

#w-node-a21b34a0-eabe-1356-d4a5-f52d78ae3fe8-0598ffce {
  align-self: center;
}

#w-node-dc6f7a14-2c52-9cd7-b27b-f0849feace60-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12e72a5f-9cca-8c7d-57ab-46fd02d5e3b7-0598ffce {
  align-self: center;
}

#w-node-_5ba16c6c-324c-a132-9e5b-21ca74c8ec66-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f45598bc-8391-5893-893a-ce17db1d307f-0598ffce {
  align-self: center;
}

#w-node-_08c91f4e-de91-d265-d87e-23c45d046ca4-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_781845c5-a734-b274-dc70-d6ad9398da28-0598ffce {
  align-self: center;
}

#w-node-_5ac57720-1c71-1fc7-952c-fa1248a47137-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a8d245d-cbc2-b5e6-920c-222a82c0124a-0598ffce {
  align-self: center;
}

#w-node-_4c46a3e3-25c2-3732-8d32-b48ce77fd5dd-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_727a37ca-2dd3-17e7-b94f-87677a625861-0598ffce {
  align-self: center;
}

#w-node-_27c1e631-551d-7711-74a0-852c107c3509-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13081acb-8c75-f826-da6b-1dcd9f938bee-0598ffce {
  align-self: center;
}

#w-node-_375ccb17-75e4-3111-ca61-95576feed822-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1a461a4-7546-537f-d50b-00e3d57bf2da-0598ffce {
  align-self: center;
}

#w-node-_4b12af13-3798-f494-9638-98d0b1281e9d-0598ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04e8e235-7218-711a-063c-5037bd7581ce-0598ffce {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a66d60f1-475c-8068-bde9-467817727014-0598ffce {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_92cc127a-7a62-deef-ded8-040a00aa28c5-0598ffce {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_500ae8f3-f2b0-c719-765f-d042db50cb0c-0598ffce {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ddfe614b-9d55-02ff-5ab2-934492822e73-0598ffce {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_7814690d-8e6c-f979-4e03-cc880196126c-0598ffce {
    grid-area: 11 / 1 / 12 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a21b34a0-eabe-1356-d4a5-f52d78ae3fe8-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_9ff31cd9-3c8d-5e13-e707-86279ef8afc8-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc6f7a14-2c52-9cd7-b27b-f0849feace60-0598ffce {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_12e72a5f-9cca-8c7d-57ab-46fd02d5e3b7-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-cc7caeb0-d860-fee5-d76a-f959c0886f86-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ba16c6c-324c-a132-9e5b-21ca74c8ec66-0598ffce {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f45598bc-8391-5893-893a-ce17db1d307f-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-d86b88eb-e8a2-8cdf-8a64-a700c3883e3e-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08c91f4e-de91-d265-d87e-23c45d046ca4-0598ffce {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_781845c5-a734-b274-dc70-d6ad9398da28-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_39e321d6-8ff1-ba37-956f-151a7eff2736-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ac57720-1c71-1fc7-952c-fa1248a47137-0598ffce {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_113839f5-2399-b213-558d-91db6479397a-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c46a3e3-25c2-3732-8d32-b48ce77fd5dd-0598ffce {
    grid-area: 15 / 1 / 16 / 3;
  }

  #w-node-_727a37ca-2dd3-17e7-b94f-87677a625861-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-f4bbaf20-3661-6943-318a-0ce880faa7e7-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27c1e631-551d-7711-74a0-852c107c3509-0598ffce {
    grid-area: 18 / 1 / 19 / 3;
  }

  #w-node-_13081acb-8c75-f826-da6b-1dcd9f938bee-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-cf32b12b-27ad-a02e-7cac-cff6ea4dc799-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_375ccb17-75e4-3111-ca61-95576feed822-0598ffce {
    grid-area: 21 / 1 / 22 / 3;
  }

  #w-node-a1a461a4-7546-537f-d50b-00e3d57bf2da-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_700af8ab-0182-2000-ea71-3a1da814d7b5-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b12af13-3798-f494-9638-98d0b1281e9d-0598ffce {
    grid-area: 24 / 1 / 25 / 3;
  }

  #w-node-_04e8e235-7218-711a-063c-5037bd7581ce-0598ffce {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_7a36fa3c-a23e-f9a5-02f7-5d3fb46769a2-0598ffce, #w-node-_419ff437-a975-f088-4d11-1ca2d313237e-d313237b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_419ff437-a975-f088-4d11-1ca2d3132389-d313237b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_419ff437-a975-f088-4d11-1ca2d31323a5-d313237b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
