:root {
  --dark-navy: #101834;
  --_color---blue: #1f6fff;
  --black: #000;
  --_apps---colors--card: #fff;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --new-front: #4388ff;
  --_apps---sidebar--sidebar-accent-foreground: #fff;
  --_apps---colors--muted-foreground: #6b7280;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f9fafb;
  --_apps---colors--popover: #fff;
  --_apps---sidebar--sidebar-primary-foreground-dark: #f9fafb;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --_apps---sidebar--sidebar-border: #e5e7eb;
  --_apps---colors--popover-foreground: #1d1d20;
  --_apps---colors--background: #fff;
  --_apps---colors--primary-foreground: #fff;
  --_apps---colors--foreground: #1d1d20;
  --_apps---typography--heading-font: Montserrat, sans-serif;
  --primary-yellow: #fad72f;
  --royal-blue: #1f6fff;
  --_apps---typography--body-font: Montserrat, sans-serif;
  --_apps---typography--button-font: Montserrat, sans-serif;
  --_apps---sizes--radius: .375rem;
  --_apps---colors--card-foreground: #1d1d20;
  --_apps---colors--primary: #6366f1;
  --_apps---colors--secondary: #f7f7f8;
  --_apps---colors--secondary-foreground: #1d1d20;
  --_apps---colors--muted: #f7f7f8;
  --_apps---colors--accent: #6366f1;
  --_apps---colors--accent-foreground: #fff;
  --_apps---colors--destructive: #dc2626;
  --_apps---colors--border: #e5e7eb;
  --_apps---colors--input: #f9fafb;
  --_apps---colors--ring: #6366f1;
  --_apps---colors--chart-1: #6366f1;
  --_apps---colors--chart-2: #a78bfa;
  --_apps---colors--chart-3: #c4b5fd;
  --_apps---colors--chart-4: #8b5cf6;
  --_apps---colors--chart-5: #7c3aed;
  --_apps---colors--background-dark: #1d1d20;
  --_apps---colors--foreground-dark: #f9fafb;
  --_apps---colors--card-dark: #2a2a2d;
  --_apps---colors--card-foreground-dark: #f9fafb;
  --_apps---colors--popover-dark: #2a2a2d;
  --_apps---colors--popover-foreground-dark: #f9fafb;
  --_apps---colors--primary-dark: #6366f1;
  --_apps---colors--primary-foreground-dark: #fff;
  --_apps---colors--secondary-dark: #27272a;
  --_apps---colors--secondary-foreground-dark: #f9fafb;
  --_apps---colors--muted-dark: #27272a;
  --_apps---colors--muted-foreground-dark: #9ca3af;
  --_apps---colors--accent-dark: #6366f1;
  --_apps---colors--accent-foreground-dark: #fff;
  --_apps---colors--destructive-dark: #f87171;
  --_apps---colors--border-dark: #ffffff1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #818cf8;
  --_apps---colors--chart-1-dark: #a78bfa;
  --_apps---colors--chart-2-dark: #c4b5fd;
  --_apps---colors--chart-3-dark: #7c3aed;
  --_apps---colors--chart-4-dark: #a5b4fc;
  --_apps---colors--chart-5-dark: #c4b5fd;
  --_apps---sidebar--sidebar: #f9fafb;
  --_apps---sidebar--sidebar-foreground: #1d1d20;
  --_apps---sidebar--sidebar-primary: #6366f1;
  --_apps---sidebar--sidebar-primary-foreground: #fff;
  --_apps---sidebar--sidebar-accent: #6366f1;
  --_apps---sidebar--sidebar-ring: #6366f1;
  --_apps---sidebar--sidebar-dark: #2a2a2d;
  --_apps---sidebar--sidebar-foreground-dark: #f9fafb;
  --_apps---sidebar--sidebar-primary-dark: #a78bfa;
  --_apps---sidebar--sidebar-accent-dark: #27272a;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #818cf8;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  font-family: Poppins, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: none;
}

