:root {
  --_colors---button--transparent: transparent;
  --_typography---font-family--body-font-family: Inter, sans-serif;
  --_colors---button--body-font-color: #626262;
  --_typography---body-font--large-font-size: 1rem;
  --_typography---body-font--large-line-height: 1.625rem;
  --_typography---font-wight--normal: 400;
  --_typography---font-family--heading-font-family: Satoshi, Arial, sans-serif;
  --_colors---button--primary: #0b0f1a;
  --_typography---h2--h2-font-size-large: 3.625rem;
  --_typography---h2--h2-line-height-large: 4.25rem;
  --_typography---font-wight--medium: 500;
  --_typography---h2--h2-font-size-medium: 2.75rem;
  --_typography---h2--h2-line-height-medium: 3.375rem;
  --_typography---h3--h3-font-size: 2.25rem;
  --_typography---h3--h3-line-height: 2.875rem;
  --_typography---h4--h4-font-size: 1.75rem;
  --_typography---h4--h4-line-height: 2.375rem;
  --_typography---h5--h5-font-size: 1.375rem;
  --_typography---h5--h5-line-height: 2rem;
  --_typography---h6--h6-font-size: 1.125rem;
  --_typography---h6--h6-line-height: 1.75rem;
  --_spacing---button--section-padding: 100px;
  --_colors---button--border-dark: #0b0f1a1a;
  --_colors---button--white: white;
  --_layout-width---conatiner--container-fluid: 100%;
  --_colors---button--grey: #eff2fa;
  --_colors---button--blur: 40px;
  --border-radius--small: 20px;
  --_colors---button--black-opacity-1: #0000001a;
  --_typography---body-font--medium-font-size: .9375rem;
  --_typography---body-font--medium-line-height: 1.5625rem;
  --_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>: #1e222a;
  --_typography---h1--h1-font-size: 9.375rem;
  --_typography---h1--h1-line-height: 10rem;
  --_typography---font-wight--extra-bold: 900;
  --_layout-width---conatiner--conatiner: 1330px;
  --_colors---button--black-opacity: #0000000f;
  --border-radius--large: 130px;
  --_typography---small-font-size--font-size: 5rem;
  --_typography---small-font-size--line-height: 5.625rem;
  --_typography---font-wight--light: 300;
  --_typography---body-font--small-font-size: .875rem;
  --_typography---body-font--small-line-height: 1.5rem;
  --border-radius--extra-large: 100%;
  --_colors---button--white-light: #828282;
  --_colors---button--body-font-opacity: #9c9b9b;
  --border-radius--regular: 30px;
  --_colors---button--black: black;
  --_typography---button--small-button-font-size: .875rem;
  --_typography---button--small-button-line-height: 1.5rem;
  --_colors---button--border-light: #f5f7fb33;
  --_colors---button--blur-2: 15px;
  --_typography---extra-small-font-size--font-size: 3.75rem;
  --_typography---extra-small-font-size--line-height: 4.375rem;
  --_colors---button--backgorund-color-dark: #0b0f1a99;
  --_typography---font-wight--semibold: 600;
  --_colors---button--dark: #0f1989;
  --_typography---font-wight--bold: 700;
  --z-index--z-index: 1;
  --_typography---medium-font-size--font-size: 6.25rem;
  --_typography---medium-font-size--line-height: 6.875rem;
  --_colors---button--white-opacity-1: #ffffff14;
  --border-radius--medium: 50px;
  --border-radius--primary-button: 0px;
  --_typography---button--regular-button-font-size: 1rem;
  --_typography---button--regular-button-line-height: 1.625rem;
  --_colors---button--white-opacity: #717070;
}

body {
  background-color: var(--_colors---button--transparent);
  font-family: var(--_typography---font-family--body-font-family);
  color: var(--_colors---button--body-font-color);
  font-size: var(--_typography---body-font--large-font-size);
  line-height: var(--_typography---body-font--large-line-height);
  font-weight: var(--_typography---font-wight--normal);
}

h1 {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h2--h2-font-size-large);
  line-height: var(--_typography---h2--h2-line-height-large);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h2--h2-font-size-medium);
  line-height: var(--_typography---h2--h2-line-height-medium);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h3--h3-font-size);
  line-height: var(--_typography---h3--h3-line-height);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h4--h4-font-size);
  line-height: var(--_typography---h4--h4-line-height);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h5--h5-font-size);
  line-height: var(--_typography---h5--h5-line-height);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h6--h6-font-size);
  line-height: var(--_typography---h6--h6-line-height);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_colors---button--body-font-color);
  text-decoration: none;
  display: inline-flex;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}

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

.page {
  position: relative;
  overflow: hidden;
}

.header {
  border-bottom: 1px solid var(--_colors---button--border-dark);
  background-color: var(--_colors---button--white);
  height: 100%;
  position: relative;
}

.navbar {
  background-color: var(--_colors---button--white);
  padding-top: 15px;
  padding-bottom: 10px;
}

.container-fluid {
  max-width: var(--_layout-width---conatiner--container-fluid);
  padding-left: 15px;
  padding-right: 15px;
}

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

.site-navigation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-brand {
  padding-left: 0;
}

.nav-menu {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.nav-link {
  color: var(--_colors---button--primary);
  font-weight: var(--_typography---font-wight--medium);
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 15px;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  border-radius: var(--border-radius--small);
  background-color: var(--_colors---button--primary);
  color: var(--_colors---button--white);
}

.nav-dropdown {
  z-index: 3;
}

.nav-dropdown-list {
  background-color: var(--_colors---button--transparent);
}

.nav-dropdown-list.active {
  display: none;
}

.nav-dropdown-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--_colors---button--border-dark);
  background-color: var(--_colors---button--primary);
  width: 100%;
  box-shadow: 0 0 var(--_colors---button--blur) 0 var(--_colors---button--black-opacity-1);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 30px 40px;
  display: grid;
}

.nav-droupdown-item-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.nav-dropdown-item {
  flex: none;
  display: inline-flex;
}

.nav-dropdown-item.item-1 {
  width: 111%;
}

.nav-dropdown-item-link {
  color: var(--_colors---button--white);
  font-size: var(--_typography---body-font--medium-font-size);
  line-height: var(--_typography---body-font--medium-line-height);
  flex: none;
  padding: 0;
}

.nav-dropdown-item-link:where(.w-variant-e9bc0a01-0bdb-590c-c0f2-e5d3da6e9db7) {
  color: var(--_colors---button--white);
}

.nav-dropdown-item-link.w--current {
  color: var(--_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>);
  text-decoration: underline;
}

.nav-toggle {
  padding: 0;
}

.section-padding {
  padding-top: var(--_spacing---button--section-padding);
  padding-bottom: var(--_spacing---button--section-padding);
}

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

.container {
  max-width: var(--_layout-width---conatiner--conatiner);
  padding-left: 15px;
  padding-right: 15px;
}

