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

h1 {
  color: #000;
  letter-spacing: 1.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

h2 {
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h5 {
  color: #373b7b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

p {
  margin-bottom: 0;
}

.section {
  padding: 80px 16px;
  position: relative;
}

.section.banner {
  height: auto;
  min-height: 0;
  background-image: none;
  background-position: 0 0;
  padding-bottom: 120px;
  display: flex;
}

.section.stats {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/LabPic.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.book-a-call {
  background-image: linear-gradient(rgba(55, 59, 123, .9), rgba(55, 59, 123, .9));
  background-position: 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta-banner {
  background-image: linear-gradient(rgba(55, 59, 123, .8), rgba(55, 59, 123, .8)), url('../images/5.-Back-Ground-Image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.product {
  background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url('../images/shutterstock_2145346979.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.footer {
  background-color: #000;
  background-image: linear-gradient(rgba(238, 245, 255, .94), rgba(238, 245, 255, .94)), url('../images/LabPic.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.form {
  background-image: linear-gradient(rgba(238, 245, 255, .94), rgba(238, 245, 255, .94)), url('../images/LabPic.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.container {
  max-width: 1200px;
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

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

.content-wrapper {
  width: 100%;
  overflow: hidden;
}

.content-wrapper.vertical {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.vertical._48 {
  grid-row-gap: 48px;
}

.content-wrapper.vertical._48.banner {
  flex-direction: row;
  align-items: stretch;
  padding-top: 64px;
}

.content-wrapper.vertical._48.stretch {
  align-items: stretch;
}

.content-wrapper.vertical._48.stretch._60 {
  grid-row-gap: 60px;
}

.content-wrapper.horizontal {
  align-items: center;
  display: flex;
}

.content-wrapper.horizontal.reverse {
  flex-direction: row-reverse;
}

.content-wrapper.horizontal._64 {
  grid-column-gap: 64px;
}

.content-wrapper.horizontal._64.cta {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: stretch;
}

.content-wrapper.horizontal.spaced {
  justify-content: space-between;
}

.content-wrapper.horizontal._80 {
  grid-column-gap: 80px;
  align-items: stretch;
}

.content-wrapper.horizontal._80.stretch {
  align-items: stretch;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.banner-text-div {
  width: 50%;
  grid-row-gap: 24px;
  flex: 1;
}

.button {
  background-color: #373b7b;
  margin-top: 24px;
  padding: 16px 32px;
}

.button.white {
  color: #373b7b;
  background-color: #fff;
}

.button.white.no-margin {
  margin-top: 0;
}

.button.white.no-margin.ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.banner-features-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-features {
  grid-row-gap: 16px;
  align-items: center;
  padding: 24px 16px;
}

.banner-feature-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.scroll-down-arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(55, 59, 123, .21);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 0%;
  right: 0%;
}

.image {
  width: 1.5rem;
  height: 1.5rem;
}

.client-logo-wrapper {
  grid-column-gap: 80px;
  flex-direction: row;
  flex: none;
}

.client-logo {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.page-scroll-bar {
  z-index: 100;
  height: 4px;
  background-color: #373b7b;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.problems-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.problems-grid {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.problems {
  grid-row-gap: 16px;
  padding: 8px 16px;
}

.problems-text {
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.problem-text-wrapper {
  grid-row-gap: 16px;
}

.grey-text {
  color: #404040;
}

.image-2 {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  flex: none;
}

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

.stats {
  grid-row-gap: 16px;
  padding: 24px 16px;
}

.stat-number {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

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

.navbar-logo-left {
  z-index: 50;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  grid-column-gap: 24px;
  display: flex;
}

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

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

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

.image-3 {
  width: 10rem;
}

.navbar-bgrnd {
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

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

.product-card {
  grid-row-gap: 24px;
  align-items: center;
  padding: 64px 16px 24px;
  position: relative;
}

.product-card.bestseller {
  background-color: rgba(55, 59, 123, .18);
}

.product-image-container {
  width: 100%;
  height: 15rem;
  position: relative;
}

.product-image {
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-feature-list {
  width: 100%;
  grid-row-gap: 8px;
  align-items: stretch;
}

.product-feature {
  grid-column-gap: 8px;
}

.image-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.product-card-heading {
  font-size: 20px;
  line-height: 28px;
}

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

.application-card {
  height: 15rem;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.application-card.screws {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/shutterstock_1308529369.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-card.automobile {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/shutterstock_636632101.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-card.paint {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/shutterstock_1054088231.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-card.electronics {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/shutterstock_1668941440.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-card.bathware {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/shutterstock_2033770718.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-card.hardware {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/shutterstock_1836290530.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-name {
  color: #fff;
  font-weight: 500;
}

.purple-text {
  color: #373b7b;
}

.left-aligned {
  text-align: left;
}

.left-aligned.white-text {
  font-weight: 600;
}

.book-a-call-text-wrapper {
  width: 60%;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
}

.book-a-call-list {
  color: #fff;
  margin-bottom: 0;
}

.book-a-call-list-item {
  grid-column-gap: 8px;
  margin-bottom: 10px;
  display: flex;
}

.book-a-call-image {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: 83% 50%;
  flex: 1;
}

.cta-banner-text {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.cta-button-wrapper {
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
}

.gallery-text-wrapper {
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-line {
  width: 16rem;
  grid-row-gap: 24px;
  flex: 0 auto;
  align-items: stretch;
}

.gallery-line._2 {
  margin-top: -50px;
  padding-top: 0;
}

.gallery-image {
  object-fit: cover;
  border-radius: 16px;
}

.gallery-line-wrapper {
  height: 40rem;
  grid-column-gap: 24px;
  flex: 0 auto;
}

.image-5 {
  margin-top: -80px;
}

.tabs-menu {
  position: absolute;
}

.section-heading-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.tabs-content {
  height: 40rem;
}

.tab-pane-tab-1, .background-video {
  height: 100%;
}

.tabs-menu-2 {
  z-index: 10;
  width: 80%;
  grid-column-gap: 16px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 40px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.tab-link-tab-1 {
  height: 4rem;
  color: #000;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  flex: 1;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  overflow: hidden;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #8789b0;
  border-radius: 40px;
  padding: 8px 32px;
}

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

.tabs {
  border-radius: 16px;
  overflow: hidden;
}

.tab-text {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 8px;
  right: 8px;
}

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

.testimonial-card {
  grid-row-gap: 24px;
  align-items: stretch;
  padding: 48px 16px 16px;
}

.italic-para {
  font-style: italic;
}

.testimonial-person {
  grid-row-gap: 8px;
  align-items: center;
  margin-top: auto;
}

.testimonial-person-name {
  color: #373b7b;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-text-wrapper {
  width: 60%;
  grid-row-gap: 32px;
}

.footer-logo {
  width: 10rem;
}

.footer-section-heading {
  grid-row-gap: 16px;
}

.footer-contact-details {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.contact-item {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contact-logo {
  width: 2rem;
}

.footer-form {
  background-color: #373b7b;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 40px 24px;
  display: flex;
}

.footer-form-heading {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.footer-form-heading.white-text {
  margin-bottom: 24px;
}

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

.submit-button {
  width: 100%;
  color: #373b7b;
  background-color: #fff;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

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

._80 {
  grid-column-gap: 80px;
  flex: none;
}

.progress {
  z-index: 1;
  width: 0;
  background-color: #373b7b;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading.mobile-centered {
  text-transform: capitalize;
}

.gallery-line-mobile {
  width: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
}

.gallery-line-mobile._2 {
  grid-column-gap: 24px;
}

.gallery-line-wrapper-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.mobile-centered.banner-sub {
  color: #000;
  font-size: 32px;
  line-height: 40px;
}

.footer-logo-wrapper {
  grid-row-gap: 8px;
}

.go-to-top {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 3%;
  right: auto;
  overflow: visible;
}

.go-to-top.w--current {
  padding: 0;
}

.div-block {
  background-color: #fff;
  border-radius: 50%;
  padding: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.orange-text {
  color: #f57f35;
}

.image-7 {
  width: 50%;
  object-fit: cover;
  object-position: 100% 50%;
  flex: none;
}

.image-8 {
  width: 40%;
  position: absolute;
  top: -5%;
  right: auto;
}

.link-block-3 {
  width: 4rem;
  height: 4rem;
  background-color: #25d366;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 3%;
  right: auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.link-block-3.static {
  position: static;
}

.link-block-4 {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-9 {
  height: 20px;
}

.form-section-heading {
  width: 60%;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
}

.testiimonial-image {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  border-radius: 50%;
}

.image-10 {
  width: 50%;
  height: 30rem;
  object-fit: contain;
}

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

@media screen and (max-width: 991px) {
  .section.banner {
    height: auto;
  }

  .section.book-a-call {
    background-image: linear-gradient(rgba(55, 59, 123, .85), rgba(55, 59, 123, .85)), url('../images/3.-Back-Image.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.gallery {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.form {
    background-image: linear-gradient(rgba(238, 245, 255, .94), rgba(238, 245, 255, .94));
  }

  .content-wrapper.vertical._48.banner {
    flex-direction: column;
  }

  .content-wrapper.horizontal._64 {
    grid-row-gap: 56px;
    flex-direction: column;
    align-items: stretch;
  }

  .content-wrapper.horizontal._80, .content-wrapper.horizontal._80.stretch.vertical-on-mobile {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .banner-text-div {
    width: auto;
    grid-row-gap: 16px;
    align-items: center;
  }

  .button.white.no-margin {
    text-align: center;
  }

  .button.product {
    margin-top: auto;
  }

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

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

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

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .product-image {
    object-fit: contain;
  }

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

  .book-a-call-text-wrapper {
    width: auto;
  }

  .book-a-call-image {
    width: auto;
    height: 30rem;
    order: -1;
  }

  .cta-banner-text {
    align-items: center;
  }

  .gallery-text-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-line._2 {
    margin-top: 0;
  }

  .gallery-image {
    width: 16rem;
    height: 12rem;
    object-fit: cover;
  }

  .gallery-line-wrapper {
    display: none;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tab-text {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-text-wrapper {
    width: auto;
    align-items: center;
  }

  .footer-section-heading {
    align-items: center;
  }

  .heading {
    font-size: 50px;
    line-height: 58px;
  }

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

  .gallery-line-mobile {
    width: auto;
    height: auto;
    grid-column-gap: 24px;
    flex-direction: row;
    flex: 0 auto;
  }

  .gallery-line-mobile._2 {
    margin-left: -40px;
  }

  .gallery-line-wrapper-mobile {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .mobile-centered, .mobile-centered.banner-sub {
    text-align: center;
  }

  .footer-logo-wrapper {
    align-items: center;
  }

  .image-7 {
    width: auto;
    max-height: 20rem;
    object-fit: cover;
    object-position: 50% 50%;
    order: -1;
  }

  .link-block-3 {
    display: flex;
  }

  .image-10 {
    width: auto;
    height: auto;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .banner-features-grid {
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .link-block-4.hideonmobile.navlink {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 16px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-top: 56px;
  }

  .section.banner {
    height: auto;
    min-height: 0;
    flex-direction: column;
  }

  .section.book-a-call {
    background-image: linear-gradient(#373b7b, #373b7b);
    background-position: 0 0;
  }

  .section.cta-banner {
    background-image: linear-gradient(rgba(55, 59, 123, .85), rgba(55, 59, 123, .85)), url('../images/5.-Back-Ground-Image.webp');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container {
    flex: 0 auto;
  }

  .banner-text-div {
    align-items: center;
  }

  .button.hideonmobile, .banner-features-grid {
    display: none;
  }

  .scroll-down-arrow {
    order: 1;
    margin-top: 40px;
    position: static;
  }

  .client-logo {
    width: 150px;
    height: 80px;
  }

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

  .problems-text {
    font-size: 20px;
    line-height: 28px;
  }

  .problem-images {
    width: 1.5rem;
  }

  .image-2 {
    height: 20rem;
  }

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

  .stats {
    align-items: center;
  }

  .white-text {
    text-align: left;
  }

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

  .nav-menu-wrapper {
    color: rgba(0, 0, 0, 0);
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-two {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding: 0;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-margin-top-10 {
    height: 4rem;
    grid-column-gap: 0px;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .button-primary {
    width: 100%;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .applications-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-heading {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .section-heading.mobile-left {
    text-align: center;
  }

  .left-aligned, .left-aligned.white-text {
    font-size: 32px;
    line-height: 40px;
  }

  .left-aligned.white-text.mobile-left {
    text-align: center;
  }

  .book-a-call-image {
    height: 30rem;
  }

  .gallery-image {
    width: 12rem;
    height: 8rem;
  }

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

  .tabs-content {
    height: 20rem;
  }

  .tabs-menu-2 {
    width: auto;
    box-shadow: none;
    position: static;
    overflow: auto;
  }

  .tab-link-tab-1 {
    height: 3rem;
    flex: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab-link-tab-1.w--current {
    background-color: #373b7b;
    flex: none;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .tab-text {
    position: static;
  }

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

  .testimonial-person {
    align-items: center;
  }

  .contact-text-wrapper {
    width: auto;
    grid-row-gap: 48px;
    align-items: stretch;
  }

  .contact-item {
    flex-direction: column;
  }

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

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

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

  .mobile-centered.banner-sub {
    font-size: 24px;
    line-height: 32px;
  }

  .go-to-top {
    bottom: 80px;
  }

  .image-8 {
    top: -2%;
  }

  .link-block-3 {
    width: auto;
    height: auto;
    border-radius: 0%;
    flex: 1;
    display: flex;
    position: static;
  }

  .link-block-4.hideonmobile {
    display: none;
  }

  .form-section-heading {
    width: auto;
  }
}

#w-node-_9655f0fe-c5e4-be66-9ccc-5029c0d4faf4-03bbb02b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_669064e6-2093-e4b0-a708-9332f1c70787-03bbb02b {
  justify-self: stretch;
}

#w-node-d64e15e1-810f-4bd4-3554-8ff4c5429821-03bbb02b, #w-node-_7e58890d-2cf5-55a3-f3ce-e67d37a6bee5-03bbb02b, #w-node-f2b77762-d3bd-77b1-3ac5-f94ac4848516-03bbb02b, #w-node-_3cbcf471-768b-86c4-f15f-2988fffad84c-03bbb02b, #w-node-c44d0156-848b-a364-f29e-86acae20102c-03bbb02b, #w-node-d451a002-2e08-f36e-8bb2-d87a17572823-03bbb02b, #w-node-a0e170d5-3e94-c0be-b570-ea109c9b4961-03bbb02b, #w-node-e0c1fa06-492f-f748-cf6f-7976408fefab-03bbb02b, #w-node-e0c1fa06-492f-f748-cf6f-7976408fef93-03bbb02b, #w-node-e0c1fa06-492f-f748-cf6f-7976408fefc3-03bbb02b, #w-node-_306d1106-4941-a3bc-c04c-8e09c9e05f31-03bbb02b, #w-node-_306d1106-4941-a3bc-c04c-8e09c9e05f35-03bbb02b, #w-node-_306d1106-4941-a3bc-c04c-8e09c9e05f39-03bbb02b, #w-node-_306d1106-4941-a3bc-c04c-8e09c9e05f3d-03bbb02b, #w-node-_7d2412a0-f9cf-637b-039e-f0d6c42aad73-03bbb02b, #w-node-_3593ab1b-3946-102a-a67e-c4c3bfa1dd14-03bbb02b, #w-node-_8eee4308-9ef7-44be-cdc9-e2ef9ca31955-03bbb02b, #w-node-_1648fb0f-7eec-dc94-f8ed-d8aa1440a40c-03bbb02b, #w-node-e5f2d75d-dc22-eb4f-57f6-243e752a3ed1-03bbb02b, #w-node-e5ba6fd6-49bb-3932-7c89-688652fe116f-03bbb02b, #w-node-_4b0592d0-d236-b4b0-1eac-7cf0d178e291-03bbb02b, #w-node-_683fe5e8-e236-13c5-ad35-9e11faeef489-03bbb02b, #w-node-_4b229232-4673-3a40-2ec2-fc55000c937f-03bbb02b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_669064e6-2093-e4b0-a708-9332f1c70787-03bbb02b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