a:hover {
  color: #000;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

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

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section.home_hero {
  background-color: #080808;
  background-image: linear-gradient(180deg, #220e4d, var(--dark-navy));
  padding-top: 0;
  overflow: clip;
}

.section.mechanic-seo {
  padding-bottom: 40px;
}

.section.main-cta {
  background-color: var(--_color---blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.faq-section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.digital-solution {
  padding-top: 0;
  padding-bottom: 0;
}

.section.engage-section {
  background-color: #000;
  padding-bottom: 80px;
}

.section.step-section, .section.sliding-services-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.car-mechanic-section {
  background-color: var(--black);
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer {
  color: var(--_apps---colors--card);
  background-color: #000000f7;
}

.section.explore-section {
  background-color: #000;
  background-image: linear-gradient(#000, #000c 14%, #f3f3f31a 90%, #000), url('../images/417947690_593713e5-3a82-49c0-8304-4f7a76ea902a.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.contact-form {
  background-color: var(--dark-navy);
  background-image: linear-gradient(#00000080, #00000080);
  padding-bottom: 80px;
}

.section.ongoing-support-section {
  color: #fff;
  background-color: #000;
  padding-bottom: 80px;
}

.section.maintaince_hero {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.what_you_get-section {
  background-image: linear-gradient(111deg, #0000008a, #fff0 35%, #a89f9fbf 74%, #000), url('../images/8622-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 80px;
}

.section.what_you_get-section.mf-what-you-get {
  background-color: #fff;
  background-image: linear-gradient(112deg, #00000070, #ffffff14 80%, #30303078 92%, #10101087 93%, #000000cf 104%), url('../images/8622-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.why-choose {
  background-color: #000;
  padding-bottom: 80px;
}

.section.ticker {
  padding-bottom: 40px;
  overflow: clip;
}

.section._wf-main-hero {
  height: 100vh;
  padding-top: 0;
}

.section._wf-service-descrp {
  background-image: url('../images/8218.webp');
  background-size: cover;
  padding-bottom: 80px;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.kk {
  background-color: #00368d;
}

.rt-container-one-2 {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-container-one-2.rt-container-gap {
  padding-left: 15px;
  padding-right: 15px;
}

.rt-style-three-header {
  z-index: 300;
  background-color: #0000;
}

.rt-style-three-header.rt-home-two-header {
  z-index: 300;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-style-three-header.rt-home-two-header.rt-nav-seven {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Outfit;
  font-weight: 300;
  position: fixed;
  inset: 0% 0% auto;
}

.rt-home-three-nav-menu-brand {
  flex: none;
  align-items: center;
  width: 136px;
  padding: .5rem 0;
  display: flex;
}

.rt-navbar-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-image-height-auto-4 {
  width: 100%;
  height: 100%;
  display: block;
}

.rt-hamburgar-wrap {
  display: none;
}

.rt-nav-menu-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-right-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_hero-main-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  padding: 100px 10px 40px;
  display: flex;
}

.home_hero-heading-part {
  z-index: 600;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff21;
  border: 1px solid #a1a1a121;
  border-radius: 20px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end;
  padding: 40px;
  display: grid;
  position: relative;
}

.home_hero-left-part {
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.home_hero-main-heading {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 110%;
}

.home_hero-right-sub-heading {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.slide-nav {
  display: none;
}

.icon {
  color: var(--new-front);
  box-shadow: 0 2px 5px #0000;
}

.icon-2 {
  color: var(--new-front);
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-06 {
  background-color: var(--new-front);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-2.c-06.outlined {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 40px;
  box-shadow: 0 2px 5px #0003;
}

.btn-txt-wrapper {
  z-index: 5;
  position: relative;
}

.btn-bg {
  background-color: var(--dark-navy);
  color: #fff;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.text-block-3 {
  color: #fff;
}

.text-block-3.outlined-cta-text {
  color: var(--_apps---sidebar--sidebar-accent-foreground);
}

.home_hero_slider {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: clip;
}

.home_hero_slider.d-none {
  display: none;
}

.slider_track {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
  left: 0;
}

.slider-logo-wrap {
  flex: none;
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 150px;
  margin-right: 0;
}

.slider-logo {
  filter: invert();
  width: 100%;
  height: 100%;
  display: block;
}

.slider-logo.no-invert {
  filter: none;
}

.track-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  left: 0;
}

.mechanic-seo-heading-wrapper {
  padding-bottom: 10px;
  position: static;
  bottom: 0;
}

.mechanic-seo-heading {
  color: var(--new-front);
  text-align: center;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Qwigley, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 120%;
  overflow: clip;
}

.mechanic-sub-heading-wrapper {
  max-width: 1009px;
  margin-left: auto;
  margin-right: auto;
}

.mechanic-seo-subheading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.seo-mecha-bold {
  font-weight: 700;
}

.seo-mecha-short-cta-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mecha-seo-cta-text {
  color: #474747;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
}

.cta-heading {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  text-shadow: 0 7px 4px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 600;
  line-height: 120%;
}

.cta-subheading {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.cta-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._574px.center, .inner-container._1012px.center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.grid-1-column.gap-row-0.hg {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-btn-line.v2.horizontal {
  background-color: #fff;
  width: 20px;
}

.accordion-btn-line.v2.vertical {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 20px;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  background-color: var(--_apps---colors--muted-foreground);
  border: 1px solid #cecece;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 30px 10px 30px 0;
  box-shadow: 0 2px 6px #0003;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px;
  padding-left: 20px;
}

.accordion-side {
  margin-right: 24px;
}

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

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-center.mg-bottom-56px {
  margin-bottom: 80px;
}

.mg-bottom-0 {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}

.heading {
  color: var(--new-front);
  margin-top: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.latest-blog-card-line {
  opacity: .38;
  color: #000;
  background-image: linear-gradient(90deg, #ffffff12 1%, #ff3a00 50%, #ffffff12);
  width: 100%;
  height: 1px;
}

.latest-blog-date-wrap {
  padding: 10px 10px 10px 30px;
}

.latest-blog-date {
  font-size: 12px;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.rt-margin-bottom-twenty {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 600;
  line-height: 110%;
}

.rt-component-container-2 {
  width: 100%;
  max-width: none;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-marquee-testemonial {
  overflow: hidden;
}

.rt-component-section-2.rt-marquee-testemonial.rt-testemonial-v-eight {
  background-color: #0000;
  padding-top: 0;
}

.rt-body-font-color-2 {
  color: var(--dark-navy);
  text-align: center;
  font-size: 18px;
  transition: color .35s;
}

.rt-home-one-project-card-image {
  object-fit: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

.rt-home-four-three-box-pic {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.rt-home-four-three-box-pic.blog-img-wrap {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}

.rt-home-four-star-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-four-arrow-block {
  border: 1px solid #0000004d;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-home-four-three-box-block {
  grid-column-gap: 30px;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 60px;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-image-height-auto {
  object-fit: cover;
}

.rt-financial-planning-block {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
}

.rt-home-four-three-box-data {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.rt-home-four-three-box-one {
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.paragraph {
  color: #fff;
  font-size: 18px;
}

.rt-overflow-none-2 {
  overflow: hidden;
}

.rt-home-two-testimonial-heading-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.rt-home-two-testimonial-paragraph-2 {
  color: var(--_apps---sidebar--sidebar-accent-foreground-dark);
  max-width: 528px;
  font-family: Poppins, sans-serif;
}

.rt-home-two-testimonial-wrap-3 {
  align-items: stretch;
}

.rt-home-two-testimonial-heading-2 {
  color: var(--_apps---sidebar--sidebar-accent-foreground-dark);
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.digital-solution-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.digital-solution-img-wrapper {
  height: 100%;
}

.digital-solution-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px 60px 20px;
  display: flex;
}

.digital-solution-heading-wrapper {
  max-width: 571.5px;
}

.heading-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-size: 46px;
  font-weight: 400;
  line-height: 110%;
}

.dot {
  color: var(--new-front);
  font-weight: 800;
}

.digital-solution-desc {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-size: 16px;
  font-weight: 400;
}

.engage-heading-part {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.engage-heading {
  color: var(--_apps---sidebar--sidebar-accent-foreground);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
}

.engage-heading-line {
  opacity: .47;
  background-image: linear-gradient(90deg, #000, #fff 50%, #000 103%);
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.quality-content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quality-content-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.engage-subheadings {
  color: var(--_apps---colors--card);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 120%;
}

.quality-content-img-wrapper {
  max-width: 450px;
}

.quality-content-desc {
  color: var(--_apps---colors--popover);
  font-size: 18px;
  line-height: 150%;
}

.quality-content-headig-wrap {
  padding-bottom: 40px;
}

.blog-card-pill {
  background-color: var(--new-front);
  color: #fff;
  border-radius: 20px;
  flex: none;
  padding: 8px 20px;
  position: absolute;
  inset: 10px 10px auto auto;
  box-shadow: 0 2px 5px #0003;
}

.text-block-4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.mechanic-review-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.mechanic-reviewer-img-ccontenr {
  margin-left: 18px;
  display: flex;
}

.mechanic_revew-img-wrap {
  border: 2px solid #ffb49e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: -9px;
  padding-top: 0;
  overflow: hidden;
}

.div-block-5 {
  height: 32px;
  position: relative;
}

.image-3 {
  width: 94px;
  height: 100%;
}

.mechanic-cta-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.rt-button-background {
  background-color: #fff;
  border-radius: 100%;
  width: 120%;
  min-width: 80px;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.rt-button-background.rt-white {
  pointer-events: none;
  -webkit-text-stroke-color: var(--new-front);
  pointer-events: none;
  inset: 0% 0% 0% -20%;
  border-radius: 800px;
  align-self: center;
  width: 0%;
  min-width: auto;
  height: 120%;
  inset: 0% 0% 0% -20%;
}

.rt-blue-button-text {
  color: #000;
  letter-spacing: .32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.rt-blue-button-text.rt-button-text-color {
  color: #fff;
}

.rt-blue-button-text.rt-button-text-color.rt-text-relative {
  flex: none;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.rt-blue-button-text.rt-button-text-color.rt-text-relative-copy {
  flex: none;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.rt-main-blue-button {
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  display: flex;
  overflow: hidden;
}

.rt-main-blue-button.rt-color-wrapper {
  background-color: #246dfe;
  border-radius: 40px;
}

.rt-main-blue-button.rt-color-wrapper.rt-pop {
  background-color: var(--new-front);
  position: relative;
}

.rt-main-blue-button.rt-color-wrapper.rt-pop:hover {
  opacity: 1;
}

.rt-main-blue-button.rt-color-wrapper.rt-pop.navigation-btn {
  background-color: #254eed;
}

.rt-main-button-container-copy {
  border: 1px solid var(--new-front);
  background-color: var(--new-front);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .4s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.rt-main-button-container-copy:hover {
  border-color: var(--new-front);
}

.image-4 {
  filter: hue-rotate(229deg);
  object-fit: cover;
  width: auto;
  height: 100%;
}

.previous-client-case-img-wrap {
  border: 2px solid #f8815e;
  border-radius: 7px;
  max-width: 438px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.mechanic-bottom-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.mechanic-bottom-desc-wrap {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}

.base-content {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-home-one-marquee-section {
  padding-bottom: 80px;
}

.rt-home-one-marquee-section.rt-overflow-hidden.rt-component-container {
  max-width: none;
}

.rt-marquee-wrapper {
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rt-marquee-big-text {
  color: var(--black);
  text-transform: uppercase;
  flex: none;
  padding-right: 33px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 5rem;
}

.rt-home-marquee-two {
  background-color: var(--new-front);
  justify-content: flex-end;
  align-items: center;
  width: 110%;
  display: flex;
  transform: translate(-10px)rotate(4deg);
}

.rt-marquee-train-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
}

.rt-marquee-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 3.75rem;
}

.rt-home-one-tab-wrap {
  perspective: 500px;
  padding-bottom: 170px;
  position: relative;
}

.rt-home-one-tab-link-wrap {
  align-items: stretch;
}

.rt-home-one-tab-image-overlay {
  z-index: 2;
  background-image: linear-gradient(#00001a00, #ff3a004f);
  position: absolute;
  inset: 0%;
}

.rt-home-one-service-bottom-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-tab-image-two-wrap-2 {
  z-index: 1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-tab-link {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  white-space: normal;
  background-color: #fff0;
  border-bottom: 1px solid #0000001a;
  padding: 40px 30px 40px 60px;
}

.rt-home-one-tab-link.w--current {
  background-color: var(--new-front);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom-style: none;
  border-bottom-color: #fff0;
  border-radius: 10px;
}

.rt-home-one-tab-link.rt-top-border {
  border-top: 1px solid #ffffff4d;
}

.rt-home-one-tab-link.rt-top-border.w--current {
  border-top-color: #fff0;
}

.rt-home-one-tab-contain {
  width: 100%;
  max-width: 457px;
  margin-right: 40px;
}

.rt-home-one-tab-menu {
  flex-flow: column;
  width: 100%;
  max-width: 713px;
  display: flex;
}

.rt-home-one-tabe-image-block-two {
  transform-style: preserve-3d;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: rotateX(0)rotateY(10deg)rotateZ(0);
}

.rt-home-one-tab-contain-box {
  overflow: hidden;
}

.rt-tab-image-one-wrap-2 {
  border-radius: 4px;
  overflow: hidden;
}

.rt-home-one-tab-image-block-one {
  z-index: 2;
  transform-style: preserve-3d;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  transform: rotateX(0)rotateY(13deg)rotateZ(0);
}

.rt-tab-description {
  white-space: normal;
  max-width: 47ch;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.rt-heading-five-size {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.steps-heading-wrapper {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.step-main-heading {
  text-align: right;
  margin-top: 0;
  font-weight: 500;
}

.sp-step-formula {
  color: var(--new-front);
  font-size: 46px;
  font-weight: 700;
}

.is-italic {
  color: var(--new-front);
  font-weight: 600;
}

.growth-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #140711;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.growth-img-wrapper {
  max-width: 600px;
}

.growth-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px 60px 20px;
  display: flex;
}

.growth-heading-wrapper {
  max-width: 494px;
}

.growth-desc {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-size: 16px;
  font-weight: 400;
}

.masonry__grid-person {
  color: #222;
  font-weight: 600;
  line-height: 21px;
}

.masonry__grid-signature {
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.swiper-wrapper.swiper-wraper-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  overflow: visible;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0;
  display: flex;
}

.masonry__grid-block-2 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 300px;
  padding: 24px;
  box-shadow: 0 2px 5px #0000000a;
}

.masonry__grid-job-title {
  color: #6b6b6b;
  letter-spacing: .125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.masonry__grid-quote {
  border-left-style: none;
  border-left-width: 0;
  margin-top: 18px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.masonry__grid-portrait {
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.review-slider {
  overflow: hidden;
}

.image-22 {
  filter: hue-rotate(178deg);
}

.car-mechanic-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.car-mechanic-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  display: block;
  overflow: clip;
}

.car-mechanic-slider-wrapper {
  z-index: 5;
  border-radius: 20px;
  flex: none;
  max-width: 500px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.car-mechanic-heading-wrap {
  max-width: 700px;
  padding-bottom: 40px;
}

.car-mechanic-heading {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

.car-mechanic-slider {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}

.car-mechanic-button {
  border: 1px solid var(--new-front);
  background-color: var(--new-front);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .4s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.car-mechanic-button:hover {
  border-color: var(--new-front);
}

.feuling-heading-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.feuling-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feuling-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2a2a2d;
  background-image: linear-gradient(30deg, #021269, #000 46%, #001b86);
  border: 1px solid #008cff54;
  border-radius: 20px;
  padding: 20px;
  display: flex;
}

.feuling-card-img-wrapper {
  flex: none;
  max-width: 60px;
  max-height: 60px;
}

.feuling-heading {
  color: var(--_apps---colors--card);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
}

.feuling-card-heading {
  color: var(--_apps---sidebar--sidebar-accent-foreground-dark);
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

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

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-margin-bottom-twenty-2 {
  color: var(--_apps---sidebar--sidebar-primary-foreground-dark);
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-main-container {
  z-index: 2;
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  margin-bottom: 0;
  text-decoration: none;
}

.rt-logo-white-image {
  width: 100%;
  height: 100%;
}

.rt-footer-three-wrapper-two {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
}

.rt-footer-three-wrapper-one {
  width: 100%;
}

.rt-footer-three-wrapper-one.sdwfsd {
  background-color: var(--black);
  border: 2px solid #0000001a;
  border-radius: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: none;
}

.rt-footer-three-logo-2 {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.rt-footer-three-logo-2.w--current {
  flex: 0 auto;
  width: 150px;
  height: auto;
}

.rt-footer-three-about-content {
  color: var(--_apps---sidebar--sidebar-accent-foreground-dark);
  max-width: 260px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.rt-footer-three-about-section {
  flex: none;
  max-width: 420px;
  font-size: 16px;
}

.rt-footer-three-menu-blocks {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 290px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.rt-footer-three-wrapper {
  align-items: stretch;
}

.rt-footer-three-heading {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-5 {
  color: var(--_apps---colors--popover);
}

.nav-button {
  border: 1px solid var(--new-front);
  background-color: var(--new-front);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: border-color .4s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.nav-button:hover {
  border-color: var(--new-front);
}

.explore-heading {
  color: var(--new-front);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Damion, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.project-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

.projects-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-project {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.project-info-wrapper {
  background-image: linear-gradient(0deg, #000000d1, #000000ad 43%, #fff0 83%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-contact-block-two-left {
  flex: 1;
  align-self: center;
  max-width: 47%;
  overflow: hidden;
}

.rt-contact-block-two-right {
  flex: 1;
  align-self: center;
}

.rt-home-one-submit {
  background-color: var(--_color---blue);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-home-one-form-text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-form-text-field.rt-contact-one-text-field.rt-contact-one-textarea {
  height: 120px;
}

.rt-contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
}

.rt-contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

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

.navlink {
  color: var(--_color---blue);
  mix-blend-mode: difference;
  flex: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.navlink:hover {
  color: var(--_apps---sidebar--sidebar-border);
  font-weight: 600;
}

.navlink.w--current {
  color: var(--_color---blue);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.navlink.w--current:hover {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-weight: 600;
}

.faq_item {
  cursor: pointer;
  border-bottom: 1px solid #ececf1;
  padding: .5rem 0;
}

.portfolio-heading {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.digital-marketing {
  max-width: 450px;
}

.div-block-6 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  display: flex;
}

.background-video {
  z-index: 5;
  filter: hue-rotate(339deg);
  height: 100vh;
  padding-top: 0;
  position: relative;
}

.div-block-7 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ongoing-header-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end;
  display: block;
}

.ongoing-heading-wrap {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.ongoing-sub-heading {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-6 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3;
}

.ongoing-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: grid;
}

.og-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1b1b1ba1;
  background-image: linear-gradient(35deg, #1100ca57 2%, #00010f59 62%, #021872bd);
  border: 1px solid #e6e6e626;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  padding: 40px;
  display: grid;
  position: sticky;
  top: 100px;
}

.text-block-9 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 28px;
  line-height: 1.2;
}

.paragraph-4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.div-block-8 {
  border-radius: 15px;
  height: 100%;
  max-height: 300px;
  overflow: clip;
}

.image-26 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

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

.div-block-9 {
  padding: 10px;
}

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

.maintaince-wrapper {
  text-align: center;
  padding-bottom: 0;
}

.maintain_hero-header {
  z-index: 5;
  position: relative;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}

.heading-7 {
  color: var(--_apps---colors--popover-foreground);
  text-align: center;
  text-shadow: 0 1px 1px #000000b5;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.heading-7.text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.text-block-11 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.div-block-10 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.div-block-13 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-14 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-12 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  font-weight: 500;
}

.benefit-icon, .benefit-icon.sp-icon {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.div-block-15 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 40px;
}

.div-block-16 {
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 15px;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: grid;
}

.text-block-13 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  padding-top: 10px;
  font-size: 16px;
}

.svg-7 {
  color: #000;
}

.div-block-17-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.text-block-14 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-18 {
  filter: contrast(158%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 20px;
}

.heading-8 {
  color: var(--_apps---colors--card);
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
}

.div-block-19 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.text-block-15 {
  color: var(--_apps---colors--background);
}

.image-4-copy {
  object-fit: cover;
  width: auto;
  height: 100%;
}

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

.text-block-16 {
  color: var(--_apps---colors--card);
}

.text-block-17 {
  color: var(--_apps---colors--primary-foreground);
}

.text-block-18, .text-block-19, .text-block-20 {
  color: var(--_apps---colors--popover);
}

.text-block-21 {
  color: var(--_apps---colors--card);
}

.image-30, .image-31 {
  filter: hue-rotate(220deg);
}

.div-block-20 {
  max-width: 40px;
}

.image-32 {
  filter: invert();
}

.div-block-22 {
  padding-bottom: 15px;
}

.div-block-20-copy {
  flex: none;
  max-width: 40px;
  padding: 2px;
}

.hero-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  max-width: 95%;
  padding-right: 0;
  display: flex;
}

.ticker-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-right: 40px;
  display: flex;
}

.image-33 {
  display: block;
}

.ticker-logo-wrapper {
  width: 120px;
}

.ticker-main-wrapper {
  flex-flow: row;
  display: flex;
  position: relative;
  left: auto;
}

.image-33-copy {
  filter: invert();
  display: block;
}

.footer-glow {
  filter: blur(80px);
  background-color: #1f6fffa6;
  border-radius: 50%;
  width: 980px;
  height: 300px;
  position: absolute;
  inset: 13% 0% 0% 11%;
}

.one-stop-glow {
  z-index: 2;
  filter: blur(90px);
  background-color: #254eedc2;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto 7% 9% auto;
}

.div-block-25 {
  padding-top: 20px;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.slide {
  object-fit: cover;
}

.image-35 {
  height: 100%;
  display: block;
}

.slide-2 {
  height: 100%;
}

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

.contact-heading {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-heading.white-text {
  color: #fff;
  flex: none;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-27 {
  background-color: var(--_apps---colors--foreground);
}

.heading-9 {
  color: #fff;
  mix-blend-mode: difference;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

._wf-m-content-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.code-embed-12 {
  background-color: #0052e9;
}

.div-block-11-copy {
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  display: flex;
}

.heading-7-copy {
  color: var(--_apps---colors--foreground);
  text-align: center;
  text-shadow: 0 1px 1px #000000b5;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

._wf-main-heading {
  color: var(--_apps---colors--background);
  text-align: center;
  text-shadow: 0 1px 1px #000000b5;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.benefits-heading {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  text-shadow: 0 1px 1px #000000b5;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.text-block-22, .text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.div-block-10-copy, ._wf-h-main-heading {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

._wf-sub-heading-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

._wf-benefit-heading-wrap {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  padding-top: 20px;
  display: inline-block;
}

.why-choose-heading-wrap {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-lightbox"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .rt-nav-menu-link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-home-one-service-bottom-block {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-tab-link {
    border-radius: 8px;
  }

  .rt-contact-one-block-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-glow {
    left: 19%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-icon-wrapper {
    max-width: 85%;
  }

  .footer-glow {
    left: 19%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .section.what_you_get-section.mf-what-you-get {
    background-image: linear-gradient(112deg, #00000070, #10101087 67%, #ffffff14 87%, #30303078 92%, #000000cf 104%), url('../images/8622-1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .rt-container-one-2.rt-container-gap {
    max-width: 1320px;
  }

  .rt-style-three-header.rt-home-two-header {
    z-index: 3;
    position: relative;
  }

  .rt-style-three-header.rt-home-two-header.rt-nav-seven {
    z-index: 30;
    margin-bottom: 0;
  }

  .grid-1-column.gap-row-0.hg {
    max-width: 800px;
  }

  .digital-solution-heading-wrapper {
    max-width: 662px;
  }

  .digital-solution-desc-wrapper {
    max-width: 670px;
    padding-top: 15px;
  }

  .growth-img-wrapper {
    max-width: 800px;
  }

  .growth-heading-wrapper {
    max-width: 662px;
  }

  .growth-desc-wrapper {
    max-width: 793px;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .car-mechanic-heading-wrap {
    max-width: 710px;
  }

  .car-mechanic-heading {
    line-height: 120%;
  }

  .rt-contact-one-block-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .hero-icon-wrapper {
    max-width: 85%;
  }

  .footer-glow {
    left: 25%;
  }

  .heading-7-copy, ._wf-main-heading, .benefits-heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 60px 0;
  }

  .section.home_hero {
    padding: 0;
  }

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

  .section.digital-solution {
    padding-left: 0;
    padding-right: 0;
  }

  .section.sliding-services-section {
    padding: 40px 0;
  }

  .section.home_growth-section {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.what_you_get-section.mf-what-you-get {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.why-choose {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .footer {
    padding: 45px;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .rt-hamburgar-line-one, .rt-hamburgar-line-three {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .rt-hamburgar-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .rt-nav-menu-link-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #000000;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: 300px;
    padding-top: 35px;
    display: none;
    position: absolute;
    inset: 72px 0% 0%;
    overflow: hidden;
  }

  .rt-hamburgar-line-two {
    background-color: var(--radiant-ui-components-library-marketplace--color--white);
    width: 30px;
    height: 2px;
    padding: 0;
  }

  .home_hero-heading-part {
    grid-template-columns: 1fr 1fr;
  }

  .home_hero-main-heading {
    padding-bottom: 10px;
    font-size: 46px;
    line-height: 100%;
  }

  .home_hero-right-sub-heading {
    font-size: 22px;
  }

  .slider-logo-wrap {
    height: 50px;
  }

  .mechanic-seo-heading {
    font-size: 80px;
  }

  .mechanic-seo-subheading {
    font-size: 32px;
  }

  .seo-mecha-short-cta-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mecha-seo-cta-text {
    font-size: 20px;
  }

  .grid-1-column.gap-row-0 {
    grid-template-columns: 1fr;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

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

  .rt-home-four-three-box-pic {
    margin-top: 15px;
  }

  .rt-home-four-arrow-block {
    display: none;
  }

  .rt-home-four-three-box-block {
    grid-column-gap: 20px;
  }

  .rt-financial-planning-block {
    margin-bottom: 10px;
  }

  .rt-home-four-three-box-data {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .rt-home-two-testimonial-heading-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-home-two-testimonial-heading-2 {
    margin-top: 0;
  }

  .digital-solution-main-wrapper {
    grid-template-columns: 1fr;
  }

  .digital-solution-info-wrapper {
    padding-top: 40px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 36px;
  }

  .engage-heading {
    font-size: 36px;
  }

  .engage-section-main-wrapper {
    padding-top: 29px;
  }

  .quality-content-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
  }

  .engage-subheadings {
    font-size: 30px;
    font-weight: 600;
  }

  .quality-content-desc {
    font-size: 16px;
  }

  .quality-content-headig-wrap {
    padding-bottom: 20px;
  }

  .rt-blue-button-text.rt-button-text-color.rt-text-relative {
    white-space: nowrap;
    font-size: 16px;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 60px;
  }

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

  .rt-marquee-big-text {
    font-size: 4.6rem;
    line-height: 5.225rem;
  }

  .rt-home-one-tab-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .rt-home-one-service-bottom-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-home-one-tab-link, .rt-home-one-tab-link.rt-top-border {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-home-one-tab-contain {
    width: 100%;
    max-width: none;
  }

  .rt-tab-full-width {
    width: 100%;
  }

  .rt-home-one-tab-menu {
    max-width: none;
  }

  .rt-home-one-tabe-image-block-two {
    width: 100%;
    position: static;
    transform: none;
  }

  .rt-home-one-tab-image-block-one {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .rt-tab-description {
    max-width: none;
  }

  .growth-main-wrapper {
    grid-template-columns: 1fr;
  }

  .growth-img-wrapper {
    max-width: none;
  }

  .growth-heading-wrapper {
    text-align: center;
    max-width: none;
  }

  .growth-desc-wrapper {
    text-align: center;
  }

  .car-mechanic-main-wrapper {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
    position: relative;
  }

  .car-mechanic-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .car-mechanic-heading-wrap {
    max-width: 450px;
    padding-bottom: 20px;
  }

  .car-mechanic-heading {
    text-align: center;
    font-size: 36px;
  }

  .feuling-heading-wrapper {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .feuling-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .feuling-card {
    background-color: #d1d1d145;
  }

  .feuling-heading {
    font-size: 36px;
  }

  .feuling-card-heading {
    color: var(--radiant-ui-components-library-marketplace--color--white);
    font-size: 18px;
    font-weight: 600;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-footer-three-wrapper-two {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer-three-about-content {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .rt-footer-three-about-section {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .rt-footer-three-menu-blocks {
    max-width: 100%;
    padding-left: 0;
  }

  .rt-footer-three-heading {
    margin-bottom: 0;
  }

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

  .project-heading {
    font-size: 46px;
  }

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

  .rt-contact-block-two-left {
    align-self: flex-start;
    max-width: none;
  }

  .rt-contact-block-two-right {
    width: 100%;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-block-two {
    flex-flow: column;
    align-items: stretch;
    padding-left: 0;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .navlink {
    color: #ffffff;
  }

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

  .heading-6 {
    font-size: 40px;
    line-height: 1.2;
  }

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

  .og-card {
    height: 100%;
    padding: 30px;
  }

  .text-block-9 {
    padding-top: 10px;
  }

  .div-block-8 {
    object-fit: cover;
  }

  .div-block-9 {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

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

  .text-block-11 {
    font-size: 20px;
  }

  .div-block-10, .div-block-13 {
    max-width: 90%;
  }

  .div-block-14 {
    max-width: 437px;
  }

  .div-block-17 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17-copy {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .ticker-logo-wrapper {
    flex: none;
    width: 100px;
  }

  .footer-glow {
    max-width: 80%;
    top: 25%;
  }

  .one-stop-glow {
    bottom: 30%;
    right: 23%;
  }

  .div-block-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7-copy, ._wf-main-heading, .benefits-heading {
    font-size: 36px;
  }

  .div-block-10-copy, ._wf-h-main-heading, ._wf-sub-heading-wrap {
    max-width: 90%;
  }

  ._wf-benefit-heading-wrap {
    max-width: 437px;
  }

  .div-block-29 {
    padding-top: 10px;
  }

  .why-choose-heading-wrap {
    max-width: 437px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 95%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 25px;
  }

  .section.home_hero {
    padding: 0;
  }

  .section.main-cta, .section.faq-section, .section.latest-blog, .section.engage-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.step-section {
    padding: 60px 0;
  }

  .section.footer {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section.contact-form {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.ongoing-support-section, .section.what_you_get-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.what_you_get-section.mf-what-you-get {
    padding: 60px 0;
  }

  .section._wf-main-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .footer {
    padding: 0;
  }

  .contact-popup {
    overflow: auto;
  }

  .rt-container-one-2 {
    max-width: 100%;
  }

  .home_hero-heading-part {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding: 30px;
  }

  .home_hero-left-part {
    padding-right: 0;
  }

  .home_hero-main-heading {
    font-size: 36px;
    line-height: 1.2;
  }

  .home_hero-right-sub-heading {
    margin-top: 0;
    font-size: 20px;
  }

  .slider-logo-wrap {
    height: 40px;
  }

  .mechanic-seo-heading {
    font-size: 60px;
  }

  .mechanic-seo-subheading {
    font-size: 28px;
  }

  .mecha-seo-cta-text {
    font-size: 18px;
  }

  .cta-heading {
    font-size: 50px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .text-center.mg-bottom-56px {
    max-width: 460px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-four-three-box-pic {
    margin-top: 18px;
  }

  .rt-home-four-three-box-pic.blog-img-wrap {
    margin-top: 0;
  }

  .rt-home-four-three-box-block {
    flex-flow: column;
    display: flex;
  }

  .rt-home-four-three-box-data {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-home-four-three-box-one {
    margin-bottom: 20px;
  }

  .mechanic_revew-img-wrap {
    width: 40px;
    height: 40px;
  }

  .rt-marquee-big-text {
    font-size: 4.2rem;
  }

  .rt-home-one-tab-wrap {
    height: 500px;
  }

  .rt-home-one-tab-link, .rt-home-one-tab-link.rt-top-border {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-tab-full-width {
    width: 100%;
  }

  .rt-home-one-tabe-image-block-two {
    display: none;
  }

  .step-main-heading {
    text-align: center;
  }

  .growth-info-wrapper {
    padding-right: 20px;
  }

  .car-mechanic-main-wrapper {
    z-index: 5;
    position: relative;
  }

  .feuling-card-wrapper {
    grid-template-columns: 1fr;
  }

  .feuling-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 12px;
  }

  .feuling-heading {
    font-size: 30px;
  }

  .rt-footer-three-wrapper-two {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .explore-heading {
    font-size: 60px;
  }

  .project-heading {
    font-size: 36px;
  }

  .rt-contact-block-two-left {
    max-width: 100%;
  }

  .rt-contact-block-two-right {
    margin-top: 20px;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-one-block-two {
    padding-top: 0;
    display: block;
  }

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

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

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

  .ongoing-contents {
    flex-flow: column;
    display: flex;
  }

  .og-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 30px;
    display: grid;
    position: static;
  }

  .text-block-9 {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .div-block-8 {
    max-height: 250px;
  }

  .image-26 {
    overflow: visible;
  }

  .div-block-9 {
    padding: 0;
  }

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

  .text-block-11 {
    font-size: 16px;
  }

  .div-block-10 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .div-block-14 {
    max-width: 378px;
  }

  .div-block-17-copy {
    grid-template-columns: 1fr 1fr;
  }

  .heading-8 {
    line-height: 1.3;
  }

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

  .ticker-logo-wrapper {
    width: 60px;
  }

  ._wf-m-content-wrap {
    justify-content: center;
    align-items: center;
  }

  .div-block-11-copy {
    padding-top: 40px;
  }

  .heading-7-copy, ._wf-main-heading, .benefits-heading {
    font-size: 28px;
  }

  .div-block-10-copy, ._wf-h-main-heading {
    max-width: 100%;
    padding-bottom: 0;
  }

  ._wf-sub-heading-wrap {
    max-width: 100%;
  }

  ._wf-benefit-heading-wrap, .why-choose-heading-wrap {
    max-width: 378px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .container {
    max-width: 100%;
    padding: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .section {
    padding: 25px;
  }

  .section.home_hero {
    padding: 0;
  }

  .section.mechanic-seo {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.faq-section {
    padding-bottom: 0;
  }

  .section.latest-blog, .section.engage-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sliding-services-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.footer {
    padding: 60px 0 40px;
  }

  .section.explore-section {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.contact-form {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.what_you_get-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.what_you_get-section.mf-what-you-get {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.why-choose {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section._wf-main-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .home_hero-heading-part {
    padding: 20px;
  }

  .home_hero-left-part {
    justify-content: center;
    align-items: center;
  }

  .home_hero-main-heading {
    text-align: left;
    flex: 0 auto;
    font-size: 32px;
  }

  .home_hero-right-sub-heading {
    text-align: left;
    font-size: 16px;
  }

  .slider-logo-wrap {
    height: 30px;
  }

  .mechanic-seo-heading {
    font-size: 46px;
  }

  .mechanic-seo-subheading {
    font-size: 20px;
    line-height: 120%;
  }

  .cta-heading {
    font-size: 46px;
  }

  .accordion-btn-line.v2.horizontal, .accordion-btn-line.v2.vertical {
    width: 20px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-title {
    font-size: 16px;
    line-height: 120%;
  }

  .accordion-content-wrapper.v2 {
    padding-left: 15px;
  }

  .accordion-side.right-side {
    flex: none;
  }

  .accordion-icon-wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .text-center.mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-0 {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
  }

  .latest-blog-date-wrap {
    padding-left: 15px;
  }

  .rt-margin-bottom-twenty {
    font-size: 36px;
  }

  .rt-body-font-color-2 {
    font-size: 16px;
  }

  .rt-home-four-three-box-block {
    padding-bottom: 0;
  }

  .rt-home-four-three-box-data {
    padding: 10px 15px;
  }

  .rt-home-two-testimonial-paragraph-2 {
    text-align: center;
  }

  .rt-home-two-testimonial-heading-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
  }

  .digital-solution-info-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .engage-heading {
    font-size: 30px;
    font-weight: 600;
  }

  .engage-subheadings {
    text-align: center;
    font-size: 28px;
  }

  .quality-content-desc {
    text-align: center;
  }

  .quality-content-headig-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-blue-button-text.rt-button-text-color.rt-text-relative {
    font-size: 15px;
  }

  .rt-main-blue-button.rt-color-wrapper.rt-pop {
    display: block;
  }

  .rt-main-blue-button.rt-color-wrapper.rt-pop.navigation-btn {
    display: none;
  }

  .mechanic-bottom-heading {
    font-size: 30px;
    line-height: 100%;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 55px;
  }

  .rt-marquee-big-text, .rt-marquee-text-2 {
    font-size: 2rem;
  }

  .rt-home-one-tab-wrap {
    align-items: stretch;
  }

  .rt-home-one-service-bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-home-one-tab-link, .rt-home-one-tab-link.rt-top-border {
    padding: 20px;
  }

  .rt-tab-full-width {
    object-fit: cover;
  }

  .rt-home-one-tabe-image-block-two {
    position: static;
    transform: none;
  }

  .rt-home-one-tab-image-block-one {
    margin-left: 0;
    transform: none;
  }

  .rt-tab-description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }

  .rt-heading-five-size {
    font-size: 24px;
  }

  .step-main-heading {
    font-size: 30px;
  }

  .sp-step-formula {
    font-size: 30px;
    font-weight: 600;
  }

  .growth-info-wrapper {
    padding: 20px 20px 40px;
  }

  .swiper-wrapper.swiper-wraper-flex {
    padding-bottom: 40px;
  }

  .swiper-slide {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .masonry__grid-block-2 {
    max-width: 280px;
  }

  .car-mechanic-main-wrapper {
    z-index: 5;
    position: relative;
  }

  .car-mechanic-heading-wrap {
    max-width: 350px;
    padding-top: 10px;
  }

  .car-mechanic-heading {
    font-size: 28px;
  }

  .feuling-card {
    flex-flow: column;
    padding: 15px;
  }

  .feuling-card-img-wrapper {
    max-width: 50px;
    max-height: 50px;
  }

  .feuling-card-title {
    max-width: 320px;
  }

  .feuling-heading {
    font-size: 28px;
  }

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

  .rt-logo-white-image {
    height: 100%;
  }

  .rt-footer-three-wrapper-two {
    grid-template-columns: 1fr;
  }

  .rt-footer-three-wrapper-one.sdwfsd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: column;
  }

  .rt-footer-three-logo-2 {
    height: 60px;
  }

  .rt-footer-three-heading {
    text-align: center;
    font-size: 20px;
  }

  .bold-text, .bold-text-2 {
    font-weight: 600;
  }

  .explore-heading {
    font-size: 46px;
  }

  .project-heading {
    font-size: 30px;
    line-height: 110%;
  }

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

  .rt-contact-one-block-two {
    padding-top: 0%;
  }

  .faq_item {
    padding: 1rem 0;
  }

  .og-card {
    background-image: linear-gradient(35deg, #4232f057 2%, #00010f59 62%, #00135dbd);
    padding: 20px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .text-block-10 {
    margin-bottom: 20px;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .div-block-17-copy {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    line-height: 1.3;
  }

  .div-block-20, .div-block-20-copy {
    max-width: 30px;
  }

  .ticker-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-glow {
    display: none;
  }

  .div-block-25 {
    flex: none;
  }

  .div-block-26 {
    padding-bottom: 20px;
  }
}

#w-node-f811c500-3c2c-1443-0bab-660aef12ebf2-489a1826 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5e09f0b1-91ed-4fb6-4417-b2a9ea97e03d-489a1826 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_62c2fbbf-7b64-3a94-f660-de47cc9d8a1f-489a1826 {
  align-self: auto;
}

#w-node-e654d8bb-e2af-ee6b-24ee-a0374a9268f6-489a1826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6965ece3-7018-9ddf-5cc7-ea314572b6e9-489a184b {
  align-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_62c2fbbf-7b64-3a94-f660-de47cc9d8a1d-489a1826 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f811c500-3c2c-1443-0bab-660aef12ebf2-489a1826 {
    grid-column: span 2 / span 2;
  }

  #w-node-_35c633c4-c161-da95-9e8d-be68853414d9-489a1826 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0048117b-b71c-f18e-7aa2-42d2a22fe77f-489a1826 {
    order: -9999;
  }

  #w-node-cf44104e-723a-f63a-59b6-ac865fe76143-489a1826 {
    order: 9999;
  }

  #w-node-f0277d11-928f-8f90-aff7-fd3997cde453-489a1826 {
    order: -9999;
  }

  #w-node-_46d3d059-f571-ec9b-dcef-9fc724d73361-24d73354 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #web-development.w-node-b93c5512-266f-b663-25d4-4e21b6b5343d-489a1826 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b93c5512-266f-b663-25d4-4e21b6b53447-489a1826, #w-node-b93c5512-266f-b663-25d4-4e21b6b5345a-489a1826, #w-node-b93c5512-266f-b663-25d4-4e21b6b5346c-489a1826 {
    order: -9999;
  }

  #w-node-_46d3d059-f571-ec9b-dcef-9fc724d73361-24d73354 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35c633c4-c161-da95-9e8d-be68853414d9-489a1826, #w-node-_46d3d059-f571-ec9b-dcef-9fc724d73361-24d73354 {
    grid-column: span 1 / span 1;
  }
}