.line-wrapper {
  z-index: 0;
  justify-content: space-between;
  max-width: 73vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.site-line {
  background-color: var(--_colors---button--black-opacity);
  width: 1px;
  height: 100%;
}

.section-title-big {
  text-transform: uppercase;
}

.section-title-big.title-2 {
  text-transform: none;
}

.dispaly-none {
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.btn-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--_colors---button--primary);
  border-radius: var(--border-radius--regular);
  background-color: var(--_colors---button--primary);
  justify-content: space-between;
  width: auto;
  padding: 10px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-block:where(.w-variant-c16ab92e-c679-49cd-66cb-cbfac6367582) {
  padding: 12px 25px;
}

.btn-block:where(.w-variant-92e86ac4-272d-975d-c265-0c974f2d13ca) {
  padding: 8px 15px;
}

.btn-block:where(.w-variant-ecdc4af0-5179-5b9b-5be4-c4e5be7d1d4f), .btn-block:where(.w-variant-2a0a51d0-3d10-97bd-d18e-55a1c86695b8) {
  padding: 12px 25px;
}

.btn-block:where(.w-variant-048928ae-df78-371b-073a-e987a08a6145) {
  padding: 8px 15px;
}

.btn-block.primary-button {
  border-width: 1px;
  border-color: var(--_colors---button--transparent);
  border-radius: var(--border-radius--regular);
  font-weight: var(--_typography---font-wight--medium);
  transition: all .3s;
  display: inline-flex;
  overflow: hidden;
}

.btn-block.primary-button:where(.w-variant-54e8b2bd-8fa5-2c67-2a69-0d0aa0a4845f) {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.btn-block.primary-button:where(.w-variant-a51c51dc-05b1-2e57-bc89-2faae56b6d85) {
  background-color: var(--_colors---button--white);
}

.btn-block.submit-btn-2 {
  background-color: var(--_colors---button--primary);
  width: auto;
  color: var(--_colors---button--white);
  font-weight: var(--_typography---font-wight--medium);
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 8px 20px;
  transition: all .5s;
}

.btn-block.submit-btn-2:hover {
  background-color: var(--_colors---button--transparent);
  color: var(--_colors---button--black);
  border: 1px solid #000;
}

.btn-block.dark-border {
  background-color: var(--_colors---button--transparent);
}

.btn-block.dark-border:where(.w-variant-93803774-7e30-7442-043c-5b4e2a9fdb34) {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.btn-block.dark-border:where(.w-variant-ecdc4af0-5179-5b9b-5be4-c4e5be7d1d4f) {
  padding-left: 25px;
  padding-right: 25px;
}

.btn-block.dark-border:where(.w-variant-5e95da1f-b1aa-d955-e9c5-79cfa769b2c8) {
  padding: 8px 15px;
}

.btn-block.white-button {
  border-color: var(--_colors---button--white);
  background-color: var(--_colors---button--white);
  justify-content: flex-start;
}

.btn-block.submit-btn {
  background-color: var(--_colors---button--white);
  background-image: url("https://cdn.prod.website-files.com/6986d8b96d6f97df75bf69fa/69a51e604815b1219aa08167_arrow-left-dark-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s;
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.btn-block.submit-btn:hover {
  border: 1px solid var(--_colors---button--body-font-opacity);
  background-color: var(--_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>);
  background-image: url("https://cdn.prod.website-files.com/6986d8b96d6f97df75bf69fa/698db205c3aecbf3136cc3e1_arrow-left-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.btn-block.white-border {
  border-color: var(--_colors---button--white);
  background-color: var(--_colors---button--transparent);
}

.btn-icon-block {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7px;
  display: flex;
  position: relative;
}

.btn-icon-block:where(.w-variant-c16ab92e-c679-49cd-66cb-cbfac6367582), .btn-icon-block:where(.w-variant-ecdc4af0-5179-5b9b-5be4-c4e5be7d1d4f), .btn-icon-block:where(.w-variant-2a0a51d0-3d10-97bd-d18e-55a1c86695b8) {
  width: 30px;
}

.btn-text {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--_colors---button--white);
  font-size: var(--_typography---button--small-button-font-size);
  line-height: var(--_typography---button--small-button-line-height);
  font-weight: var(--_typography---font-wight--medium);
  text-transform: uppercase;
  justify-content: space-between;
}

.btn-text:where(.w-variant-92e86ac4-272d-975d-c265-0c974f2d13ca), .btn-text:where(.w-variant-048928ae-df78-371b-073a-e987a08a6145), .btn-text:where(.w-variant-5e95da1f-b1aa-d955-e9c5-79cfa769b2c8) {
  font-size: var(--_typography---button--small-button-font-size);
  line-height: var(--_typography---button--small-button-line-height);
  font-weight: var(--_typography---font-wight--normal);
}

.btn-text:where(.w-variant-a51c51dc-05b1-2e57-bc89-2faae56b6d85), .btn-text.dark {
  color: var(--_colors---button--primary);
}

.btn-text.dark:where(.w-variant-5e95da1f-b1aa-d955-e9c5-79cfa769b2c8) {
  font-size: var(--_typography---button--small-button-font-size);
  line-height: var(--_typography---button--small-button-line-height);
  font-weight: var(--_typography---font-wight--normal);
}

.btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.btn-icon.dark {
  transform: rotate(-180deg);
}

.btn-text-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-text-block:where(.w-variant-54e8b2bd-8fa5-2c67-2a69-0d0aa0a4845f) {
  width: auto;
}

.btn-text-block:where(.w-variant-5e95da1f-b1aa-d955-e9c5-79cfa769b2c8) {
  justify-content: center;
  align-items: center;
}

.btn-text-block.dark-border {
  border-color: var(--_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>);
  background-color: var(--_colors---button--transparent);
}

.btn-text-block.dark-border:where(.w-variant-93803774-7e30-7442-043c-5b4e2a9fdb34) {
  flex: 0 auto;
  width: auto;
}

.btn-text-block.white-border {
  border-color: var(--_colors---button--white);
  background-color: var(--_colors---button--transparent);
}

.footer {
  overflow: hidden;
}

.frist-footer-block {
  background-color: var(--_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>);
  padding-top: 85px;
  padding-bottom: 85px;
  display: none;
  position: relative;
}

.footer-icon {
  width: 700px;
}

.footer-icon-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.first-footer-contant-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-heading-block {
  margin-left: -5px;
}

.footer-heading {
  color: var(--_colors---button--white);
  font-size: var(--_typography---small-font-size--font-size);
  line-height: var(--_typography---small-font-size--line-height);
  text-transform: uppercase;
}

.frist-footer-desc-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.frist-footer-desc {
  width: 85%;
  color: var(--_colors---button--body-font-opacity);
  text-align: right;
}

.footer-btn-block {
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: 30px;
  margin-right: -47px;
  display: inline-flex;
}

.footer-wrap {
  background-color: var(--_colors---button--primary);
  position: relative;
}

.footer-bg {
  background-color: var(--_colors---button--primary);
  position: absolute;
  inset: 0%;
}

.section-footer-block {
  border-bottom: 1px solid var(--_colors---button--border-light);
  padding-top: 80px;
  padding-bottom: 58px;
  position: relative;
}

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

.footer-widget {
  display: inline-flex;
}

.footer-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-list.list-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.footer-list-item {
  display: inline-flex;
}

.footer-nav-link {
  color: var(--_colors---button--body-font-opacity);
}

.footer-contact-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-contact-link-block.block-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-address-text {
  width: 93%;
  color: var(--_colors---button--body-font-opacity);
  text-transform: capitalize;
}

.footer-nav-link-2 {
  color: var(--_colors---button--white);
  font-size: var(--_typography---h6--h6-font-size);
  line-height: var(--_typography---h6--h6-line-height);
  font-weight: var(--_typography---font-wight--medium);
}

.second-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
}

.footer-form-title {
  color: var(--_colors---button--white);
  font-size: var(--_typography---h5--h5-font-size);
  line-height: var(--_typography---h5--h5-line-height);
  font-weight: var(--_typography---font-wight--medium);
}

.footer-form-desc {
  color: var(--_colors---button--body-font-opacity);
  margin-top: 10px;
}

.footer-brad-content-block {
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.copyright-text {
  color: var(--_colors---button--body-font-opacity);
  font-size: var(--_typography---body-font--small-font-size);
  line-height: var(--_typography---body-font--small-line-height);
}

.footer-form-box {
  margin-top: 40px;
}

.footer-form-box.box-1 {
  margin-top: 30px;
}

.subscribe-form-box {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.subscribe-form {
  position: relative;
}

.text-field {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---button--border-light);
  background-color: var(--_colors---button--transparent);
  color: var(--_colors---button--white);
  margin-bottom: 0;
  padding: 14px 80px 14px 0;
}

.text-field:focus {
  border-bottom-color: var(--_colors---button--border-light);
}

.email-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.email-icon {
  width: auto;
  height: auto;
}

.email-text {
  color: var(--_colors---button--white);
  text-decoration: underline;
}

.email-text:hover {
  text-decoration: none;
}

.bottom-footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.footer-social-list {
  height: 40px;
}

.footer-social-list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.footer-social-link-block {
  width: 40px;
  height: 40px;
  position: relative;
}

.footer-social-link-block.block-1 {
  border-radius: var(--border-radius--small);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: all .5s;
  overflow: hidden;
}

.footer-social-link-block.block-1:hover {
  transform: translate(0, -10px);
}

.footer-social-block {
  background-color: var(--_colors---button--white);
  opacity: .08;
  width: 40px;
  height: 40px;
  padding: 5px 10px;
  position: absolute;
  inset: 0%;
}

.footer-social-icon {
  border-radius: var(--border-radius--extra-large);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-banner-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.about-content-block {
  max-width: var(--_layout-width---conatiner--conatiner);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-banner-title-block {
  width: 100%;
  margin-top: -10px;
}

.about-pre-title-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}

.about-banner-pre-title {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h5--h5-font-size);
  line-height: var(--_typography---h5--h5-line-height);
  font-weight: var(--_typography---font-wight--medium);
  align-self: flex-start;
  display: inline-block;
}

.about-banner-block {
  align-self: flex-end;
  margin-top: 10px;
}

.about-banner-image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 5fr 2.5fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  overflow: hidden;
}

.about-banner-single-image {
  object-fit: cover;
  width: 100%;
}

.about-banner-single-image.block-4 {
  height: auto;
}

.about-banner-single-image.block-1, .about-banner-single-image.block-3, .about-banner-single-image.block-4 {
  height: auto;
}

.about-banner-single-image.block-2 {
  height: 520px;
}

.about-banner-single-image.block-1, .about-banner-single-image.block-3 {
  height: auto;
}

.counter-conatin-wrap {
  max-width: var(--_layout-width---conatiner--conatiner);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter-contant-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.counter-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: inline-flex;
}

.counter-title-block {
  display: flex;
}

.counter-title {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h2--h2-font-size-large);
  line-height: var(--_typography---h2--h2-line-height-large);
  font-weight: var(--_typography---font-wight--medium);
}

.counter-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.counter-icon {
  width: auto;
  height: auto;
}

.counter-text {
  width: 100%;
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---h6--h6-font-size);
  line-height: var(--_typography---h6--h6-line-height);
  font-weight: var(--_typography---font-wight--medium);
  margin-top: 5px;
}

.counter-text.text-2 {
  width: auto;
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h3--h3-font-size);
  line-height: var(--_typography---h3--h3-line-height);
}

.about-2-section {
  background-color: var(--_colors---button--grey);
}

.about-2-section-inner {
  position: relative;
}

.about-2-section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  overflow: hidden;
}

.about-banner-inner {
  height: 200vh;
  position: relative;
}

.about-2-single-image-group {
  position: relative;
}

.about-2-single-image-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-2-single-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-2-section-contant {
  flex-flow: column;
  display: flex;
}

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

.section-heading.heading-1 {
  font-size: var(--_typography---extra-small-font-size--font-size);
  line-height: var(--_typography---extra-small-font-size--line-height);
  text-transform: none;
}

.about-2-info-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  margin-top: 30px;
  display: flex;
}

.about-info-value {
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h6--h6-font-size);
  line-height: var(--_typography---h6--h6-line-height);
  margin-bottom: 5px;
  display: inline-flex;
}

.step-2-section-inner {
  height: 200vh;
  position: relative;
}

.step-2-section-sticky {
  position: sticky;
  top: 260px;
  overflow: hidden;
}

.step-2-grid-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  transform: translate(100px);
}

.step-2-contein-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  width: 33.33%;
  display: inline-flex;
}

.step-2-contein-block.even {
  margin-top: 25px;
}

.step-2-contein-block.odd {
  margin-bottom: 25px;
}

.step-2-top-content {
  display: inline;
}

.step-2-desc-block {
  margin-top: 30px;
}

.step-2-image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  height: 240px;
  transform: rotate(-3deg);
}

.step-2-image-block.block-1 {
  margin-left: 10px;
}

.step-2-image-block.even {
  transform: rotate(3deg);
}

.step-2-number {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h5--h5-font-size);
  line-height: var(--_typography---h5--h5-line-height);
  font-weight: var(--_typography---font-wight--medium);
}

.step-2-title {
  font-weight: var(--_typography---font-wight--medium);
}

.step-2-desc {
  margin-left: 30px;
}

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

.mrquee-section {
  position: relative;
}

.marquee-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--_colors---button--primary);
  padding-top: 40px;
  padding-bottom: 38px;
  display: flex;
  overflow: hidden;
}

.marquee-block, .marquee-block-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  display: flex;
}

.marquee-text {
  color: var(--_colors---button--white);
  text-transform: uppercase;
}

.marquee-icon {
  width: auto;
  height: auto;
}

.team-section {
  background-color: var(--_colors---button--grey);
}

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

.team-section-inner {
  overflow: hidden;
}

.team-slider-wrap {
  margin-top: 50px;
  padding-bottom: 0;
}

