:root {
  --white: white;
  --black: black;
}

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

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

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-left {
  height: 70px;
  box-shadow: 0 2px 5px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 70px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.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: #1a1b1fbf;
}

.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: #1a1b1fbf;
}

.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 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #ba0707;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .3s;
}

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

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

.div-block-4 {
  background-color: #ba0707;
  width: 70px;
  height: 2px;
  transform: translate(0);
}

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

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

.nav-link-2:hover {
  color: #ba0707;
}

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

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

.navbar-logo-left-2 {
  z-index: 9999;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  position: sticky;
  top: 0;
  box-shadow: -10px 2px 9px #0000003b;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.list-item-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  display: flex;
}

.image {
  margin-top: 4px;
}

.slide {
  background-image: url('../images/himal-rana-c8jaJItyxKU-unsplash-small.png');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
}

.slider {
  height: auto;
}

.mask {
  height: 550px;
}

.slide-2 {
  background-image: url('../images/3D-printing-machine-in-operation-used-for-3D-rapid-prototype-processing.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/What-Is-CNC.webp');
  background-position: 0 0;
  background-size: auto;
}

.section {
  background-image: linear-gradient(225deg, #00067cba, #f1882082 100%, #fff);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1300px;
  height: 600px;
  display: flex;
  overflow: visible;
}

.container-10 {
  z-index: 3;
  background-color: #fff0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: sticky;
}

.container-5 {
  background-color: #854444;
}

.container-6 {
  background-color: #5c3535;
}

.container-11 {
  background-color: #fff0;
  width: 500px;
  height: 375px;
  margin-left: 0;
  padding-left: 0;
  overflow: auto;
}

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  z-index: 100;
  color: #241f49;
  text-align: right;
  margin-top: 18px;
  font-family: League Gothic, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 100px;
  position: static;
}

.slide-nav {
  z-index: 120;
}

.paragraph {
  color: #3f3d56;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
}

.bold-text {
  color: #ce001a;
}

.section-3 {
  background-color: #001638;
  height: 1400px;
}

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  font-family: League Gothic, sans-serif;
  font-size: 130px;
  font-weight: 400;
  display: flex;
}

.div-block-5 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 40px;
  display: flex;
}

.button {
  color: #fff;
  cursor: auto;
  background-color: #ba0707;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.paragraph-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.div-block-6 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 79px;
  flex: 0 auto;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  display: grid;
}

.div-block-7 {
  color: #fff;
  background-color: #fff;
  border: 1px #fff;
  border-bottom: 5px solid #bebebe;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 350px;
  display: flex;
}

