:root {
  --grey: #8e8f93;
  --violet: #7d45a1;
  --dark-blue: #280145;
  --indigo: #46007b;
}

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

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 0;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 780px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 0 auto;
}

.hero-overlay-2 {
  opacity: 1;
  color: #fff;
  background-image: url('../images/JRB-Background-2.jpg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-bottom: 0;
  display: block;
}

.hero-overlay-2.hero-overlay-secondary {
  opacity: 1;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/JRB-Background-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 70vh;
  display: block;
}

.hero-overlay-2.hero-overlay-secondary.hero-overlay-projects {
  background-image: url('../images/JRB-ROAD-WEBSITE-GRAPHIC-01.jpg'), linear-gradient(to bottom, null, null);
  background-position: 50%, 0 0;
}

.hero-overlay-2.hero-overlay-secondary.hero-overlay-contact {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/World-Map.svg'), linear-gradient(#000, #000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 70%, auto;
  background-attachment: scroll, scroll, scroll;
}

.hero-overlay-2.hero-overlay-projects {
  background-image: url('../images/JRB-ROAD-WEBSITE-GRAPHIC-01.jpg'), linear-gradient(#0000, #0000);
}

.hero-overlay-2.hero-equipment {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/Hero-About.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.centered-container-2 {
  opacity: 1;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.centered-container-2.centered-container-secondary-hero {
  flex-direction: row;
  align-items: center;
  display: none;
}

.centered-container-2.home {
  background-image: linear-gradient(#0000000d, #0000000d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.heading {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  display: inline;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.navbar.navbar-scroll {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: block;
}

.navbar.hide {
  display: none;
}

.nav-scroll {
  z-index: 2000;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0000000d;
  justify-content: space-between;
  height: 67.2px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section.hero {
  background-color: #0000;
  background-image: url('../images/kittens-and-puppy-vintage-photo.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.blue {
  background-color: #6dcfcf;
  height: 100vh;
}

.section.green {
  background-color: green;
  height: 100vh;
}

.section.orange {
  background-color: #612c54;
  height: 100vh;
}

.section-title.hero {
  color: #fff;
  background-color: #00000078;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 40px;
  padding: 40px;
  box-shadow: 1px 1px 3px #000;
}

.section-title.white {
  color: #fff;
}

.container {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.brand {
  flex: 1;
  align-items: center;
  display: block;
}

.div-block {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block.scroll-div-hero-2 {
  margin-bottom: 40px;
  position: absolute;
}

.div-block.scroll-div-hero-2.scroll-contact {
  display: none;
}

.nav-link-2 {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.container-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.brand-2 {
  justify-content: space-between;
  margin: 0;
  display: block;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-menu-2.nav-menu-2-scroll {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

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

._138-mouse-down {
  filter: invert();
  border: 0 #000;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.d-103-card-wrapper {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-shape-placeholder {
  background-color: #ffffff80;
  background-image: url('../images/1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0%;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}

.d-103-shape-placeholder.holder1 {
  background-size: cover;
  border-radius: 0%;
  width: 55px;
  height: 55px;
}

.d-103-shape-placeholder.holder2 {
  background-image: url('../images/2.svg');
}

.d-103-shape-placeholder.holder3 {
  background-image: url('../images/3.svg');
}

.d-103-option-text {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.d-103-right-side {
  transform-origin: 0 100%;
  background-color: #0000;
  background-image: linear-gradient(#7d45a1, #280145);
  width: 50%;
  height: 120%;
  position: absolute;
  inset: auto 0% 0% 100%;
  transform: rotate(-10deg);
}

.d-103-arrow {
  width: 15px;
  margin-top: 50px;
  margin-left: 5px;
  transform: rotate(10deg);
}

.browser-demo {
  background-color: #0000;
  border: 0 #e2e2e2;
  border-radius: 0;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 20px;
  display: flex;
}

.text-wrapper.hide {
  display: flex;
}

.text-wrapper.hero1 {
  margin-top: 5px;
  display: none;
}

.typewriter {
  color: #501974;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.typewriter.hide {
  display: none;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.feature-section {
  background-image: linear-gradient(#8e8f930d, #8e8f930d);
  padding-top: 100px;
  padding-bottom: 60px;
}

.feature-section.feature-section-reverse {
  padding-top: 60px;
  padding-bottom: 100px;
}

.feature-section.feature-section-reverse.feature-section-services-2 {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.feature-section.feature-section-reverse.hide {
  display: none;
}

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

.feature-section.feature-section-about.hide {
  display: none;
}

.feature-section.feature-section-services-1 {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.feature-section.feature-section-services-1.feature-section-last {
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.feature-image-mask {
  outline-offset: 5px;
  border: 1px #000;
  outline: 3px #333;
  width: 100%;
  margin-right: 100px;
}

.feature-image-mask.feature-image-mask-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.feature-image-mask.about-page {
  width: auto;
  margin-right: 0;
}

.feature-image {
  perspective: none;
  object-fit: contain;
  object-position: 50% 50%;
  width: 300px;
  height: 300px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: none;
}

.feature-image.hide {
  display: none;
}

.div-block-2 {
  border: 1px solid #000;
}

.div-block-3 {
  border: 1px solid #000;
  width: 300px;
  height: 300px;
  display: block;
  position: relative;
}

.menu-item-wrapper {
  margin: 20px;
  text-decoration: none;
}

.menu-item-wrapper.menu-item-wrapper-scroll {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-item-wrapper.link-features {
  margin: 0;
}

.menu-item-wrapper.link-features.w--current {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.menu-item-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
}

.menu-item-text.menu-item-text-scroll {
  color: #000;
  font-family: Poppins, sans-serif;
}

.menu-item-text.features-link-text {
  color: #333;
}

.menu-item-underline {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
  margin-top: -10px;
}

.menu-item-underline.menu-item-underline-scroll {
  background-color: var(--grey);
}

.menu-item-underline.features-link-underline {
  background-color: #333;
}

.feature-section-reverse {
  align-self: center;
}

.feature-section-reverse.feature-div-reversed {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200%;
  margin-bottom: 40px;
  display: flex;
}

.d-101-logo-row-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

.d-101-logo-row-wrapper.second {
  left: 100%;
}

.d-101-logo-wrapper {
  background-color: #0000;
  border-radius: 2px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.d-101-logo-wrapper.square {
  flex: 0 auto;
  width: 100px;
}

.d-101-logo-text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.demo-bottom-buttons {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 35px 40px auto;
}

.demo-logo-mark {
  width: 120px;
  margin-left: 5px;
  position: static;
}

.browser-top {
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-btn-close-wrapper {
  z-index: 6;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  bottom: 40px;
  right: 35px;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.demo-banner-top {
  z-index: 9;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px 10px 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.clone-instructions-panel {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.demo-btn {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-btn.f-2 {
  background-image: none;
  border: 1px solid #ff47f9;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 15px;
}

.demo-btn.f-2.bottom-btn {
  margin-left: 0;
  margin-right: 15px;
  display: none;
}

.demo-btn.f-1 {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border: 1px solid #000;
  border-radius: 25px;
  margin: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.image-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.d-101-section-home {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.demo-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.demo-heading.h2.popup {
  color: #333;
  font-size: 25px;
  line-height: 35px;
  display: block;
}

.demo-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  inset: 0% auto auto 0%;
}

.demo-heading.h1.popup {
  color: #333;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.inner-wrapper {
  background-color: #e6e7e8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-101-wrapper {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.demo-mark {
  flex: 0 auto;
  width: 80px;
  margin-left: 0;
  padding: 10px;
  display: block;
  position: static;
}

.browser-demo-2 {
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 750px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-container {
  background-image: url('../images/background.svg'), linear-gradient(#1a1a1a, #1a1a1a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-mark-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.panel-text-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 600px;
}

.demo-btn-close-arrow {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
}

.demo-wrapper {
  flex-flow: column-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.demo-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.demo-p.main.popup {
  color: #333;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 20px;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.demo-p.bottom {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.demo-banner-bottom-wrapper {
  justify-content: flex-start;
  width: 980px;
  display: flex;
}

.demo-btn-wrapper-block {
  z-index: 0;
  background-color: #4d16dd;
  position: absolute;
  inset: 0;
}

.demo-btn-wrapper-block.f-2 {
  background-color: #ff47f9;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.d-50-circle-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  display: flex;
  transform: rotate(45deg);
}

.close-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line.rotate {
  transform: rotate(90deg);
}

.close-line.rotate.popup, .close-line.popup {
  background-color: #333;
}

.demo-btn-close-inner-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.demo-btn-text {
  z-index: 1;
  color: #fff;
  border-right: 1px solid #ffffff54;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.demo-btn-text.f-1 {
  z-index: 1;
  letter-spacing: .5px;
  border-style: none;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  position: static;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.demo-banner-bottom {
  z-index: 9;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-text-wrapper {
  width: 250px;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 100px;
  right: 150px;
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.separator.popup {
  background-color: #101010;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.d-101-logos-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.call-to-action {
  background-color: var(--violet);
  opacity: 1;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/JRB-Background-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 150px;
  display: flex;
}

.call-to-action.hide {
  display: none;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
}

.footer {
  text-align: center;
  background-color: #8e8f930d;
  border-top: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.footer.footer-contact {
  padding-top: 40px;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 150px;
  max-width: none;
  height: auto;
}

.footer-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.herocolorgradient {
  background-image: linear-gradient(to bottom, var(--dark-blue), white);
}

.section-3 {
  background-image: linear-gradient(#fdfdfd, #fdfdfd);
}

.section-3.section-3-about {
  margin-top: 0;
  margin-bottom: 0;
}

.section-3.section-3-about.section-3-projects {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading-3 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.play-wrapper {
  z-index: 3;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #002cfc;
  background-image: linear-gradient(153deg, #cef776, #b82857 55%, #6645a5);
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.play-icon {
  width: 24px;
  height: 24px;
  margin-left: .2em;
  font-size: 1.7em;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-4.contact {
  color: #1b1b1b;
  text-align: left;
}

.paragraph-2 {
  width: 50%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.paragraph-3 {
  text-align: justify;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.clients-home-logo {
  max-width: none;
  min-height: auto;
  margin-top: 0;
  display: block;
  position: static;
}

.home-logo-container {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.list {
  max-width: none;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-4.hide {
  opacity: 1;
  display: none;
}

.telephoneandemail {
  width: 30px;
  max-width: none;
  height: 30px;
  margin-right: 10px;
}

.cta-block {
  background-color: #eee5e9;
  background-image: linear-gradient(225deg, var(--violet) 51%, transparent 51%);
  border-radius: 5px;
  width: 75%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  transition: all .7s;
  display: block;
  position: relative;
  overflow: visible;
}

.cta-block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 16px 15px #0003;
}

.cta-block.contact-cta {
  width: 90%;
  max-width: 1100px;
  height: auto;
  display: block;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.link-block {
  z-index: 10;
  color: #333;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow {
  height: 50px;
  margin-right: 15px;
}

.underlay {
  background-color: #7d45a126;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: -123% -46% auto auto;
}

.underlay._2 {
  background-color: #7d45a126;
}

.circle {
  background-color: var(--violet);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--violet) 49%, #2b0448 100%, var(--dark-blue));
  border-radius: 50%;
  width: 800px;
  height: 800px;
  display: none;
  position: absolute;
  inset: -47% -46% auto 421px;
}

.heading-6 {
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-5 {
  display: none;
}

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

.div-block-6.marginextra {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-6.margin {
  align-items: center;
  min-width: 200px;
}

.div-block-7 {
  display: none;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.text-block.footer-contact {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.div-block-8 {
  z-index: 99;
  background-color: var(--violet);
  border-radius: 100%;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #fff;
  width: 1px;
  height: 45%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-7 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.d-127-circle-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.d-127-card-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: auto;
  min-height: 400px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.d-127-card-wrapper.d-127-card-title {
  width: 70%;
}

.d-127-circle-border {
  border: 3px solid #ff8c1a;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.d-127-circle-border._2 {
  border-color: var(--violet);
}

.d-127-card-title {
  color: #333;
  letter-spacing: 0;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.d-127-icon-circle {
  background-color: #0000;
  background-image: url('../images/ideas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  position: absolute;
}

.d-127-icon-circle._2 {
  background-image: url('../images/Approach.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65px;
}

.d-127-icon-circle._2.missionandvision {
  background-image: url('../images/vision.png');
}

.d-127-icon-circle._2.our-team {
  background-image: url('../images/Team.png');
}

.d-127-icon-circle._2.csr {
  background-image: url('../images/people.png');
}

.d-127-inner-circle {
  background-color: #ff8c1a;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  position: relative;
}

.d-127-inner-circle._2 {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--violet), #4f206f 100%, var(--dark-blue));
}

.container-4 {
  justify-content: space-between;
  max-width: 80%;
  display: flex;
}

.d-127-paragraph {
  text-align: justify;
  letter-spacing: 0;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.heading-8 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.about-logo {
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 85px;
  min-width: 85px;
  height: 85px;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-4 {
  display: inline-block;
}

.outer-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.first-div-wrapper {
  z-index: 0;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: static;
  top: 0;
  overflow: hidden;
}

.world-map {
  width: 95vw;
  max-width: none;
  height: 40vw;
}

.second-div-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.text-wrapper-2 {
  color: #969696;
  text-align: left;
  width: 100%;
  max-width: none;
  height: 100%;
  font-weight: 300;
}

.heading-9 {
  font-size: 2.7em;
  line-height: 1.3;
}

.black {
  color: #000;
}

.content-icon {
  align-self: flex-start;
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.headingcontactbar {
  color: #fff;
}

.button-link {
  z-index: 5;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paracontactbar {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-style: normal;
  text-decoration: none;
}

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

.paracontactbar.hide {
  display: none;
}

.column-15 {
  background-color: var(--dark-blue);
  background-image: linear-gradient(28deg, var(--dark-blue), var(--violet));
  border-radius: 5px 0 0 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.contactpagelink {
  color: #fff;
  text-decoration: none;
}

.button-t-2 {
  color: #546681;
  letter-spacing: 1px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

.subheadingcontactbar {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-16 {
  background-color: #8e8f930d;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  min-width: 170px;
  height: 45px;
  display: flex;
  position: relative;
}

.button-wrap.formsubmitbutton {
  flex-wrap: nowrap;
  width: 140px;
  min-width: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.paragraph-5 {
  color: #fff;
}

.text-span {
  color: #0072c6;
}

.text-field-5 {
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-5 {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 18px;
}

.column-wrap {
  margin-bottom: 140px;
  display: flex;
}

.column-wrap.column-wrap-contact {
  border-radius: 5px;
  margin-bottom: 0;
}

.contactformspacing {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.column {
  width: 20%;
  padding: 10px;
}

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

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.contactsubheading {
  color: #546681;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
}

.contactsubheading.firstcontactsubheading {
  color: #546681;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.contactsubheading.firstcontactsubheading.contactsubheadingemail {
  margin-left: 10px;
}

.text-field-6 {
  background-color: #0000;
  border-radius: 5px;
  margin: 0 0 0 10px;
  padding: 0;
}

.text-field-6.textfieldsingle {
  background-color: #0000;
  border: 1px solid #0000004f;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

.text-field-6.textfieldsingle.messagefield {
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 60px;
  max-height: 120px;
}

.text-field-6.textfieldsingle.white, .text-field-6.homepage {
  background-color: #fff;
}

.form {
  z-index: 10;
  margin: auto 0;
  padding: 40px 30px 15px;
  display: block;
  position: relative;
  overflow: visible;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-card.contactblogcard {
  box-shadow: none;
  border-radius: 5px;
  justify-content: center;
  width: auto;
  padding: 0;
  transition-property: none;
  display: block;
}

.blog-card.contactblogcard:hover {
  transform: none;
}

.feature {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.button-base {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--dark-blue), var(--violet));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

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

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.container-5 {
  width: 100%;
  max-width: 1240px;
  margin: 50px auto;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.contact-icon-socials {
  filter: invert();
  width: auto;
  padding-right: 15px;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.faq-wrap-02 {
  border: 1px #dbdbdb;
  width: 100%;
  max-width: 1100px;
}

.faq-wrap-02.faq-wrap-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.faq-section-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.plus-minus-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 0;
  display: flex;
}

.faq-paragraph {
  opacity: .75;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.faq-question-02 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-question-02.faq-question-02-new {
  cursor: auto;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-answer-wrap-02 {
  padding: 0;
  overflow: hidden;
}

.faq-lottie {
  width: 50%;
}

.faq-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  display: flex;
}

.faq-question-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.faq-question-header.faq-question-header-02 {
  width: 900px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-02 {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-title-2 {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.faq-indicator-icon {
  background-image: url('../images/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
}

.faq-indicator-icon.wip {
  background-image: url('../images/progress.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.faq-indicator-icon-line {
  background-color: var(--violet);
  transform-origin: 50%;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, 6px)rotate(135deg);
}

.faq-indicator-icon-line._2 {
  background-color: var(--violet);
  top: 39%;
  transform: translate(0, -5px)rotate(45deg);
}

.div-block-11 {
  margin-bottom: 20px;
  padding-right: 5px;
  display: block;
}

.div-block-11.div-block-11-2 {
  padding-left: 5px;
  padding-right: 0;
}

.lightbox_wrap {
  z-index: 10;
  width: 100%;
  position: relative;
}

.lightbox_arrow-contain {
  z-index: 20;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lightbox_arrow-contain.is--right {
  inset: 0% 0% 0% auto;
}

.lightbox_item {
  opacity: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  position: absolute;
  transform: translate(0, 2em);
}

.lightbox_item.is--active {
  opacity: 1;
  transform: translate(0);
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2.5em;
}

.container-6.is--lightbox {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-4.is--lightbox {
  z-index: 1000;
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  color: #dfdfdf;
  background-color: #1a1a1aed;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.lightbox_x {
  z-index: 40;
  border: 1px solid #dfdfdf47;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin: 2em;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox_x:hover {
  transform: scale(.9);
}

.lightbox_list {
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox_icon {
  width: 2em;
  height: 2em;
}

.lightbox_arrow {
  color: #1a1a1a;
  background-color: #dfdfdf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: all .2s;
  display: flex;
}

.lightbox_arrow:hover {
  transform: scale(.9);
}

.lightbox_arrow.is--left {
  transform: rotate(-180deg);
}

.lightbox_arrow.is--left:hover {
  transform: scale(.9)rotate(-180deg);
}

.grid_item {
  width: 100%;
  padding: .7em;
}

.grid_item.is--cms-item {
  width: 33.3333%;
}

.heading-11 {
  letter-spacing: -.04em;
  margin-bottom: .1em;
  font-size: 7em;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap {
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.text-block-2 {
  color: #000;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.text-block-2.logo {
  color: #000;
  background-color: #0000;
  padding-right: 0;
  font-size: 36px;
  font-weight: 600;
}

.first-div-wrapper-2 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav-scroll-contact {
  z-index: 2000;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0000000d;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
}

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

.div-block-13 {
  background-color: #000;
  width: 100%;
  height: auto;
  display: none;
}

.hero {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Hero-About.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-image-mask {
  justify-content: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 60%;
  height: 100%;
}

.hero-heading {
  color: var(--violet);
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.hero-heading.hide {
  display: none;
}

.hero-text {
  color: #000;
  text-align: left;
  width: 80%;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.div-block-14 {
  background-color: #0000;
  background-image: linear-gradient(25deg, var(--dark-blue), white);
}

.hero-2 {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/Hero-About.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask-2 {
  margin-left: 0;
  padding-left: 0;
  display: none;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 70%;
  height: auto;
  display: none;
}

.div-block-15 {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-15.hero-section-contact {
  display: none;
}

.feature-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200%;
  margin-bottom: 40px;
  display: flex;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.equipment-columns {
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
}

.equipment-columns.equipment-columns-2 {
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.equipment-excavator-column {
  padding-top: 0;
}

.equipment-grid {
  color: #fff;
  object-fit: fill;
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/Excavator.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.equipment-grid.excavator {
  background-image: url('../images/Excavator.jpg');
  background-position: 50%;
  background-size: cover;
  width: 831px;
  height: 403px;
}

.equipment-grid.vibratory-roller {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/tandem-roller.png');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.equipment-grid.asphalt-batch-mixer-plant {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/ASPHALT-BATCH-MIXER.png');
  height: 300px;
}

.equipment-grid.tippers {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/how-tipper-trucks-are-used-in-construction-projects.png');
  background-position: 0 0, 50%;
  height: 300px;
}

.equipment-grid.hot-bitumen-pressure-machine {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/vibratory-roller.png');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.equipment-grid.concrete-batching-plant {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/800px-Concrete_plant.png');
  background-position: 0 0, 100%;
  height: 300px;
}

.equipment-grid.pick-up {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Pick-Up.jpg');
  display: none;
}

.equipment-grid.concrete-fix-form-paver {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/94031.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 300px;
}

.equipment-grid.digital-generator-set {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Digital-Generator-Set.jpg');
  display: none;
}

.equipment-grid.sumo-car {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Sumo-Car.jpg');
  display: none;
}

.equipment-grid.sensor-paver {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/hydrostatic-sensor-paver-finisher.png');
  height: 300px;
}

.equipment-grid.soil-compactor {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/Soil-Compactor.png');
  height: 300px;
}

.equipment-grid.concrete-mixer {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/CONCRETE-MIXER.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.equipment-grid.water-tanker {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/water-tanker.png');
  background-position: 0 0, 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.equipment-grid.jcb-standard {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/45242-JCB.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 300px;
}

.equipment-grid.mobile-concrete-batching-plant {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Mobile-Concrete-Batching-Plant.jpg');
  background-position: 0 0, 50% 100%;
  height: 300px;
}

.equipment-grid.unipaver {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/PAVER.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.equipment-grid.bitumen-sprayer {
  background-image: linear-gradient(to top, #000, #0000 40%), url('../images/Bitumen-Sprayer.png');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.equipment-grid.tandem-roller {
  background-image: linear-gradient(to top, #000, #0000), url('../images/dynapac.gif');
}

.equipment-grid.bobcat {
  background-image: linear-gradient(0deg, #000, #0000 40%), url('../images/JRB-Gallery-27.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.equipment-grid.apollo-paver {
  background-image: linear-gradient(0deg, #000, #0000 40%), url('../images/JRB-Gallery-28.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.equipment-grid-lower-text {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.equipment-grid-upper-text {
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.equipment-column.hide {
  display: none;
}

.div-block-16 {
  align-self: center;
}

.container-8 {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.margin-bot-l {
  margin-bottom: 48px;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.trusted-by-list {
  align-items: center;
  display: flex;
}

.section-5 {
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.section-5.overflow-none {
  background-color: #f0f4f9;
  font-size: 24px;
  line-height: 1.2em;
  overflow: hidden;
}

.trusted-by-swiper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.trusted-by-swiper.trysted-by-second {
  margin-top: 48px;
  padding-left: 200px;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.trusted-by-item {
  background-color: #fff;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 180px;
  display: flex;
  overflow: hidden;
}

.trusted-by-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.contain-image {
  object-fit: contain;
  width: 100px;
  height: auto;
}

.text-block-3 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.section-6 {
  color: #333;
  margin-top: 80px;
  margin-bottom: 40px;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.section-7 {
  background-color: #fdfdfd;
  padding-top: 75px;
  padding-bottom: 75px;
  display: none;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.link-block-2 {
  text-decoration: none;
}

.masonry__collection-list {
  column-count: 3;
  column-gap: 2rem;
  display: none;
}

.masonry__item {
  background-color: #0000;
  border-radius: 5px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 12px 17px -3px #0000004d;
}

.collection-list-wrapper {
  text-align: center;
  width: 90%;
  margin: 40px auto;
}

.text-span-2 {
  color: red;
}

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

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

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

.heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29 {
  display: none;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown-list {
  background-color: #815757;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-7 {
  z-index: 0;
  margin-left: 353px;
  position: absolute;
  inset: 0%;
}

.text-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
}

.changing-image {
  width: 300px;
  height: 300px;
  display: none;
  position: relative;
}

.image-1 {
  display: block;
  position: absolute;
  inset: 0%;
}

.mppwd, ._2ndimage {
  position: absolute;
  inset: 0%;
}

.feature-image-copy {
  perspective: none;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: none;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.image-slider {
  background-color: #0000;
}

.image-slider.hero-slider {
  height: 350px;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.slider, .slide, .slide-2 {
  height: 100%;
}

.right-arrow-3, .left-arrow-3, .slide-nav-3 {
  display: none;
}

.slide-3 {
  background-color: #0000;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

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

.map-section {
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.map-container {
  height: 70%;
}

.html-embed {
  display: none;
  overflow: visible;
}

.html-embed.destop {
  display: block;
}

.map-wrap {
  z-index: 100;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-30 {
  color: #000;
}

.image-9 {
  z-index: 10;
  filter: blur(5px);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  width: 100%;
  height: 100%;
}

.link-block-3 {
  text-decoration: none;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

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

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

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

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

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

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

.services-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.services-col-1 {
  width: 75%;
}

.services-col-2 {
  background-color: #8e8f930d;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.form-copy {
  z-index: 10;
  margin: auto 0;
  padding: 0 0 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.form-block-copy {
  border: 1px solid var(--violet);
  background-image: linear-gradient(135deg, #8e8f930d 75%, var(--violet) 75%);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  position: sticky;
  top: 78px;
}

.text-field-6-copy.textfieldsingle.white {
  background-color: #fff;
  width: 275px;
}

.text-field-6-copy.textfieldsingle.white.service-page-form {
  width: 100%;
  margin-left: 0;
}

.text-field-6-copy {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 0 10px;
  padding: 0;
}

.text-field-6-copy {
  background-color: #fff;
  border-radius: 5px;
  width: 275px;
  margin: 0 0 0 10px;
  padding: 0;
}

.text-field-6-copy.textfieldsingle {
  background-color: #0000;
  border: 1px solid #0000004f;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

.text-field-6-copy.textfieldsingle.messagefield {
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 60px;
  max-height: 120px;
}

.text-field-6-copy.textfieldsingle.white {
  background-color: #fff;
}

.heading-31 {
  color: var(--violet);
}

.icon-line {
  background-color: #000;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.accordion-header {
  letter-spacing: -.2vw;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

.link {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link:hover {
  color: #8f00ff;
}

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

.link.black-color {
  color: #000;
  cursor: pointer;
  transition-property: color;
}

.link.black-color:hover {
  color: #8f00ff;
}

.accordion-content {
  z-index: 1;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 90vh;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  background-color: #0000;
  height: auto;
  min-height: 30vh;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-right {
  justify-content: flex-end;
}

.accordion-title-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 0;
  transition: all .75s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-subnav {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion-container {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  max-height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.black-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.blur-tr {
  z-index: 200;
  object-fit: cover;
  object-position: 0% 50%;
  flex: none;
  width: 20vw;
  height: 80vh;
  position: relative;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.accordion-toggle {
  z-index: 10;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accordion-toggle.w--open {
  flex: none;
  height: 30vh;
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.brand-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  transition-property: none;
  display: flex;
  position: absolute;
  bottom: 2.5vw;
  transform: rotate(0);
}

.nav-item {
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.blur-tm {
  z-index: 200;
  opacity: .7;
  filter: blur(30px);
  width: 8vw;
  position: fixed;
  inset: 0% auto auto 55%;
}

.icon-line-static {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.nav-menu-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.content-subnav-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 35vh;
}

.sidebar {
  z-index: 100;
  background-color: #fff;
  border-right: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  padding: 2.5vw;
  display: flex;
  position: relative;
}

.brand-logo {
  z-index: 1;
  object-fit: contain;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  position: absolute;
  transform: translate(0, 5%);
}

.break-normal {
  white-space: normal;
  line-height: 140%;
}

.hero-3 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: none;
  position: relative;
}

.accordion-vertical-label {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  right: -25px;
  transform: rotate(180deg);
}

.accordion-vertical-label.secondary {
  color: #d3d4d4;
  margin-bottom: 0;
  transition: all .5s;
  position: relative;
  right: 0;
}

.accordion-vertical-label.secondary:hover {
  color: #8f00ff;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.accordion-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.blur-bl {
  z-index: 200;
  opacity: .75;
  filter: blur(50px);
  width: 17.5vw;
  transition: all 1s;
  position: fixed;
  inset: auto auto 10% 3%;
}

.accordion-content-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 2.5vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.brand-logo-background {
  z-index: 0;
  background-color: #000;
  border-radius: 20vw;
  flex: none;
  width: 5vw;
  height: 5vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: var(--violet);
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-grid-2 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-content-jump {
  width: 100%;
  height: 30px;
  position: absolute;
  inset: -30vh 0% auto;
}

.nav {
  z-index: 100;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 150px;
  right: 0;
}

.blur-tr-container {
  z-index: 200;
  opacity: .7;
  filter: blur(45px);
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 80vh;
  display: flex;
  position: fixed;
  inset: 10vh 0% auto auto;
  overflow: hidden;
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -170px;
  display: flex;
}

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

.div-block-19.hide {
  display: none;
}

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

.inner-container._574px.center {
  margin-bottom: 50px;
}

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

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

.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.v6 {
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 27px 36px;
  transition: transform .3s;
}

.accordion-item-wrapper.v6:hover {
  transform: none;
}

.accordion-item-wrapper.v6:active {
  border-style: solid;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

.grid-1-column.hide {
  display: none;
}

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

.faq-indicator-icon-line-2 {
  transform-origin: 50%;
  background-color: #7d45a1;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, 6px)rotate(135deg);
}

.faq-indicator-icon-line-2._2 {
  background-color: #7d45a1;
  top: 39%;
  transform: translate(0, -5px)rotate(45deg);
}

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

.accordion-title {
  margin-bottom: 0;
  display: none;
}

.tabs-content {
  overflow: visible;
}

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

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

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs {
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover {
  border-color: var(--violet);
  background-color: var(--violet);
  color: #fff;
}

.badge-secondary.tabs.w--current {
  border-color: var(--violet);
  background-color: var(--violet);
  color: #fff;
  transition: background-color .3s, border-color .3s, color .3s;
}

.container-default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.mg-bottom-0 {
  text-align: justify;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
}

.accordion-header-2 {
  align-items: center;
  display: flex;
}

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

.section-8 {
  background-image: linear-gradient(#0000000d, #0000000d);
  padding-top: 40px;
  padding-bottom: 40px;
}

.jrb-iso {
  z-index: 10000;
  background-color: #fff;
  background-image: url('../images/JRB-ISO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 80%;
  margin: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.close {
  z-index: 10000;
  border: 1px solid var(--violet);
  background-image: url('../images/close_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 15px;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close:hover {
  background-color: var(--violet);
  background-image: url('../images/close-white.png');
}

.image-10 {
  width: 80%;
}

.iso-certificate {
  z-index: 2147483647;
  object-fit: fill;
  background-color: #f9f5ef;
  width: 90%;
  height: auto;
  max-height: 90%;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
  box-shadow: 2px 2px 15px 1px #000;
}

.closenew {
  cursor: pointer;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 1px solid #c19a5b;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closenew:hover {
  background-color: #c19a5b;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.fancyheading {
  color: #c19a5b;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.image-45 {
  display: none;
}

.div-block-105 {
  background-color: #fff;
  background-image: url('../images/JRB-ISO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 1000px;
}

.team-wrapper {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

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

.slider-3 {
  background-color: #0000;
}

.column-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-11 {
  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;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider-4 {
  background-color: #0000;
  width: 80%;
}

.icon-3, .slide-nav-4, .left-arrow-4, .right-arrow-4 {
  display: none;
}

.div-block-107, .collection-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.previous {
  background-color: var(--violet);
  color: #fff;
  border-radius: 50px;
  transition: all .25s;
}

.previous:hover {
  background-color: var(--indigo);
}

.next-2 {
  background-color: var(--violet);
  color: #fff;
  border-radius: 50px;
  transition: all .25s;
}

.next-2:hover {
  background-color: var(--indigo);
}

.collection-list-wrapper-2 {
  display: block;
}

.slider-5 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.slidecontent {
  border-radius: 12px;
  flex: 1;
  align-items: stretch;
  min-width: 200px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.slidecontent.forrest {
  background-image: url('../images/casey-horner-4rDCa5hBlCs-unsplash.jpg');
}

.slidecontent.mountains {
  background-image: url('../images/daniel-roe-lpjb_UMOyx8-unsplash.jpg');
}

.arrow-2 {
  color: #000000ed;
  font-size: 22px;
}

.mask-2 {
  width: 100%;
  overflow: visible;
}

.slide-nav-5 {
  padding-top: 27px;
  font-size: 8px;
  display: none;
}

.slide-4 {
  width: 300px;
  overflow: visible;
}

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

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

.list-5 {
  margin-bottom: 15px;
}

.footer-info {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-111 {
  color: #000;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 15% 0% auto;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.marquee-text {
  color: #000;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.image-48 {
  width: 200px;
}

.img-holder {
  background-image: url('../images/WhatsApp-Image-2023-06-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  max-width: 300px;
  height: 300px;
  max-height: 300px;
}

.heading-34 {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-overlay-2.hero-overlay-secondary {
    background-image: linear-gradient(#0000000d, #0000000d), url('../images/JRB-Background-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 50vh;
    display: block;
  }

  .centered-container-2.centered-container-secondary-hero {
    margin-top: 0;
  }

  .nav-scroll {
    display: block;
  }

  .div-block.scroll-div-hero-2.scroll-contact {
    padding-top: 0;
    display: block;
    bottom: 22%;
  }

  .nav-menu-2 {
    border: 1px solid var(--grey);
    background-color: #000;
    display: block;
  }

  .nav-menu-2.nav-menu-2-scroll {
    background-color: #fff;
    height: auto;
  }

  .d-103-card-wrapper {
    height: 220px;
    margin-bottom: 60px;
  }

  .d-103-shape-placeholder.holder1, .d-103-shape-placeholder.holder2, .d-103-shape-placeholder.holder3 {
    width: 30px;
    height: 30px;
  }

  .browser-demo {
    flex-flow: row;
    justify-content: center;
    width: 95%;
    height: auto;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .text-wrapper {
    flex-direction: column;
    padding: 10px;
  }

  .text-wrapper.hide {
    flex-direction: row;
    padding: 0;
  }

  .typewriter {
    font-size: 28px;
    line-height: 1.4;
  }

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

  .flex-container.flex-container-reverse {
    align-items: stretch;
  }

  .feature-image-mask {
    justify-content: center;
    align-self: center;
    margin-right: 50px;
    display: flex;
  }

  .feature-image-mask.feature-image-mask-reverse {
    justify-content: center;
    align-self: center;
    margin-left: 50px;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
  }

  .div-block-3.about-img {
    width: 300px;
    height: 300px;
  }

  .menu-item-wrapper {
    justify-content: center;
    margin: 15px 0;
    display: flex;
  }

  .menu-item-wrapper.link-features.link-home {
    justify-content: flex-start;
  }

  .feature-section-reverse.feature-div-reversed {
    align-self: center;
  }

  .d-101-logo-wrapper {
    flex: 1;
    width: auto;
  }

  .d-101-logo-wrapper.square {
    flex: 1;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .demo-logo-mark {
    display: none;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

  .clone-instructions-panel {
    display: none;
  }

  .image-2 {
    margin-right: 0;
  }

  .d-101-section-home {
    clear: both;
    overflow: visible;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .inner-wrapper {
    display: flex;
  }

  .demo-btn-wrapper {
    margin-top: 30px;
  }

  .browser-demo-2 {
    justify-content: center;
    width: 500px;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 12px;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    display: flex;
    position: fixed;
  }

  .demo-text-wrapper {
    width: 330px;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .call-to-action {
    align-items: center;
    margin-bottom: 40px;
    padding: 40px 0 0;
  }

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

  .footer-flex-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

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

  .section-3 {
    justify-content: center;
    display: flex;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .heading-4.contact {
    margin-left: 50px;
  }

  .paragraph-2 {
    margin-left: 0;
  }

  .list {
    padding-left: 0;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
  }

  .cta-block {
    align-items: center;
    width: 90%;
    display: flex;
  }

  .cta-block.contact-cta {
    justify-content: space-between;
    transition: all .7s;
  }

  .content-wrap {
    z-index: 2;
    height: 80%;
    margin-top: 0;
    padding-right: 10px;
    position: relative;
  }

  .arrow {
    height: 40px;
  }

  .underlay {
    right: -66%;
  }

  .underlay._2 {
    right: -68%;
  }

  .circle {
    right: -65%;
  }

  .menu-button {
    background-color: #0000;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .icon {
    opacity: 1;
  }

  .menu-button-2 {
    background-color: #fff0;
  }

  .menu-button-2.w--open {
    filter: invert();
    background-color: #0000;
  }

  .div-block-5 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    text-align: center;
    align-items: stretch;
    margin-top: 10px;
    margin-right: 0;
  }

  .div-block-6.marginextra {
    align-items: center;
    margin-top: 20px;
  }

  .div-block-6.margin {
    min-width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block-7 {
    text-align: center;
    margin-top: 40px;
  }

  .text-block.footer-contact {
    margin-top: 0;
  }

  .container-3 {
    display: flex;
  }

  .d-127-card-wrapper {
    margin-bottom: 60px;
  }

  .d-127-card-wrapper.d-127-card-title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .outer-section {
    height: auto;
    display: block;
    position: static;
  }

  .first-div-wrapper {
    background-image: url('../images/JRB-ROAD-WEBSITE-GRAPHIC-01.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    position: static;
  }

  .world-map {
    display: none;
  }

  .second-div-wrapper {
    height: auto;
    display: block;
    position: static;
  }

  .text-wrapper-2 {
    height: auto;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .column-15 {
    flex: 0 auto;
  }

  .blog-article-wrap {
    width: 100%;
  }

  .column-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .column-wrap.column-wrap-contact {
    justify-content: space-between;
  }

  .column {
    width: 100%;
  }

  .column.columncontact {
    max-width: none;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .blog-card.contactblogcard {
    width: auto;
  }

  .feature {
    flex-direction: row;
  }

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

  .container-6 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .grid_item.is--cms-item {
    width: 50%;
  }

  .heading-11 {
    font-size: 8vw;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .text-block-2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .nav-scroll-contact {
    display: none;
  }

  .div-block-15 {
    padding-left: 40px;
  }

  .div-block-15.hero-section-contact {
    text-align: center;
    width: 100%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .feature-div {
    align-self: center;
    margin-bottom: 0;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .equipment-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .equipment-columns.equipment-columns-2 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .equipment-excavator-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .equipment-grid {
    background-position: 0 0, 50%;
  }

  .equipment-column {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-7 {
    max-width: 50%;
  }

  .margin-bot-l {
    margin-bottom: 36px;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .swiper-slide.trusted-by-item {
    width: 250px;
  }

  .masonry__collection-list {
    column-gap: 1.5rem;
  }

  .masonry__item {
    margin-bottom: 1.5rem;
  }

  .image-slider {
    height: auto;
  }

  .map-section {
    height: 75vh;
  }

  .html-embed {
    width: 500px;
    display: none;
    overflow: hidden;
  }

  .html-embed.destop {
    display: none;
  }

  .html-embed.tab {
    display: block;
  }

  .image-9 {
    height: 100%;
  }

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

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

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

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

  .services-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-col-1, .services-col-2, .text-field-6-copy.textfieldsingle.white.service-page-form {
    width: 100%;
  }

  .text-field-6-copy.textfieldsingle.white.service-page-form {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-31 {
    color: var(--violet);
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .sidebar {
    display: none;
  }

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .nav {
    width: 100%;
    left: 0;
    right: 0;
  }

  .hero-container {
    margin-top: -122px;
  }

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

  .accordion-item-wrapper.v6 {
    align-items: center;
  }

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

  .iso-certificate {
    display: none;
  }

  .div-block-105 {
    height: 700px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .slider-4 {
    width: auto;
  }

  .list-2, .list-3, .list-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .footer-info {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
  }

  .marquee-text {
    font-size: 28px;
  }

  .image-48 {
    width: 175px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero-overlay, .hero-overlay-2 {
    padding: 40px 20px;
  }

  .hero-overlay-2.hero-overlay-secondary {
    padding-top: 10px;
  }

  .centered-container-2.centered-container-secondary-hero {
    flex-direction: column-reverse;
  }

  .navbar {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .navbar.navbar-scroll {
    display: block;
  }

  .div-block.scroll-div-hero-2 {
    margin-bottom: 0;
  }

  .div-block.scroll-div-hero-2.scroll-contact {
    bottom: 32%;
  }

  .nav-menu-2.nav-menu-2-scroll {
    height: auto;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .d-103-shape-placeholder.holder3 {
    width: 55px;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 80px 30px 20px;
  }

  .typewriter {
    font-size: 20px;
  }

  .feature-section {
    padding: 60px 20px 40px;
  }

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

  .feature-section.feature-section-reverse.feature-section-services-2 {
    padding-top: 60px;
  }

  .feature-section.feature-section-services-1 {
    padding-bottom: 60px;
  }

  .feature-section.feature-section-services-1.feature-section-last {
    padding-bottom: 80px;
  }

  .flex-container {
    flex-direction: column;
  }

  .flex-container.flex-container-reverse {
    flex-direction: column-reverse;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image-mask.feature-image-mask-reverse {
    margin-left: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    width: 60%;
    margin-bottom: 40px;
  }

  .div-block-3.about-img {
    width: 60%;
    height: auto;
  }

  .menu-item-wrapper.link-features.link-home {
    text-align: center;
    justify-content: center;
  }

  .feature-section-reverse {
    text-align: center;
  }

  .feature-section-reverse.feature-div-reversed {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
  }

  .d-101-logo-wrapper, .d-101-logo-wrapper.square {
    margin-left: 10px;
    margin-right: 10px;
  }

  .clone-instructions-panel {
    height: auto;
    display: none;
  }

  .demo-btn.f-2 {
    flex: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .demo-btn.f-2.bottom-btn {
    margin-bottom: 0;
  }

  .demo-btn.f-1 {
    flex: none;
    margin-bottom: 10px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .inner-wrapper {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .demo-btn-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
  }

  .browser-demo-2 {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    padding: 60px 30px;
  }

  .demo-container {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .panel-text-wrapper {
    width: 100%;
    height: 420px;
    margin-top: 150px;
    overflow: visible;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .demo-banner-bottom {
    align-items: flex-end;
    display: flex;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .call-to-action {
    align-items: center;
    padding: 40px 0 0;
  }

  .footer {
    padding: 40px 20px;
  }

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

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

  .section-3.section-3-about.section-3-projects {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cta-block.contact-cta {
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .content-wrap {
    width: 80%;
  }

  .underlay {
    width: 400px;
    height: 400px;
    top: -45%;
    right: -41%;
  }

  .underlay._2 {
    width: 400px;
    height: 400px;
    top: -47%;
    right: -42%;
  }

  .circle {
    width: 400px;
    height: 400px;
    top: -45%;
    right: -40%;
  }

  .icon.menu-icon-contact {
    opacity: 1;
    filter: invert();
  }

  .icon.menu-icon-contact:active {
    filter: none;
  }

  .div-block-6.marginextra {
    margin-top: 20px;
  }

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

  .paragraph-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-3 {
    padding-bottom: 0;
  }

  .second-div-wrapper {
    display: block;
  }

  .column-15 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .text-field-5 {
    margin-left: 10px;
  }

  .column-wrap.column-wrap-contact {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }

  .contactformspacing, .contactformspacing.contactformspacingemail {
    margin-left: 0;
  }

  .column.columncontact {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contactsubheading {
    margin-left: 0;
  }

  .contactsubheading.firstcontactsubheading {
    margin-left: 10px;
  }

  .text-field-6.textfieldsingle, .text-field-6.homepage {
    margin-left: 0;
  }

  .form {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .blog-card.contactblogcard {
    margin-bottom: 0;
  }

  .container-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-primary {
    font-size: 35px;
  }

  .faq-indicator-icon {
    width: 15px;
    height: 15px;
  }

  .faq-indicator-icon-line {
    top: 42%;
  }

  .faq-indicator-icon-line._2 {
    top: 47%;
  }

  .lightbox_arrow-contain {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 2vw;
  }

  .lightbox_x {
    font-size: 2vw;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

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

  .hero {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image-2 {
    width: 40%;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 20px;
    display: flex;
  }

  .feature-div {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .equipment-grid.vibratory-roller {
    background-position: 0 0, 50% 25%;
  }

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

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-8 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .margin-bot-l {
    margin-bottom: 28px;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .swiper-slide.trusted-by-item {
    width: 230px;
    height: 200px;
  }

  .trusted-by-item-content {
    padding: 9px 18px;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .masonry__collection-list {
    column-count: 2;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .feature-image-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .image-slider {
    justify-content: space-around;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .image-8 {
    display: inline-block;
  }

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

  .html-embed {
    overflow: hidden;
  }

  .html-embed.tab {
    display: none;
  }

  .html-embed.phone-landscape {
    display: block;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

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

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

  .form-copy {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-6-copy.textfieldsingle {
    margin-left: 0;
  }

  .heading-31 {
    color: var(--violet);
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .accordion-header {
    font-size: 45px;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-horizontal.flex-right.z-100 {
    z-index: 100;
    position: relative;
  }

  .content-subnav {
    height: auto;
  }

  .accordion-container {
    inset: 0% 0% auto;
  }

  .blur-tr {
    width: 50vw;
  }

  .nav-menu-button {
    padding: 15px;
  }

  .nav-menu-button.w--open {
    z-index: 100;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .nav-menu-list {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .nav-menu-3 {
    z-index: 0;
    background-color: #fff;
    height: auto;
    padding-top: 0;
    top: 0;
    box-shadow: 7px 7px 40px 30px #d3d4d4;
  }

  .nav-grid-2 {
    z-index: 20;
    padding-left: 15px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .nav {
    z-index: 10000;
    height: 10%;
  }

  .blur-tr-container {
    width: 50vw;
  }

  .hero-container {
    margin-top: -125px;
  }

  .div-block-19 {
    flex-direction: row-reverse;
  }

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

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

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

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-indicator-icon-line-2 {
    top: 42%;
  }

  .faq-indicator-icon-line-2._2 {
    top: 47%;
  }

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

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .mg-bottom-0 {
    font-size: 16px;
    line-height: 1.5;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .iso-certificate {
    display: none;
  }

  .div-block-105 {
    height: 700px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .slider-4 {
    width: auto;
  }

  .list-2, .list-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .about-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-109 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .marquee-text {
    font-size: 20px;
  }

  .image-48 {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .hero-overlay-2 {
    background-image: url('../images/JRB-Background-2.jpg');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-overlay-2.hero-overlay-secondary {
    background-image: linear-gradient(#0000000d, #0000000d), url('../images/JRB-Background-2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .centered-container-2 {
    text-align: left;
  }

  .centered-container-2.centered-container-secondary-hero {
    margin-top: 125px;
  }

  .centered-container-2.home {
    background-image: linear-gradient(#0000000d, #0000000d);
  }

  .navbar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block {
    position: absolute;
  }

  .div-block.scroll-div-hero-2.scroll-contact {
    margin-bottom: 0;
    inset: auto 0% 28%;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .d-103-card-wrapper {
    width: 250px;
  }

  .browser-demo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    line-height: 20;
  }

  .text-wrapper.hide {
    flex-direction: column;
  }

  .typewriter {
    font-size: 20px;
    line-height: 1.4;
  }

  .feature-section.feature-section-about {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-section-reverse.feature-div-reversed {
    align-items: center;
  }

  .d-101-logo-wrapper, .d-101-logo-wrapper.square {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-101-logo-text {
    text-align: center;
    font-size: 16px;
  }

  .demo-bottom-buttons {
    flex-direction: column;
    align-items: flex-end;
  }

  .demo-btn-close-wrapper {
    flex: none;
    align-items: center;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .demo-banner-top {
    padding-left: 0;
    padding-right: 20px;
  }

  .clone-instructions-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .demo-btn.f-2.bottom-btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .inner-wrapper {
    align-items: center;
  }

  .demo-btn-wrapper {
    flex: none;
    width: 180px;
  }

  .demo-mark {
    width: 80px;
    padding: 10px;
  }

  .browser-demo-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-mark-logo-wrapper {
    margin-left: 10px;
  }

  .panel-text-wrapper {
    margin-top: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 140px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .demo-banner-bottom-wrapper {
    margin-left: 10px;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .demo-text-wrapper {
    width: 100%;
    max-width: 330px;
  }

  .demo-arrow-text {
    display: none;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .call-to-action, .centered-container-3 {
    text-align: left;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: 150px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link, .heading-4, .paragraph-2 {
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .telephoneandemail {
    width: 20px;
    height: 20px;
  }

  .cta-block {
    width: 90%;
    height: 450px;
  }

  .cta-block.contact-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrap {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .link-block {
    justify-content: flex-start;
  }

  .heading-6 {
    padding-top: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .div-block-5 {
    margin-top: 100px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .div-block-6.marginextra {
    margin-top: 100px;
  }

  .div-block-7 {
    margin-top: 0;
  }

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

  .heading-7 {
    padding: 0 10px;
  }

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

  .d-127-card-wrapper.d-127-card-title {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    max-width: 95%;
  }

  .d-127-paragraph {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-8 {
    text-align: left;
    margin-left: -15px;
  }

  .second-div-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-9 {
    font-size: 2em;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .column.columncontact {
    margin-left: auto;
  }

  .contactsubheading {
    color: #000;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-primary {
    font-size: 25px;
  }

  .plus-minus-wrap {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .faq-answer-wrap-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-header {
    font-size: 20px;
  }

  .faq-indicator-icon {
    width: 30px;
    height: 30px;
  }

  .faq-indicator-icon-line {
    top: 30%;
  }

  .faq-indicator-icon-line._2 {
    top: 70%;
  }

  .lightbox_arrow-contain {
    font-size: 2.3vw;
  }

  .lightbox_x {
    font-size: 2.4vw;
  }

  .grid_item.is--cms-item {
    width: 100%;
  }

  .heading-11 {
    font-size: 9vw;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .text-block-2 {
    text-align: center;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .hero-heading {
    font-size: 26px;
  }

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

  .hero-image-mask-2 {
    justify-content: center;
    display: none;
  }

  .hero-image-2 {
    width: 60%;
  }

  .div-block-15 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15.hero-section-contact {
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-div {
    align-items: center;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-12, .heading-13, .heading-14, .heading-15 {
    margin-left: -15px;
  }

  .masonry__collection-list {
    column-count: 1;
  }

  .collection-list-wrapper {
    width: 95%;
  }

  .image-slider {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .map-section {
    height: 50vh;
  }

  .html-embed {
    width: 250px;
    height: 250px;
  }

  .html-embed.phone-landscape {
    display: none;
  }

  .html-embed.phone-portrait {
    display: block;
  }

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

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

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

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

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

  .heading-31 {
    color: var(--violet);
  }

  .accordion-header {
    font-size: 40px;
  }

  .accordion-toggle-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blur-tr {
    height: 60vh;
  }

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

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .accordion-content-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .nav-grid-2 {
    padding-left: 0;
    padding-right: 15px;
  }

  .blur-tr-container {
    height: 60vh;
    top: 30vh;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    flex-direction: column-reverse;
  }

  .accordion-item-wrapper.v6 {
    align-items: center;
  }

  .faq-indicator-icon-line-2 {
    top: 30%;
  }

  .faq-indicator-icon-line-2._2 {
    top: 70%;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .iso-certificate {
    display: none;
    overflow: auto;
  }

  .closenew {
    z-index: 100;
    width: 40px;
    height: 40px;
  }

  .image-45 {
    display: block;
  }

  .div-block-105 {
    height: auto;
    display: none;
  }

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

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

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

  .slider-4 {
    width: auto;
  }

  .list-2, .list-3 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-info {
    flex-direction: column;
    margin-top: 100px;
  }

  .div-block-110 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marquee-text {
    font-size: 20px;
  }
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416840-c72fbc48 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416854-c72fbc48 {
  grid-area: 1 / 3 / 2 / 7;
  justify-self: start;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416859-c72fbc48 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: end;
}

#w-node-_77f0c95e-3630-5952-66e6-b1237941685e-c72fbc48 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416868-c72fbc48 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416883-c72fbc48 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b1237941689e-c72fbc48 {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b123794168be-c72fbc48 {
  grid-area: 1 / 3 / 2 / 7;
  justify-self: start;
}

#w-node-_77f0c95e-3630-5952-66e6-b123794168c3-c72fbc48 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: end;
}

#w-node-_77f0c95e-3630-5952-66e6-b123794168c8-c72fbc48 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_77f0c95e-3630-5952-66e6-b123794168d2-c72fbc48 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b123794168ed-c72fbc48 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416908-c72fbc48 {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416928-c72fbc48 {
  grid-area: 1 / 3 / 2 / 7;
  justify-self: start;
}

#w-node-_77f0c95e-3630-5952-66e6-b1237941692d-c72fbc48 {
  grid-area: 1 / 9 / 2 / 10;
  justify-self: end;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416932-c72fbc48 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_77f0c95e-3630-5952-66e6-b1237941693c-c72fbc48 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416957-c72fbc48 {
  grid-area: 2 / 3 / 3 / 9;
}

#w-node-_77f0c95e-3630-5952-66e6-b12379416972-c72fbc48 {
  grid-area: 3 / 3 / 4 / 9;
}

@media screen and (max-width: 991px) {
  #w-node-_77f0c95e-3630-5952-66e6-b12379416854-c72fbc48 {
    grid-area: 1 / 3 / 2 / 9;
    justify-self: start;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416859-c72fbc48 {
    grid-area: 1 / 10 / 2 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b123794168be-c72fbc48 {
    grid-area: 1 / 3 / 2 / 9;
    justify-self: start;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b123794168c3-c72fbc48 {
    grid-area: 1 / 10 / 2 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416928-c72fbc48 {
    grid-area: 1 / 3 / 2 / 9;
    justify-self: start;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b1237941692d-c72fbc48 {
    grid-area: 1 / 10 / 2 / 11;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77f0c95e-3630-5952-66e6-b12379416840-c72fbc48 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416859-c72fbc48 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b1237941685e-c72fbc48 {
    grid-row-end: 2;
    grid-column-end: 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416868-c72fbc48 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416883-c72fbc48 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b1237941689e-c72fbc48 {
    grid-area: 4 / 1 / 5 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b123794168c3-c72fbc48 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b123794168c8-c72fbc48 {
    grid-row-end: 2;
    grid-column-end: 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b123794168d2-c72fbc48 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b123794168ed-c72fbc48 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416908-c72fbc48 {
    grid-area: 4 / 1 / 5 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b1237941692d-c72fbc48 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416932-c72fbc48 {
    grid-row-end: 2;
    grid-column-end: 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b1237941693c-c72fbc48 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416957-c72fbc48 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b12379416972-c72fbc48 {
    grid-area: 4 / 1 / 5 / 11;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77f0c95e-3630-5952-66e6-b12379416840-c72fbc48 {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-_77f0c95e-3630-5952-66e6-b1237941685e-c72fbc48, #w-node-_77f0c95e-3630-5952-66e6-b123794168c8-c72fbc48, #w-node-_77f0c95e-3630-5952-66e6-b12379416932-c72fbc48 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }
}