.team-slider {
  background-color: var(--_colors---button--transparent);
  width: 100%;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.team-mask {
  perspective: 1500px;
  width: 33.33%;
  height: auto;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  transform: rotateX(.01deg)rotateY(0)rotateZ(0);
}

.team-slide {
  perspective: 1500px;
  perspective-origin: 50%;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  transform: translate(0);
}

.team-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-content-block.block-1 {
  display: none;
}

.team-image-block {
  width: 380px;
  height: 100%;
}

.team-image-block.block-3 {
  opacity: .5;
  transform-style: preserve-3d;
  transform: scale(.6)rotateX(0)rotateY(15deg)rotateZ(0);
}

.team-image-block.block-2 {
  opacity: .5;
  transform-style: preserve-3d;
  transform: scale(.6)rotateX(0)rotateY(20deg)rotateZ(0);
}

.team-image-block.block-4 {
  transform-style: preserve-3d;
  transform: scale(.6)rotateX(0)rotateY(-20deg)rotateZ(0);
}

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

.team-slider-arrow {
  border-radius: var(--border-radius--extra-large);
  background-color: var(--_colors---button--border-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  top: -16%;
  left: 36%;
  right: auto;
}

.team-slider-arrow:hover {
  background-color: var(--_colors---button--primary);
}

.team-slider-arrow.right {
  left: auto;
  right: 34%;
}

.team-slider-arrow-icon {
  position: relative;
}

.team-slider-arrow-icon.left {
  width: auto;
  height: auto;
  transform: rotate(180deg);
}

.team-slider-arrow-icon.right {
  width: auto;
  height: auto;
}

.team-content-inner {
  background-color: var(--_colors---button--grey);
  flex-flow: column;
  align-items: center;
  display: inline-flex;
}

.team-content-inner.block-2, .team-content-inner.block-3, .team-content-inner.block-4, .team-content-inner.block-2, .team-content-inner.block-3, .team-content-inner.block-4 {
  position: absolute;
  inset: 0%;
}

.team-title {
  font-family: var(--_typography---font-family--heading-font-family);
  color: var(--_colors---button--primary);
  font-size: var(--_typography---h5--h5-font-size);
  line-height: var(--_typography---h5--h5-line-height);
  font-weight: var(--_typography---font-wight--medium);
  text-transform: capitalize;
}

.team-position {
  text-transform: capitalize;
}

.team-section-wrap {
  margin-top: -10px;
  position: relative;
}

.success-message, .error-message {
  background-color: var(--_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>);
  color: var(--_colors---button--white);
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.nav-item-link-wrap {
  white-space: nowrap;
  word-break: normal;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-item-link-wrap:where(.w-variant-d7703bcb-bbdd-e956-05b3-4c82b10ff0ea) {
  width: 100%;
}

.nav-logo-image {
  width: auto;
  height: auto;
}

.about-banner-sticky {
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.team-item-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-nav-link-block {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.footer-nav-link-text, .copay-link {
  color: var(--_colors---button--body-font-opacity);
}

.copay-link:hover {
  color: var(--_colors---button--white);
  text-decoration: underline;
}

.about-info-value-list {
  width: 100%;
  color: var(--_colors---button--dark\<deleted\|variable-9cc718fb-84f0-8ab6-4251-4d5b798043a9\>);
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--_colors---button--white);
  font-size: var(--_typography---medium-font-size--font-size);
  line-height: var(--_typography---medium-font-size--line-height);
  text-transform: uppercase;
}

.btn-icon-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-100%);
}

.btn-icon-overlay.dark {
  transform: rotate(-180deg)translate(-100%);
}

.btn-icon-inner {
  flex-flow: row;
  width: 7px;
  height: 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-inner:where(.w-variant-c16ab92e-c679-49cd-66cb-cbfac6367582), .btn-icon-inner:where(.w-variant-ecdc4af0-5179-5b9b-5be4-c4e5be7d1d4f) {
  width: 30px;
  height: 17px;
}

.btn-icon-inner:where(.w-variant-2a0a51d0-3d10-97bd-d18e-55a1c86695b8) {
  width: 32px;
  height: 17px;
}

.btn-text-overlay {
  color: var(--_colors---button--white);
  font-size: var(--_typography---button--small-button-font-size);
  line-height: var(--_typography---button--small-button-line-height);
  font-weight: var(--_typography---font-wight--medium);
  text-transform: uppercase;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: none;
}

.btn-text-overlay:where(.w-variant-5e95da1f-b1aa-d955-e9c5-79cfa769b2c8), .btn-text-overlay:where(.w-variant-92e86ac4-272d-975d-c265-0c974f2d13ca), .btn-text-overlay:where(.w-variant-048928ae-df78-371b-073a-e987a08a6145) {
  font-size: var(--_typography---button--small-button-font-size);
  line-height: var(--_typography---button--small-button-line-height);
  font-weight: var(--_typography---font-wight--normal);
}

.btn-text-overlay:where(.w-variant-a51c51dc-05b1-2e57-bc89-2faae56b6d85), .btn-text-overlay.dark {
  color: var(--_colors---button--primary);
}

.about-info-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-info-list-icon-block {
  align-self: flex-start;
}

.about-info-list-icon {
  width: auto;
  height: auto;
}

.about-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-top: 70px;
  display: flex;
}

.about-info-box.box-1 {
  flex-flow: column;
}

.about-info-author-image {
  width: auto;
  height: auto;
}

.about-info-author-image-block {
  flex: none;
}

.author-desc {
  font-weight: var(--_typography---font-wight--normal);
  margin-bottom: 10px;
}

.author-name {
  color: var(--_colors---button--primary);
  font-weight: var(--_typography---font-wight--normal);
  text-transform: capitalize;
}

.author-position {
  font-weight: var(--_typography---font-wight--normal);
  text-transform: capitalize;
}

.nav-link-text {
  color: var(--_colors---button--white);
  font-size: var(--_typography---body-font--medium-font-size);
  line-height: var(--_typography---body-font--medium-line-height);
  position: absolute;
}

.footer-nav-link-text-overlay {
  color: var(--_colors---button--body-font-opacity);
  position: absolute;
  inset: 0%;
}

.footer-nav-link-2-overlay {
  color: var(--_colors---button--white);
  font-size: var(--_typography---h6--h6-font-size);
  line-height: var(--_typography---h6--h6-line-height);
  font-weight: var(--_typography---font-wight--medium);
  position: absolute;
  inset: 0%;
}

.footer-form-lable {
  color: var(--_colors---button--white);
  font-weight: var(--_typography---font-wight--normal);
  margin-bottom: 15px;
}

.template-badge {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  display: inline-flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.badge-inner {
  background-color: #ff3067;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 3px 8px 4px 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  box-shadow: 0 2px 20px #ff306770;
}

.badge-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-logo {
  object-fit: cover;
  width: 26px;
  height: auto;
}

.badge-box {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---font-family--body-font-family: Inter, sans-serif;
    --_typography---body-font--large-font-size: 1rem;
    --_typography---body-font--large-line-height: 1.625rem;
    --_typography---font-wight--normal: 400;
    --_typography---font-family--heading-font-family: Satoshi, Arial, sans-serif;
    --_typography---h2--h2-font-size-large: 3.625rem;
    --_typography---h2--h2-line-height-large: 4.25rem;
    --_typography---font-wight--medium: 500;
    --_typography---h2--h2-font-size-medium: 2.75rem;
    --_typography---h2--h2-line-height-medium: 3.375rem;
    --_typography---h3--h3-font-size: 2.25rem;
    --_typography---h3--h3-line-height: 2.875rem;
    --_typography---h4--h4-font-size: 1.75rem;
    --_typography---h4--h4-line-height: 2.375rem;
    --_typography---h5--h5-font-size: 1.375rem;
    --_typography---h5--h5-line-height: 2rem;
    --_typography---h6--h6-font-size: 1.125rem;
    --_typography---h6--h6-line-height: 1.75rem;
    --_typography---body-font--medium-font-size: .9375rem;
    --_typography---body-font--medium-line-height: 1.5625rem;
    --_typography---h1--h1-font-size: 12.5rem;
    --_typography---h1--h1-line-height: 18.75rem;
    --_typography---font-wight--extra-bold: 900;
    --_typography---small-font-size--font-size: 6.125rem;
    --_typography---small-font-size--line-height: 6.75rem;
    --_typography---font-wight--light: 300;
    --_typography---body-font--small-font-size: .875rem;
    --_typography---body-font--small-line-height: 1.5rem;
    --_typography---button--small-button-font-size: .875rem;
    --_typography---button--small-button-line-height: 1.5rem;
    --_typography---extra-small-font-size--font-size: 3.75rem;
    --_typography---extra-small-font-size--line-height: 4.375rem;
    --_typography---font-wight--semibold: 600;
    --_typography---font-wight--bold: 700;
    --_typography---medium-font-size--font-size: 6.25rem;
    --_typography---medium-font-size--line-height: 6.875rem;
    --_typography---button--regular-button-font-size: 1rem;
    --_typography---button--regular-button-line-height: 1.625rem;
  }

  .hero-heading {
    margin-top: 0;
  }

  .hero-heading.text-center {
    background-position: -1% 0;
  }

  .hero-section-overlay {
    height: 300px;
    top: 0;
  }

  .hero-heading-block {
    margin-top: 0;
  }

  .about-section-inner {
    height: auto;
  }

  .about-singel-image-block {
    bottom: -146px;
  }

  .about-singel-image-block.block-1 {
    width: 100%;
    height: 100%;
    bottom: 0;
  }

  .service-section-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .client-logo-block {
    width: 150px;
    height: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .client-logo-block.block-6 {
    margin-left: -78px;
  }

  .case-studies-grid {
    grid-template-columns: 1fr 8fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .case-studies-title-box {
    width: 35%;
  }

  .case-studies-tag-box {
    width: 33%;
  }

  .case-studies-1-image-block {
    width: 32%;
  }

  .blog-image-block.style-1 {
    min-width: 343px;
  }

  .second-footer-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .email-block {
    margin-top: 60px;
  }

  .about-content-block {
    flex-flow: row;
  }

  .about-pre-title-block {
    align-items: flex-start;
    width: 95%;
  }

  .counter-content-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .about-2-section-grid, .step-2-grid-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .step-2-desc {
    margin-left: 70px;
  }

  .team-section-grid {
    grid-template-columns: 1fr 10fr 1fr;
  }

  .team-image-block, .team-image-block.block-1, .team-image-block.block-1 {
    width: 410px;
  }

  .team-slider-arrow {
    left: 33%;
  }

  .team-slider-arrow.right {
    margin-right: 0%;
    right: 30%;
  }

  .service-banner-grid {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .case-2-studie-banner-heading {
    width: 87%;
  }

  .pricing-content-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-top-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-deatils-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .case-studies-detail-info-box {
    padding: 30px;
  }

  .case-studies-details-rich-text-2 ul {
    margin-top: 10px;
  }

  .case-studies-details-rich-text-2 li {
    width: 48%;
  }

  .blog-single-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blog-richtext-1 h2, .blog-richtext-1 p {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-richtext-1 h2, .blog-richtext-1 p {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-richtext-1 ul {
    padding-left: 65px;
    padding-right: 50px;
  }

  .blog-richtext-2 h2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-richtext-2 ul {
    padding-left: 68px;
    padding-right: 50px;
  }

  .blog-richtext-2 p {
    padding-left: 52px;
    padding-right: 50px;
  }

  .client-review-box {
    margin-right: 0;
  }

  .service-title-box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-columns: 1fr;
  }

  .author-review-box {
    padding: 40px;
  }

  .blog-author-content {
    flex-flow: row;
  }

  .cta-desc {
    width: 50%;
  }

  .map-block {
    height: 653px;
  }

  .blog-tabs {
    grid-template-columns: 3fr 9fr;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section-heading-block {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-heading {
    background-position: 0 0;
  }

  .about-section-inner {
    margin-top: -6px;
  }

  .about-section-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 5.5fr 4.5fr 1fr;
  }

  .about-section-contant {
    width: 100%;
    padding-right: 50px;
  }

  .about-desc-block {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .about-singel-image-block.block-1 {
    width: 370px;
    height: 100%;
    bottom: auto;
    overflow: visible;
  }

  .service-image-block {
    width: 520px;
  }

  .service-desc {
    width: 80%;
  }

  .client-section-grid {
    grid-template-columns: 1fr 10fr 1fr;
  }

  .client-logo-block.block-5 {
    margin-right: 25px;
  }

  .case-studies-sticky {
    top: 75px;
  }

  .testimonial-mask {
    width: 33.33%;
  }

  .testimonial-mask.block-1 {
    width: 50%;
  }

  .blog-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-heading-block {
    margin-left: -8px;
  }

  .second-footer-grid {
    grid-template-columns: 6.25fr 5.75fr;
  }

  .about-banner-title-block {
    width: 60%;
  }

  .about-pre-title-block {
    width: 50%;
    margin-top: 25px;
    margin-left: auto;
  }

  .about-pre-title-block.block-2 {
    align-self: flex-start;
    margin-top: 0;
  }

  .counter-contant-inner {
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .counter-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .counter-content {
    display: block;
  }

  .counter-text {
    width: 70%;
  }

  .team-slider-arrow.right {
    right: 31%;
  }

  .contact-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contact-info-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .loaction-section-desc {
    width: 95%;
  }

  .service-banner-grid {
    grid-template-columns: 6.25fr 5.75fr;
  }

  .case-2-studie-banner-heading {
    width: 71%;
  }

  .pricing-section-heading {
    width: 80%;
  }

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

  .pricing-top-content-block {
    flex-flow: row;
  }

  .service-deatils-grid {
    grid-template-columns: 5.75fr 6.25fr;
  }

  .blog-grid-block-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blog-2-image-block {
    width: 293px;
  }

  .client-review-box {
    margin-right: 0;
  }

  .service-title-box {
    margin-top: -35px;
  }

  .client-heading-block {
    margin-left: -50px;
  }

  .pricing-gird-2-block {
    border-bottom-width: 0;
    grid-template-columns: 1fr;
  }

  .testimonial-tabs-menu {
    height: 100%;
    padding: 40px 20px;
  }

  .testimonial-singel-image-block {
    height: auto;
  }

  .author-review-box {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .cta-2-content-block {
    width: auto;
    padding: 40px;
  }

  .cta-desc {
    width: 45%;
  }

  .counter-box {
    margin-bottom: 50px;
    margin-left: -100px;
  }

  .service-grid-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: 920px;
  }

  .about-info-box.box-1 {
    flex-flow: column;
    margin-top: 110px;
  }

  .map-block {
    height: 646px;
  }

  .step-block.step1 {
    height: 447px;
  }

  .blog-2-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---font-family--body-font-family: Inter, sans-serif;
    --_typography---body-font--large-font-size: 1rem;
    --_typography---body-font--large-line-height: 1.625rem;
    --_typography---font-wight--normal: 400;
    --_typography---font-family--heading-font-family: Satoshi, Arial, sans-serif;
    --_typography---h2--h2-font-size-large: 3.625rem;
    --_typography---h2--h2-line-height-large: 4.25rem;
    --_typography---font-wight--medium: 500;
    --_typography---h2--h2-font-size-medium: 2.75rem;
    --_typography---h2--h2-line-height-medium: 3.375rem;
    --_typography---h3--h3-font-size: 2.25rem;
    --_typography---h3--h3-line-height: 2.875rem;
    --_typography---h4--h4-font-size: 1.75rem;
    --_typography---h4--h4-line-height: 2.375rem;
    --_typography---h5--h5-font-size: 1.375rem;
    --_typography---h5--h5-line-height: 2rem;
    --_typography---h6--h6-font-size: 1.125rem;
    --_typography---h6--h6-line-height: 1.75rem;
    --_typography---body-font--medium-font-size: .9375rem;
    --_typography---body-font--medium-line-height: 1.5625rem;
    --_typography---h1--h1-font-size: 18.125rem;
    --_typography---h1--h1-line-height: 18.75rem;
    --_typography---font-wight--extra-bold: 900;
    --_typography---small-font-size--font-size: 6.125rem;
    --_typography---small-font-size--line-height: 6.75rem;
    --_typography---font-wight--light: 300;
    --_typography---body-font--small-font-size: .875rem;
    --_typography---body-font--small-line-height: 1.5rem;
    --_typography---button--small-button-font-size: .875rem;
    --_typography---button--small-button-line-height: 1.5rem;
    --_typography---extra-small-font-size--font-size: 4.25rem;
    --_typography---extra-small-font-size--line-height: 4.875rem;
    --_typography---font-wight--semibold: 600;
    --_typography---font-wight--bold: 700;
    --_typography---medium-font-size--font-size: 12.5rem;
    --_typography---medium-font-size--line-height: 13.125rem;
    --_typography---button--regular-button-font-size: 1rem;
    --_typography---button--regular-button-line-height: 1.625rem;
  }

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

  .hero-section {
    background-position: 0 0, 20% 74%;
    background-size: auto, cover;
  }

  .hero-heading {
    text-align: left;
    background-position: 84% 22px;
    margin-left: 59px;
  }

  .hero-heading.text-center {
    background-position: -86px -60px;
    background-size: 1920px;
    margin-left: 73px;
  }

  .hero-section-overlay {
    height: 371px;
    top: -73px;
  }

  .hero-heading-block {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .about-desc-block {
    margin-bottom: 34px;
  }

  .about-singel-image-block {
    bottom: 5px;
  }

  .service-desc-2-block {
    width: 67%;
  }

  .case-studies-tag-box {
    width: 30%;
  }

  .case-studies-technogym-block {
    align-self: flex-end;
  }

  .testimonial-section-heading-block.block-1 {
    justify-content: flex-start;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-mask {
    width: 29%;
  }

  .testimonial-author-block {
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-block-quote-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-arrow-1 {
    top: -20.4%;
    bottom: auto;
    right: 20%;
  }

  .slider-arrow-1.right {
    right: 20%;
  }

  .slider-arrow-1.left {
    transform: translate(-13px);
  }

  .testimonial-slider-wrap {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 310px;
  }

  .blog-item-block, .blog-image {
    height: 100%;
  }

  .blog-author-name {
    flex: none;
  }

  .frist-footer-desc {
    width: 70%;
  }

  .footer-address-text {
    width: 72%;
  }

  .footer-nav-link-2 {
    overflow: hidden;
  }

  .second-footer-grid {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-template-columns: 7.5fr 4.5fr;
  }

  .about-banner-title-block {
    width: 50%;
  }

  .about-pre-title-block {
    align-self: flex-start;
    width: 37%;
  }

  .about-banner-image-grid {
    grid-template-columns: 3.5fr 4.5fr 2fr 2fr;
  }

  .counter-conatin-wrap {
    align-items: center;
  }

  .counter-contant-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: center;
  }

  .counter-text {
    width: 80%;
  }

  .about-2-section-heading-block {
    width: 89%;
  }

  .step-2-contein-block.even {
    margin-top: 36px;
  }

  .step-2-contein-block.odd {
    margin-bottom: 30px;
  }

  .step-2-desc-block {
    width: 90%;
  }

  .team-slider-arrow.right {
    right: 31%;
  }

  .contact-grid {
    grid-template-columns: 6fr 2.5fr 3.5fr;
  }

  .contact-address {
    width: 68%;
  }

  .service-banner-heading-block {
    width: 100%;
  }

  .case-2-studie-banner-heading {
    width: 74%;
  }

  .case-2-studie-image {
    object-position: 75% 50%;
  }

  .blog-2-image {
    object-position: 50% 30%;
  }

  .pricing-section-heading {
    width: 80%;
  }

  .pricing-tilte-block {
    flex: none;
  }

  .contact-headeing-block {
    width: 80%;
  }

  .service-title-box {
    margin-top: -15px;
  }

  .service-banner-contant-inner {
    flex-flow: column;
    justify-content: space-between;
  }

  .testimonial-grid {
    grid-template-columns: 3.5fr 5fr 3.5fr;
  }

  .testimonial-tab-content, .testimonial-tab-pane {
    padding: 40px;
  }

  .testimonial-content-section {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 500px;
    display: flex;
  }

  .testimonial-singel-image-block {
    height: 320px;
  }

  .author-review-box {
    height: auto;
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .counter-2-text {
    width: 84%;
  }

  .cta-2-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-text-wrapper, .cta-text-top, .author-review-2-text-block {
    width: 80%;
  }

  .service-grid-block {
    grid-template-columns: 5.5fr 6.5fr;
  }

  .service-section-content {
    align-items: flex-start;
  }

  .service-section-content-overlay {
    width: 49%;
  }

  .service-section-content-overlay.overlay-2 {
    width: 52%;
  }

  .service-section-desc {
    width: 85%;
  }

  .service-right-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 80px;
  }

  .service-content.content-3 {
    padding-bottom: 0;
  }

  .hero-content-block {
    padding-right: 80px;
  }

  .step-block {
    height: 430px;
  }

  .step-block.step3 {
    margin-bottom: 80px;
  }

  .testimonial-tabs-menu-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-tabs {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blog-2-content {
    grid-template-columns: 3fr 2.8fr 3.2fr;
  }

  .testimonial-section-heading {
    width: 50%;
  }

  .pricing-tag {
    flex: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_layout-width---conatiner--container-fluid: 100%;
    --_layout-width---conatiner--conatiner: 100%;
    --_typography---font-family--body-font-family: Inter, sans-serif;
    --_typography---body-font--large-font-size: 1rem;
    --_typography---body-font--large-line-height: 1.625rem;
    --_typography---font-wight--normal: 400;
    --_typography---font-family--heading-font-family: Satoshi, Arial, sans-serif;
    --_typography---h2--h2-font-size-large: 3rem;
    --_typography---h2--h2-line-height-large: 3.625rem;
    --_typography---font-wight--medium: 500;
    --_typography---h2--h2-font-size-medium: 2.1875rem;
    --_typography---h2--h2-line-height-medium: 2.813rem;
    --_typography---h3--h3-font-size: 1.875rem;
    --_typography---h3--h3-line-height: 2.5rem;
    --_typography---h4--h4-font-size: 1.5625rem;
    --_typography---h4--h4-line-height: 2.1875rem;
    --_typography---h5--h5-font-size: 1.375rem;
    --_typography---h5--h5-line-height: 2rem;
    --_typography---h6--h6-font-size: 1.125rem;
    --_typography---h6--h6-line-height: 1.75rem;
    --_typography---body-font--medium-font-size: .9375rem;
    --_typography---body-font--medium-line-height: 1.5625rem;
    --_typography---h1--h1-font-size: 5rem;
    --_typography---h1--h1-line-height: 5.625rem;
    --_typography---font-wight--extra-bold: 900;
    --_typography---small-font-size--font-size: 4.375rem;
    --_typography---small-font-size--line-height: 5rem;
    --_typography---font-wight--light: 300;
    --_typography---body-font--small-font-size: .875rem;
    --_typography---body-font--small-line-height: 1.5rem;
    --_typography---button--small-button-font-size: .875rem;
    --_typography---button--small-button-line-height: 1.5rem;
    --_typography---extra-small-font-size--font-size: 3.125rem;
    --_typography---extra-small-font-size--line-height: 3.75rem;
    --_typography---font-wight--semibold: 600;
    --_typography---font-wight--bold: 700;
    --_typography---medium-font-size--font-size: 5.313rem;
    --_typography---medium-font-size--line-height: 5.938rem;
    --_typography---button--regular-button-font-size: 1rem;
    --_typography---button--regular-button-line-height: 1.625rem;
    --_spacing---button--section-padding: 60px;
  }

  .utility-page-wrap.wrap {
    height: auto;
  }

  .container-fluid {
    max-width: var(--_layout-width---conatiner--container-fluid);
  }

  .container-fluid.padding-zero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-navigation {
    align-items: center;
  }

  .nav-menu-wrap {
    background-color: var(--_colors---button--grey);
    box-shadow: 0 0 var(--_colors---button--blur) 0 #0003;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-item {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
    padding: 10px 5px;
  }

  .nav-link {
    margin-left: 0;
    display: inline-block;
  }

  .nav-dropdown {
    margin-left: 0;
    display: block;
  }

  .nav-dropdown-list {
    position: relative;
  }

  .nav-dropdown-list.active.w--open {
    display: block;
  }

  .nav-dropdown-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    margin: 15px 5px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .nav-droupdown-item-block {
    display: inline-flex;
  }

  .nav-dropdown-item-link {
    display: inline-block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--_colors---button--transparent);
  }

  .menu-icon {
    color: var(--_colors---button--primary);
    font-size: var(--_typography---h3--h3-font-size);
  }

  .hero-section {
    background-position: 37% 0;
    background-attachment: scroll;
    height: 500px;
  }

  .hero-heading.text-center {
    background-position: 0 8%;
    background-size: auto 500px;
    margin-top: 0;
  }

  .about-section.section-padding {
    height: auto;
  }

  .hero-section-overlay {
    height: 205px;
  }

  .hero-heading-block {
    padding-bottom: 32px;
  }

  .site-line.line-3 {
    display: none;
  }

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

  .section-title-big {
    margin-left: 0;
  }

  .about-desc-block {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-btn-block {
    margin-top: 15px;
  }

  .about-singel-image-block {
    display: none;
  }

  .service-section-grid {
    grid-column-gap: 30px;
    grid-template-columns: 6fr 6fr;
  }

  .service-section-heading-block {
    margin-bottom: 40px;
  }

  .service-image-block {
    height: 100%;
    margin-top: 30px;
  }

  .service-list-wrap {
    height: auto;
  }

  .service-list-wrap.wrap-1 {
    display: none;
  }

  .service-inner-block {
    background-color: var(--_colors---button--grey);
  }

  .service-right-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-title {
    font-size: var(--_typography---h2--h2-font-size-medium);
    line-height: var(--_typography---h2--h2-line-height-medium);
  }

  .service-desc-2-block {
    width: 100%;
  }

  .service-section-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .client-section-grid {
    grid-template-columns: 2fr;
  }

  .client-left-box {
    flex-flow: row;
  }

  .client-logo-block {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .client-logo-block.block-1, .client-logo-block.block-3 {
    margin-left: 0;
  }

  .client-logo-block.block-6, .client-logo-block.block-1, .client-logo-block.block-3 {
    margin-left: 0;
  }

  .client-logo-block.block-4 {
    margin-right: 0;
  }

  .client-logo-block.block-5 {
    margin-top: 0;
  }

  .client-logo-block.block-6 {
    margin-left: 0;
  }

  .client-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .client-right-box {
    flex-flow: row;
  }

  .client-section-inner {
    height: auto;
    margin-top: 0;
  }

  .client-section-sticky {
    position: relative;
    top: 0;
  }

  .case-studies-section {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .case-studies-block-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    height: 100%;
  }

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

  .case-studies-title-box {
    width: 45%;
  }

  .case-studies-title {
    width: 80%;
  }

  .case-studies-tag-box {
    width: 50%;
    height: 100px;
    display: none;
  }

  .case-studies-box {
    width: 100%;
  }

  .case-studies-1-image-block {
    width: 45%;
  }

  .case-studies-sticky {
    display: none;
    position: relative;
    top: auto;
  }

  .case-studies-section-inner {
    height: auto;
  }

  .case-studies-bg-image-wrap {
    height: 600px;
  }

  .testimonial-section-heading-block {
    text-align: center;
    margin-bottom: 30px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-mask {
    width: 50%;
    max-width: 50%;
    height: 100%;
  }

  .testimonial-mask.block-1 {
    margin-bottom: 0;
  }

  .testimonial-block-quote-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .testimonial-block-quote {
    margin-top: 15px;
  }

  .testimonial-block-quote.block-1 {
    font-size: var(--_typography---h5--h5-font-size);
    line-height: var(--_typography---h5--h5-line-height);
    font-size: var(--_typography---h5--h5-font-size);
    line-height: var(--_typography---h5--h5-line-height);
  }

  .testimonial-author-deatils-block {
    margin-top: 30px;
  }

  .slider-arrow-1 {
    top: auto;
    bottom: -70px;
    right: 50%;
  }

  .slider-arrow-1.right {
    right: 50%;
    transform: translate(50px)rotate(180deg);
  }

  .slider-arrow-1.left {
    transform: translate(-10px);
  }

  .testimonial-slider-wrap {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 70px;
  }

  .blog-section-heading-block {
    margin-bottom: 20px;
  }

  .blog-right-content-block {
    position: relative;
    top: auto;
  }

  .blog-image-block.style-1 {
    flex: none;
    width: 100%;
  }

  .blog-image {
    height: 100%;
  }

  .blog-content-wrap.wrap-1, .blog-content-wrap.wrap-2, .blog-content-wrap.wrap-1, .blog-content-wrap.wrap-2 {
    position: relative;
    top: auto;
  }

  .blog-content-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .blog-content-block {
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .blog-content-block.block-2 {
    margin-bottom: 0;
  }

  .client-btn-block {
    margin-top: 15px;
    margin-left: 46px;
  }

  .btn-block.primary-button {
    display: flex;
  }

  .btn-icon-block, .btn-text-block {
    flex: none;
  }

  .btn-text-block:where(.w-variant-54e8b2bd-8fa5-2c67-2a69-0d0aa0a4845f) {
    flex: 0 auto;
  }

  .frist-footer-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-icon {
    width: 100%;
    height: 100%;
  }

  .first-footer-contant-block {
    flex-flow: column;
  }

  .frist-footer-desc-block {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .frist-footer-desc {
    text-align: left;
    width: 100%;
  }

  .footer-btn-block {
    justify-content: flex-start;
    margin-right: auto;
  }

  .section-footer-block {
    padding-top: 60px;
    padding-bottom: 20px;
  }

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

  .footer-list-item {
    display: inline-flex;
  }

  .footer-address-text {
    width: 100%;
  }

  .second-footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 6fr 6fr;
  }

  .footer-brad-content-block {
    margin-top: 20px;
  }

  .footer-form-box {
    margin-top: 30px;
  }

  .footer-form-box.box-1 {
    width: 100%;
  }

  .bottom-footer-block {
    flex-flow: wrap;
    align-items: center;
  }

  .case-studies-block {
    width: 100%;
    height: 250px;
  }

  .case-studies-grid-wrap {
    height: 600px;
  }

  .case-studies-list-block {
    height: 650px;
  }

  .about-banner-section {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .about-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .about-banner-title-block {
    height: 100%;
    margin-top: -10px;
  }

  .about-pre-title-block {
    width: 100%;
    display: none;
  }

  .about-banner-image-grid {
    margin-top: 30px;
  }

  .about-banner-single-image.block-2 {
    height: auto;
  }

  .counter-contant-inner {
    flex-flow: wrap;
    grid-template-columns: 3.5fr 3fr 3fr 3fr;
    margin-top: 30px;
  }

  .counter-content-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .counter-title {
    font-size: var(--_typography---h2--h2-font-size-large);
    line-height: var(--_typography---h2--h2-line-height-large);
  }

  .counter-icon {
    display: none;
  }

  .counter-text {
    width: 100%;
  }

  .about-2-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 4fr 8fr;
    align-items: center;
  }

  .about-banner-inner {
    height: auto;
  }

  .about-2-single-image-block {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }

  .about-2-single-image {
    object-position: 50% 20%;
    width: 100%;
    height: 100%;
  }

  .about-2-section-contant {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-2-info-list {
    margin-top: 0;
    display: block;
  }

  .step-2-section-inner {
    height: auto;
  }

  .step-2-section-sticky {
    position: relative;
    top: auto;
  }

  .step-2-grid-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    transform: translate(0);
  }

  .step-2-contein-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .step-2-contein-block.even {
    margin-top: 0;
  }

  .step-2-contein-block.odd {
    margin-bottom: 0;
  }

  .step-2-desc-block {
    margin-top: 15px;
  }

  .step-2-image-block {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .step-2-image-block.block-1 {
    width: 100%;
    margin-left: 0;
  }

  .step-2-image-block.even {
    transform: none;
  }

  .step-2-desc {
    margin-left: 0;
  }

  .step-2-image {
    width: 100%;
  }

  .marquee-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .team-slider-wrap {
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .team-slider {
    padding-bottom: 70px;
  }

  .team-content-block {
    margin-top: 0;
  }

  .team-image-block {
    width: 100%;
    height: 250px;
  }

  .team-slider-arrow {
    background-color: var(--_colors---button--backgorund-color-dark);
    inset: auto 45% 0 auto;
    transform: translate(-30px);
  }

  .team-slider-arrow.right {
    right: 45%;
    transform: translate(30px);
  }

  .contact-section.section-padding-bottom {
    padding-top: 50px;
  }

  .contact-grid {
    grid-template-columns: 6fr 6fr;
  }

  .contact-form-block {
    margin-top: 20px;
  }

  .contact-form-inner-box.box-1 {
    margin-bottom: 20px;
  }

  .contact-info-block {
    grid-template-columns: 1fr 1fr;
  }

  .contact-address {
    width: 100%;
  }

  .location-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 5fr 7fr;
  }

  .loaction-section-contant {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .loaction-section-desc, .loaction-title, .address-title {
    width: 100%;
  }

  .service-section-banner.section-padding-bottom {
    padding-top: 50px;
  }

  .service-banner-heading-block {
    width: 100%;
  }

  .service-banner-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 7fr;
    margin-top: 0;
  }

  .service-banner-image-block {
    height: 300px;
  }

  .service-banner-image {
    object-position: 50% 0%;
  }

  .case-2-studies-section.section-padding-bottom {
    padding-top: 50px;
  }

  .case-2-studie-banner-heading {
    width: 100%;
  }

  .case-2-studies-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .case-studies-link-block {
    height: 400px;
  }

  .case-studies-link-block.block-1 {
    overflow: hidden;
  }

  .case-2-studie-image-block {
    height: 400px;
  }

  .case-2-studie-image-block.block-1 {
    height: 100%;
  }

  .case-2-studies-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-sutide-grid-2 {
    grid-template-columns: 2fr 8fr 2fr;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper {
    height: 400px;
  }

  .case-2-studies-content-block {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 15px;
  }

  .blog-2-section-wrap, .pricing-section.section-padding-bottom, .pricing-section.section-padding-bottom {
    padding-top: 50px;
  }

  .pricing-section-wrap {
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
  }

  .pricing-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-top-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .prcing-btn-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
  }

  .faq-grid-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-single-image-block {
    margin-top: 20px;
  }

  .servvice-details-section.section-padding-bottom {
    padding-top: 60px;
  }

  .service-deatils-grid {
    grid-template-columns: 7.5fr 4.5fr;
  }

  .service-details-contain-block {
    margin-top: 20px;
  }

  .service-details-rich-text-1 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-details-rich-text {
    margin-bottom: 30px;
  }

  .service-deatils-text, .service-deatils-desc {
    margin-left: 0;
    margin-right: 0;
  }

  .service-details-image {
    margin-bottom: 30px;
  }

  .service-details-rich-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .service-details-rich-text-3 ul {
    padding-left: 20px;
  }

  .case-studies-detail-grid {
    grid-template-columns: 6fr 6fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-studies-detail-info-box {
    padding: 20px;
  }

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

  .case-studies-details-rich-text-2 ul {
    flex-flow: wrap;
    padding-left: 20px;
  }

  .case-studie-more-image-grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-item-list._1, .info-item-list._2, .info-item-list._1, .info-item-list._2 {
    grid-template-rows: auto;
  }

  .info-item-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .info-item-list._1 {
    grid-template-rows: auto;
    display: flex;
  }

  .info-item-list._2 {
    grid-template-rows: auto;
  }

  .icon-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .block-quote-box {
    padding: 30px;
  }

  .spacing.section-padding-top {
    padding-top: 60px;
  }

  .svg-icon {
    width: 30px;
    height: 30px;
  }

  .info-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .color-item {
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .changelog-title {
    margin-top: 12px;
  }

  .privacy-policy-content-block {
    margin-bottom: 15px;
  }

  .team-block {
    margin-bottom: 5px;
  }

  .info-page-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-thumbnail {
    height: 230px;
  }

  .info-page-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-single-grid {
    grid-template-columns: 5fr 7fr;
  }

  .blog-single-image-block {
    height: 450px;
    margin-bottom: 30px;
  }

  .blog-detail-tag-box {
    flex-flow: wrap;
  }

  .blog-richtext-1 ul {
    padding-left: 40px;
    padding-right: 20px;
  }

  .blog-richtext-2 ul {
    margin-bottom: 20px;
  }

  .blog-content-inner, .page-title-desc-block {
    width: 100%;
  }

  .utility-page-content-2 {
    width: auto;
    padding-top: 50px;
  }

  .blog-grid-block-inner {
    grid-template-columns: 1fr;
    place-items: center start;
    width: 100%;
    padding-bottom: 0;
  }

  .blog-2-image-block {
    width: 100%;
  }

  .about-banner-sticky {
    position: relative;
    top: auto;
  }

  .case-2-studies-section-wrap {
    padding-bottom: 40px;
  }

  .client-review-box {
    display: none;
  }

  .service-title-box {
    grid-template-columns: 1fr;
  }

  .blog-right-content-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-bottom: 0;
    display: none;
  }

  .blog-right-content-inner.blokc-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .service-banner-contant-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .social-link-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .service-deatils-image-wrap {
    height: 300px;
  }

  .step-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .blog-content-flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .section-footer-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-studies-slider-box {
    display: block;
  }

  .case-sutide-slider {
    background-color: var(--_colors---button--transparent);
    height: 100%;
  }

  .case-sutide-mask {
    width: 50%;
    height: 100%;
    overflow: visible;
  }

  .case-studies-slider-icon-box {
    display: none;
  }

  .case-sutide-slide {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-secton {
    z-index: 3;
    padding-top: var(--_spacing---button--section-padding);
    padding-bottom: var(--_spacing---button--section-padding);
    background-color: var(--_colors---button--grey);
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6986d8b96d6f97df75bf69fa/699435c75da0f84ba38f5473_a7abfe9a7aa32ec62ce795939d9f1353_single-image-10.jpeg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: 0;
  }

  .cta-heading.heading1 {
    height: 0;
    display: block;
  }

  .cta-heading.heading2 {
    display: none;
  }

  .cta-image {
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .cta-content-flex {
    width: 100%;
    height: 100%;
    display: none;
  }

  .cta-section-inner {
    height: 100%;
  }

  .cta-section-sticky {
    position: relative;
    top: auto;
  }

  .testimonial-grid {
    grid-template-columns: 8fr 4fr;
  }

  .testimonial-content-section {
    overflow: hidden;
  }

  .testimonial-singel-image-block {
    height: 100%;
  }

  .author-review-box {
    flex-flow: wrap;
  }

  .blog-author-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .blog-top-content {
    height: 100%;
    position: relative;
    top: auto;
  }

  .cta-image-overlay {
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .cta-text-wrapper {
    z-index: 1;
    height: 100%;
    position: relative;
    inset: auto;
  }

  .cta-text-top {
    z-index: 3;
    width: 80%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .cta-text-top.text-block-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .cta-title {
    font-size: var(--_typography---h2--h2-font-size-medium);
    line-height: var(--_typography---h2--h2-line-height-medium);
  }

  .cta-desc:where(.w-variant-3882dffe-3d46-58f1-4f38-9022ebe060f6) {
    color: var(--_colors---button--white);
  }

  .cta-btn-block {
    margin-top: 0;
  }

  .cta-btn-block:where(.w-variant-3882dffe-3d46-58f1-4f38-9022ebe060f6) {
    margin-top: 20px;
  }

  .counter-box {
    padding: 10px;
  }

  .service-section-inner {
    height: auto;
  }

  .service-section-sticky {
    height: auto;
    padding-top: var(--_spacing---button--section-padding);
    padding-bottom: var(--_spacing---button--section-padding);
  }

  .service-grid-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-section-content {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .service-section-content-overlay {
    background-image: linear-gradient(180deg, var(--_colors---button--transparent), #00000029 16%, var(--_colors---button--black));
    width: 100%;
    height: 20%;
    display: none;
    bottom: auto;
  }

  .service-section-content-overlay.overlay-2 {
    width: 100%;
    height: 80%;
    margin-top: 50%;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .service-section-desc {
    text-align: center;
  }

  .service-right-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .service-content.content-1.active {
    padding-bottom: 30px;
  }

  .service-content-bottom {
    opacity: 0;
    height: 0;
    display: none;
  }

  .service-content-bottom.active {
    opacity: 1;
    opacity: 1;
    height: auto;
  }

  .service-bg-image {
    display: none;
  }

  .about-info-box {
    margin-top: 30px;
  }

  .testimonial-block-quote-2-block.block-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .service-2-image-block {
    height: 100%;
  }

  .map-block {
    height: 300px;
  }

  .cta-2-section.section-padding {
    height: auto;
  }

  .cta-2-section.section-padding:where(.w-variant-3882dffe-3d46-58f1-4f38-9022ebe060f6) {
    background-color: var(--_colors---button--white);
    background-image: linear-gradient(to bottom, var(--_colors---button--backgorund-color-dark), var(--_colors---button--backgorund-color-dark)), url("https://cdn.prod.website-files.com/6986d8b96d6f97df75bf69fa/69e8bd473ad17e3e565bc29e_f55d98bf48a300126548f1baadfbefbf_cta-image-3.jpeg");
    background-position: 0 0, 0 0;
  }

  .hero-content-block {
    justify-content: flex-start;
    padding-left: 15px;
    left: 0;
    right: auto;
  }

  .hero-btn-wrap {
    display: inline-flex;
  }

  .step-grid-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .step-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .step-block.step3, .step-block.step1, .step-block.step3, .step-block.step1 {
    margin-bottom: 0;
  }

  .step-content-block {
    width: 100%;
  }

  .step-image-block {
    height: 150px;
    margin-top: 20px;
  }

  .step-image-block.active {
    height: 150px;
  }

  .step-section-wrapper {
    width: 100%;
  }

  .blog-section-desc {
    margin-bottom: 0;
  }

  .cta-image-group {
    display: none;
  }

  .blog-tabs {
    grid-template-columns: 3fr;
  }

  .blog-2-tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: auto;
  }

  .blog-2-content {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }

  .blog-slider {
    background-color: var(--_colors---button--transparent);
    height: 100%;
  }

  .blog-slider-block {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    overflow: hidden;
  }

  .blog-slider-mask {
    width: 50%;
    height: 100%;
    overflow: visible;
  }

  .blog-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--body-font-family: Inter, sans-serif;
    --_typography---body-font--large-font-size: 1rem;
    --_typography---body-font--large-line-height: 1.625rem;
    --_typography---font-wight--normal: 400;
    --_typography---font-family--heading-font-family: Satoshi, Arial, sans-serif;
    --_typography---h2--h2-font-size-large: 2.5rem;
    --_typography---h2--h2-line-height-large: 3.125rem;
    --_typography---font-wight--medium: 500;
    --_typography---h2--h2-font-size-medium: 2.1875rem;
    --_typography---h2--h2-line-height-medium: 2.813rem;
    --_typography---h3--h3-font-size: 1.875rem;
    --_typography---h3--h3-line-height: 2.5rem;
    --_typography---h4--h4-font-size: 1.5625rem;
    --_typography---h4--h4-line-height: 2.1875rem;
    --_typography---h5--h5-font-size: 1.375rem;
    --_typography---h5--h5-line-height: 2rem;
    --_typography---h6--h6-font-size: 1.125rem;
    --_typography---h6--h6-line-height: 1.75rem;
    --_typography---body-font--medium-font-size: .9375rem;
    --_typography---body-font--medium-line-height: 1.5625rem;
    --_typography---h1--h1-font-size: 3.75rem;
    --_typography---h1--h1-line-height: 4.375rem;
    --_typography---font-wight--extra-bold: 900;
    --_typography---small-font-size--font-size: 3.125rem;
    --_typography---small-font-size--line-height: 3.75rem;
    --_typography---font-wight--light: 300;
    --_typography---body-font--small-font-size: .875rem;
    --_typography---body-font--small-line-height: 1.5rem;
    --_typography---button--small-button-font-size: .875rem;
    --_typography---button--small-button-line-height: 1.5rem;
    --_typography---extra-small-font-size--font-size: 2.813rem;
    --_typography---extra-small-font-size--line-height: 3.438rem;
    --_typography---font-wight--semibold: 600;
    --_typography---font-wight--bold: 700;
    --_typography---medium-font-size--font-size: 3.438rem;
    --_typography---medium-font-size--line-height: 4.063rem;
    --_typography---button--regular-button-font-size: 1rem;
    --_typography---button--regular-button-line-height: 1.625rem;
  }

  .nav-dropdown-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 3fr 5fr 4fr;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    background-size: auto, cover;
    height: 400px;
  }

  .hero-heading.text-center {
    background-color: var(--_colors---button--primary);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--_colors---button--primary);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-section-overlay {
    height: 185px;
  }

  .hero-heading-block {
    padding-bottom: 30px;
  }

  .service-section-grid {
    place-items: center;
  }

  .service-section-heading-block {
    margin-bottom: 20px;
  }

  .service-image-block {
    height: 100%;
    margin-bottom: 0;
  }

  .service-desc-block {
    display: none;
  }

  .service-desc {
    width: 90%;
  }

  .service-list-wrap {
    height: 100%;
  }

  .service-right-block {
    justify-content: flex-start;
  }

  .service-item-title {
    font-size: var(--_typography---h4--h4-font-size);
    line-height: var(--_typography---h4--h4-line-height);
  }

  .step-text {
    font-size: var(--_typography---h5--h5-font-size);
    line-height: var(--_typography---h5--h5-line-height);
  }

  .service-right-contant {
    display: none;
  }

  .client-section-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .client-left-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .client-logo-block {
    width: auto;
    height: 50px;
  }

  .client-logo-block.block-1, .client-logo-block.block-3 {
    margin-left: 0;
  }

  .client-logo-block.block-1, .client-logo-block.block-3 {
    margin-left: 0;
  }

  .client-logo-block.block-4 {
    margin-right: 0;
  }

  .client-logo-block.block-5 {
    margin-top: 0;
  }

  .client-logo-block.block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .client-content-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .client-heading {
    font-size: var(--_typography---h2--h2-font-size-medium);
    line-height: var(--_typography---h2--h2-line-height-medium);
  }

  .client-right-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .case-studies-bg-image-block {
    height: 100%;
  }

  .case-studies-block-1 {
    flex-flow: wrap;
    justify-content: center;
  }

  .case-studies-grid {
    place-items: end center;
    height: 100%;
  }

  .case-studies-title-box {
    width: 100%;
    height: auto;
  }

  .case-studies-number {
    display: none;
  }

  .case-studies-title {
    justify-content: center;
    width: 100%;
  }

  .case-studies-tag-box {
    display: none;
  }

  .case-studies-technogym-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .case-studies-techno-separated {
    width: 5px;
    height: 5px;
  }

  .case-studies-1-image-block {
    width: 270px;
    display: none;
  }

  .case-studies-inner {
    position: absolute;
  }

  .testimonial-mask {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-2-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-block {
    padding: 15px;
  }

  .testimonial-author-block {
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }

  .testimonial-block-quote-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
  }

  .testimonial-block-quote {
    margin-top: 0;
  }

  .testimonial-author-deatils-block {
    margin-top: 20px;
  }

  .testimonial-slider-wrap {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-block-quote-image {
    display: none;
  }

  .blog-right-content-block {
    height: 100%;
    display: block;
  }

  .blog-image-block.style-1 {
    height: 150px;
    display: block;
    overflow: hidden;
  }

  .blog-image {
    height: 100%;
  }

  .blog-content-wrap {
    padding-bottom: 20px;
    position: relative;
  }

  .blog-content-wrap.wrap-1 {
    transform: none;
  }

  .blog-content-wrap.wrap-2 {
    transform: translate(0);
  }

  .blog-content-flex {
    flex-flow: row;
  }

  .blog-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .blog-meta-author-tage {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: none;
  }

  .blog-title {
    font-size: var(--_typography---h6--h6-font-size);
    line-height: var(--_typography---h6--h6-line-height);
  }

  .client-btn-block {
    margin-top: 0;
  }

  .btn-block.primary-button:where(.w-variant-54e8b2bd-8fa5-2c67-2a69-0d0aa0a4845f) {
    align-items: center;
  }

  .footer-icon-block {
    margin-top: 0;
    inset: 0%;
  }

  .footer-nav-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2.25fr 2.25fr 2.25fr 3.75fr;
    margin-bottom: 20px;
  }

  .footer-list {
    display: inline-flex;
  }

  .second-footer-grid {
    grid-template-columns: 6fr;
  }

  .footer-brad-content-block {
    margin-top: 0;
  }

  .footer-form-box {
    margin-top: 40px;
  }

  .case-studies-block {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-studies-grid-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 20px;
  }

  .case-studies-list-block {
    height: 450px;
    display: none;
  }

  .case-sutide-item-wrap {
    height: 450px;
  }

  .about-banner-title-block {
    margin-top: 0;
  }

  .counter-contant-inner {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .counter-content-block {
    flex-flow: column;
  }

  .counter-icon {
    display: none;
  }

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

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

  .about-2-single-image {
    object-position: 50% 25%;
  }

  .about-2-info-list {
    display: none;
  }

  .step-2-grid-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-2-contein-block {
    justify-content: space-between;
  }

  .step-2-contein-block.even {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .step-2-contein-block.odd {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 0;
  }

  .step-2-top-content {
    flex-flow: column;
    display: flex;
  }

  .step-2-desc-block {
    display: none;
  }

  .step-2-number {
    font-size: var(--_typography---h6--h6-font-size);
    line-height: var(--_typography---h6--h6-line-height);
  }

  .step-2-title {
    font-size: var(--_typography---h5--h5-font-size);
    line-height: var(--_typography---h4--h4-line-height);
  }

  .marquee-icon {
    height: 40px;
  }

  .team-slider-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .team-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .team-mask {
    width: 51%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-slide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-content-block {
    margin-top: -20px;
  }

  .team-image-block {
    height: 250px;
  }

  .team-image-block.block-3 {
    opacity: 1;
    transform: none;
  }

  .team-image-block.block-1 {
    opacity: 1;
  }

  .team-image-block.block-2 {
    opacity: 1;
    transform: none;
  }

  .team-image-block.block-4 {
    transform: none;
  }

  .team-image {
    object-position: 50% 10%;
  }

  .team-slider-arrow {
    transform: translate(-43px);
  }

  .team-slider-arrow.right {
    transform: translate(19px);
  }

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

  .contact-form-block {
    padding: 30px 20px;
  }

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

  .contact-submit-flex {
    flex-flow: wrap;
  }

  .contact-info-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-link {
    margin-top: 0;
  }

  .location-section-grid {
    grid-template-columns: 5fr;
  }

  .loaction-single-image {
    object-position: 50% 10%;
    height: 200px;
  }

  .loaction-section-contant {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .loaction-section-desc {
    margin-top: 10px;
  }

  .service-banner-grid {
    grid-template-columns: 7fr;
  }

  .service-banner-contant {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .client-2-box {
    margin-top: 20px;
    overflow: visible;
  }

  .case-2-studies-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .case-studies-link-block.block-1 {
    height: 280px;
  }

  .case-2-studie-image-block.block-1 {
    height: 100%;
  }

  .case-2-studies-wrap {
    width: 100%;
  }

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

  .case-2-studies-content-block {
    padding-top: 15px;
    padding-bottom: 15px;
    right: 0;
  }

  .blog-2-section-heading-block {
    width: 100%;
  }

  .blog-2-image {
    object-position: 50% 0%;
  }

  .pricing-section.section-padding-bottom {
    padding-top: 42px;
  }

  .pricing-section-wrap {
    grid-template-columns: 1fr;
    padding-top: 43px;
  }

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

  .pricing-top-content-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .pricing-list {
    margin-top: 25px;
  }

  .pricing-list.list-1 {
    margin-bottom: 20px;
  }

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

  .servvice-details-section.section-padding-bottom {
    padding-top: 50px;
  }

  .service-deatils-grid {
    grid-template-columns: 12fr;
  }

  .service-details-rich-text-1 {
    margin-bottom: 15px;
  }

  .service-details-rich-text {
    margin-bottom: 20px;
  }

  .case-studies-detail-grid {
    grid-template-columns: 6fr;
  }

  .case-studies-detail-info-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .case-studies-details-rich-text {
    margin-bottom: 20px;
  }

  .info-item-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info-item-list._1 {
    grid-template-columns: 1fr 1fr;
  }

  .info-item-list._2 {
    grid-template-columns: 1fr;
  }

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

  .brad-icon-block {
    height: 40px;
  }

  .info-page-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-thumbnail {
    height: 200px;
  }

  .blog-single-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 5fr;
  }

  .blog-single-left-content {
    height: 100%;
    position: relative;
    top: auto;
  }

  .blog-single-image-block {
    height: auto;
  }

  .blog-single-author-social-block {
    margin-left: 0;
  }

  .blog-richtext-1 h2, .blog-richtext-1 p {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-richtext-1 h2, .blog-richtext-1 p {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-richtext-1 ul {
    padding-left: 20px;
    padding-right: 0;
  }

  .blog-richtext-1 blockquote {
    margin-bottom: 20px;
    padding: 20px;
  }

  .blog-richtext-2 h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-richtext-2 p, .blog-richtext-2 h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-richtext-2 ul {
    padding-left: 20px;
  }

  .blog-richtext-2 p {
    padding-left: 0;
    padding-right: 0;
  }

  .utility-error-desc {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-grid-block-inner {
    grid-template-columns: 1fr;
  }

  .nav-logo-image {
    height: 30px;
  }

  .blog-2-image-block {
    order: 9999;
    width: auto;
    height: 200px;
  }

  .case-2-studies-section-wrap {
    padding-bottom: 30px;
  }

  .service-title-box {
    place-items: center;
  }

  .blog-right-content-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-right-content-inner.blokc-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-banner-contant-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .social-link-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: inline-flex;
  }

  .team-item-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 100%;
  }

  .client-box {
    overflow: hidden;
  }

  .blog-content-flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .about-info-value-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .case-studies-slider-box {
    justify-content: center;
  }

  .case-sutide-slider {
    background-color: var(--_colors---button--transparent);
  }

  .case-sutide-mask {
    width: 100%;
    overflow: hidden;
  }

  .case-studies-slider-icon-box {
    display: none;
  }

  .case-sutide-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-grid {
    grid-template-columns: 8fr;
  }

  .testimonial-tab {
    flex-flow: column;
    height: 100%;
    display: block;
  }

  .testimonial-tabs-menu {
    flex-flow: wrap;
    order: -9999;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonial-tab-link, .testimonial-tab-link.link-2, .testimonial-tab-link.link-2 {
    padding: 0;
  }

  .testimonial-tab-content {
    height: auto;
    margin-top: 10px;
    margin-left: 0;
  }

  .testimonial-tab-pane {
    height: auto;
    padding: 0;
  }

  .testimonial-content-block {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
    inset: auto;
  }

  .testimonial-content-section {
    display: none;
  }

  .cta-text-top.text-block-1 {
    width: 80%;
  }

  .cta-desc {
    width: 85%;
  }

  .testimonial-client-block, .testimonial-client-block.block1.active, .testimonial-client-block.block5, .testimonial-client-block.block1.active, .testimonial-client-block.block1.active, .testimonial-client-block.block5 {
    display: none;
  }

  .service-link-icon-block {
    height: 16px;
  }

  .testimonial-2-author-block {
    display: none;
  }

  .testimonial-2-author-block.block-1 {
    display: flex;
  }

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

  .service-2-content-inner {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .service-2-image-block {
    height: 100%;
  }

  .map-block {
    height: 250px;
  }

  .hero-content-block {
    margin-bottom: 30px;
  }

  .hero-content-inner {
    width: 100%;
  }

  .step-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .step-image-block {
    width: 100%;
  }

  .step-desc {
    display: none;
  }

  .cta-icon-image {
    height: 100px;
    top: 10px;
  }

  .testimonial-2-slider-block {
    display: none;
  }

  .blog-2-content {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--body-font-family: Inter, sans-serif;
    --_typography---body-font--large-font-size: 1rem;
    --_typography---body-font--large-line-height: 1.625rem;
    --_typography---font-wight--normal: 400;
    --_typography---font-family--heading-font-family: Satoshi, Arial, sans-serif;
    --_typography---h2--h2-font-size-large: 2.1875rem;
    --_typography---h2--h2-line-height-large: 2.5rem;
    --_typography---font-wight--medium: 500;
    --_typography---h2--h2-font-size-medium: 1.875rem;
    --_typography---h2--h2-line-height-medium: 2.5rem;
    --_typography---h3--h3-font-size: 1.75rem;
    --_typography---h3--h3-line-height: 2.375rem;
    --_typography---h4--h4-font-size: 1.625rem;
    --_typography---h4--h4-line-height: 2.25rem;
    --_typography---h5--h5-font-size: 1.375rem;
    --_typography---h5--h5-line-height: 2rem;
    --_typography---h6--h6-font-size: 1.125rem;
    --_typography---h6--h6-line-height: 1.75rem;
    --_typography---body-font--medium-font-size: .9375rem;
    --_typography---body-font--medium-line-height: 1.5625rem;
    --_typography---h1--h1-font-size: 2.813rem;
    --_typography---h1--h1-line-height: 3.438rem;
    --_typography---font-wight--extra-bold: 900;
    --_typography---small-font-size--font-size: 2.5rem;
    --_typography---small-font-size--line-height: 3.438rem;
    --_typography---font-wight--light: 300;
    --_typography---body-font--small-font-size: .875rem;
    --_typography---body-font--small-line-height: 1.5rem;
    --_typography---button--small-button-font-size: .875rem;
    --_typography---button--small-button-line-height: 1.5rem;
    --_typography---extra-small-font-size--font-size: 2.375rem;
    --_typography---extra-small-font-size--line-height: 3rem;
    --_typography---font-wight--semibold: 600;
    --_typography---font-wight--bold: 700;
    --_typography---medium-font-size--font-size: 2.625rem;
    --_typography---medium-font-size--line-height: 3.25rem;
    --_typography---button--regular-button-font-size: 1rem;
    --_typography---button--regular-button-line-height: 1.625rem;
    --_spacing---button--section-padding: 40px;
  }

  .container-fluid {
    max-width: var(--_layout-width---conatiner--container-fluid);
  }

  .nav-link {
    margin-right: 0;
  }

  .nav-dropdown-list {
    opacity: 1;
  }

  .nav-dropdown-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 6fr 6fr;
    justify-content: space-between;
    padding: 20px 10px;
  }

  .menu-button {
    margin-right: -3px;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, #0003, #0003), linear-gradient(180deg, var(--_colors---button--transparent) 81%, #0b0f1ab3), url("https://cdn.prod.website-files.com/6986d8b96d6f97df75bf69fa/69871e8fd97c409bf522b01c_8790b5bb6e3d57652406740bc1f7f2b0_hero-image.jpg");
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 320px;
  }

  .hero-heading.text-center {
    background-position: 0 0;
    background-size: auto 300px;
    width: 100vw;
  }

  .hero-section-overlay {
    height: 157px;
  }

  .hero-heading-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .line-wrapper {
    max-width: 30vw;
  }

  .site-line.line-4 {
    display: none;
  }

  .about-desc-block {
    margin-top: 0;
  }

  .about-section-desc {
    display: none;
  }

  .service-section-grid {
    grid-template-columns: 6fr;
  }

  .service-section-heading-block {
    text-align: center;
  }

  .service-image-block {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }

  .service-image {
    object-position: 50% 15%;
  }

  .service-desc {
    width: 100%;
    display: none;
  }

  .service-title, .service-title.title-1.active, .service-title.title-1.active, .service-title.title-1.active {
    font-size: var(--_typography---h5--h5-font-size);
    line-height: var(--_typography---h5--h5-line-height);
  }

  .service-section-wrap {
    text-align: center;
  }

  .client-logo-block {
    height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .client-logo-block.block-3 {
    height: 15px;
  }

  .case-studies-section {
    padding-bottom: 40px;
  }

  .case-studies-title {
    font-size: var(--_typography---h5--h5-font-size);
    line-height: var(--_typography---h5--h5-line-height);
    justify-content: center;
  }

  .case-studies-category.text-left {
    font-size: var(--_typography---body-font--small-font-size);
    line-height: var(--_typography---body-font--small-line-height);
    font-size: var(--_typography---body-font--small-font-size);
    line-height: var(--_typography---body-font--small-line-height);
    margin-bottom: 5px;
  }

  .case-studies-technogym-block.title-left {
    display: none;
  }

  .case-studies-sticky {
    inset: 240px;
  }

  .testimonial-section-heading-block {
    margin-bottom: 25px;
  }

  .section-title {
    font-size: var(--_typography---h2--h2-font-size-medium);
    line-height: var(--_typography---h2--h2-line-height-medium);
  }

  .testimonial-mask {
    margin-bottom: 30px;
  }

  .testimonial-block-quote-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-block-quote, .testimonial-block-quote.block-1, .testimonial-block-quote.block-1 {
    font-size: var(--_typography---h6--h6-font-size);
    line-height: var(--_typography---h6--h6-line-height);
  }

  .testimonial-author-deatils-block {
    margin-top: 0;
  }

  .slider-arrow-1 {
    bottom: -60px;
  }

  .testimonial-slider-wrap {
    padding-bottom: 30px;
  }

  .blog-image-block {
    height: 250px;
  }

  .blog-image {
    object-position: 50% 15%;
  }

  .blog-content-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .blog-content-block.block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-title-block {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .blog-desc {
    display: none;
  }

  .client-btn-block {
    align-self: center;
    margin-left: 0;
  }

  .btn-block {
    width: 100%;
  }

  .btn-block.submit-btn {
    width: 35px;
    height: 35px;
  }

  .btn-block.primary-button {
    display: flex;
  }

  .btn-block.white-button {
    width: auto;
  }

  .btn-text {
    font-size: var(--_typography---button--small-button-font-size);
    line-height: var(--_typography---button--small-button-line-height);
  }

  .btn-text-block {
    height: 100%;
  }

  .btn-text-block.white-border {
    height: auto;
  }

  .footer-icon-block {
    display: none;
  }

  .footer-heading {
    font-size: var(--_typography---h2--h2-font-size-medium);
    line-height: var(--_typography---h2--h2-line-height-medium);
  }

  .frist-footer-desc-block {
    align-items: flex-start;
  }

  .frist-footer-desc {
    display: none;
  }

  .footer-btn-block {
    margin-top: 10px;
  }

  .section-footer-block {
    padding-top: 50px;
  }

  .footer-nav-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 5fr 7fr;
  }

  .footer-list.list-1 {
    align-items: center;
  }

  .footer-form-desc {
    display: none;
  }

  .footer-form-box.box-1 {
    margin-top: 20px;
  }

  .case-studies-block {
    width: 100%;
    padding: 15px;
    overflow: hidden;
  }

  .case-studies-grid-wrap, .case-studies-list-block, .case-sutide-item-wrap {
    height: 400px;
  }

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

  .about-banner-image-grid {
    display: none;
  }

  .counter-conatin-wrap {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .counter-contant-inner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 20px;
  }

  .counter-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 4fr 8fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .counter-title-block {
    align-items: center;
  }

  .counter-title.counter-animation {
    font-size: var(--_typography---h3--h3-font-size);
    line-height: var(--_typography---h3--h3-line-height);
    font-size: var(--_typography---h3--h3-font-size);
    line-height: var(--_typography---h3--h3-line-height);
  }

  .counter-text {
    font-size: var(--_typography---body-font--large-font-size);
    line-height: var(--_typography---body-font--large-line-height);
  }

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

  .about-2-single-image-block {
    height: 200px;
  }

  .step-2-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .step-2-contein-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .step-2-image-block {
    height: 150px;
  }

  .step-2-image-block.block-1 {
    height: 130px;
  }

  .step-2-number {
    display: none;
  }

  .team-slider-wrap {
    margin-right: -15px;
  }

  .team-slider {
    padding-bottom: 62px;
  }

  .team-mask {
    width: 100%;
  }

  .team-slide {
    perspective: none;
    perspective-origin: 0 0;
    transform-origin: 0 0;
    transform: none;
  }

  .team-content-block {
    margin-top: 0;
  }

  .team-slider-arrow {
    transform: translate(-35px);
  }

  .contact-info-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .loaction-content-box {
    flex-flow: wrap;
  }

  .service-banner-desc-block {
    display: none;
  }

  .client-2-logo-box {
    height: 50px;
  }

  .client-2-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-banner-image-block {
    display: none;
  }

  .case-2-studie-banner-heading {
    padding-bottom: 40px;
  }

  .case-2-studies-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .case-studies-link-block {
    height: 250px;
  }

  .case-studies-link-block.block-1 {
    height: 200px;
  }

  .case-2-studie-image-block {
    height: 100%;
  }

  .case-2-studies-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-list-wrapper {
    height: 100%;
  }

  .case-2-studies-content-block {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-2-section-wrap {
    padding-top: 30px;
  }

  .blog-2-content-block {
    display: none;
  }

  .blog-2-image {
    object-position: 50% 15%;
  }

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

  .pricing-section-grid {
    grid-template-columns: 6fr;
  }

  .pricing-content-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-list {
    margin-top: 20px;
  }

  .pricing-list.list-1 {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-single-image-block {
    height: auto;
  }

  .faq-image-overlay {
    background-image: linear-gradient(180deg, var(--_colors---button--transparent) 44%, black 94%);
  }

  .service-details-rich-text-1 {
    margin-top: 10px;
  }

  .service-details-rich-text {
    margin-bottom: 20px;
  }

  .service-details-image {
    margin-bottom: 25px;
  }

  .case-studies-detail-info-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-studies-technology-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .case-studies-image-block {
    width: 100%;
    height: 250px;
  }

  .case-studies-details-rich-text-2 ul {
    grid-row-gap: 10px;
    grid-row-gap: 10px;
  }

  .case-studie-more-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    height: 150px;
  }

  .info-inner-item._3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info-content-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-item-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .info-item-list._1 {
    grid-template-columns: 1fr;
  }

  .heading-text-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .heading-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .block-quote-box {
    padding: 20px;
  }

  .spacing.section-padding-top {
    padding-top: 50px;
  }

  .favicon-icon.icon-1 {
    height: 52px;
  }

  .info-inner-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info-inner-item._3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .info-page-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .info-page-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-single-image-block {
    height: 250px;
    margin-bottom: 10px;
  }

  .blog-richtext-2 li {
    width: 100%;
  }

  .blog-content-inner {
    width: 100%;
    height: 100%;
  }

  .page-title-text {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .blog-grid-block-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: block;
  }

  .nav-logo-image {
    height: 20px;
  }

  .blog-2-image-block {
    height: 200px;
  }

  .case-2-studies-section-wrap {
    padding-bottom: 0;
  }

  .team-item-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-content-flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .cta-2-video-block {
    width: 100%;
  }

  .blog-author-content {
    display: none;
  }

  .blog-top-content {
    margin-bottom: 10px;
  }

  .cta-text-top {
    width: 100%;
  }

  .cta-text-top.text-block-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .cta-desc, .cta-2-video {
    width: 100%;
  }

  .btn-text-overlay {
    font-size: var(--_typography---button--small-button-font-size);
    line-height: var(--_typography---button--small-button-line-height);
  }

  .counter-box {
    margin-top: 10px;
  }

  .service-section-content {
    padding-bottom: 0;
  }

  .service-section-desc {
    display: none;
  }

  .service-content.content-1.active {
    padding-bottom: 15px;
  }

  .service-link-block {
    width: 35px;
    height: 35px;
    padding: 13px 10px 10px 15px;
  }

  .service-link-icon-block {
    height: 10px;
  }

  .service-content-bottom.content-1.active {
    margin-top: 20px;
  }

  .blog-categroy-block, .about-info-box, .about-info-author-image-block, .testimonial-2-author-block.block-1, .testimonial-2-author-block.block-1 {
    display: none;
  }

  .testimonial-block-quote-2-block.block-2 {
    margin-top: 0;
  }

  .service-2-content {
    padding: 15px;
  }

  .service-2-content-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-2-image-block {
    height: 150px;
  }

  .hero-btn-wrap {
    width: 80%;
    margin-top: 30px;
  }

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

  .step-image-block {
    height: 120px;
  }

  .step-image-block.image1, .step-image-block.image3, .step-image-block.image4, .step-image-block.image2.active, .step-image-block.image1, .step-image-block.image3, .step-image-block.image4, .step-image-block.image2.active, .step-image-block.image2.active {
    margin-top: 0;
  }

  .cta-icon-image, .blog-section-desc {
    display: none;
  }

  .blog-2-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-2-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .blog-2-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-slider-block {
    margin-top: 20px;
  }

  .blog-slider-mask {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a2ccd7fa-d5bb-b05a-a5f0-51c1573dc80f-6a68dd2b {
    grid-area: 1 / 2 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8a64b50a-362f-8538-a685-c04e0b203756-6a68dd2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4ac4186-0c43-c7d9-294f-52b5a7d4af9e-6a68dd2b {
    order: -9999;
  }

  #w-node-_6e872503-ee0a-a318-0680-2532326e680f-6a68dd2b, #w-node-d77881fa-a1a1-a7cc-7fb7-e07fa87b3603-6a68dd2b, #w-node-_13bbd8e0-78e8-6c5f-b1d3-f71f438d90a2-6a68dd2b {
    order: 9999;
  }

  #w-node-a2ccd7fa-d5bb-b05a-a5f0-51c1573dc80f-6a68dd2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_13bbd8e0-78e8-6c5f-b1d3-f71f438d90a4-6a68dd2b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c085e4b-0379-208b-4fb6-8d52d7249f80-6a68dd2b {
    order: 9999;
  }

  #w-node-_66b9821f-e123-11f4-ec58-dcdf24e24727-35e690db {
    order: -9999;
  }

  #w-node-_66b9821f-e123-11f4-ec58-dcdf24e24738-35e690db {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66b9821f-e123-11f4-ec58-dcdf24e24749-35e690db {
    order: 3;
  }

  #w-node-_66b9821f-e123-11f4-ec58-dcdf24e2475f-35e690db {
    order: 4;
  }

  #w-node-_1728efe7-20a3-e2cb-d115-77678985cb6e-8985cb36 {
    grid-area: 2 / 1 / 3 / 3;
  }
}