.image-2 {
  text-align: left;
  background-image: url('../images/3d-printer.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 15px;
}

.heading-4 {
  color: #000;
  text-align: left;
  width: 270px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.div-block-8 {
  background-image: url('../images/3d-printer.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 270px;
  height: 270px;
  margin-top: 15px;
}

.div-block-8.cnc {
  background-image: url('../images/cnc2.png');
  background-position: 0%;
  background-size: cover;
}

.div-block-8.robotics {
  background-image: url('../images/file.jpg');
}

.div-block-8.cad {
  background-image: url('../images/CAD.png');
  background-position: 50% -70%;
  background-size: auto;
}

.div-block-8.web {
  background-image: url('../images/web.png');
}

.div-block-8.solar {
  background-image: url('../images/solar.png');
}

.section-4 {
  height: 700px;
}

.image-3 {
  transform-style: preserve-3d;
  border: 1px solid #000;
  border-radius: 1px;
  margin-top: 58px;
  margin-left: 836px;
  transform: translate(25px, 79px)rotateX(26deg)rotateY(-28deg)rotateZ(9deg);
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #001638;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: contain;
  border-radius: 50%;
  align-self: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  color: #fff;
  margin-bottom: 2px;
}

.tagline {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.heading-5 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  line-height: 50px;
}

.bold-text-2, .bold-text-3 {
  color: #ffd7db;
}

.button-2 {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #0000;
  border-radius: 7px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.button-2:hover {
  background-color: #ba0707;
  border-color: #fff0;
}

.container-15 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.footer-dark {
  outline-offset: 0px;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0;
  outline: 3px #333;
  padding: 20px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-without-image {
  outline-offset: 0px;
  background-color: #001638;
  border-bottom: 1px solid #e4ebf3;
  outline: 3px #333;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-6 {
  color: #fff;
  height: 100px;
  font-family: League Gothic, sans-serif;
  font-size: 130px;
  font-weight: 400;
}

.container-19 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.image-5 {
  color: #fff;
}

.div-block-9 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  display: flex;
}

.heading-7 {
  color: #fff;
  margin-top: auto;
  padding-left: 19px;
}

.div-block-10 {
  width: 450px;
  height: 50px;
  margin-left: 32px;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left-container.shadow-three {
    width: 100%;
    max-width: 1600px;
  }

  .button-primary-2 {
    background-color: #ba0707;
    border-radius: 8px;
    font-size: 15px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.515, .287, .064, .843);
  }

  .button-primary-2:hover {
    background-color: #000;
  }

  .container-2 {
    max-width: 2000px;
  }

  .nav-link-2 {
    font-size: 16px;
  }

  .nav-link-2:hover {
    color: #ba0707;
  }

  .navbar-logo-left-2 {
    z-index: 999999;
    position: sticky;
    box-shadow: 0 0 11px -1px #000;
  }

  .nav-menu-two-2 {
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .navbar-wrapper-2 {
    aspect-ratio: auto;
  }

  .slide-2 {
    background-position: 50%;
  }

  .slide-3 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-5 {
    height: 250px;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .container-2 {
    max-width: 728px;
  }

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .paragraph {
    margin-left: 54px;
    font-size: 21px;
  }

  .section-3 {
    height: 1800px;
  }

  .div-block-5 {
    width: 95%;
  }

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

  .container-14 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-17 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-4 {
    margin-right: -46px;
    padding-right: 14px;
  }

  .container-18 {
    max-width: 728px;
  }

  .container-19 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    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;
  }

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

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

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

  .container-11 {
    display: flex;
  }

  .container-12 {
    flex-flow: row;
  }

  .paragraph {
    margin-left: 18px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-3 {
    height: 1650px;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 320px;
  }

  .heading-4 {
    margin-left: 38px;
    font-size: 18px;
  }

  .div-block-8 {
    width: 230px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-5 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-2 {
    margin-left: 20px;
  }

  .container-16 {
    justify-content: center;
    align-items: center;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-4 {
    margin-right: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .navbar-brand-2 {
    width: 160px;
    height: 40px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .image {
    width: 130px;
  }

  .container-3 {
    height: 670px;
  }

  .container-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 300px;
    height: 300px;
  }

  .container-11 {
    width: 300px;
    height: 220px;
    margin-right: 0;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    order: 5;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 18px;
  }

  .heading {
    font-size: 100px;
  }

  .paragraph {
    text-align: center;
    margin-left: auto;
    font-size: 15px;
  }

  .section-3 {
    height: 2600px;
  }

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

  .heading-3 {
    text-align: center;
    font-size: 30px;
  }

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

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 29px;
    flex-flow: row-reverse;
    grid-template: "."
                   "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 14px;
    line-height: 32px;
    display: grid;
  }

  .div-block-7 {
    width: 300px;
  }

  .heading-4 {
    margin-left: 0;
  }

  .div-block-8 {
    width: 270px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .container-16 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .image-4 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .div-block-9 {
    width: 300px;
  }

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

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: 0;
  }
}

#w-node-a8e7f139-3a08-0a07-f2d8-26ccb02dd533-3b41a628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1594eff5-46bc-6085-74e5-96ee1187c067-3b41a628, #w-node-_7b0039f8-b401-a324-64b8-845ebeceee23-3b41a628, #w-node-_1a4bb251-3548-7521-f7e1-3266f1a05cd5-3b41a628, #w-node-_5dc86c05-11a2-e7bb-c322-1c911c41d8d8-3b41a628, #w-node-_456e79bc-1dc2-94cd-419c-da887e4ad342-3b41a628 {
  place-self: center;
}


