:root {
  --font--primary-font: Satoshi, Tahoma, sans-serif;
  --secondary-1: #040302;
  --font--secondary-font: Lato, Tahoma, sans-serif;
  --primary-1: #fa9d30;
  --secondary-2: #2a2a2a;
  --white: white;
  --primary-2: #ff5308;
}

body {
  font-family: var(--font--primary-font);
  font-size: 20px;
  line-height: 32px;
}

h1 {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

h2 {
  font-family: var(--font--primary-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  font-family: var(--font--primary-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  font-family: var(--font--primary-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

p {
  font-family: var(--font--secondary-font);
  margin-bottom: 0;
}

a {
  color: var(--primary-1);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--font--secondary-font);
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

em {
  color: var(--primary-1);
  font-style: normal;
}

blockquote {
  font-family: var(--font--secondary-font);
  color: var(--secondary-2);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow-show {
  overflow: visible;
}

.navbar {
  background-color: var(--secondary-1);
  border-bottom: 1px solid #ffffff1a;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.navbar-logo-wrapper {
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 5px;
  margin-left: 20px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary-1);
}

.nav-link.hide-mobile {
  font-family: var(--font--primary-font);
  color: var(--white);
}

.nav-link.hide-mobile.sizing {
  font-family: var(--font--primary-font);
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--font--primary-font);
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  transition-duration: .2s;
}

.nav-link._20px-padding {
  font-family: var(--font--secondary-font);
  color: var(--white);
}

.nav-link._20px-padding:hover {
  color: var(--primary-1);
}

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

.primary-button {
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  width: auto;
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.primary-button:hover {
  border-color: var(--primary-1);
  transform: scale(.9);
}

.primary-button.big-button {
  background-color: var(--primary-1);
  cursor: pointer;
  flex-flow: row;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 22px;
}

.primary-button.big-button.left {
  padding-left: 2em;
}

.primary-button.margin {
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button.secondary {
  background-color: var(--secondary-1);
  color: var(--white);
  cursor: pointer;
  background-image: none;
  border-color: #ffffff24;
  font-weight: 700;
}

.primary-button.secondary:hover {
  border-color: var(--secondary-1);
  transform: scale(.9);
}

.primary-button.secondary.form {
  font-size: 24px;
  box-shadow: 0 2px 5px #0000004d;
}

.primary-button.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-1);
  font-family: var(--font--primary-font);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.primary-button.desktop:hover {
  border-color: var(--secondary-2);
}

.primary-button.desktop.nav {
  padding-left: 20px;
  padding-right: 20px;
}

.primary-button.mobile {
  display: none;
}

.primary-button.see-more-button {
  box-shadow: none;
  color: var(--primary-2);
  cursor: pointer;
  background-image: none;
  border-style: none none solid;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-radius: 0;
  flex-flow: row;
  padding: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
}

.primary-button.see-more-button:hover {
  border-bottom-color: var(--secondary-1);
  color: var(--secondary-1);
}

.primary-button.see-less-button {
  box-shadow: none;
  color: var(--primary-2);
  cursor: pointer;
  background-image: none;
  border-style: none none solid;
  border-bottom-width: 0;
  border-bottom-color: #000;
  border-radius: 0;
  flex-flow: row;
  padding: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
}

.primary-button.see-less-button:hover {
  border-bottom-color: var(--secondary-1);
  color: var(--secondary-1);
}

.primary-button.see-more-button-under {
  box-shadow: none;
  color: var(--primary-2);
  cursor: pointer;
  background-image: none;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-radius: 0;
  flex-flow: row;
  margin-right: 10px;
  padding: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
}

.primary-button.see-more-button-under:hover {
  border-bottom-color: var(--secondary-1);
  color: var(--secondary-1);
}

.primary-button-text {
  z-index: 1;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.primary-button-text.text-size-18 {
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.primary-button-shape {
  background-color: var(--secondary-1);
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.primary-button-shape.secondary, .primary-button-shape.secondary.cta {
  background-color: var(--primary-1);
}

.primary-button-shape.secondary.cta.bg-color {
  background-color: var(--primary-1);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary-1), var(--secondary-1));
}

.section.not-found-section {
  padding-top: 125px;
  padding-bottom: 150px;
}

.section.not-found-section._100vh {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.project-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.insights-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.insights-section.bottom-0px {
  padding-bottom: 0;
}

.section.insights-categories {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.intro-section-services {
  padding-top: 180px;
  padding-bottom: 80px;
}

.section._120px-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section._120px-padding.background-color {
  background-color: #0b1d3f0d;
}

.section._120px-padding.padding-bottom-0px {
  padding-bottom: 0;
}

.section._120px-padding.padding-top-0 {
  padding-top: 0;
}

.section.footer-section {
  background-color: var(--secondary-1);
  padding-top: 120px;
}

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

.section._60px-padding._120px-top-padding {
  padding-top: 120px;
}

.section._60px-padding._120px-bottom-padding {
  padding-bottom: 120px;
}

.section._60px-padding._120px-bottom-padding.background-color {
  background-color: #f6f7f8;
}

.section._60px-padding.overflow-hidden {
  overflow: hidden;
}

.section._60px-padding.dark-background {
  background-color: var(--secondary-1);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.section._60px-padding._0px-padding-bottom {
  padding-bottom: 0;
}

.section._60px-padding._0px-padding-bottom.light-v2 {
  background-color: #f5f5f5;
}

.section._60px-padding._0px-padding-bottom._60 {
  background-color: #f5f5f5;
  padding-bottom: 60px;
  overflow: hidden;
}

.section._60px-padding.light-grey-background {
  background-color: #0b1d3f0d;
}

.section._60px-padding.testimonial-home {
  margin-top: 90px;
}

.section._60px-padding.testimonial-home.no-bottom-padding {
  padding-bottom: 0;
}

.section._60px-padding.testimonial-home.no-bottom-padding.no-margins {
  margin-top: 0;
}

.section._60px-padding.testimonial-home.no-top-padding {
  padding-top: 0;
}

.section._60px-padding.testimonial-home.no-top-padding.no-margin {
  margin-top: 0;
  padding-bottom: 0;
}

.section._60px-padding._100px-margin {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.section._60px-padding.grey-bg {
  background-color: #f5f5f5;
}

.section.home-form {
  padding-top: 110px;
  padding-bottom: 144px;
}

.section.home-form.less-padding {
  padding-top: 0;
}

.banner-text-wrapper {
  margin-bottom: 30px;
}

.banner-text-wrapper.flex-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.banner-text-wrapper.flex-gap.center {
  justify-content: center;
  align-items: center;
}

.banner-title-tag-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.banner-title-tag-wrapper.center {
  margin-bottom: 10px;
}

.banner-title-tag-line {
  background-color: var(--primary-1);
  width: 60px;
  height: 1px;
}

.banner-title-tag-line.shadow-2 {
  box-shadow: 0 2px 5px #0003;
}

.banner-subtitle {
  font-family: var(--font--secondary-font);
  color: var(--primary-1);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.banner-subtitle.all-caps {
  text-transform: uppercase;
  line-height: 100%;
}

.banner-subtitle h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner-subtitle p {
  font-family: var(--font--primary-font);
  text-transform: none;
}

.banner-subtitle.shadow {
  text-shadow: 0 1px 1px #000000b3;
}

.banner-description-text {
  max-width: 560px;
  font-family: var(--font--secondary-font);
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
}

.banner-description-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.banner-description-text.shadow-t {
  text-shadow: 0 1px 10px #000000b3;
  margin-top: 15px;
  margin-bottom: 20px;
}

.banner-description-text.shadow-t.big {
  max-width: 740px;
}

.banner-button-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.primary-button-wrapper {
  display: inline-block;
}

.primary-button-wrapper.flex-left-tablet-center {
  align-self: flex-start;
  margin-top: 20px;
  display: flex;
}

.primary-button-wrapper.flex-left-tablet-center.no-padding-top {
  margin-top: 0;
}

.primary-button-wrapper.padding-top {
  margin-top: 25px;
}

.primary-button-wrapper.padding-top.flex {
  align-self: flex-start;
}

.primary-button-wrapper.hero-section {
  box-shadow: 0 0 30px #0000004d;
}

.primary-button-wrapper.navbar-button {
  flex: none;
  align-self: center;
}

.title-tag-wrapper {
  grid-column-gap: 15px;
  font-family: var(--font--secondary-font);
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.title-tag-wrapper.center {
  justify-content: center;
  align-items: center;
}

.title-tag-wrapper.center.left {
  justify-content: flex-start;
  align-items: center;
}

.title-tag-wrapper.center.left._6px-padding-bottom {
  margin-bottom: 6px;
}

.title-tag-wrapper.align-center {
  justify-content: center;
  transition: all .4s;
}

.title-tag-line {
  background-color: #f95400;
  width: 60px;
  height: 1px;
}

.title-tag-line.small {
  width: 30px;
}

.title-tag {
  font-family: var(--font--primary-font);
  color: #f95400;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.title-tag h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.title-tag p {
  font-family: var(--font--primary-font);
  font-weight: 700;
}

.about-us-description-text {
  font-family: var(--font--secondary-font);
  color: var(--secondary-2);
  margin-bottom: 20px;
}

.about-us-description-text.para-center {
  margin-top: 10px;
}

.about-us-description-text.margin-0px-bottom {
  margin-bottom: 20px;
}

.about-us-description-text p {
  font-size: 24px;
}

.about-us-description-text.home ul {
  margin-top: 26px;
}

.about-us-description-text.home li {
  font-size: 24px;
  font-weight: 500;
}

.about-us-description-text.home.italic {
  font-style: italic;
}

.services-tabs-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.services-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / minmax(580px, auto) minmax(740px, auto);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.services-tabs.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
}

.services-tabs-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid #0000001f;
  border-top-style: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: flex;
}

.services-tabs-menu-wrapper.no-border {
  border-color: #0e161c;
  border-top-style: none;
  border-bottom-style: solid;
  border-right-style: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.services-tab-link {
  grid-column-gap: 30px;
  border-top: 1px solid var(--secondary-1);
  cursor: pointer;
  align-items: center;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.services-tab-link.w--current {
  background-color: var(--primary-1);
  color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/69a140372d2e0bbcc6adf22c/69a140372d2e0bbcc6adf66b_A_black_image.avif");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 80%;
  border-top-style: solid;
  border-top-color: #d8d9da;
}

.services-tab-icon-wrapper {
  border-right: 1px solid #0000001f;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.services-tab-icon-wrapper.dark-border._2, .services-tab-icon-wrapper.dark-border._3, .services-tab-icon-wrapper.dark-border._4 {
  position: relative;
}

.services-tab-icon-wrapper.dark-border {
  border-right-color: #0e161c;
  height: 138px;
}

.services-tab-icon-wrapper.dark-border._2, .services-tab-icon-wrapper.dark-border._3, .services-tab-icon-wrapper.dark-border._4 {
  position: relative;
}

.services-tab-icon-wrapper.dark-border._1 {
  background-color: var(--primary-1);
  position: relative;
}

.services-tab-icon-wrapper.dark-border._2, .services-tab-icon-wrapper.dark-border._3, .services-tab-icon-wrapper.dark-border._4 {
  position: relative;
}

.services-tab-text-wrapper {
  width: 350px;
}

.services-tab-text-block {
  font-family: var(--font--primary-font);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 120%;
}

.services-tab-text-block h3 {
  text-transform: capitalize;
}

.services-tab-text-block.bold {
  text-transform: none;
  font-weight: 700;
}

.services-tab-text-block.bold h3 {
  font-size: 26px;
  line-height: 30px;
}

.services-tab-content {
  height: 100%;
  display: block;
}

.services-tab-content._2, .services-tab-content._3, .services-tab-content._4, .services-tab-content._5, .services-tab-content._6 {
  display: none;
}

.services-tab-content._1 {
  display: block;
}

.services-tab-content._2, .services-tab-content._3, .services-tab-content._4 {
  display: none;
}

.services-content {
  height: 100%;
}

.services-single-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.services-single-details {
  background-color: var(--white);
  width: auto;
  padding: 95px 35px 35px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 17px -11px #0003;
}

.services-single-details.max-w.last, .services-single-details.max-w.end {
  border-radius: 12px;
  padding-top: 68px;
}

.services-single-details.max-w {
  width: 470px;
}

.services-single-details.max-w.last, .services-single-details.max-w.end, .services-single-details.max-w.last, .services-single-details.max-w.end {
  border-radius: 12px;
  padding-top: 68px;
}

.services-icon-wrapper {
  margin-bottom: 35px;
  display: inline-block;
}

.services-icon-wrapper.less-margin {
  margin-bottom: 10px;
}

.services-text-wrapper {
  margin-bottom: 0;
  overflow: hidden;
}

.services-name {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.services-name h4 {
  font-weight: 700;
}

.services-name h3 {
  font-size: 26px;
  line-height: 30px;
}

.services-description-text {
  font-family: var(--font--secondary-font);
  color: var(--secondary-2);
  font-size: 18px;
  line-height: 28px;
}

.services-number-wrap {
  background-color: var(--secondary-1);
  width: 45px;
  height: 45px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 15px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.footer-details-wrapper {
  width: 370px;
  margin-right: 40px;
}

.footer-logo-link-block {
  margin-bottom: 30px;
}

.footer-logo-image {
  width: 250px;
}

.footer-details-text {
  font-family: var(--font--secondary-font);
  color: #c5c5c5;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.footer-social-media-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-social-media-link-block {
  width: 50px;
  height: 50px;
  color: var(--white);
  border: 1px solid #5d5d5d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400";
  font-size: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.footer-social-media-link-block:hover {
  background-color: var(--primary-2);
}

.footer-menu-single-wrapper {
  height: 100%;
}

.footer-menu-title-wrapper {
  margin-bottom: 43px;
}

.footer-menu-title {
  font-family: var(--font--primary-font);
  color: var(--white);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.footer-menu-list-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-menu-list-single {
  display: inline-block;
}

.footer-menu-text-link {
  font-family: var(--font--secondary-font);
  color: #c5c5c5;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.footer-menu-text-link:hover {
  color: var(--primary-1);
}

.contact-info-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.contact-info-wrap.area-we-serve-wrap {
  grid-row-gap: 1.8rem;
  justify-content: center;
  align-items: flex-start;
}

.footer-menu-contact-single {
  grid-column-gap: 13px;
  color: var(--primary-2);
  align-items: flex-start;
  display: flex;
}

.footer-menu-contact-icon-wrapper {
  width: 25px;
}

.footer-menu-text-block {
  max-width: 205px;
  font-family: var(--font--secondary-font);
  color: #c5c5c5;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  transition: color .35s;
  display: flex;
}

.footer-menu-text-block:hover {
  color: var(--primary-1);
}

.footer-menu-text-block.color-dark {
  max-width: none;
  color: var(--secondary-1);
}

.footer-infermation-wrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-infermation-text {
  font-family: var(--font--primary-font);
  color: #c5c5c5;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
}

.footer-infermation-text.m-r {
  margin-right: 10px;
}

.contact-form-main-wrap {
  margin-top: -315px;
}

.contact-form-main-wrap.top-0px {
  margin-top: 0;
}

.contact-form-wrap {
  display: flex;
  position: relative;
}

.contact-form-wrap.home {
  max-height: 695px;
}

.content-wrapper {
  background-color: #111a21;
  width: 650px;
  padding: 145px 50px;
  position: relative;
  overflow: hidden;
}

.content-wrapper.padding-styling-01 {
  background-color: var(--secondary-1);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper.padding-styling-01.home {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 74px 65px 42px 36px;
}

.achievements-text-wrapper {
  margin-bottom: 30px;
}

.achievements-text-wrapper.home {
  margin-bottom: 46px;
}

.achievements-single-title {
  font-family: var(--font--primary-font);
  color: var(--white);
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.achievements-single-title h2 {
  color: var(--white);
}

.form-wrapper {
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  border: 1px solid #0403021f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 660px;
  padding: 50px 40px;
  display: flex;
}

.form-wrapper.home {
  border-radius: 0 12px 12px 0;
  padding-left: 53px;
  padding-right: 63px;
}

.achievements-form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.achievements-form-block {
  margin-bottom: 0;
}

.achievements-form {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.achievements-form.less-gap {
  grid-row-gap: 20px;
}

.achievements-form-single {
  grid-column-gap: 30px;
  display: flex;
}

.achievements-form-single-content {
  width: 100%;
}

.achievements-form-single-content.adjustedd {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.achievements-form-single-content.text-color-white {
  color: var(--white);
}

.achievements-form-field-label {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.form-field {
  background-color: var(--white);
  width: 257px;
  height: 54px;
  font-family: var(--font--secondary-font);
  color: var(--secondary-1);
  border: 1px solid #0000001f;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible], .form-field::placeholder {
  color: var(--secondary-1);
}

.about-us-description-text-hv2 {
  color: var(--secondary-2);
  line-height: 28px;
}

.contact-us-textarea {
  background-color: #fff;
  border: 1px solid #0000001f;
  min-width: 100%;
  max-width: 100%;
  min-height: 293px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 20px;
}

.contact-us-textarea::placeholder {
  color: #5d5d5d;
}

.contact-us-textarea.min-h.placeholder-size:focus-visible, .contact-us-textarea.min-h.placeholder-size[data-wf-focus-visible], .contact-us-textarea.min-h.placeholder-size::placeholder {
  color: var(--secondary-1);
}

.contact-us-textarea.min-h {
  min-height: 200px;
}

.contact-us-textarea.min-h.placeholder-size:focus-visible, .contact-us-textarea.min-h.placeholder-size[data-wf-focus-visible], .contact-us-textarea.min-h.placeholder-size::placeholder {
  color: var(--secondary-1);
}

.contact-us-textarea.min-h.placeholder-size {
  font-family: var(--font--secondary-font);
  color: var(--secondary-1);
  border-radius: 5px;
  font-size: 16px;
}

.contact-us-textarea.min-h.placeholder-size:focus-visible, .contact-us-textarea.min-h.placeholder-size[data-wf-focus-visible], .contact-us-textarea.min-h.placeholder-size::placeholder {
  color: var(--secondary-1);
}

.about-description-text-wrapper {
  width: 480px;
}

.about-description-text-wrapper.algin-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-description-text-wrapper.algin-center.larger {
  width: auto;
  max-width: 600px;
}

.about-description-text-wrapper.algin-center.larger.no-flex {
  display: block;
}

.core-values-section-title-wrapper {
  margin-bottom: 50px;
}

.dropdown-toggle-2 {
  font-family: var(--font--primary-font);
  color: var(--white);
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .45s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: var(--primary-1);
}

.dropdown-column-wrapper-2 {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper-2.homes-page {
  width: 100%;
  left: -40px;
  transform: none;
}

.dropdown-column-wrapper-2.homes-page.w--open {
  width: 100%;
  min-width: 250px;
}

.dropdown-column-wrapper-2.homes-page.auto-w.w--open {
  width: auto;
}

.dropdown-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.dropdown-pd.pd-60px {
  background-color: #060606;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  background-color: var(--secondary-1);
  border: 1px solid #ffffff1a;
  padding: 16px 20px;
}

.dropdown-pd.pd-60px.homes-pd.dropdown-size {
  background-color: var(--secondary-1);
  background-color: var(--secondary-1);
}

.dropdown-pd.pd-60px {
  background-color: #0e161c;
  border: 1px solid #ffffff1a;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.padding {
  background-color: var(--secondary-1);
  background-color: var(--secondary-1);
  padding: 30px 20px;
}

.dropdown-toggle-text-block {
  font-family: var(--font--primary-font);
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover, .dropdown-menu-text-link.w--current {
  color: var(--primary-1);
}

.dropdown-menu-text-link.mb15 {
  grid-column-gap: 0px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.dropdown-menu-text-link.mb15.w--current {
  color: var(--white);
}

.dropdown-menu-text-link.mb15.w--current:hover {
  color: var(--primary-1);
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-singel-wrapper {
  font-family: var(--font--primary-font);
}

.dropdown-toggle-arrow-2 {
  height: 32px;
  min-height: 32px;
  margin-left: 10px;
  font-family: "Fa Solid 900";
  font-size: 15px;
}

.dropdown-title-wrapper {
  margin-bottom: 20px;
}

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

.dropdown-column-wrapper {
  background-color: #0000;
  width: 875px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.change-width.w--open {
  width: 1200px;
  left: 392px;
}

.dropdown-title {
  color: #fff;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.dropdown-title.title-size {
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-title.title-size:hover {
  color: var(--primary-1);
}

.navbar-right-content {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo {
  width: 221.021px;
}

.navbar-logo.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  display: flex;
}

.grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
}

.wrap-benefits {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.wrap-benefits.relative {
  position: relative;
}

.html-embed {
  border-radius: 12px;
  height: 150px;
  overflow: hidden;
}

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

.footer-link {
  color: var(--primary-1);
  font-weight: 500;
  text-decoration: none;
}

.limit-center {
  max-width: 700px;
}

.limit-center.flex-gap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  display: flex;
}

.heading-wrap-center {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-wrap-center.flexi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.text-align-center {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  text-align: center;
}

.text-align-center.heading-600 {
  font-family: var(--font--primary-font);
  margin-bottom: 20px;
}

.text-align-center.about-us-description-text-hv2 {
  font-family: var(--font--secondary-font);
  color: var(--secondary-2);
  line-height: 32px;
}

.image-size {
  object-fit: cover;
  object-position: 50% 19%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 712px;
}

.image-size.small-size {
  object-fit: cover;
  height: 300px;
  max-height: none;
}

.image-size._100 {
  z-index: 9;
  height: 498px;
  max-height: none;
  position: relative;
}

.image-size.move {
  object-position: 55% 19%;
}

.image-size.move-2 {
  object-position: 75% 19%;
}

.image-size._100-image {
  max-height: 100%;
}

.image-size.ceo {
  z-index: 9;
  object-fit: contain;
  width: auto;
  position: relative;
  left: auto;
}

.sticky {
  position: sticky;
  top: 140px;
}

.sticky._100-v {
  height: 100%;
}

.contact-info-link {
  grid-column-gap: 24px;
  text-decoration: none;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  height: 100%;
  display: flex;
}

.support-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.menu-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  height: 100%;
  padding: 20px 20px 20px 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link.hide-mobile {
  width: 100px;
  height: 100%;
}

.menu-link.hide-mobile.height-auto {
  justify-content: flex-end;
  align-items: center;
  width: 111px;
  height: 72px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 5px;
}

.main-services-link, .main-services-link:hover {
  text-decoration: none;
}

.link-6 {
  color: var(--white);
  text-decoration: none;
}

.link-6:hover {
  color: var(--primary-1);
}

.text-color-white {
  font-family: var(--font--primary-font);
  color: #fff;
  margin-bottom: 10px;
}

.text-color-white._14px-text {
  letter-spacing: .5px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-color-white h4, .text-color-white h3 {
  font-size: 40px;
  line-height: 45px;
}

.center {
  text-align: center;
}

.mandatory {
  color: #111a21;
}

.light-heading-600 {
  font-family: var(--font--primary-font);
  color: var(--secondary-1);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.light-heading-600.mg-bottom-40 {
  margin-bottom: 40px;
}

.light-heading-600._15-ch-width {
  width: 15ch;
  font-family: var(--font--primary-font);
}

.light-heading-600.align-left {
  z-index: 99;
  text-align: left;
  display: block;
  position: relative;
}

.light-heading-600.align-left.text-color-white {
  color: var(--white);
  margin-bottom: 10px;
}

.light-heading-600.align-left.text-color-white h1 {
  color: var(--white);
}

.light-heading-600.align-left.text-color-white.sm {
  font-size: 32px;
  line-height: 40px;
}

.light-heading-600.align-left.text-color-white.center {
  text-align: center;
}

.light-heading-600.align-left.text-color-white.center.shadow-t {
  text-shadow: 0 1px 10px #000000b3;
}

.light-heading-600.align-left.italic {
  font-style: italic;
}

.light-heading-600.no-margins {
  margin-bottom: 0;
}

.nav-phone-subtitle {
  font-family: var(--font--secondary-font);
  color: #c5c5c5;
  -webkit-text-stroke-color: var(--secondary-2);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.heading-18 {
  color: var(--secondary-1);
  white-space: nowrap;
  font-size: 40px;
  font-weight: 900;
  line-height: 110%;
}

.heading-18.sm {
  font-size: 30px;
}

.text-block-12 {
  font-family: var(--font--secondary-font);
  color: var(--secondary-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--primary-1);
  background-color: var(--white);
  display: flex;
  overflow: hidden;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 10px 20px;
  display: flex;
}

.div-block-59 {
  z-index: 1;
  background-color: var(--primary-1);
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  position: absolute;
  inset: 0% -10% 0% -28%;
  transform: skew(20deg);
  box-shadow: 0 2px 20px 2px #0003;
}

.point-heading {
  font-family: var(--font--primary-font);
  color: var(--white);
  font-size: 31px;
}

.point-heading.dark-heading {
  color: #101418;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.point-heading.dark-heading.smaller-mobile {
  color: var(--secondary-1);
  display: inline-flex;
}

.point-heading.dark-heading.smaller-mobile.size-v2 {
  font-size: 28px;
  line-height: 32px;
}

.point-heading.dark-heading.smaller-mobile.size-v2 h3 {
  font-size: 26px;
}

._12-points-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  display: flex;
}

._12-points-wrapper.gap-0px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._12-points-wrapper.gap-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.hero-button {
  z-index: 999;
  border-radius: 5px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.hero-button.hero {
  box-shadow: 0 2px 5px #00000080;
}

.cta-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contact-us-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  height: 100%;
  max-height: 372px;
  display: inline-block;
}

.contact-us-image.small {
  max-height: 100%;
}

.form-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.form-image-wrapper.auto {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
}

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

.testimonials-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  flex-flow: column;
  display: flex;
}

.logos-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: auto;
}

.icon-7 {
  display: none;
}

.slider-nav {
  width: 100%;
  color: var(--primary-1);
  padding-top: 22px;
  font-size: 10px;
}

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

.hide-2 {
  display: none;
}

.logo-w-2 {
  object-fit: fill;
  width: 200px;
  height: 100%;
  padding-top: 30%;
  position: relative;
}

.logo-w-2.link {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0%;
  display: flex;
  position: static;
}

.logo-w-2.link.move {
  align-self: flex-start;
  margin-top: -15px;
  padding-top: 0%;
}

.slide-7 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.main-container {
  max-width: 1366px;
  display: block;
}

.customer-logo {
  filter: invert(62%) brightness(130%) grayscale();
  white-space: normal;
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  max-width: 250px;
  position: static;
  inset: 0%;
}

.customer-logo.grey {
  filter: invert(62%) brightness(130%) grayscale();
  max-width: 160px;
}

.customer-logo._100px {
  filter: invert(62%) grayscale() brightness(130%);
  height: 100px;
}

.customer-logo._100px:hover {
  filter: none;
}

.customer-logo._100px.smaller {
  height: 75px;
}

.customer-logo._100px.smaller._2 {
  filter: grayscale(80%) brightness(200%) invert(30%);
  height: 90px;
}

.customer-logo._100px.smaller._2:hover {
  filter: none;
}

.customer-logo._100px.less {
  filter: invert(62%) grayscale() brightness();
}

.customer-logo._100px.less:hover {
  filter: none;
}

.customer-logo._100px.less._2 {
  filter: invert(62%) grayscale() brightness(165%);
}

.customer-logo._100px.less._2:hover {
  filter: none;
}

.hero-button-icon {
  z-index: 2;
  width: 60px;
  height: 60px;
  color: var(--white);
  position: relative;
}

.hero-button-icon.sm {
  width: 40px;
  height: 40px;
}

.nav-icons-embed {
  width: 30px;
  height: 30px;
  color: var(--primary-1);
}

.contact-icons {
  width: 32px;
  min-width: 32px;
  height: 32px;
  color: var(--primary-1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.values-icon-main {
  width: 50px;
  max-width: 100%;
  color: var(--secondary-1);
}

.values-icon-main._2, .values-icon-main._3, .values-icon-main._4, .values-icon-main._2, .values-icon-main._3, .values-icon-main._4 {
  z-index: 2;
  position: static;
}

.values-icon-two {
  opacity: 0;
  width: 50px;
  color: var(--white);
  position: absolute;
  transform: translate(0, -210%);
}

.values-icon-two._2, .values-icon-two._3, .values-icon-two._4 {
  z-index: 2;
}

.values-icon-two._1 {
  z-index: 2;
  opacity: 1;
  transform: none;
}

.values-icon-two._2, .values-icon-two._3, .values-icon-two._4 {
  z-index: 2;
}

.code-embed-9 {
  width: 50px;
  min-width: 50px;
  color: var(--primary-1);
}

.card-main-title {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: auto;
  display: inline-block;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-117 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.no-margins.hover-effect-v1 {
  transition: color .35s;
}

.no-margins.hover-effect-v1:hover {
  color: var(--primary-1);
}

.absolute-image {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(#000, #dedede 87%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-image.z-index-adjusted {
  z-index: 0;
}

.absolute-image.auto.tab {
  display: none;
}

.hidde-offer {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  display: flex;
}

.hidde-offer.no-gap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: none;
}

.button-wrap_-see-more {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-11 {
  margin-bottom: 20px;
  display: block;
}

.point-icon-wrap {
  background-color: var(--primary-1);
  justify-content: center;
  align-items: center;
  width: 108.94px;
  min-width: 108.94px;
  height: 110.18px;
  min-height: 110.18px;
  display: flex;
}

.point-icon-wrap.v2-number {
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  border-radius: 5px;
  width: 107px;
  min-width: 107px;
  height: 107px;
  min-height: 107px;
}

._12-points-card-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

._12-points-card-wrap._2 {
  z-index: 2;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

._12-points-card-wrap._2.align-top {
  justify-content: space-around;
  display: flex;
}

._12-points-card-wrap.padding-35px {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
}

._12-points-card-wrap.padding-35px.align-top.styling-v2 {
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  padding: 34px 45px 34px 36px;
  box-shadow: 0 0 30px #00000040;
}

.card-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 20px;
  margin-left: 40px;
  display: flex;
}

.card-content-wrap.no-margin-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-content-wrap.margin-v2 {
  grid-row-gap: 0rem;
  grid-row-gap: 0rem;
  margin-top: 0;
  margin-left: 40px;
}

._12-points-description {
  font-family: var(--font--secondary-font);
  color: var(--secondary-1);
  font-size: 24px;
  line-height: 40px;
}

._12-points-description.size-v2 {
  color: var(--secondary-2);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.mobile-dropdown-wrap {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: none;
}

.card-content-wrapper {
  display: inline-block;
}

.ceo-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  position: relative;
}

.ceo-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ceo-info-card {
  z-index: 99;
  text-align: center;
  background-color: #e8e8e8;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.company-info-text {
  color: var(--secondary-1);
  text-align: right;
  text-shadow: 0 1px 8px #0003;
  font-size: 22px;
  font-weight: 700;
}

.quote-icon-embed {
  z-index: 0;
  width: 185px;
  min-width: 185px;
  height: 139px;
  min-height: 139px;
  position: absolute;
  inset: -8% auto auto 0%;
}

._12-points-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-white {
  color: var(--secondary-1);
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.why-choose---sticky {
  flex-flow: column;
  width: 200px;
  padding-top: 95%;
  padding-bottom: 95%;
  display: flex;
}

.read-more-text {
  text-underline-offset: 5px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.read-more-circle {
  background-color: var(--primary-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  display: flex;
}

.read-more-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-2);
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.read-more-wrap:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.services-dropdown-icon {
  display: none;
}

.services-list-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.services-dropdown-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-18 {
  justify-content: center;
  align-items: center;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  display: flex;
}

.company-info-position {
  color: var(--primary-2);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.testimonials-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.map-embed-testimonial {
  border: 1px solid #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 30px #0000004d;
}

.div-block-131 {
  width: 100%;
}

.reviewer-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.review-text-testimonial {
  color: var(--secondary-2);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 400;
}

.see-all-text {
  font-size: 22px;
  font-weight: 700;
}

.hero-testimonial-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 26px 20px 26px 16px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.quote-embed {
  width: 76px;
  height: 62px;
  color: var(--secondary-1);
  position: absolute;
  inset: -11% auto auto -1%;
}

.reviews-stars-embed {
  width: 106px;
  margin-top: 12px;
}

.more-reviews-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--secondary-1);
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
}

.more-reviews-wrapper:hover {
  color: var(--primary-1);
}

.big-testimonials-wrap {
  margin-top: 12px;
  margin-bottom: 6px;
  position: relative;
}

.testimonials-name-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
}

.testimonial-image-avatar {
  border: 1px solid var(--primary-1);
  object-fit: contain;
  border-radius: 100%;
  flex: none;
  width: 120px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.reviewer-position {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.plus {
  z-index: 1;
  background-color: var(--secondary-1);
  align-self: center;
  width: 3px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.faqs-grid-2 {
  grid-column-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.faqs-title {
  cursor: pointer;
  flex-flow: column;
  padding-right: 11px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.faq-title-wrap {
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.faq-answer {
  width: 110%;
  color: var(--secondary-2);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.faq-number {
  color: var(--secondary-1);
  margin-top: 2px;
  font-size: 28px;
  font-weight: 700;
}

.faqs-wrapper, .div-block-132 {
  flex-flow: column;
  display: flex;
}

.minus {
  background-color: var(--secondary-1);
  align-self: center;
  width: 35px;
  height: 3px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.faq-gradient-border {
  background-color: var(--secondary-2);
  width: 100%;
  height: 2px;
  color: var(--secondary-2);
  flex: none;
}

.faq-gradient-border.open {
  background-color: var(--secondary-2);
  background-image: none;
}

.faq-gradient-border.open.answer-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 110%;
  height: 1px;
  margin-top: auto;
  position: static;
}

.flex-line-container {
  flex-flow: column;
  display: flex;
}

.div-block-124 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  display: flex;
}

.faqs-dropdown {
  position: relative;
  overflow: hidden;
}

.faq-question-2 {
  color: var(--secondary-1);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.faq-question-2 h4, .faq-question-2 h3 {
  font-size: 22px;
}

.faqs-plus-wrapper {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.tabs-wrapper-1 {
  border-right: 1px solid var(--secondary-1);
  background-color: var(--secondary-1);
  color: var(--white);
}

.tabs-wrapper-2, .tabs-wrapper-3, .tabs-wrapper-4 {
  border-right: 1px solid var(--secondary-1);
  color: var(--secondary-1);
}

.nav-call-background {
  z-index: -1;
  opacity: .3;
  background-image: linear-gradient(#fb932a, #fff0);
  position: absolute;
  inset: 0%;
}

.support-wrap-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.call-icon-background {
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 8px;
  display: flex;
}

.scrollbar-embed {
  max-width: 0;
  max-height: 0;
}

.reviews-stars-embed-card {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  margin-top: 10px;
  display: flex;
}

.reviewer-company-card {
  font-size: 14px;
  line-height: 1.2em;
}

.reviewer-image-small {
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.reviewer-image-small.logo {
  width: auto;
}

.reviewer-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rte-testimonials-small {
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
}

.reviewer-name-small {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.reviews-card {
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  padding: 26px 20px 26px 16px;
  box-shadow: 0 0 15px #c8ccd2;
}

.reviews-card.fixed-size {
  border-radius: 12px;
  box-shadow: 0 0 30px #0000004d;
}

.custom-scrollbar {
  width: 100%;
  height: 190px;
  min-height: 190px;
  overflow: scroll;
}

.custom-scrollbar.bigger {
  min-height: 250px;
}

.custom-scrollbar.larger {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.testimonials-slider-wrap-2 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px 40px 40px;
  display: grid;
}

.collection-list-6.update {
  margin-left: 0;
  margin-right: 0;
}

.collection-list-6._100 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-6._100.big {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-no-animation.banner-section {
  padding-top: 260px;
  padding-bottom: 0;
}

.section-no-animation.banner-section.section-padding-01 {
  padding-top: 10%;
  padding-bottom: 5%;
  position: relative;
}

.section-no-animation.inner-banner-section {
  background-color: var(--secondary-1);
  padding-top: 180px;
  padding-bottom: 70px;
}

.section-no-animation.not-found-section {
  padding-top: 125px;
  padding-bottom: 150px;
}

.section-no-animation.not-found-section._100vh {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-no-animation.blog-details-section {
  padding-top: 220px;
  padding-bottom: 140px;
}

.section-no-animation.intro-section-services {
  padding-top: 180px;
  padding-bottom: 80px;
}

.section-no-animation.home-banner-section {
  background-image: url("https://cdn.prod.website-files.com/69a140372d2e0bbcc6adf22c/69a140372d2e0bbcc6adf600_MSP%20Launchpad%20Group%2071%20(1)%20(1).avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 260px;
  padding-bottom: 0;
}

.section-no-animation.home-banner-section.bottom-0px {
  background-image: none;
  padding-top: 78px;
  padding-bottom: 0;
  position: relative;
}

.why-choose-text {
  background-image: linear-gradient(90deg, var(--primary-1), var(--primary-2));
  opacity: .25;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  width: 650px;
  height: 200px;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  position: sticky;
  top: 350px;
  transform: rotate(-90deg);
}

.why-choose-text.aws {
  width: 500px;
  min-width: 500px;
  min-height: 200px;
}

.div-block-137 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 166px;
  display: flex;
  position: relative;
}

.div-block-138 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 820px;
  display: flex;
}

.ceo-background-color {
  z-index: -1;
  background-image: linear-gradient(260deg, #f5f5f5 60%, #fff0);
  width: 2249px;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.div-block-140 {
  z-index: -1;
  background-color: #f8f8f8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  inset: 0%;
}

.services-tab-gradient {
  background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  position: absolute;
  inset: 0%;
}

.services-tab-gradient._2, .services-tab-gradient._4, .services-tab-gradient._3, .services-tab-gradient._5, .services-tab-gradient._6 {
  display: none;
}

.services-tab-gradient._1 {
  border-top-left-radius: 12px;
}

.services-tab-gradient._2, .services-tab-gradient._4, .services-tab-gradient._3 {
  display: none;
}

.div-block-142 {
  z-index: 1;
  position: relative;
}

.button-wrap {
  transition: all .3s;
  transform: none;
}

.button-wrap:hover {
  transform: scale(.95);
}

.footer-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  transition: all .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #ffffffb3;
}

.footer-dropdown-icon {
  width: 10px;
  margin-right: 0;
  font-size: 16px;
  position: static;
  transform: rotate(0);
}

.footer-dropdown-icon-open {
  color: #e33b40;
  margin-top: -2px;
  margin-right: 0;
  font-size: 16px;
  display: none;
  position: static;
  transform: rotate(0);
}

.footer-dropdown-content {
  padding-left: 10px;
}

.footer-dropdown-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.rela {
  border: 1px solid var(--primary-2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.width-svg {
  width: 43px;
  height: 37px;
}

@media screen and (min-width: 1280px) {
  .title-tag-wrapper.center {
    margin-bottom: 16px;
  }

  .team-member-image {
    height: 300px;
  }

  .banner-hero-images-wrapper, .banner-hero-images-wrapper.middle, .banner-hero-images-wrapper.middle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-service-image {
    width: 350px;
    height: 350px;
  }

  .banner-hero-image-shape {
    left: auto;
  }

  .owner-quote {
    margin-left: -107px;
  }

  .faq-gradient-border.open {
    width: 86%;
  }

  .title-tag-wrapper-2.center {
    margin-bottom: 16px;
  }

  .certification-wrap {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }
}

@media screen and (min-width: 1440px) {
  .primary-button {
    box-shadow: 0 2px 5px #0000004d;
  }

  .primary-button-wrapper.flex-left-tablet-center {
    box-shadow: 0 0 10px #0000;
  }

  .team-details-single {
    margin-left: 0;
  }

  .team-details-name {
    color: var(--secondary-1);
  }

  .team-details-image {
    width: 100%;
    position: static;
  }

  .team-details-rich-content-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .owner-quote {
    box-shadow: 0 0 50px -10px #2b2b2b61;
  }

  .calendar-wrapper {
    height: 100vh;
  }

  .faq-gradient-border.open {
    width: 87%;
  }

  .about-us-description-white {
    padding-right: 80px;
  }

  .image-case {
    max-height: 350px;
  }
}

@media screen and (min-width: 1920px) {
  h4 {
    line-height: 32px;
  }

  .primary-button {
    background-image: linear-gradient(180deg, var(--primary-1), var(--primary-2));
  }

  .section.not-found-section._100vh {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .section.intro-section-services {
    background-color: #ffffff14;
    padding-top: 180px;
    padding-bottom: 80px;
  }

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

  .section._60px-padding._0px-padding-bottom {
    padding-bottom: 0;
  }

  .section._60px-padding._0px-padding-bottom.light-v2 {
    background-color: #f5f5f5;
  }

  .section._120px-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .banner-button-wrapper.flex-center {
    justify-content: center;
  }

  .about-us-left-content._550px {
    width: 700px;
  }

  .title-tag-wrapper.align-center {
    justify-content: center;
  }

  .about-us-description-text.para-center {
    text-align: left;
    text-align: left;
  }

  .about-feature-wrapper.above-padding {
    margin-top: 60px;
  }

  .services-tabs {
    grid-column-gap: 16px;
    overflow: visible;
  }

  .services-single-details {
    width: auto;
    box-shadow: 0 2px 17px -11px var(--primary-1);
  }

  .services-single-details.max-w {
    width: 470px;
  }

  .services-icon {
    width: 50px;
  }

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

  .footer-details-wrapper {
    width: 370px;
    height: 100%;
    margin-right: 40px;
  }

  .footer-logo-image {
    width: 250px;
  }

  .footer-details-text {
    color: #c5c5c5;
  }

  .footer-menu-single-wrapper {
    height: 100%;
  }

  .team-member-section-title-wrapper {
    align-items: flex-end;
  }

  .team-member-image {
    object-fit: cover;
  }

  .team-member-name-icon-wrapper {
    justify-content: space-around;
  }

  .blog-post-list {
    grid-column-gap: 16px;
  }

  .blog-post-single-wrapper {
    height: 100%;
  }

  .blog-post-image {
    height: 250px;
  }

  .blog-post-content {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .blog-post-content.up {
    justify-content: flex-start;
    height: 400px;
  }

  .not-found-text-wrapper.flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .password-protected-section._100vh-flex-center {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .contact-form-main-wrap.top-0px {
    margin-top: 0;
  }

  .testimonial-slide-content.remove-background {
    background-image: none;
    border-style: none;
    height: 100%;
    padding: 0;
  }

  .testimonial-details-wrapper.auto-width {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .testimonial-name-bio-wrapper.flex {
    display: flex;
  }

  .contact-us-form-input:focus-visible, .contact-us-form-input[data-wf-focus-visible] {
    border-color: #ff4c0a80;
  }

  .contact-us-textarea.min-h.focused-keyboard:focus-visible, .contact-us-textarea.min-h.focused-keyboard[data-wf-focus-visible] {
    border-color: #ff4c0a80;
  }

  .contact-us-textarea.min-h.focused-keyboard:focus-visible, .contact-us-textarea.min-h.focused-keyboard[data-wf-focus-visible] {
    border-color: #ff4c0a80;
  }

  .contact-us-textarea.min-h.placeholder-size {
    font-size: 16px;
  }

  .contact-us-textarea.min-h.focused-keyboard:focus-visible, .contact-us-textarea.min-h.focused-keyboard[data-wf-focus-visible] {
    border-color: #ff4c0a80;
  }

  .product-collection-list {
    display: block;
  }

  .project-details-rich-content-wrapper li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .project-infermation-title.styling {
    text-transform: none;
    text-transform: none;
    margin-bottom: 0;
  }

  .services-image {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 250px;
  }

  .services-name-description.padding-20px {
    border: 1px solid #0000001a;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    display: flex;
  }

  .insights-wrapper {
    grid-row-gap: 120px;
  }

  .blog-categories-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .team-details-image {
    object-fit: cover;
    height: 550px;
  }

  .team-details-rich-content-wrapper {
    margin-top: 0;
  }

  .preloader-logo-wrapper {
    align-self: center;
  }

  .sponsor-ticker-wrapper.no-border {
    border-top-style: none;
    border-bottom-style: none;
  }

  .dropdown-column-wrapper-2.homes-page.w--open {
    width: 250px;
  }

  .dropdown-column-wrapper-2.homes-page.auto-w.w--open {
    width: auto;
  }

  .dropdown-pd.pd-60px.padding {
    padding: 30px 20px;
  }

  .grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto;
  }

  .wrap-benefits {
    flex-direction: column;
    display: flex;
  }

  .cta-button-wrap {
    display: flex;
  }

  .html-embed {
    width: 100%;
  }

  .footer-link {
    color: var(--primary-1);
    font-weight: 500;
    text-decoration: none;
  }

  .html-embed-2 {
    height: 500px;
  }

  .sitemap-main-wrapper {
    padding: 0 40px;
  }

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

  .support-card {
    border: 1px solid var(--primary-1);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    padding: 40px;
    display: flex;
  }

  .remote-support-paragraph {
    text-align: center;
  }

  .support-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .limit-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
  }

  .heading-wrap-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .image-size {
    object-position: 50% 26%;
    max-width: 638px;
  }

  .image-size.small-size {
    min-height: auto;
  }

  .image-size._100 {
    max-width: 100%;
  }

  .sticky {
    position: sticky;
    top: 100px;
  }

  .testimonials-avatar {
    width: 60px;
    height: 60px;
  }

  .testimonials-card {
    height: 100%;
  }

  .cta-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border: 1px solid #0000001f;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    display: flex;
  }

  .heading-3 {
    color: #fff;
    text-align: center;
  }

  .cta-paragraph {
    color: #fff;
    text-align: center;
    width: 75%;
  }

  .cta-content-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .widget-link {
    text-decoration: none;
  }

  .form-padding-40px {
    background-color: var(--primary-1);
    border: 1px solid #0000001f;
    margin-top: 40px;
  }

  .contact-info-link {
    text-decoration: none;
  }

  .support-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
  }

  .menu-link.hide-mobile {
    width: auto;
  }

  .main-services-link {
    text-decoration: none;
  }

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

  .sitemap-link-page {
    grid-template-columns: 1fr;
  }

  .link-sitemap-heading, .bold-text-2 {
    text-decoration: none;
  }

  .link-4, .link-5 {
    color: var(--primary-1);
    text-decoration: none;
  }

  .html-embed-5 {
    height: 588px;
  }

  .office-information-link {
    grid-column-gap: 16px;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .grid-12 {
    grid-template-rows: auto;
  }

  .social {
    margin-top: 20px;
    position: sticky;
    top: 120px;
  }

  .position {
    color: var(--primary-1);
    letter-spacing: 1px;
  }

  .team-link {
    text-decoration: none;
  }

  .link-6 {
    color: var(--white);
    text-decoration: none;
  }

  .categories {
    text-decoration: none;
  }

  .blog-summary {
    margin-bottom: 20px;
  }

  .description-blog {
    color: #5d5d5d;
    text-decoration: none;
  }

  .author, .blog-category {
    text-decoration: none;
  }

  .collection-list-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .center {
    text-align: center;
  }

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

  .counter-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .light-heading-600.align-left.text-color-white {
    font-family: var(--font--primary-font);
    font-family: var(--font--primary-font);
    font-family: var(--font--primary-font);
  }

  .nav-phone-subtitle {
    color: #c5c5c5;
  }

  .heading-18 {
    font-family: var(--font--primary-font);
  }

  .text-block-12 {
    font-family: var(--font--secondary-font);
  }

  .point-heading.dark-heading {
    display: inline-flex;
  }

  .section-header {
    justify-content: center;
    align-items: center;
  }

  .main-headquaters {
    padding-top: 0;
  }

  ._12-points-icons {
    width: 90px;
    height: 90px;
    color: var(--white);
  }

  .values-icon-main, .values-icon-two {
    overflow: clip;
  }

  .card-main-title.dark-color {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: inline-flex;
  }

  .calendar-wrapper {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute-cross-pop {
    right: 21%;
  }

  ._12-points-card-wrap._2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  ._12-points-numbering {
    margin-left: 60px;
  }

  .faqs-wrapper {
    flex-flow: column;
  }

  .nav-call-background {
    background-image: linear-gradient(180deg, var(--primary-1), transparent);
  }

  .reviews-card.fixed-size {
    flex-flow: wrap;
  }

  .section-no-animation.not-found-section._100vh {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .section-no-animation.intro-section-services {
    background-color: #ffffff14;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .why-choose-text {
    background-image: linear-gradient(90deg, var(--primary-1), var(--primary-2));
  }

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

  .div-block-138 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    overflow: hidden;
  }

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

  .container {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0e161c;
    margin-top: 2.5px;
    padding: 40px 25px;
    overflow: auto;
  }

  .nav-link {
    margin-bottom: 0;
  }

  .nav-link.hide-mobile {
    display: none;
  }

  .nav-link.hide-mobile.sizing {
    display: block;
  }

  .nav-link._20px-padding {
    margin-bottom: 20px;
  }

  .nav-link._20px-padding:hover {
    color: var(--primary-1);
  }

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

  .primary-button {
    padding: 20px 40px;
  }

  .primary-button.desktop {
    display: none;
  }

  .primary-button.mobile {
    display: flex;
  }

  .section.not-found-section, .section.project-details, .section.insights-section, .section.insights-categories {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer-section {
    padding-top: 100px;
  }

  .section.not-found-section, .section.project-details, .section.insights-section, .section.insights-categories {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-wrapper {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .banner-text-wrapper {
    margin-bottom: 20px;
  }

  .banner-text-wrapper.flex-gap {
    justify-content: center;
    align-items: center;
  }

  .banner-title-tag-wrapper.center {
    justify-content: center;
  }

  .banner-description-text {
    margin: 5px auto;
  }

  .banner-left-content {
    text-align: center;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .banner-right-content {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-button-wrapper {
    border-radius: 5px;
    justify-content: center;
  }

  .primary-button-wrapper.flex-left-tablet-center, .primary-button-wrapper.padding-top.flex {
    align-self: center;
  }

  .primary-button-wrapper.flex-left-tablet-center, .primary-button-wrapper.padding-top.flex, .primary-button-wrapper.padding-top.flex {
    align-self: center;
  }

  .primary-button-wrapper.hero-section {
    border-radius: 5px;
  }

  .about-us-wrapper {
    flex-direction: column;
  }

  .about-us-top-content {
    grid-row-gap: 30px;
    border-width: 5px;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 40px 30px;
  }

  .about-us-left-content {
    width: 100%;
    max-width: 640px;
  }

  .title-tag-wrapper.center {
    justify-content: center;
    margin-bottom: 15px;
  }

  .title-tag-wrapper.center.left {
    justify-content: flex-start;
  }

  .title-tag-wrapper.center.left.mobile-center {
    justify-content: center;
    align-items: center;
  }

  .title-tag-line {
    width: 40px;
  }

  .about-us-title {
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  .about-us-title h2 {
    font-size: 52px;
    line-height: 62px;
  }

  .about-us-description-text.para-center {
    text-align: center;
  }

  .about-us-description-text.margin-0px-bottom {
    margin-bottom: 0;
  }

  .about-feature-wrapper {
    grid-row-gap: 25px;
    width: 100%;
  }

  .services-wrapper {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-wrapper.max-w-none {
    max-width: none;
  }

  .services-section-title-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
  }

  .services-section-title-left-content {
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-section-title-left-content.flex-center {
    justify-content: center;
    align-items: center;
  }

  .services-section-description-button-wrapper {
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-tabs {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .services-tabs-menu-wrapper.no-border {
    display: none;
  }

  .services-tabs-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .services-tab-link.w--current {
    background-position: 100%;
    background-size: 617px;
    width: 100%;
  }

  .services-tab-icon-wrapper {
    height: 95px;
  }

  .services-tab-content._1, .services-tab-content._2, .services-tab-content._3, .services-tab-content._4, .services-tab-content._5, .services-tab-content._6, .services-tab-content._1, .services-tab-content._2, .services-tab-content._3, .services-tab-content._4, .services-tab-content._5, .services-tab-content._6 {
    display: block;
  }

  .services-single-details.max-w.last {
    width: 100%;
    padding-top: 40px;
  }

  .services-single-details.max-w.end {
    border-bottom: 1px solid var(--secondary-1);
    width: 100%;
    padding-top: 40px;
  }

  .services-icon-wrapper.less-margin, .services-name {
    margin-bottom: 0;
  }

  .services-number-wrap {
    display: none;
  }

  .choose-us-section-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .choose-us-section-title h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .choose-us-section-description-text {
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-bottom: 60px;
  }

  .footer-details-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-details-text {
    text-align: left;
  }

  .footer-social-media-wrapper {
    justify-content: center;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 30px;
  }

  .footer-menu-list-wrapper, .contact-info-wrap {
    grid-row-gap: 25px;
  }

  .footer-menu-text-block {
    max-width: 100%;
  }

  .cta-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    padding: 80px 30px;
  }

  .cta-content {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-heading {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }

  .cta-heading h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .cta-description-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-wrapper {
    justify-content: center;
  }

  .team-member-top-content {
    padding-top: 94px;
  }

  .team-member-section-title-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-section-title-single-wrapper, .team-member-section-description-button-wrapper {
    width: 100%;
  }

  .team-member-section-description-text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-member-collection-item.auto {
    width: auto;
  }

  .team-member-image {
    height: 300px;
  }

  .team-member-name-icon-wrapper {
    max-width: 100%;
    padding: 15px;
    bottom: 30px;
  }

  .team-member-popup-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .blog-post-top-wrapper {
    flex-direction: column;
  }

  .blog-post-top-image-wrapper {
    width: 100%;
  }

  .blog-post-right-content {
    width: 100%;
    margin-left: 0;
    padding: 40px 25px;
  }

  .blogs-categories-name {
    margin-bottom: 15px;
    padding: 9px 10px;
  }

  .blog-post-name {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 39px;
  }

  .blog-post-date-edit-wrapper {
    grid-column-gap: 7px;
  }

  .blog-post-date-wrapper {
    grid-column-gap: 5px;
  }

  .blog-post-date-text-block {
    font-size: 15px;
  }

  .blog-post-list {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-content {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-post-content.up {
    height: auto;
  }

  .blog-name {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 31px;
  }

  .faq {
    margin-bottom: 15px;
  }

  .faq-singel-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .banner-home-v2-content {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .banner-hero-image-wrapper-hv2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    display: flex;
  }

  .banner-hv2-right-content {
    text-align: center;
    width: 100%;
    max-width: 750px;
  }

  .banner-title-hv2, .banner-title-hv2 h1, .banner-title-hv2 h1 {
    font-size: 56px;
    line-height: 66px;
  }

  .banner-hv2-description {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .banner-hero-images {
    margin-top: -180px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-hero-images-wrapper {
    padding-top: 10px;
    padding-left: 10px;
  }

  .banner-hero-image-shape {
    width: 200px;
  }

  .inner-banner-title {
    font-size: 46px;
    line-height: 56px;
  }

  .not-found-image-wrapper {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .not-found-text-wrapper {
    margin-bottom: 30px;
  }

  .not-found-title {
    font-size: 48px;
    line-height: 58px;
  }

  .password-protected-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .password-protected-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .password-protected-image-wrapper {
    width: 150px;
    height: 150px;
  }

  .changelog-single-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .style-guide-title-tag-wrapper {
    margin-bottom: 40px;
  }

  .contact-form-main-wrap {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-wrap {
    flex-direction: column;
  }

  .contact-form-wrap.home {
    max-height: 100%;
  }

  .content-wrapper {
    width: 100%;
    padding: 60px 30px;
  }

  .content-wrapper.padding-styling-01 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrapper.padding-styling-01.home {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .achievements-text-wrapper {
    max-width: 600px;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-wrapper.home {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }

  .achievements-form-single {
    grid-column-gap: 20px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-details-wrapper.auto-width {
    width: auto;
  }

  .about-us-description-text-hv2 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-tab-link {
    border: 1px solid #0000001a;
    width: 100%;
    padding: 20px 15px;
  }

  .services-tab-link-hv2 {
    justify-content: center;
  }

  .package-title-wrapper, .package-table-single {
    padding: 20px;
  }

  .office-infermation-wrappers {
    grid-row-gap: 15px;
  }

  .information-card {
    grid-column-gap: 10px;
  }

  .icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .office-infermation-text {
    font-size: 16px;
  }

  .contact-us-form-main {
    grid-column-gap: 20px;
  }

  .contact-us-form-input {
    height: 50px;
    font-size: 18px;
  }

  .contact-us-textarea {
    min-height: 230px;
    font-size: 18px;
  }

  .product-collection-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .shop-details-cart {
    width: 100%;
  }

  .project-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-details-left-content {
    width: 100%;
  }

  .project-details-rich-content-wrapper {
    margin-bottom: 20px;
  }

  .project-details-rich-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }

  .rich-text h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .rich-text h3 {
    font-size: 26px;
  }

  .rich-text h4 {
    font-size: 24px;
  }

  .rich-text h5 {
    font-size: 22px;
  }

  .project-details-right-content {
    width: 100%;
  }

  .project-infermation-wrap {
    padding: 25px;
    position: static;
  }

  .services-collection-list-two {
    grid-template-columns: 1fr 1fr;
  }

  .services-image {
    height: 400px;
  }

  .services-name-description {
    padding: 60px 20px 20px;
  }

  .services-name-two {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .services-description {
    font-size: 16px;
    line-height: 26px;
  }

  .insights-wrapper {
    grid-row-gap: 100px;
  }

  .blog-categories-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .blog-categories-title {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-categories-list {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .categories-button {
    width: 100%;
  }

  .blog-details-wrapper {
    max-width: 750px;
  }

  .blog-details-top-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .blog-details-name {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-details-author-wrapper {
    margin-top: 30px;
  }

  .blog-details-author-image-wrapper {
    width: 60px;
  }

  .blog-details-author-image {
    width: 60px;
    height: 60px;
  }

  .blog-details-author-name {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-rich-content h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content blockquote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 19px;
    line-height: 29px;
  }

  .blog-details-rich-content li {
    font-size: 18px;
  }

  .blog-details-rich-content figure {
    margin-bottom: 25px;
  }

  .about-description-text-wrapper {
    width: 100%;
    max-width: 650px;
  }

  .about-description-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .demo-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .demo-section-description-text {
    max-width: 650px;
    font-size: 17px;
    line-height: 27px;
  }

  .single-demo {
    padding: 20px;
  }

  .team-details-single {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: 0;
  }

  .team-details-name {
    font-size: 40px;
    line-height: 50px;
  }

  .team-details-bio {
    margin-bottom: 20px;
  }

  .team-details-image {
    width: 100%;
    position: static;
  }

  .team-details-rich-content-wrapper {
    max-width: 750px;
    margin-top: 10px;
    padding-top: 0;
  }

  .team-details-rich-content h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .team-details-rich-content p {
    font-size: 17px;
    line-height: 27px;
  }

  .project-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-single:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsor-ticker-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
  }

  .dropdown-column-wrapper-2.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper-2.homes-page.w--open, .dropdown-column-wrapper-2.homes-page.auto-w {
    position: static;
  }

  .dropdown-column-wrapper-2.homes-page {
    left: 0;
  }

  .dropdown-column-wrapper-2.homes-page.w--open, .dropdown-column-wrapper-2.homes-page.auto-w, .dropdown-column-wrapper-2.homes-page.auto-w {
    position: static;
  }

  .dropdown-pd.pd-60px.homes-pd {
    height: auto;
    display: inline-block;
  }

  .dropdown-pd.pd-60px.homes-pd.dropdown-size {
    width: auto;
  }

  .dropdown-pd.pd-60px {
    height: auto;
    overflow: visible;
  }

  .dropdown-pd.pd-60px.padding {
    height: 400px;
    overflow: scroll;
  }

  .dropdown-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper.change-width.w--open {
    width: auto;
    position: static;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
    display: block;
  }

  .faq-single {
    width: 100%;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .hamburger-menu-icon {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .navbar-mobile-button-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .navbar-mobile-button-wrapper.padding-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo {
    width: 330px;
  }

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

  .grid.reverse {
    flex-flow: column-reverse;
  }

  .wrap-benefits {
    align-items: flex-start;
  }

  .wrap-benefits.flex-center {
    align-items: center;
  }

  .support-card {
    justify-content: space-between;
  }

  .limit.small {
    width: auto;
  }

  .image-size {
    width: 100%;
  }

  .sticky {
    position: static;
  }

  .contact-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .support-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-link {
    justify-content: center;
    align-items: center;
  }

  .menu-link.hide-mobile.height-auto {
    width: auto;
    height: auto;
  }

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

  .office-information-link {
    flex-flow: column;
  }

  .align-center, .remote-support-heading, .services-h1 {
    text-align: center;
  }

  .text-color-white h4, .text-color-white h3, .text-color-white h4, .text-color-white h3 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .text-area-point {
    padding-left: 0;
  }

  .image-wrap-point {
    display: none;
  }

  .light-heading-600 {
    width: auto;
  }

  .light-heading-600.align-left {
    box-sizing: border-box;
  }

  .light-heading-600.align-left.text-color-white {
    text-align: center;
    text-align: center;
    line-height: 45px;
  }

  .light-heading-600._15-ch-width {
    width: auto;
  }

  .heading-18.sm {
    font-size: 28px;
  }

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

  .div-block-56 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .div-block-57 {
    border-radius: 5px;
  }

  .div-block-58 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .div-block-58.sm {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .point-heading {
    font-size: 25px;
  }

  .point-heading.dark-heading {
    font-size: 30px;
  }

  ._12-points-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .contact-us-image {
    max-height: 100%;
  }

  .form-image-wrapper {
    height: 100%;
  }

  .logos-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    left: auto;
  }

  .logos-grid.add {
    grid-column-gap: 65px;
    grid-column-gap: 65px;
  }

  .slider-nav.move-up {
    top: 220px;
  }

  .logo-w-2.link {
    width: 150px;
  }

  .customer-logo {
    border-radius: 0;
  }

  .previwe-banner-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .div-block-108 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-7.banner-section-hv2 {
    padding-top: 200px;
    padding-bottom: 330px;
  }

  .primary-button-2, .primary-button-3 {
    padding: 16px 25px;
  }

  .section-10.cta-section {
    padding-top: 100px;
  }

  .primary-button-4, .primary-button-5 {
    padding: 16px 25px;
  }

  .hero-button-icon.sm {
    width: 33px;
    height: 33px;
  }

  .p-rich {
    color: var(--secondary-2);
    font-size: 16px;
    line-height: 26px;
  }

  .box-wrap-p8 {
    margin-bottom: 60px;
  }

  .aws-wrapper {
    grid-column-gap: 10px;
  }

  .primary-button-6, .primary-button-7 {
    padding: 16px 25px;
  }

  .absolute-image.auto {
    display: none;
  }

  .absolute-image.auto.tab {
    border-radius: 12px;
    height: 400px;
    margin-top: 40px;
    display: block;
    position: static;
  }

  .card-slide {
    width: 50%;
  }

  .hidde-offer {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .owner-quote {
    width: 100%;
    margin-left: 0;
    padding: 40px 25px;
  }

  .pop-up-wrapper {
    display: none;
  }

  .line {
    width: 500px;
  }

  ._12-points-card-wrap._2, ._12-points-card-wrap.padding-35px {
    justify-content: center;
    align-items: flex-start;
  }

  ._12-points-card-wrap._2, ._12-points-card-wrap.padding-35px {
    justify-content: center;
    align-items: flex-start;
  }

  ._12-points-card-wrap.padding-35px.align-top.styling-v2 {
    width: 100%;
  }

  .points-numbering-title, .points-numbering-title.point-background-color, .points-numbering-title.point-background-color {
    font-size: 100px;
  }

  ._12-points-numbering {
    margin-left: 30px;
  }

  ._12-points-description {
    font-size: 18px;
    line-height: 30px;
  }

  .ceo-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .company-info-text {
    font-size: 18px;
  }

  ._12-points-wrap {
    display: block;
  }

  .why-choose---sticky {
    display: none;
  }

  .read-more-wrap {
    margin-top: 24px;
  }

  .services-dropdown-icon {
    width: 32px;
    height: 32px;
    color: var(--secondary-1);
    display: block;
    position: absolute;
    inset: 8px 8px auto auto;
  }

  .services-dropdown-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }

  .company-info-position {
    font-size: 18px;
  }

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

  .support-wrap-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .reviews-card.fixed-size {
    width: 100%;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .section-no-animation.not-found-section, .section-no-animation.blog-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-no-animation.banner-section {
    background-attachment: scroll;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section-no-animation.banner-section.section-padding-01 {
    padding-top: 25%;
  }

  .section-no-animation.inner-banner-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section-no-animation.not-found-section, .section-no-animation.blog-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-no-animation.home-banner-section {
    background-attachment: scroll;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section-no-animation.home-banner-section.bottom-0px {
    padding-top: 100px;
  }

  .about-5-grid {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .background-shape-about {
    width: auto;
    height: 900px;
    top: -252px;
    transform: rotate(71.5deg);
  }

  .about-section-title h2 {
    font-size: 50px;
  }

  .choose-us-section-title-2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .choose-us-section-description-text-2 {
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-tag-wrapper-2.center {
    justify-content: center;
    margin-bottom: 15px;
  }

  .title-tag-wrapper-2.center.left {
    justify-content: flex-start;
  }

  .div-block-137 {
    padding-bottom: 140px;
  }

  .footer-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .footer-dropdown-icon-open {
    margin-right: 0;
    inset: 0% 0 0% auto;
  }

  .absolute-image-bg {
    background-image: linear-gradient(#000000b3, #000000b3);
  }

  .featured-blog-post-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: auto;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-blog-post-grid.adjust-case {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 38px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    height: auto;
  }

  .navbar-logo-wrapper {
    margin-right: 20px;
  }

  .nav-link.hide-mobile {
    display: none;
  }

  .nav-link.hide-mobile.sizing {
    font-size: 18px;
    display: none;
  }

  .nav-logo-image {
    width: 160px;
  }

  .primary-button {
    font-size: 16px;
  }

  .section.not-found-section, .section.project-details, .section.insights-section, .section.insights-categories {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.not-found-section, .section.project-details, .section.insights-section, .section.insights-categories {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._60px-padding.testimonial-home {
    overflow: hidden;
  }

  .section._60px-padding.mobile-landscape {
    padding-top: 0;
  }

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

  .banner-wrapper {
    grid-row-gap: 40px;
    position: relative;
  }

  .banner-title-tag-wrapper {
    margin-bottom: 20px;
  }

  .banner-title-tag-wrapper.center {
    grid-column-gap: 10px;
    grid-column-gap: 10px;
  }

  .banner-subtitle, .banner-subtitle h4, .banner-subtitle p, .banner-subtitle h4, .banner-subtitle p {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-description-text p {
    font-size: 20px;
    line-height: 32px;
  }

  .banner-left-content {
    max-width: 450px;
  }

  .banner-right-content {
    max-width: 400px;
  }

  .about-us-top-content {
    grid-row-gap: 20px;
    border-width: 3px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .about-us-left-content {
    max-width: 405px;
  }

  .title-tag-wrapper {
    margin-bottom: 15px;
  }

  .title-tag-wrapper.center {
    grid-column-gap: 10px;
    grid-column-gap: 10px;
  }

  .title-tag-line {
    width: 30px;
  }

  .title-tag, .title-tag h4, .title-tag p, .title-tag h4, .title-tag p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-us-title {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-title h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-team-image-description {
    max-width: 295px;
  }

  .about-us-description-text {
    font-size: 18px;
    line-height: 27px;
  }

  .about-feature-wrapper.above-padding {
    flex-flow: wrap;
    display: flex;
  }

  .about-feature-text-wrapper {
    width: 301px;
  }

  .about-feature-title, .about-feature-title h4, .about-feature-title h3, .about-feature-title h4, .about-feature-title h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-feature-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .services-wrapper {
    max-width: none;
  }

  .services-section-title-wrapper.less-margin-mobile {
    margin-bottom: 20px;
  }

  .services-section-description-button-wrapper {
    max-width: 425px;
  }

  .services-tabs-menu-wrapper.no-border {
    border-right-style: solid;
    display: none;
  }

  .services-tabs-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .services-tab-link {
    grid-column-gap: 20px;
    font-size: 20px;
  }

  .services-tab-link.w--current {
    background-size: 417px 100%;
  }

  .services-tab-icon-wrapper {
    height: 80px;
    overflow: hidden;
  }

  .services-tab-text-block.bold h3 {
    font-size: 24px;
  }

  .services-content {
    border-style: none;
  }

  .services-single-wrapper {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-single-details {
    width: 100%;
    max-width: none;
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-single-details.max-w.last, .services-single-details.max-w.end {
    padding-top: 0;
  }

  .services-single-details.max-w {
    background-color: var(--white);
    width: 100%;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #0e161c;
    border-bottom-style: none;
    margin-top: 0;
    padding: 0;
  }

  .services-single-details.max-w.last, .services-single-details.max-w.end, .services-single-details.max-w.last, .services-single-details.max-w.end {
    padding-top: 0;
  }

  .services-icon-wrapper {
    margin-bottom: 30px;
  }

  .services-icon-wrapper.less-margin {
    justify-content: center;
    align-items: center;
    width: 120px;
    min-width: 120px;
    height: 80px;
    min-height: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .services-text-wrapper {
    flex-flow: column;
    display: flex;
  }

  .services-name {
    margin-bottom: 0;
    font-size: 24px;
  }

  .services-name h3 {
    font-size: 24px;
  }

  .services-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-number-wrap {
    display: none;
  }

  .choose-us-section-title, .choose-us-section-title h2, .choose-us-section-title h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .choose-us-section-description-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-description {
    max-width: 480px;
  }

  .footer-top-content {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .footer-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-details-text {
    text-align: left;
    margin-bottom: 20px;
  }

  .footer-social-media-wrapper {
    justify-content: flex-start;
  }

  .footer-social-media-link-block {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .footer-menu-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-menu-contact-single {
    grid-column-gap: 8px;
  }

  .footer-infermation-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-infermation-text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-infermation-text.m-r {
    margin-right: auto;
  }

  .cta-wrapper {
    padding: 60px 15px;
  }

  .cta-content {
    max-width: 430px;
  }

  .cta-heading, .cta-heading h2, .cta-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .cta-description-text {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .cta-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .team-member-top-content {
    padding-top: 80px;
  }

  .team-member-section-title-wrapper {
    max-width: 450px;
  }

  .team-member-section-description-text {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-wrapper {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-collection-list {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    height: 380px;
  }

  .blog-post-right-content {
    padding: 25px 15px;
  }

  .blog-post-name {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-post-list {
    grid-template-columns: 1fr;
  }

  .blog-post-content.up {
    height: auto;
  }

  .faq-arrow-icon-wrapper {
    text-align: center;
  }

  .paragraph.for-faq {
    max-width: 500px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-question {
    max-width: 500px;
    font-size: 20px;
    line-height: 30px;
  }

  .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-singel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-home-v2-content {
    grid-row-gap: 40px;
  }

  .banner-hero-image-wrapper-hv2 {
    max-width: 350px;
  }

  .banner-hv2-right-content {
    max-width: 450px;
  }

  .banner-title-hv2, .banner-title-hv2 h1, .banner-title-hv2 h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-hero-images {
    margin-top: -60px;
  }

  .banner-hero-images-grid {
    grid-column-gap: 10px;
  }

  .banner-hero-images-wrapper.middle {
    margin-top: -30px;
  }

  .banner-hero-image-shape {
    width: 110px;
  }

  .inner-banner-title {
    font-size: 38px;
    line-height: 48px;
  }

  .not-found-content {
    max-width: 450px;
  }

  .not-found-image-wrapper {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .not-found-title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
  }

  .not-found-description {
    font-size: 16px;
    line-height: 26px;
  }

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

  .password-protected-wrapper {
    max-width: 460px;
    padding: 50px 20px;
  }

  .password-protected-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }

  .password-protected-image {
    width: 40px;
  }

  .password-protected-text-wrapper {
    margin-bottom: 30px;
  }

  .password-protected-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .password-protected-text-field, .password-protected-submit-button {
    height: 48px;
  }

  .style-guide-title-tag-wrapper {
    margin-bottom: 30px;
    padding: 10px 20px;
  }

  .content-wrapper {
    justify-content: center;
    align-items: center;
    padding: 100px 15px 60px;
    display: flex;
  }

  .content-wrapper.padding-styling-01.home {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-wrapper.padding-styling-01.radius {
    border-radius: 12px 12px 0 0;
  }

  .achievements-text-wrapper {
    max-width: 380px;
  }

  .achievements-text-wrapper.home {
    max-width: none;
    margin-bottom: 0;
  }

  .achievements-single-title {
    font-size: 32px;
    line-height: 42px;
  }

  .form-wrapper {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-wrapper.home {
    padding-left: 32px;
    padding-right: 32px;
  }

  .achievements-form-wrapper, .achievements-form-block {
    width: 100%;
  }

  .achievements-form-single {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-field {
    width: 100%;
  }

  .testimonial-details-wrapper {
    width: 100%;
    padding: 25px;
  }

  .testimonial-description-hv2-text {
    font-size: 18px;
    line-height: 27px;
  }

  .testimonial-name-bio-wrapper {
    margin-top: 30px;
  }

  .testimonial-name {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us-description-text-hv2 {
    font-size: 18px;
  }

  .about-us-tab-link {
    width: 100%;
  }

  .services-tab-link-hv2 {
    font-size: 24px;
    line-height: 34px;
  }

  .features-choose-us-description-text {
    max-width: 400px;
  }

  .our-trusted-text-block {
    max-width: 350px;
    line-height: 28px;
  }

  .contact-us-form {
    grid-row-gap: 20px;
  }

  .contact-us-form-main {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-form-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-textarea {
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .product-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-details-cart-quantity-text-block {
    font-size: 20px;
  }

  .shop-details-cart-quantity {
    height: 48px;
  }

  .shop-details-cart-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .rich-text {
    margin-bottom: 60px;
  }

  .rich-text h2 {
    line-height: 32px;
  }

  .rich-text p {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text li {
    line-height: 28px;
  }

  .rich-text h3 {
    font-size: 24px;
  }

  .rich-text h4 {
    font-size: 22px;
  }

  .rich-text h1 {
    font-size: 38px;
  }

  .rich-text h5 {
    font-size: 20px;
  }

  .rich-text h6 {
    font-size: 18px;
  }

  .project-infermation-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-infermation-single {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-infermation-single.top {
    grid-column-gap: 15px;
    grid-column-gap: 15px;
    padding-bottom: 20px;
  }

  .project-infermation-icon-wrapper {
    width: 55px;
    height: 55px;
  }

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

  .services-collection-list-two {
    grid-template-columns: 1fr;
  }

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

  .services-name-two h3 {
    font-size: 24px;
  }

  .insights-wrapper {
    grid-row-gap: 80px;
  }

  .blog-categories-wrapper {
    margin-bottom: 50px;
  }

  .blog-categories-title-wrapper {
    width: 100%;
  }

  .blog-categories-title {
    font-size: 38px;
    line-height: 48px;
  }

  .blog-categories-list-wrapper {
    width: 100%;
  }

  .blog-categories-list {
    grid-column-gap: 10px;
  }

  .categories-button {
    padding: 12px 15px;
    font-size: 16px;
  }

  .blog-details-wrapper {
    max-width: 450px;
  }

  .blog-details-top-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .blog-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .blog-details-author-left {
    grid-column-gap: 10px;
  }

  .blog-details-rich-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 45px;
    padding: 100px 20px 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .about-description-text {
    line-height: 27px;
  }

  .about-counter-text {
    font-size: 17px;
  }

  .demo-section-subtitle-wrap {
    margin-bottom: 10px;
  }

  .demo-section-title {
    font-size: 27px;
    line-height: 40px;
  }

  .demo-section-description-text {
    max-width: 430px;
    font-size: 16px;
    line-height: 26px;
  }

  .single-demo {
    width: 100%;
  }

  .team-details-name {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .team-details-rich-content-wrapper {
    margin-top: 10px;
  }

  .team-details-rich-content p, .team-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-rich-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .team-details-rich-content p, .team-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

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

  .navbar-right-content {
    grid-column-gap: 10px;
    display: none;
  }

  .faq-single {
    grid-row-gap: 10px;
    width: 100%;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .hamburger-menu-icon {
    align-self: center;
  }

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

  .navbar-logo.w--current {
    width: 160px;
  }

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

  .limit.small {
    width: auto;
  }

  .image-size.ceo {
    max-height: 370px;
  }

  .image-size._100 {
    height: auto;
  }

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

  .grid-12 {
    grid-template-columns: 1.75fr 10fr;
  }

  .text-color-white {
    color: var(--white);
    line-height: 40px;
  }

  .text-color-white h4, .text-color-white h3, .text-color-white h4, .text-color-white h3 {
    line-height: 40px;
  }

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

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

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

  .nav-phone-subtitle {
    font-size: 12px;
  }

  .point-heading.dark-heading.smaller-mobile {
    font-size: 28px;
  }

  ._12-points-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .contact-us-image {
    object-position: 50% 100%;
  }

  .logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-bottom: 10px;
  }

  .slider-nav.move-up {
    top: auto;
  }

  .logo-w-2.link {
    margin-left: auto;
    margin-right: auto;
  }

  .previwe-banner-subtitle-wrapper {
    grid-column-gap: 10px;
  }

  .previwe-banner-subtitle-line {
    width: 45px;
  }

  .previwe-banner-subtitle {
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
  }

  .previwe-banner-subtitle h4, .previwe-banner-subtitle p, .previwe-banner-subtitle h4, .previwe-banner-subtitle p {
    font-size: 16px;
    line-height: 26px;
  }

  .previwe-banner-description {
    max-width: 415px;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-108 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-7.banner-section-hv2 {
    padding-top: 180px;
    padding-bottom: 170px;
  }

  .primary-button-2, .primary-button-3 {
    padding: 15px 20px;
    font-size: 16px;
  }

  .section-10.cta-section {
    padding-top: 80px;
  }

  .primary-button-4, .primary-button-5 {
    padding: 15px 20px;
    font-size: 16px;
  }

  .code-embed-9 {
    display: flex;
  }

  .div-block-117 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .p-rich {
    color: var(--secondary-2);
    line-height: 26px;
  }

  .primary-button-6, .primary-button-7 {
    padding: 15px 20px;
    font-size: 16px;
  }

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

  .absolute-image {
    background-color: var(--secondary-1);
  }

  .absolute-image.auto {
    background-color: var(--white);
    background-color: var(--white);
    border: 1px solid #000;
    border-top-style: none;
    height: 250px;
    display: none;
    position: static;
  }

  .card-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .card-slider-mask {
    display: block;
  }

  .card-slide {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidde-offer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .owner-quote {
    padding: 25px 15px;
  }

  .calendar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .calendar {
    height: 1300px;
  }

  .absolute-cross-pop {
    top: 5%;
  }

  .line {
    width: 300px;
    margin-bottom: 0;
  }

  .point-icon-wrap.v2-number {
    width: 66px;
    min-width: 66px;
    height: 66px;
    min-height: 66px;
  }

  ._12-points-card-wrap.padding-35px.align-top.styling-v2 {
    justify-content: space-around;
    align-items: flex-start;
    padding: 15px;
  }

  ._12-points-numbering {
    display: none;
  }

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

  .number-white {
    font-size: 24px;
  }

  .read-more-text {
    -webkit-text-decoration-color: var(--primary-1);
    text-decoration-color: var(--primary-1);
  }

  .read-more-wrap {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .services-dropdown-icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    color: var(--secondary-1);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    top: auto;
  }

  .services-item-wrap {
    cursor: pointer;
    border: 1px solid #0e161c;
    border-bottom-style: none;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .services-list-wrap {
    border-top: 1px solid var(--white);
    border-bottom: 1px #fff;
    padding: 13px;
    position: relative;
  }

  .services-dropdown-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px #120;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .code-embed-18 {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    display: flex;
  }

  .testimonials-main-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .map-embed-testimonial {
    height: 300px;
  }

  .faq-title-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .faq-answer {
    font-size: 18px;
  }

  .faq-question-2 {
    font-size: 20px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 16px;
  }

  .collection-list-6._100, .collection-list-6._100.big {
    grid-template-columns: 1fr;
  }

  .collection-list-6._100, .collection-list-6._100.big {
    grid-template-columns: 1fr;
  }

  .collection-list-6._100.big {
    grid-template-columns: 1fr;
  }

  .collection-list-6._100.big.adjust-p {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-no-animation.banner-section {
    padding-top: 170px;
  }

  .section-no-animation.not-found-section, .section-no-animation.blog-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-no-animation.home-banner-section, .section-no-animation.banner-section {
    padding-top: 170px;
  }

  .section-no-animation.inner-banner-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section-no-animation.not-found-section, .section-no-animation.blog-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-no-animation.home-banner-section {
    padding-top: 170px;
  }

  .about-us-description-white {
    padding-right: 0;
  }

  .background-shape-about {
    top: -301px;
  }

  .about-section-title h2 {
    font-size: 42px;
    line-height: 60px;
  }

  .choose-us-section-title-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .choose-us-description-2 {
    max-width: 480px;
  }

  .choose-us-section-description-text-2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .title-tag-wrapper-2 {
    margin-bottom: 15px;
  }

  .title-tag-wrapper-2.center {
    grid-column-gap: 10px;
    grid-column-gap: 10px;
  }

  .div-block-137 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .absolute-image-bg {
    background-color: var(--secondary-1);
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .card-body {
    padding: 16px;
  }

  .featured-blog-post-grid.adjust-case {
    flex-flow: column;
  }

  .rela-tt {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 40px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-wrapper {
    margin-right: 0;
  }

  .nav-link {
    display: block;
  }

  .nav-link.hide-mobile {
    display: none;
  }

  .nav-link._20px-padding {
    margin-bottom: 20px;
  }

  .nav-logo-image {
    width: 150px;
  }

  .primary-button {
    font-size: 16px;
  }

  .primary-button.see-more-button, .primary-button.see-less-button, .primary-button.see-more-button-under {
    font-size: 18px;
  }

  .primary-button.margin {
    width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button.see-more-button, .primary-button.see-less-button, .primary-button.see-more-button-under {
    font-size: 18px;
  }

  .primary-button-text {
    line-height: 22px;
  }

  .section.project-details, .section.insights-section, .section.insights-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.footer-section {
    padding-top: 80px;
  }

  .section.project-details, .section.insights-section, .section.insights-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.intro-section-services.bg-light {
    padding-top: 140px;
  }

  .section._60px-padding.testimonial-home {
    height: 100%;
  }

  .section._60px-padding.mobile-landscape {
    padding-top: 60px;
  }

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

  .banner-wrapper {
    grid-row-gap: 40px;
  }

  .banner-title-tag-wrapper {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .banner-title-tag-line {
    width: 30px;
  }

  .banner-subtitle {
    font-size: 15px;
  }

  .banner-subtitle h4, .banner-subtitle p {
    font-size: 15px;
  }

  .banner-subtitle.all-caps {
    font-size: 14px;
  }

  .banner-subtitle h4, .banner-subtitle p {
    font-size: 15px;
  }

  .banner-description-text {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-left-content {
    max-width: 300px;
  }

  .banner-right-content {
    max-width: 280px;
  }

  .banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .about-us-top-content {
    margin-bottom: 25px;
    padding: 25px 15px;
  }

  .about-us-left-content {
    max-width: 300px;
  }

  .title-tag-wrapper.center.left {
    margin-top: 10px;
  }

  .about-us-title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .about-us-title h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .about-feature-wrapper {
    grid-row-gap: 20px;
  }

  .about-feature-single-wrapper {
    grid-column-gap: 15px;
  }

  .about-feature-image-wrapper {
    width: 30px;
  }

  .about-feature-text-wrapper {
    width: 100%;
    max-width: 250px;
    padding-bottom: 20px;
  }

  .about-feature-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .services-section-title-wrapper {
    grid-row-gap: 10px;
  }

  .services-section-title-left-content, .services-section-description-button-wrapper {
    max-width: 300px;
  }

  .services-tab-link {
    grid-column-gap: 10px;
    font-size: 18px;
  }

  .services-tab-link.w--current {
    background-size: 234px 100%;
  }

  .services-tab-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .services-tab-text-wrapper {
    width: 180px;
  }

  .services-content {
    border-style: none;
  }

  .services-single-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-single-details {
    max-width: 90vw;
    padding: 70px 15px 30px;
  }

  .services-icon-wrapper {
    margin-bottom: 15px;
  }

  .services-icon-wrapper.less-margin {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
  }

  .services-text-wrapper {
    flex-flow: column;
  }

  .services-name, .services-name h4, .services-name h3, .services-name h4, .services-name h3 {
    font-size: 18px;
    line-height: 120%;
  }

  .services-description-text {
    font-size: 15px;
    line-height: 24px;
  }

  .choose-us-section-title, .choose-us-section-title h2, .choose-us-section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-us-section-description-text {
    max-width: 290px;
    font-size: 14px;
    line-height: 24px;
  }

  .choose-us-title {
    font-size: 22px;
    line-height: 32px;
  }

  .choose-us-description {
    max-width: 270px;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-top-content {
    text-align: center;
    justify-items: center;
    padding-bottom: 40px;
  }

  .footer-details-wrapper {
    max-width: none;
  }

  .footer-details-text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-social-media-wrapper {
    grid-column-gap: 10px;
  }

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

  .footer-menu-single-wrapper {
    width: 100%;
  }

  .footer-menu-title {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-menu-list-wrapper {
    grid-row-gap: 15px;
  }

  .footer-menu-list-single {
    text-align: center;
  }

  .contact-info-wrap {
    grid-row-gap: 15px;
    text-align: left;
  }

  .footer-menu-contact-single {
    grid-column-gap: 13px;
  }

  .footer-menu-contact-icon-wrapper {
    width: 25px;
  }

  .footer-menu-text-block {
    line-height: 24px;
  }

  .footer-infermation-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cta-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-content {
    max-width: 300px;
  }

  .cta-heading, .cta-heading h2, .cta-heading h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cta-button-wrapper {
    grid-row-gap: 10px;
  }

  .team-member-top-content {
    padding-top: 60px;
  }

  .team-member-section-title-wrapper {
    max-width: 300px;
  }

  .team-member-section-description-text {
    max-width: 280px;
    font-size: 15px;
    line-height: 25px;
  }

  .team-member-image {
    height: 320px;
  }

  .team-member-name-icon-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .team-member-name {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-right-content {
    padding: 20px 10px;
  }

  .blogs-categories-name {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .blog-post-name {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-date-edit-wrapper {
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-image {
    height: 250px;
  }

  .blog-name {
    font-size: 17px;
    line-height: 27px;
  }

  .paragraph.for-faq {
    max-width: 270px;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-question {
    max-width: 225px;
    font-size: 17px;
    line-height: 27px;
  }

  .faq-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banner-hero-image-wrapper-hv2 {
    max-width: 240px;
    height: 275px;
    display: none;
  }

  .banner-hv2-right-content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-text-wrapper-hv2 {
    margin-bottom: 25px;
  }

  .banner-title-hv2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }

  .banner-title-hv2 h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-hv2-description {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-hero-images-wrapper {
    padding-top: 5px;
    padding-left: 5px;
  }

  .banner-hero-image-shape {
    width: 70px;
  }

  .inner-banner-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
  }

  .not-found-content {
    max-width: 300px;
  }

  .not-found-image-wrapper {
    max-width: 200px;
  }

  .not-found-text-wrapper {
    margin-bottom: 20px;
  }

  .not-found-title {
    font-size: 26px;
    line-height: 36px;
  }

  .not-found-description {
    font-size: 14px;
    line-height: 24px;
  }

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

  .password-protected-wrapper {
    max-width: 300px;
    padding: 40px 15px;
  }

  .password-protected-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .password-protected-image {
    width: 30px;
  }

  .password-protected-title {
    font-size: 30px;
  }

  .password-protected-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .password-protected-text-field {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .password-protected-submit-button {
    font-size: 16px;
    font-weight: 500;
  }

  .contact-form-main-wrap {
    margin-top: -348px;
  }

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

  .content-wrapper.padding-styling-01.home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .achievements-single-title {
    font-size: 23px;
    line-height: 33px;
  }

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

  .form-wrapper.home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .achievements-form-block {
    width: 100%;
  }

  .form-field {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slide-content, .testimonial-details-wrapper {
    padding: 15px;
  }

  .testimonial-description-hv2-text {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-name-bio-wrapper {
    margin-top: 20px;
  }

  .testimonial-name-bio-wrapper.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-name {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-bio {
    font-size: 16px;
  }

  .about-us-description-text-hv2 {
    line-height: 26px;
  }

  .services-tab-link-hv2 {
    font-size: 19px;
    line-height: 29px;
  }

  .features-choose-us-name {
    font-size: 20px;
    line-height: 30px;
  }

  .features-choose-us-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .our-trusted-title, .our-trusted-title h2, .our-trusted-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .our-trusted-text-block {
    max-width: 271px;
    line-height: 26px;
  }

  .office-infermation-wrappers {
    text-align: left;
  }

  .contact-us-form-input {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .contact-us-textarea {
    min-height: 140px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .submit-button {
    padding: 15px 25px;
    font-size: 17px;
  }

  .product-collection-list {
    grid-row-gap: 30px;
  }

  .product-name-price {
    margin-top: 20px;
  }

  .shop-details-cart-quantity {
    height: 45px;
    margin-bottom: 15px;
  }

  .shop-details-cart-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .project-details-wrapper {
    grid-row-gap: 40px;
  }

  .rich-text {
    margin-bottom: 60px;
  }

  .rich-text p, .rich-text li {
    font-size: 14px;
    line-height: 24px;
  }

  .rich-text h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .rich-text p, .rich-text li {
    font-size: 14px;
    line-height: 24px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 18px;
  }

  .rich-text h6 {
    font-size: 18px;
    font-weight: 400;
  }

  .project-infermation-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-infermation-single {
    grid-column-gap: 10px;
  }

  .project-infermation-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .project-infermation-title {
    font-size: 18px;
    line-height: 28px;
  }

  .services-name-description {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-name-two {
    font-size: 22px;
    line-height: 32px;
  }

  .services-description {
    font-size: 15px;
    line-height: 25px;
  }

  .services-text-link {
    font-size: 15px;
  }

  .insights-wrapper {
    grid-row-gap: 60px;
  }

  .blog-categories-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-categories-single-wrapper {
    width: 100%;
  }

  .blog-categories-list {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .categories-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .blog-categories-item {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .blog-details-wrapper {
    max-width: 300px;
  }

  .blog-details-name {
    font-size: 19px;
    line-height: 29px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 15px;
  }

  .blog-details-author-image {
    width: 50px;
    height: 50px;
  }

  .blog-details-author-name {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-author-bio {
    font-size: 14px;
  }

  .blog-details-rich-content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content blockquote {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .about-description-text {
    max-width: 280px;
    line-height: 25px;
  }

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

  .demo-section-subtitle-wrap {
    grid-column-gap: 15px;
  }

  .demo-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .demo-section-description-text {
    max-width: 285px;
    font-size: 15px;
    line-height: 25px;
  }

  .single-demo {
    padding: 15px;
  }

  .team-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .team-details-bio {
    margin-bottom: 15px;
  }

  .team-details-image {
    border-width: 1px;
  }

  .team-details-rich-content-wrapper {
    margin-top: 20px;
  }

  .team-details-rich-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .team-details-rich-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .team-details-rich-content li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-tab-link {
    width: 40px;
  }

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

  .dropdown-column-wrapper-2.homes-page.w--open {
    position: relative;
  }

  .dropdown-pd.pd-60px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-menu-text-link {
    font-size: 15px;
  }

  .dropdown-column-wrapper.change-width.w--open {
    width: auto;
    position: static;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .navbar-right-content {
    grid-column-gap: 7px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .navbar-logo {
    width: 150px;
  }

  .navbar-logo.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 150px;
  }

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

  .qr-image {
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .qr-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 0;
  }

  .image-size {
    object-position: 50% 0%;
    height: auto;
  }

  .image-size.ceo {
    left: auto;
  }

  .image-size._100 {
    height: auto;
  }

  .heading-3 h2 {
    font-size: 24px;
  }

  .contact-wrap {
    display: none;
  }

  .menu-link.hide-mobile.height-auto {
    padding-left: 0;
    padding-right: 0;
  }

  .office-information-link {
    text-align: center;
  }

  .grid-12 {
    flex-direction: column;
    grid-template-columns: 10fr;
    display: flex;
  }

  .social {
    flex-direction: row;
  }

  .text-color-white {
    line-height: 36px;
  }

  .text-color-white h4, .text-color-white h3 {
    line-height: 36px;
  }

  .text-color-white._14px-text {
    line-height: 22px;
  }

  .text-color-white h4, .text-color-white h3 {
    line-height: 36px;
  }

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

  .text-area-point {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .light-heading-600.align-left.center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .nav-phone-subtitle {
    display: none;
  }

  .heading-18 {
    font-size: 22px;
  }

  .text-block-12 {
    text-align: left;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-58 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-59 {
    left: -105%;
    right: -18%;
  }

  .point-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .point-heading.dark-heading, .point-heading.dark-heading.smaller-mobile {
    font-size: 16px;
    line-height: 28px;
  }

  .point-heading.dark-heading, .point-heading.dark-heading.smaller-mobile {
    font-size: 16px;
    line-height: 28px;
  }

  .point-heading.dark-heading.smaller-mobile {
    font-size: 16px;
    line-height: 28px;
  }

  .point-heading.dark-heading.smaller-mobile.size-v2 {
    font-size: 20px;
    line-height: 24px;
  }

  ._12-points-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  ._12-points-wrapper.gap-30px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-wrap {
    margin-top: 40px;
  }

  .contact-us-image {
    height: auto;
  }

  .form-image-wrapper {
    height: 280px;
  }

  .logos-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 10px;
    display: grid;
  }

  .logos-grid.add {
    grid-column-gap: 25px;
    grid-column-gap: 25px;
  }

  .slider-nav {
    margin-top: 10px;
    font-size: 10px;
  }

  .logo-w-2.link {
    width: auto;
    padding-top: 0%;
  }

  .slide-7 {
    padding-bottom: 20px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .customer-logo._100px {
    height: 65px;
  }

  .customer-logo._100px.smaller {
    height: 55px;
  }

  .customer-logo._100px.smaller._2 {
    height: 70px;
  }

  .previwe-banner-subtitle-wrapper {
    grid-column-gap: 7px;
  }

  .previwe-banner-subtitle-line {
    width: 30px;
  }

  .previwe-banner-subtitle-line.bigger {
    width: auto;
    display: none;
  }

  .previwe-banner-subtitle {
    max-width: 220px;
    font-size: 15px;
    line-height: 25px;
  }

  .previwe-banner-subtitle h4, .previwe-banner-subtitle p, .previwe-banner-subtitle h4, .previwe-banner-subtitle p {
    font-size: 15px;
    line-height: 25px;
  }

  .previwe-banner-description {
    max-width: 290px;
    font-size: 15px;
    line-height: 25px;
  }

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

  .div-block-108 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .brand-logos {
    object-fit: scale-down;
    width: 100%;
    height: 25px;
  }

  .section-7.banner-section-hv2 {
    padding-top: 160px;
    padding-bottom: 135px;
  }

  .primary-button-2, .primary-button-3 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .section-10.cta-section {
    padding-top: 60px;
  }

  .primary-button-4, .primary-button-5 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .hero-button-icon {
    width: 45px;
    height: 45px;
  }

  .nav-icons-embed {
    width: 24px;
    height: 24px;
  }

  ._12-points-icons.size-70px {
    width: 25px;
    height: 25px;
  }

  .values-icon-main {
    width: 35px;
  }

  .values-icon-two {
    width: 35px;
    color: var(--secondary-1);
  }

  .code-embed-9 {
    width: 35px;
  }

  .divider-line {
    display: none;
  }

  .card-main-title.dark-color {
    justify-content: center;
    align-items: flex-start;
  }

  .card-main-title.dark-color.fixed-height-55 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-117 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h2-rich-t {
    font-size: 22px;
  }

  .p-rich {
    color: var(--secondary-2);
    font-size: 15px;
    line-height: 25px;
  }

  .primary-button-6, .primary-button-7 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .absolute-image.auto {
    max-width: 90vw;
  }

  .absolute-image.auto.tab {
    margin-top: 30px;
  }

  .card-slider {
    width: 100%;
  }

  .card-slide {
    height: 300px;
  }

  .hidde-offer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .owner-quote {
    box-shadow: none;
    order: -1;
    padding: 20px 10px;
  }

  .button-wrap_-see-more {
    margin-top: 40px;
  }

  .calendar-wrapper {
    padding: 8.5rem 0 1.5rem;
  }

  .calendar.microsoft {
    padding-left: 20px;
    padding-right: 20px;
  }

  .absolute-cross-pop {
    top: 5%;
  }

  .line {
    width: 200px;
    display: none;
  }

  .point-icon-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .point-icon-wrap.v2-number {
    display: none;
  }

  ._12-points-card-wrap._2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  ._12-points-card-wrap._2.align-top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._12-points-card-wrap.padding-35px {
    justify-content: flex-start;
    align-items: center;
  }

  ._12-points-card-wrap.padding-35px.align-top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .points-grey-background {
    width: 115vw;
    position: absolute;
    left: -10vw;
  }

  .card-content-wrap {
    margin-left: 16px;
  }

  .card-content-wrap.no-margin-top {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .card-content-wrap.margin-v2 {
    grid-row-gap: 1rem;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._12-points-description {
    margin-right: 6px;
    font-size: 15px;
    line-height: 28px;
  }

  ._12-points-description.size-v2 {
    font-size: 18px;
  }

  .mobile-dropdown-wrap {
    border: 1px solid #0003;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    display: flex;
  }

  .card-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 40px;
    display: flex;
  }

  .code-embed-13 {
    color: #0003;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .ceo-info-card {
    border-top-right-radius: 0;
  }

  .company-info-text {
    font-weight: 600;
  }

  .quote-icon-embed {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    top: -1%;
  }

  .read-more-wrap {
    font-size: 16px;
  }

  .services-dropdown-icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    color: var(--secondary-1);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    position: static;
  }

  .services-item-wrap {
    cursor: pointer;
    border: 1px solid #0e161c;
    border-bottom-style: none;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .services-list-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 13px;
    position: relative;
  }

  .services-dropdown-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .testimonials-main-wrapper {
    margin-top: 32px;
  }

  .review-text-testimonial, .see-all-text {
    font-size: 18px;
  }

  .testimonial-image-avatar {
    width: 76px;
    height: 76px;
  }

  .plus {
    width: 2px;
    height: 24px;
  }

  .faq-title-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 12px;
  }

  .minus {
    width: 24px;
    height: 2px;
  }

  .div-block-124 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faqs-plus-wrapper {
    margin-left: 5px;
  }

  .reviewer-info-wrap.flipt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-no-animation.banner-section {
    padding-top: 140px;
  }

  .section-no-animation.intro-section-services.bg-light, .section-no-animation.home-banner-section, .section-no-animation.home-banner-section.bottom-0px, .section-no-animation.banner-section {
    padding-top: 140px;
  }

  .section-no-animation.banner-section.section-padding-01 {
    padding-top: 35%;
    padding-bottom: 20%;
  }

  .section-no-animation.inner-banner-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-no-animation.blog-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-no-animation.blog-details-section.padding-top-120 {
    padding-top: 120px;
  }

  .section-no-animation.intro-section-services.bg-light, .section-no-animation.home-banner-section, .section-no-animation.home-banner-section.bottom-0px, .section-no-animation.home-banner-section.bottom-0px {
    padding-top: 140px;
  }

  .background-shape-about {
    width: 320px;
    height: 600px;
    top: -210px;
  }

  .about-section-title h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .choose-us-section-title-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-us-description-2 {
    max-width: 270px;
    font-size: 15px;
    line-height: 25px;
  }

  .choose-us-section-description-text-2 {
    max-width: 290px;
    font-size: 14px;
    line-height: 24px;
  }

  .title-tag-wrapper-2.center.left {
    margin-top: 10px;
  }

  .div-block-137 {
    padding-top: 0;
  }

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

  .footer-dropdown-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-collection-list {
    text-align: center;
    align-items: center;
  }

  .certification-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .cert-1 {
    max-height: 130px;
  }

  .link-block {
    order: -9999;
  }

  .card-body {
    padding: 12px;
  }

  .card-body.featured-case-study-card-body {
    padding: 20px;
  }

  .absolute-name {
    flex: 0 auto;
    font-size: 25px;
  }
}

#w-node-bd3109d8-2a6f-7405-83ee-ed9a68b07481-c6adf1fd {
  justify-self: center;
}

#w-node-b831fd16-6b53-9914-e506-5cfdb31716a2-c6adf1fd {
  align-self: center;
}

#w-node-_0a0fe2f1-40d2-859a-9891-f61131b911db-c6adf1fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0287d42-b05e-c1d6-61c3-d542b9ea974c-28ad62b3, #w-node-_5283939d-129c-6c8b-4651-7158c6efa522-28ad62b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2d36deab-ad50-dc7e-ea3e-31c2ded5ed8b-28ad62b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e25450c8-ec23-70d2-6262-0ba3ce339e8a-39f9cc71, #w-node-a10934e5-be7f-d5d3-b94b-3f0cdc84d6d5-39f9cc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e25450c8-ec23-70d2-6262-0ba3ce339e6a-39f9cc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e25450c8-ec23-70d2-6262-0ba3ce339ea9-39f9cc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d58d07e9-db2e-8d18-b411-8664502d8463-39f9cc71, #w-node-_05197b70-685c-9882-865a-2ecb60d813a5-39f9cc71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b831fd16-6b53-9914-e506-5cfdb31716a2-c6adf1fd, #w-node-bbd7733f-b68d-d047-f020-40b5e82d21d3-c6adf1fd, #w-node-bbd7733f-b68d-d047-f020-40b5e82d21bd-c6adf1fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0287d42-b05e-c1d6-61c3-d542b9ea974c-28ad62b3, #w-node-_5283939d-129c-6c8b-4651-7158c6efa522-28ad62b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2d36deab-ad50-dc7e-ea3e-31c2ded5ed8b-28ad62b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9c87ea6f-6758-407a-dfea-c4204679b570-c6adf1fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c87ea6f-6758-407a-dfea-c4204679b572-c6adf1fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b831fd16-6b53-9914-e506-5cfdb31716a2-c6adf1fd {
    order: -9999;
  }

  #w-node-_539a393a-a3f6-b5d7-5273-8573402f581d-c6adf1fd {
    align-self: start;
  }

  #w-node-_5283939d-129c-6c8b-4651-7158c6efa522-28ad62b3 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a0fe2f1-40d2-859a-9891-f61131b911db-c6adf1fd {
    grid-column: span 1 / span 1;
  }

  #w-node-d0287d42-b05e-c1d6-61c3-d542b9ea974c-28ad62b3, #w-node-_5283939d-129c-6c8b-4651-7158c6efa522-28ad62b3 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c87ea6f-6758-407a-dfea-c4204679b572-c6adf1fd {
    grid-column: span 2 / span 2;
  }

  #w-node-b831fd16-6b53-9914-e506-5cfdb31716a2-c6adf1fd {
    order: -9999;
  }
}
