:root {
  --blue-gray: #151f2b;
  --dark-new: #0e141c;
  --prime-2: #0089c7;
  --gray-100: #f6f6f9;
  --bg-a-light: #f8f8f8;
  --white: white;
  --new-colors--dark-grey-2: #1f2c3c;
  --orange-headings: #ff9b47;
  --orange-400: #ffad99;
  --yellow-400: #ffeb99;
  --gray-200: #e8e7ee;
  --new-colors--dark-555: #555;
  --green-400: #8ae58d;
  --orange-200: #ffded6;
  --gray-300: #d7d6e1;
  --gray-600: #9895b2;
  --orange-100: #ffefeb;
  --green-100: #ebffeb;
  --purple-100: #f3ebff;
  --pink-100: #ffebff;
  --blue-200: #d6f1ff;
  --purple-200: #e7d6ff;
  --new-colors--grey-02: #d9d9d9;
  --purple-400: #c399ff;
  --yellow-200: #fff7d6;
  --green-600: #006603;
  --blue-100: #ebf8ff;
  --new-colors--grey-01: #33465e;
  --green-200: #d6ffd8;
  --pink-200: #ffd6ff;
  --blue-400: #9df;
  --gray-700: #6c678e;
  --gray-500: #afacc3;
  --new-colors--light: white;
  --gray-400: #c6c4d4;
  --yellow-100: #fffbeb;
  --yellow-600: #665200;
  --orange-600: #661400;
  --blue-600: #046;
  --purple-600: #2a0066;
  --pink-400: #f9f;
  --pink-600: #606;
  --light-sea-green: #18a999;
  --dark-orange: #fd8c15;
  --aqau-hover: #5dbea3;
}

body {
  color: var(--blue-gray);
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-new);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 65px;
  font-weight: 100;
  line-height: 65px;
}

h2 {
  color: var(--dark-new);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 65px;
}

h3 {
  color: var(--dark-new);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

h4 {
  color: var(--dark-new);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
}

h5 {
  color: var(--dark-new);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

h6 {
  color: var(--dark-new);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

p {
  color: var(--dark-new);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

a {
  color: var(--prime-2);
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 24px;
  margin-bottom: 32px;
  padding-left: 0;
}

li {
  background-color: var(--gray-100);
  letter-spacing: -.02em;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

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

strong {
  font-weight: 600;
}

blockquote {
  background-color: var(--bg-a-light);
  border: 1px #000;
  border-radius: 8px;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.brand-logo {
  height: 2.8rem;
  line-height: 1.4em;
}

.brand {
  margin-top: 15px;
  margin-right: 5vw;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  position: relative;
}

.container.footer-container {
  width: 1330px;
  max-width: 1330px;
}

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

.container.c-1 {
  margin-top: 70px;
}

.container.rounded-map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrapper-centre.wrapper-home {
  text-align: left;
  padding-bottom: 75px;
}

.title-wrapper-centre.wrapper-home.new-01 {
  text-align: center;
  width: 423px;
  margin-top: 43px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.title-wrapper-centre.wrapper-home.first {
  width: 820px;
}

.title-wrapper-centre.wrapper-home.second {
  width: 850px;
}

.title-wrapper-centre.wrapper-home.left-align-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 449px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 5%;
}

.title-wrapper-centre.wrapper-home.form-content {
  text-align: center;
  width: 667px;
  margin-top: 43px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.title-wrapper-centre._5-b-r {
  width: 600px;
}

.title-wrapper-centre._5-b-r.referral {
  width: 545px;
}

.title-wrapper-centre.blog-1 {
  margin-bottom: 40px;
}

.title-wrapper-centre.larger {
  width: 900px;
  max-width: 900px;
}

.title-wrapper-centre.larger-wrap-booking {
  width: 750px;
}

.title-wrapper-centre.width-more {
  width: auto;
  max-width: 1000px;
}

.title-wrapper-centre.margin-bottom {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 2em;
  padding-top: 2em;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-large._2de-container {
  margin-top: 60px;
}

.container-large._2de-container.latest-t-n-and-insight {
  margin-top: -3px;
}

.container-large.referral {
  margin-bottom: 30px;
}

.body-small-normal {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.body-small-normal.text-color-gray-500 {
  color: var(--prime-2);
}

.body-small-normal.sarif {
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
}

.body-small-normal.sarif._0 {
  margin-bottom: 0;
}

.body-small-normal.email {
  display: block;
}

.sub-heading-large {
  color: var(--dark-new);
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.sub-heading-large.margin-bottom-12 {
  margin-bottom: 12px;
}

.sub-heading-large.margin-bottom-12.wit {
  color: var(--white);
  font-family: Outfit, sans-serif;
}

.sub-heading-large.wit {
  color: var(--white);
}

.footer-section {
  padding: 60px 5%;
}

.footer-section.top-m {
  padding-top: 20px;
}

.footer-section.botborder {
  border-bottom: 3px none var(--bg-a-light);
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
}

.footer-top-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.footer-top-grid._1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
}

.footer-image {
  height: 5.2rem;
  margin-bottom: 0;
}

.footer-content-wrapper {
  max-width: 500px;
}

.footer-link-card {
  border: 1px none var(--white);
  background-color: var(--new-colors--dark-grey-2);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  text-decoration: none;
  transition: all .3s, background-color .3s;
  display: flex;
}

.footer-link-card:hover {
  background-color: var(--new-colors--dark-grey-2);
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1.1fr 1.1fr;
  align-items: start;
}

.footer-grid.footer-option-2 {
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  width: 100%;
}

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

.footer-line {
  background-color: var(--gray-200);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 32px;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  font-weight: 600;
  display: flex;
}

.footer-bottom-wrapper.centered {
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: var(--dark-new);
  background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/6634cc63ea7492fc99b475f9_Group%20164%20(6).avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.image-cover {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.image-cover:hover {
  transform: none;
}

.button-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-wrapper.cta {
  margin-top: 55px;
}

.button-wrapper._0-m-top, .button-wrapper.navbar-wrap {
  margin-top: 0;
}

.button-wrapper.l-m-t {
  margin-top: 15px;
}

.button-wrapper.margin-top {
  margin-top: 36px;
}

.button-wrapper.navbar-wrap {
  margin-top: 0;
}

.content-grid-accent {
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
}

.content-grid-accent.author {
  flex-direction: row;
  display: flex;
}

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

.navigation-link-grid.industries-grid {
  grid-template-columns: 1fr;
}

.dropdown-list {
  min-width: 240px;
}

.dropdown-list.w--open {
  background-color: #0000;
  border-radius: 16px;
  min-width: 200px;
  padding-top: 41px;
  left: -318px;
}

.dropdown-list.dropdownlist-about.w--open {
  min-width: 200px;
  padding-top: 15px;
  left: -4px;
}

.dropdown-list.industries-list.w--open {
  min-width: 220px;
  padding-top: 15px;
  left: -4px;
}

.navigation-card {
  border: 1px none var(--gray-200);
  background-color: #1f2c3c;
  border-radius: 16px;
  padding: 12px 12px 15px;
  box-shadow: 68px 68px 148px -24px #2f2a5114;
}

.navigation-card.our-story {
  padding-bottom: 15px;
}

.dropdown-link {
  color: var(--new-colors--grey-02);
  letter-spacing: -.01em;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Outfit, sans-serif;
  font-weight: 100;
  transition: all .3s;
}

.dropdown-link:hover {
  color: var(--prime-2);
  background-color: #f6f6f900;
}

.dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible] {
  color: var(--prime-2);
}

.dropdown-link.w--current {
  background-color: var(--gray-100);
  color: var(--dark-new);
  font-weight: 500;
}

.team-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.team-content-wrapper.abs {
  opacity: 0;
  background-color: #0088c5d1;
  background-image: linear-gradient(#2ca3d857, #002a3c8f 60%, #001921b5);
  border-radius: 20px;
  width: 101%;
  height: 101%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.dropdown {
  margin-left: 4px;
  margin-right: 4px;
}

.team-link-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-content {
  padding: 60px 5%;
}

.section-content.about-team-ceo {
  padding-top: 80px;
}

.section-content.author-section {
  padding-top: 200px;
  padding-bottom: 80px;
}

.team-header {
  object-fit: contain;
  border-radius: 12px;
  width: 400px;
  max-width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.team-card-single {
  border: 3px solid var(--prime-2);
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 15px #00000057;
}

.text-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-white.mb-20 {
  font-family: Outfit, sans-serif;
}

.block-text-services {
  color: var(--new-colors--grey-02);
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-services {
  color: var(--dark-new);
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px 20px;
  transition: all .35s;
}

.link-services:hover {
  color: var(--prime-2);
  background-color: #f6f6f900;
  border-radius: 6px;
}

.link-services.industries {
  width: 100%;
}

.colection-wrapper-services {
  justify-content: flex-start;
  width: 220px;
  padding-right: 30px;
  display: flex;
}

.colection-wrapper-services.industry {
  width: auto;
  padding-right: 0;
}

.navigation-link-grid---our-story {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.link-footer-bottom {
  color: var(--dark-new);
  font-family: Josefinsans;
}

.text-footer-bottom {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-weight: 400;
  transition: all .3s;
  transform: translate(0);
}

.text-footer-bottom:hover {
  color: var(--gray-300);
  transform: translate(0, -5px);
}

.text-footer-bottom.no-hover:hover {
  color: var(--white);
}

.text-footer-bottom.no-hover.no-move {
  font-family: Outfit, sans-serif;
  font-weight: 400;
  transform: none;
}

.social-link-2 {
  margin-left: 9px;
  margin-right: 9px;
}

.svg-embeded-icon-3 {
  color: #e14817;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 36px;
  height: 36px;
  display: flex;
}

.svg-embeded-icon-3.social-footer {
  color: var(--white);
  width: 18px;
  height: auto;
  transition: all .3s;
  transform: translate(0);
}

.svg-embeded-icon-3.social-footer:hover {
  color: var(--gray-300);
  transform: translate(0, -5px);
}

.svg-embeded-icon-3.social-footer.social-nav-icon {
  color: var(--white);
}

.svg-embeded-icon-3.social-footer.social-nav-icon:hover {
  color: var(--gray-300);
}

.social-div-block-footer {
  margin-top: 15px;
  margin-left: -10px;
  font-family: Outfit, sans-serif;
}

.social-div-block-footer.nav-social {
  margin-top: 5px;
  margin-left: 0;
}

.par-footer-content {
  color: var(--white);
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  line-height: 36px;
}

.link-nav {
  height: auto;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
}

.link-nav.w--current {
  height: auto;
}

.map-div-footer {
  width: auto;
  height: 150px;
  margin-top: 0;
}

.map-div-footer.areas {
  width: auto;
  height: 750px;
}

.map-div-footer.no-m {
  margin-bottom: 0;
}

.map-footer-ifram {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-detail-large-3 {
  color: var(--new-colors--dark-grey-2);
  letter-spacing: .06em;
  -webkit-text-stroke-color: var(--prime-2);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
}

.navbar-sub-dd-link-toggle {
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 15px 20px 15px 0;
  line-height: 28%;
  transition: background-color .3s, opacity .2s;
  display: flex;
}

.navbar-sub-dd-link-toggle:hover {
  background-color: #1f2c3c;
}

.navbar-sub-dd-list {
  padding-top: 10px;
  padding-left: 0;
  position: absolute;
}

.navbar-sub-dd-list.w--open {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0 0 0 66px;
  display: flex;
  position: absolute;
  top: -15px;
  left: 84%;
}

.colection-wrapper-services-2 {
  justify-content: flex-start;
  width: 270px;
  padding-right: 0;
  display: flex;
}

.colection-wrapper-services-2.larger-size {
  width: 238px;
  padding-right: 0;
}

.dropdown-list-2 {
  min-width: 240px;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  border-radius: 16px;
  min-width: 500px;
  padding-top: 41px;
  left: -615px;
}

.dropdown-list-2.new.w--open {
  min-width: 800px;
  min-height: 300px;
  padding-top: 15px;
  left: -200px;
}

.text-service-main-2 {
  color: var(--new-colors--light);
  font-size: 14px;
  font-weight: 300;
}

.svg-icon {
  color: #fe9d4f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-icon.chevron-right {
  color: var(--new-colors--grey-02);
  width: 12px;
  height: 12px;
  margin-top: 4px;
  transform: rotate(-90deg);
}

.link-block-4 {
  width: 230px;
  padding: 18px 10px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .35s;
}

.link-block-4:hover {
  background-color: #f6f6f900;
  border-radius: 6px;
}

.navbar-sub-dd-link {
  color: #1d1d1f;
  align-items: center;
  height: 58px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-card-2 {
  background-color: #33465e;
  border: 1px #e8e7ee;
  border-radius: 16px;
  padding: 12px 12px 15px;
  box-shadow: 68px 68px 148px -24px #2f2a5114;
}

.navigation-card-2.sizing {
  background-color: #1f2c3c;
  width: 275px;
}

.collection-list-2 {
  width: 100%;
}

.botton-nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-container {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 2000px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-item-title-2 {
  color: #343433;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 30px;
  font-weight: 700;
  line-height: 1.2em;
  transition: color .3s;
}

.nav-item-title-2:hover {
  color: #26bbecc9;
}

.nav-item-title-2.text-white {
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.nav-dropdown-2 {
  display: flex;
}

.nav-dropdown-2.contact-us {
  display: none;
}

.nav-dropdown-list-2 {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #0000002e;
  padding: 15px 20px;
  font-family: Outfit, sans-serif;
  top: 35px;
}

.nav-dropdown-list-2.w--open {
  border-radius: 0;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  left: -36px;
}

.info-text {
  color: #c2c5ca;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 14px;
}

.info-text:hover {
  color: #26bbecc9;
}

.info-text.no-hover:hover {
  color: #c2c5ca;
}

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

.info-wrap-icon-w {
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  padding: 4px;
  display: block;
}

.nav-dropdown-toggle-2 {
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Outfit, sans-serif;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-toggle-2:hover {
  color: #26bbecc9;
}

.nav-dropdown-icon-2 {
  color: #0c3133;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 12px;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 100;
  display: flex;
}

.nav-dropdown-icon-2.contact-us {
  display: none;
}

.nav-menu-shadow-overlay-2 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 0));
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center stretch;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  display: grid;
}

.nav-link-2 {
  z-index: 100;
  color: var(--white);
  margin-right: 0;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: color;
  bottom: 0;
}

.nav-link-2:hover {
  color: #26bbecc9;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #0c3133;
}

.nav-link-2.w--current:hover {
  color: #26bbecc9;
}

.nav-link-2.w--current:lang(en) {
  color: var(--prime-2);
}

.navbar-fixed {
  background-color: #fff0;
  align-items: stretch;
  width: 100%;
  height: auto;
  font-family: Outfit, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-menu-wrapper-2 {
  background-color: var(--new-colors--grey-01);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  font-family: Outfit, sans-serif;
  display: flex;
  overflow: visible;
}

.top-nav-container {
  background-color: var(--blue-gray);
  border-bottom: 3.5px #26bbecc9;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}

.top-nav-container.hide-d {
  display: none;
}

.info-wrap-icon {
  color: #343433;
  width: 16px;
  height: 16px;
}

.center-align-wrap {
  border-right: 1px solid #ffffff80;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.center-align-wrap.last-item {
  border-right-style: none;
}

.center-align-wrap.number {
  display: none;
}

.top-mobile-menu {
  border-bottom: .5px solid #809cc34d;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.tablet-menu-2 {
  display: none;
}

.remote-sup-box {
  border-bottom: 3px solid var(--blue-gray);
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 10px;
  transition: all .3s;
  display: flex;
}

.remote-sup-box:hover {
  border-bottom-color: var(--prime-2);
  background-color: #1f2c3c;
}

.text-nav-link-1 {
  color: var(--prime-2);
  margin-bottom: 2px;
  font-family: Outfit, sans-serif;
}

.text-nav-link-1.vis {
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.text-nav-link-main {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.icon-holder {
  width: 48px;
  height: 48px;
  margin-right: 5px;
}

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

.navbar-w-1200px {
  width: 1200px;
}

.button-hero-new {
  border: 3px solid var(--prime-2);
  background-color: var(--prime-2);
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 5px 5px;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 2px 20px 5px #03617a;
}

.button-hero-new:hover {
  transform: scale(.9);
}

.button-hero-new.style-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: radial-gradient(circle, #00c9ff, #036c9b);
  padding-right: 30px;
}

.button-hero-new.style-1.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.button-hero-new.style-1.less-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.button-hero-new.style-1.text-size-mobile {
  padding-right: 45px;
}

.c-f-quote {
  color: var(--blue-gray);
  text-align: right;
  width: 160px;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  line-height: 14px;
}

.c-f-quote._100 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}

.c-f-quote._100.smaller-mobile.font-outfit {
  color: #151f2b;
  font-family: Outfit, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.c-f-quote.auto-width {
  width: auto;
}

.phone-call {
  color: #0e141c;
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.phone-call._2 {
  text-transform: uppercase;
  margin-right: 15px;
}

.phone-call._2.press-1 {
  color: var(--white);
}

.phone-call._2.cta {
  margin-right: 40px;
}

.phone-call._2.larger-booking {
  color: var(--white);
  font-size: 22px;
}

.phone-call.align-left {
  text-align: right;
  font-size: 26px;
  line-height: 26px;
}

.phone-call.align-left.font-outfit {
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.phone-call.padding {
  padding-left: 20px;
  padding-right: 40px;
}

.phone-call.right-align {
  text-align: right;
}

.phone-call.bigger-size {
  letter-spacing: .5px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}

.html-button {
  flex: none;
  width: 55px;
  height: 55px;
  margin-right: 5px;
}

.html-button._2.download {
  margin-right: 0;
  padding: 0;
  font-family: Outfit, sans-serif;
}

.html-button._2.download._1200 {
  width: 56px;
}

.html-button._2.small {
  color: var(--prime-2);
  width: 47px;
  height: 47px;
  padding: 15px 11px 15px 16px;
}

.html-button._2.db.white-icon {
  color: var(--white);
}

.html-button._2 {
  color: #00c9ff;
  border-radius: 20px;
  padding: 17px;
}

.html-button._2.db {
  color: #0089c7;
}

.html-button.bigger {
  width: 60px;
  height: 60px;
}

.html-button._2 {
  border-radius: 20px;
  padding: 17px;
}

.html-button._2.download {
  margin-right: 0;
  padding: 0;
}

.html-button.small-nav {
  width: 45px;
  height: 45px;
}

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

.contact-1 {
  color: var(--white);
  padding-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.contact-line {
  border-bottom: 1px solid var(--white);
  width: 100%;
  margin-bottom: 25px;
}

.hooked {
  position: relative;
}

.semi-bold {
  font-weight: 600;
}

.abso-up {
  width: 80px;
  position: absolute;
  inset: -37px -100px auto auto;
}

.drop-down-icon-3 {
  align-self: center;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: 0;
  padding-top: 2px;
  display: flex;
}

.rel-1-mobile {
  display: flex;
}

.abso-up-img {
  width: 80px;
  position: static;
  inset: -37px -100px auto auto;
}

.t-bold {
  font-weight: 800;
}

.team-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.wht {
  color: var(--white);
}

.button-wrapper.more-m-top {
  margin-top: 4em;
}

.cont-bio {
  margin-top: 10px;
  line-height: 26px;
}

.div-block-52, .rich-text-block-2 {
  font-family: "Josefin Sans V 32 Latin", Tahoma, sans-serif;
}

.dropdown-footer-2 {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link-7 {
  color: #f6f6f9;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s, color .3s;
  display: block;
  transform: translate(0);
}

.footer-link-7:hover {
  color: #d7d6e1;
  transform: translate(0, -5px);
}

.text-b-footer {
  color: #fff;
  border-bottom: 1px #fff;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.text-b-footer:hover {
  color: #fff;
}

.footer-cta-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #1f2c3c;
  border-radius: 30px;
  width: 100%;
  padding: 0;
  display: flex;
}

.dropdown-content {
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.drop-down-icon-2 {
  align-self: center;
  width: 24px;
  height: 24px;
  margin-bottom: -4px;
  margin-left: 0;
  padding-top: 2px;
  display: flex;
}

.drop-down-icon-2.left-margin {
  margin-top: -8px;
  margin-left: 5px;
}

.link-footer {
  color: #fff;
  border-bottom: 1px #ffffff80;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.link-footer:hover {
  color: #fff;
}

.heading-detail-footer-4 {
  color: #fff;
  letter-spacing: .06em;
  text-transform: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-footer-4.last {
  width: 100%;
  padding-left: 35px;
  font-size: 18px;
}

.heading-detail-footer-4.center {
  flex-flow: row;
  justify-content: flex-start;
  padding-left: 35px;
  font-size: 18px;
}

.dropdown-trigger {
  color: #c2c5ca;
  text-align: left;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  display: flex;
  transform: translate(0);
}

.dropdown-trigger:hover {
  transform: translate(0, -5px);
}

.moved-footer {
  padding-left: 35px;
}

.dropdown-wrapper {
  width: 220px;
  position: relative;
}

.footer-link-8 {
  color: #f6f6f9;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s, color .3s;
  display: block;
  transform: translate(0);
}

.footer-link-8:hover {
  color: #d7d6e1;
  transform: translate(0, -5px);
}

.link-block-8 {
  display: block;
}

.location-info {
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .title-wrapper-centre.wrapper-home.form-content {
    width: 667px;
    margin-bottom: 0;
  }

  .button-important.width-100.n-form-but {
    z-index: 20;
    color: #fff0;
    z-index: 20;
    inset: 0%;
    z-index: 20;
    inset: 0%;
    background-color: #00c9ff00;
    position: absolute;
    inset: 0%;
  }

  .footer-top-grid {
    grid-template-columns: 1.1fr 1fr;
  }

  .footer-image {
    filter: none;
    height: 5.5rem;
  }

  .footer-content-wrapper {
    max-width: 500px;
  }

  .footer-link-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer {
    background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/6634cc63ea7492fc99b475f9_Group%20164%20(6).avif");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-field.new-t-field {
    border-style: none none solid;
    border-bottom-color: #555;
    border-radius: 0;
  }

  .grid-form-field {
    grid-template-columns: 1fr 1fr;
  }

  .text-field-large.new-t-field {
    border-style: none none solid;
    border-bottom-color: #555;
    border-radius: 0;
  }

  .form-button-wrapper.l-0 {
    background-color: #0089c7;
    border-radius: 57px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding: 8px 40px 8px 43px;
    transition: all .3s;
    display: flex;
    position: relative;
  }

  .form-button-wrapper.l-0:hover {
    transform: scale(.9);
  }

  .form-wrapper-white-base.new-form-home {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }

  .form-wrapper-white-base.new-form-home.ads {
    margin-left: 50px;
  }

  .form-wrapper-white-base.form-from-audits {
    box-shadow: none;
    width: 500px;
    max-width: 100%;
  }

  .link-nav.w--current {
    height: auto;
  }

  .number-input-field.new-t-field {
    border-style: none none solid;
    border-bottom-color: #555;
    border-radius: 0;
  }

  .nav-menu-wrapper-2 {
    width: 75%;
  }

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

  .navbar-w-1200px {
    width: 1200px;
  }

  .image-abs-left {
    bottom: 304.078px;
  }

  .lined-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    width: 1350px;
    height: 400px;
    margin-top: -263px;
  }

  .text-button-2._2d {
    color: #151f2b;
    margin-right: 32px;
    font-weight: 700;
  }

  .div-download-e-book {
    margin-right: -35px;
  }

  .h2-form {
    margin-bottom: 40px;
    font-size: 65px;
  }

  .check-and-button {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .p-grey {
    color: var(--new-colors--dark-555);
  }

  .thak-you-grid.card-w.download-ebook {
    background-image: linear-gradient(#fff, #fff);
  }

  .main-img-landing-page {
    padding: 65px;
  }

  .number-input-field-2.new-t-field {
    border-style: none none solid;
    border-bottom-color: #555;
    border-radius: 0;
  }

  .button-important-3.width-100.n-form-but {
    z-index: 20;
    color: #fff0;
    z-index: 20;
    inset: 0%;
    z-index: 20;
    inset: 0%;
    background-color: #00c9ff00;
    position: absolute;
    inset: 0%;
  }

  .div-download-e-book-2 {
    margin-right: -35px;
  }

  .text-field-large-2.new-t-field {
    border-style: none none solid;
    border-bottom-color: #555;
    border-radius: 0;
  }

  .form-wrapper-white-base-2.form-from-audits {
    box-shadow: none;
    box-shadow: none;
    width: 500px;
    max-width: 100%;
  }

  .text-field-3.new-t-field {
    border-style: none none solid;
    border-bottom-color: #555;
    border-radius: 0;
  }
}

@media screen and (min-width: 1440px) {
  .title-wrapper-centre.wrapper-home.left-align-wrap {
    padding-left: 0%;
  }

  .footer-top-grid {
    grid-template-columns: 1.1fr 1fr;
  }

  .form-wrapper-white-base.new-form-home.ads {
    margin-left: 50px;
  }

  .div-block-4 {
    margin-top: -303px;
  }

  .stats {
    justify-content: flex-start;
  }

  .image-wrap-new.second.hidden-4k.new-wrap {
    height: 100%;
  }

  .new-content-wrap.second._100 {
    width: 600px;
    margin-left: 0;
    margin-right: 200px;
  }

  .new-content-wrap._100 {
    width: 600px;
    margin-left: 120px;
  }

  .boxed-bg-lead-m {
    background-position: 100%;
  }

  .abso-up {
    right: -144px;
  }

  .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form, .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form {
    bottom: -9px;
  }

  .abso-up-img {
    right: -144px;
  }

  .main-img-landing-page {
    padding: 67px;
  }

  .boxed-bg-lead-m-new {
    background-position: 120%;
  }

  .div-block-50 {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (min-width: 1920px) {
  .container.larger-landing {
    max-width: 1150px;
  }

  .container.larger-ads {
    max-width: 1400px;
  }

  .container._1200px {
    max-width: 1200px;
  }

  .title-wrapper-centre.wrapper-home.left-align-wrap {
    padding-left: 0%;
  }

  .section-large.bg-prime {
    position: relative;
  }

  .section-large.bg-prime.padding-bottom {
    padding-bottom: 120px;
  }

  .section-large.prime-section.about {
    padding-bottom: 80px;
  }

  .section-large.audit-section.less-space {
    padding-top: 0;
  }

  .section-large.prime-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-content-right.gap.less-gap {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content-right.gap.adjust-gap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-grid {
    grid-template-columns: 1.1fr 1fr;
  }

  .footer-top-grid._1 {
    display: grid;
  }

  .footer-image {
    filter: none;
  }

  .header-grid.service-grid-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header-grid.gap {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .header-content.rel {
    width: 600px;
  }

  .header-content.rel._0-0 {
    padding-right: 25px;
  }

  .section-testimonial._0-sides {
    background-color: #f4f4f4;
  }

  .section-statistics.statastics-low.styling {
    background-color: #f2f2f2;
    padding-top: 40px;
  }

  .form-wrapper-white-base.new-form-home.ads {
    margin-left: 50px;
  }

  .section.news-letter.first {
    padding-bottom: 96px;
  }

  .section.rest {
    padding-top: 96px;
  }

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

  .main-container {
    flex-direction: column;
    align-items: stretch;
    max-width: 1400px;
    display: flex;
  }

  .paragraph-large {
    color: var(--dark-new);
    font-family: Inter;
    font-size: 16px;
  }

  .hide-at-smaller-size {
    display: block;
  }

  .navbar-icon-link.main-navbar {
    margin-right: 18px;
  }

  .here-div-bg-image-holder {
    width: 780px;
    margin-left: -57px;
  }

  .here-div-bg-image-holder.services {
    width: 590px;
    margin-left: 0;
  }

  .here-div-bg-image-holder.ads {
    margin-left: 0;
  }

  .here-div-bg-image-holder.fix-ad-1 {
    width: auto;
    margin-left: 10px;
  }

  .botton-nav-container {
    padding-left: 10px;
    padding-right: 0;
  }

  .nav-container {
    display: flex;
  }

  .nav-link-2 {
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .nav-menu-wrapper-2 {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 100%;
    margin-right: -650px;
  }

  .top-nav-container {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 80px;
    display: flex;
  }

  .top-mobile-menu {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar-w-1200px {
    width: 1200px;
  }

  .absolute-hero-1 {
    width: 190px;
    top: 85px;
    left: 102px;
  }

  .absolute-hero-1.landing-page {
    width: 160px;
    top: 37px;
    left: 57px;
  }

  .absolute-hero-1.bigger-size {
    width: 225px;
    top: 65px;
    left: 76px;
  }

  .absolute-hero-new {
    width: 220px;
    bottom: 96px;
    left: 26px;
  }

  .absolute-hero-new.imageshadow.biggersize {
    width: 300px;
    left: -15px;
  }

  .absolute-hero-new.landing-page-2 {
    width: 200px;
    bottom: 18px;
    left: 2px;
  }

  .absolute-hero-third-01 {
    width: 180px;
    bottom: 59px;
    right: 76px;
  }

  .absolute-hero-third-01.about-us {
    width: 280px;
    bottom: 296px;
    right: 55px;
  }

  .absolute-hero-third-01.landing-page-3 {
    bottom: 53px;
    right: 0;
  }

  .absolute-hero-third-01.bigger-size {
    width: 265px;
    bottom: 31px;
    right: 72px;
  }

  .image-abs-left {
    width: 257px;
    bottom: 400.078px;
    right: 950px;
  }

  .image-abs-left._3de {
    width: 375px;
    bottom: 310.078px;
    right: 1051px;
  }

  .image-abs-left._3de.f-size {
    bottom: 327.078px;
  }

  .image-abs-left._3de.f-size.adjust-1 {
    width: auto;
    height: 259px;
    bottom: 400px;
    right: 1098px;
  }

  .h1-hero.text-color-white-2.bigger-size {
    font-size: 70px;
    line-height: 1.3;
  }

  .lined-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lined-left.left {
    inset: 0% auto 0% 3%;
    inset: 0% auto 0% 3%;
  }

  .div-block-3 {
    background-color: var(--blue-gray);
    justify-content: center;
    align-items: flex-end;
    padding-left: 1px;
    display: flex;
  }

  .div-block-4 {
    width: 1450px;
    height: 401px;
    margin-top: -485px;
  }

  .html-home.margin {
    white-space: nowrap;
    white-space: nowrap;
    position: relative;
    top: 110px;
  }

  .image-box-round._3de.smaller-s {
    width: 275px;
    height: 275px;
  }

  .image-box-round.width-auto {
    width: auto;
  }

  .image-box-round.width-auto.padding-adj-1.bigger-s {
    height: auto;
  }

  .img-boxed.second-smaller.adj-2 {
    bottom: -25%;
  }

  .img-boxed.second-smaller.adjust-p {
    bottom: -250px;
    right: -100px;
  }

  .img-boxed._3de.adj-p-2 {
    top: -22px;
    right: -50px;
  }

  .img-in-circ.image-fixed-height.bigger {
    height: auto;
  }

  .text-block-14.new.center, .text-block-14.padding, .text-block-14.new.center, .text-block-14.new.center, .text-block-14.padding {
    margin-top: -10px;
  }

  .stats {
    justify-content: flex-start;
  }

  .rounded-stat.centered {
    text-align: center;
    text-align: center;
  }

  .bg-boxed {
    width: 64%;
  }

  .new-content-to-image {
    justify-content: center;
    align-items: center;
  }

  .image-wrap-new {
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    width: 785px;
    height: 396px;
    margin-left: 0;
  }

  .image-wrap-new.second {
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
  }

  .image-wrap-new.second.visible-4k {
    margin-left: 0;
    margin-right: -400px;
  }

  .image-wrap-new.second.visible-4k.auto {
    width: 1500px;
    height: auto;
  }

  .image-wrap-new.hidden-4k {
    display: none;
  }

  .image-wrap-new.visible-4k {
    width: 1500px;
    height: 700px;
    margin-left: -400px;
    display: block;
  }

  .image-rounded-01.i-g-img {
    width: 100%;
  }

  .new-content-wrap.second {
    margin-right: 46px;
  }

  .new-content-wrap.second._100 {
    width: 100%;
    margin-right: 140px;
    padding-left: 140px;
    padding-right: 0;
  }

  .new-content-wrap.second._100.auto {
    margin-right: 0;
  }

  .new-content-wrap.second._100.n2 {
    width: 500px;
    margin-right: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .new-content-wrap._100 {
    width: 100%;
    margin-left: 140px;
    padding-left: 0;
    padding-right: 140px;
  }

  .higher-res-box {
    width: 1200px;
  }

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

  .new-content-to-image-2 {
    justify-content: center;
    align-items: center;
  }

  .boxed-bg-lead-m {
    background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/66339455385b6dc4371b9435_Group%20165%20(3).avif"), linear-gradient(#f4f4f4, #f4f4f4);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .div-download-e-book {
    margin-right: -36px;
  }

  .base-container-2 {
    justify-content: center;
  }

  .container-5-b-r {
    grid-column-gap: 80px;
  }

  .boxed-listed.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .container-5 {
    position: relative;
  }

  .par-hero {
    width: 550px;
  }

  .par-hero._22px {
    width: 480px;
  }

  .internal-about-team {
    padding-right: 100px;
  }

  .abso-up {
    right: -197px;
  }

  .drop-down-icon-3 {
    width: 24px;
  }

  .rel-1-for-bg, .bg-image-about-us {
    width: 550px;
  }

  .absolute-hero-third-form {
    width: 180px;
    bottom: 59px;
    right: 76px;
  }

  .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form, .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form {
    inset: auto auto -12px 50px;
  }

  .here-div-bg-image-holder-form {
    width: 780px;
    margin-left: -57px;
  }

  .here-div-bg-image-holder-form.tr-form {
    width: auto;
    margin-left: 0;
  }

  .abso-up-img {
    right: -197px;
  }

  .bg-box-free-audits {
    width: 64%;
  }

  .main-img-landing-page {
    padding: 62px;
  }

  .adjust-landing {
    width: 600px;
    margin-left: 0;
  }

  .section-8 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-8.contact-faqs {
    padding-top: 125px;
    padding-bottom: 248px;
  }

  .give-class {
    width: 750px;
    height: 750px;
  }

  .give-class.none.auto {
    width: auto;
    height: auto;
  }

  .large-heading {
    width: 100%;
  }

  .base-container-12 {
    justify-content: center;
  }

  .two-cols-grid-2 {
    grid-row-gap: 80px;
  }

  .img-bg-popup--1 {
    top: 25px;
  }

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

  .new-content-to-image-3 {
    justify-content: center;
    align-items: center;
  }

  .base-container-13 {
    justify-content: center;
  }

  .heading-53._70 {
    width: 66%;
    font-size: 70px;
    line-height: 80px;
  }

  .heading-53._70.size-60px {
    width: 55%;
  }

  .div-block-11.m1 {
    transform: translate(-440px);
  }

  .div-block-11.m2 {
    z-index: 1;
    transform: translate(-50px, 300px);
  }

  .div-block-11.m3 {
    z-index: 2;
    justify-content: space-around;
    transform: translate(420px, 70px);
  }

  .div-block-11.m4 {
    z-index: 4;
    transform: translate(330px, 550px);
  }

  .div-block-11.m5 {
    transform: translate(-380px, 420px);
  }

  .div-block-11.m6 {
    z-index: 3;
    transform: translate(47px, -88px);
  }

  .title-image-wrap.align-center {
    text-align: center;
    text-align: center;
    align-content: center;
    justify-items: stretch;
  }

  .heading-54 {
    color: var(--white);
  }

  .div-block-14 {
    margin-top: 4em;
    margin-bottom: 6em;
  }

  .div-block-21 {
    padding: 2em;
  }

  .div-block-25 {
    position: absolute;
    inset: 0%;
  }

  .big-title {
    font-size: 70px;
    line-height: 88.2px;
  }

  .div-block-27 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .heading-57 {
    font-size: 70px;
  }

  .div-block-29 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .line-line {
    border-bottom: 4px solid var(--prime-2);
    padding-top: 80px;
    box-shadow: 0 20px 16px 6px #0000001c;
  }

  .boxed-bg-lead-m-new {
    background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/67286e9079c7295d776a4933_Group%20166%20(1)%20(1).png"), linear-gradient(#f4f4f4, #f4f4f4);
    background-position: 120%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .base-container-line {
    height: 4px;
  }

  .div-block-50 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-download-e-book-2 {
    margin-right: -36px;
  }
}

@media screen and (max-width: 991px) {
  .banner-text {
    display: none;
  }

  .container-navigation {
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 16px;
    height: auto;
    padding: 10px;
    position: absolute;
    top: 80px;
    box-shadow: 20px 94px 148px -24px #2f2a510f;
  }

  .menu-button {
    background-color: var(--dark-new);
    color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    padding: 10px;
    transition: all .35s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--dark-new);
    color: #f4f5f6;
  }

  .menu-button.w--open {
    background-color: var(--prime-2);
    color: #fff;
  }

  .navigation-menu {
    align-items: center;
    width: 50%;
    display: flex;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .navigation-button {
    display: none;
  }

  .nav-link {
    border-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .container.footer-container {
    width: auto;
  }

  .title-wrapper-centre {
    width: 361px;
  }

  .title-wrapper-centre.larger, .title-wrapper-centre.bio, .title-wrapper-centre.larger-wrap-booking, .title-wrapper-centre.margin-bottom {
    width: auto;
  }

  .title-wrapper-centre.wrapper-home.first {
    text-align: center;
    width: auto;
  }

  .title-wrapper-centre.wrapper-home.second {
    width: auto;
  }

  .title-wrapper-centre._5-b-r.padding {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper-centre.larger, .title-wrapper-centre.bio, .title-wrapper-centre.larger-wrap-booking, .title-wrapper-centre.margin-bottom {
    width: auto;
  }

  .container-large._2de-container.latest-t-n-and-insight {
    margin-top: 45px;
  }

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

  .section-large.blogs.contact-us, .section-large.blogs.oxy-ads-123 {
    margin-top: 80px;
    padding-bottom: 20px;
  }

  .section-large.bg-prime {
    padding-bottom: 120px;
  }

  .section-large.bg-prime.padding-bottom {
    padding-bottom: 60px;
  }

  .section-large.hero.new-hero {
    margin-top: 20px;
  }

  .section-large.hero.new-hero.margin.adjust-mobile {
    margin-top: 30px;
  }

  .section-large.hero.new-hero.margin.adjust-mobile.background-grey {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-large.hero.blog {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .section-large.secton-second-last {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-large.prime-section.cta {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-large.blogs.contact-us, .section-large.blogs.oxy-ads-123, .section-large.blogs.contact-us, .section-large.blogs.oxy-ads-123 {
    margin-top: 80px;
    padding-bottom: 20px;
  }

  .section-large.audit-section {
    padding: 80px 0% 40px;
  }

  .section-large.prime-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-review-card, .grid-content {
    grid-template-columns: 1fr;
  }

  .faq-content-wrap {
    width: 100%;
  }

  .tab-content-block {
    align-items: flex-start;
    padding-left: 10px;
  }

  .grid-content-right, .grid-content-right.adjusted-aread {
    grid-template-columns: 1fr;
  }

  .grid-content-right.adjusted-aread {
    grid-template-columns: 1fr;
  }

  .grid-content-right.gap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .process-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .grid-cta-trial {
    grid-template-columns: 1fr;
  }

  .footer-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid.footer-option-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .heading-detail-footer {
    border-bottom-style: none;
  }

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

  .footer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-blog-detail {
    grid-template-columns: 1fr 1fr;
  }

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

  .header-content.postion-align {
    margin-top: auto;
  }

  .grid-clients {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

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

  .collection-list._3-grid, .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-testimonial.m012 {
    padding-top: 190px;
  }

  .section-testimonial.m012.bg-color.margin-top {
    padding-top: 60px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    justify-content: center;
  }

  .process-circle-small {
    margin-bottom: 24px;
  }

  .video-box {
    height: 440px;
  }

  .grid-review-detail {
    grid-template-columns: 1fr;
  }

  .feature-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider {
    width: 100%;
  }

  .grid-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-section.hero {
    margin-top: 80px;
  }

  .grid-statistics {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-thumbnail {
    height: 280px;
  }

  .content-grid-accent.author {
    flex-flow: column;
  }

  .grid-feature-check {
    grid-template-columns: 1fr;
  }

  .nav-link-dropdown {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    position: relative;
    left: 0;
  }

  .navigation-card {
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .dropdown-link:hover {
    background-color: var(--gray-100);
  }

  .team-content-wrapper.abs {
    opacity: 1;
    opacity: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 100%;
    padding: 10px 2px 0;
    display: flex;
    position: static;
    transform: none;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .signup-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-signup {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .newsletter-form-block {
    position: relative;
  }

  .grid-checks {
    grid-template-columns: 1fr;
  }

  .collection-list-team-small, .collection-list-team-small._4, .collection-list-team-small._4, .grid-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .section-content.author-section {
    padding-top: 140px;
  }

  .section-content.about-team-ceo {
    padding-top: 40px;
  }

  .tab-content-2 {
    width: 100%;
  }

  .form-button-wrapper.l-0 {
    margin-top: 40px;
    padding-left: 27px;
    padding-right: 9px;
  }

  .career-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-link, .blog-feature {
    width: 100%;
  }

  .blog-feature-item {
    height: 100%;
  }

  .collection-list-blog-cards-large {
    grid-template-columns: 1fr;
  }

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

  .career-overview-section.hero {
    margin-top: 60px;
  }

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

  .career-feature-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-contact-detail {
    padding-left: 35px;
    padding-right: 35px;
  }

  .form-wrapper-white-base.form-landing.careers-form {
    width: auto;
  }

  .form-wrapper-white-base.form-from-audits, .form-wrapper-white-base.form-landing.careers-form, .form-wrapper-white-base.form-landing.careers-form {
    width: auto;
  }

  .form-wrapper-white-base.new-form-home.ads {
    margin-left: auto;
  }

  .form-wrapper-white-base.form-from-audits {
    width: auto;
  }

  .team-header {
    height: 400px;
  }

  .paragraph-home.bigger.less-margin-top {
    margin-top: 16px;
  }

  .skills-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-center-holder.div-center-2 {
    justify-content: center;
    align-items: center;
  }

  .section.news-letter, .section.rest, .section.news-letter, .section.rest {
    margin-top: 115px;
  }

  .main-container {
    margin-left: auto;
    margin-right: auto;
  }

  .text-center.mb-20 {
    font-size: 45px;
  }

  .services-grid.last-services {
    padding-left: 0;
    padding-right: 0;
  }

  .services-grid.first-223 {
    grid-template-columns: 1fr;
  }

  .services-item {
    margin-right: 0;
  }

  .base-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 80px;
  }

  .project-number {
    font-size: 32px;
  }

  .information-wrapper {
    padding: 20px;
  }

  .img-w.blog-img {
    padding-top: 67%;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .services-body-text h2 {
    font-size: 28px;
  }

  .services-card-wrapper {
    padding: 20px;
    top: 200px;
  }

  .services-cta {
    background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/6634cc63ea7492fc99b475f9_Group%20164%20(6).avif");
    background-size: cover;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .sevices-w {
    grid-template-columns: 2fr;
  }

  .sevices-w.services-reverse-m {
    flex-flow: column-reverse;
    display: flex;
  }

  .services-cta-2, .services-cta-3 {
    background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/6634cc63ea7492fc99b475f9_Group%20164%20(6).avif");
    background-size: cover;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .hide-at-smaller-size.display_show {
    display: none;
  }

  .navbar-functions.navbar-functions-left.margin-left-24px {
    margin-left: 24px;
  }

  .careers-form-container {
    padding: 30px;
  }

  .here-div-bg-image-holder {
    margin-top: 20px;
  }

  .here-div-bg-image-holder.about-us {
    padding: 71px;
  }

  .here-div-bg-image-holder.fix-ad-1 {
    margin-left: 0;
  }

  .map-div-footer {
    width: 100%;
  }

  .text-center-3.mb-20 {
    font-size: 45px;
  }

  .grid-site-map {
    width: 600px;
  }

  .services-cta-4 {
    background-image: url("https://cdn.prod.website-files.com/661ccbfc8d2bc2a845e9f480/6634cc63ea7492fc99b475f9_Group%20164%20(6).avif");
    background-size: cover;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .navbar-sub-dd-link-toggle {
    justify-content: space-around;
    width: auto;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-sub-dd-link-toggle.w--open {
    margin-left: 0;
  }

  .navbar-sub-dd-list {
    flex-direction: row;
    align-items: flex-start;
    position: static;
  }

  .navbar-sub-dd-list.w--open {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    position: static;
    inset: 0% auto auto 0%;
  }

  .dropdown-list-2.w--open {
    padding-top: 10px;
    position: relative;
    left: 0;
  }

  .dropdown-list-2.new.w--open {
    left: auto;
  }

  .svg-icon.chevron-right {
    margin-left: 10px;
  }

  .nav-link-dropdown-2 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
  }

  .navbar-sub-dd-link {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navigation-card-2 {
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .navigation-card-2.sizing {
    width: 315px;
  }

  .menu-button-2 {
    text-align: right;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .image-menu {
    width: 24px;
    height: 20px;
    transform: rotate(180deg);
  }

  .nav-dropdown-link-wrapper-2 {
    justify-content: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .botton-nav-container {
    background-color: var(--white);
    margin-top: 0;
    padding: 10px 15px;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    align-self: auto;
    width: 100%;
    max-width: 350px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

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

  .nav-item-title-2 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 17px;
  }

  .nav-item-title-2.text-white {
    color: #10393b;
    font-size: 14px;
  }

  .nav-dropdown-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    transition: opacity .5s;
    display: flex;
    overflow: visible;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    display: flex;
    position: static;
  }

  .nav-dropdown-toggle-2 {
    color: var(--white);
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
    overflow: visible;
  }

  .nav-dropdown-icon-2 {
    color: #343433;
    display: flex;
  }

  .nav-menu-shadow-overlay-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    background-color: var(--blue-gray);
    border-bottom: 1px solid #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    padding-top: 100px;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-link-2 {
    color: var(--white);
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    bottom: auto;
  }

  .navbar-fixed {
    position: fixed;
  }

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

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

  .top-nav-container {
    justify-content: flex-start;
    padding: 0 15px;
  }

  .top-mobile-menu {
    background-color: #343433;
    justify-content: flex-start;
    min-width: 320px;
    max-width: 320px;
    height: 41px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .tablet-menu-2 {
    flex-direction: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 13px;
    display: flex;
  }

  .remote-sup-box.hide-mobile, .text-nav-link-1 {
    display: none;
  }

  .text-nav-link-1.vis {
    display: block;
  }

  .absolute-hero-1 {
    width: 140px;
    top: 95px;
  }

  .absolute-hero-1.landing-page {
    display: none;
  }

  .absolute-hero-1.bigger-size {
    top: 82px;
    left: 86px;
  }

  .absolute-hero-new {
    width: 180px;
    bottom: 61px;
    left: 40px;
  }

  .absolute-hero-new.imageshadow.biggersize {
    bottom: 79px;
    left: 21px;
  }

  .absolute-hero-new.landing-page-2 {
    display: none;
  }

  .absolute-hero-third-01 {
    width: 180px;
  }

  .absolute-hero-third-01.about-us {
    width: 202px;
    display: none;
    bottom: 420px;
    right: 32px;
  }

  .absolute-hero-third-01.landing-page-3 {
    display: none;
  }

  .absolute-hero-third-01.bigger-size {
    bottom: 66px;
    right: 29px;
  }

  .div-block-4 {
    width: auto;
    margin-top: -30px;
    margin-left: -11px;
  }

  .abs-scroll-down {
    bottom: -45px;
    right: -6px;
  }

  .image-box-round.width-auto.padding-adj-1.bigger-s {
    height: auto;
  }

  .abs-1-round-border {
    width: 500px;
  }

  .image-101 {
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .image-center {
    right: 62px;
  }

  .h2-rel-abs {
    left: 35px;
  }

  .h2-rel-abs.second-section {
    left: 0;
  }

  .stats {
    justify-content: flex-start;
  }

  .container-stat-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .container-stat-1.landing-1 {
    grid-template-columns: 1fr 1fr;
  }

  .container-stat-1.gap-16._14 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .cta-center-question {
    padding-right: 32px;
  }

  .contetnt-cta-question {
    width: auto;
  }

  .t-bl-cta-question {
    padding-right: 165px;
  }

  .bg-boxed {
    border-radius: 12px;
  }

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

  .grid-services.audits {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .card-services {
    width: 300px;
  }

  .card-services.free-audit {
    height: auto;
  }

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

  .image-wrap-new {
    border-radius: 40px;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .image-wrap-new.second {
    border-radius: 40px;
  }

  .image-wrap-new.second.hidden-4k.margin-left._0 {
    width: auto;
  }

  .new-content-wrap {
    width: auto;
    margin-left: 0;
  }

  .new-content-wrap.second {
    margin-top: 25px;
    margin-right: 0;
  }

  .new-content-wrap.second.adjusted-ads {
    width: auto;
  }

  .new-content-wrap._100 {
    margin-top: 25px;
  }

  .new-content-to-image-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-wrapper-2 {
    height: 60px;
    padding: 20px 5px 20px 40px;
  }

  .content-c {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .book-c {
    justify-content: center;
    margin-left: 0;
  }

  .left-c {
    text-align: center;
    margin-bottom: 0;
  }

  .content-c-head {
    text-align: center;
  }

  .boxed-bg-lead-m {
    background-color: var(--new-colors--grey-02);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
  }

  .div-download-e-book {
    margin-right: 0;
  }

  .base-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-slider-mask-2 {
    width: 90%;
  }

  .testimonials-slider-arrow {
    width: 8%;
  }

  .slider-arrow {
    flex: none;
    height: 25px;
  }

  .round-arrow {
    flex: none;
  }

  .testimonial-boxed {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5-b-r {
    grid-template-columns: 1fr;
    place-content: center;
  }

  .container-5-b-r.gap.style-grid {
    grid-template-columns: 1fr 1fr;
  }

  .view-all-section {
    margin-top: 0;
  }

  .view-all {
    padding-right: 179px;
  }

  .center-cta {
    height: 350px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .center-cta.cta-1-2 {
    height: 350px;
  }

  .h2-cta {
    font-size: 30px;
  }

  .center-div-cta-content {
    width: auto;
    margin-top: 0;
  }

  .check-and-button {
    flex-flow: column;
  }

  .paragraph-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .close-menu-button-3.w--open {
    background-color: #0000;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 4px;
    display: flex;
    position: absolute;
    inset: 15% 0% auto auto;
  }

  .nav-close-icon-3 {
    filter: contrast(200%) brightness(500%) invert();
    max-width: 60%;
  }

  .nav-close-icon-copy-2 {
    align-self: stretch;
    max-width: 60%;
    display: none;
  }

  .image-103 {
    top: -121px;
    left: 137px;
  }

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

  .thak-you-grid {
    grid-template-rows: auto auto auto auto;
    position: relative;
  }

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

  .thak-you-grid.card-w.download-ebook {
    background-image: linear-gradient(#eef4f8, #eef4f8);
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-items: center;
  }

  .container-5 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-us-text-w-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .about-us-text-w-2.auto {
    text-align: center;
    text-align: center;
    align-items: center;
  }

  .title-slided-right {
    margin-right: 0;
  }

  .abs-link-button {
    display: none;
  }

  .internal-about-team {
    border-radius: 40px;
    padding-left: 50px;
  }

  .image-left-01 {
    display: none;
  }

  .drop-down-icon-3 {
    margin-top: -4px;
  }

  .rel-1-mobile {
    color: var(--white);
    display: flex;
  }

  .rel-1-for-bg, .bg-image-about-us {
    width: 560px;
  }

  .but-down {
    bottom: -45px;
    right: -6px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .absolute-hero-third-form {
    width: 180px;
  }

  .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form, .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form {
    width: 202px;
    display: none;
    bottom: 420px;
    right: 32px;
  }

  .rel-1-for-bg-form {
    width: 560px;
  }

  .here-div-bg-image-holder-form {
    margin-top: 20px;
  }

  .here-div-bg-image-holder-form.tr-form {
    padding: 71px;
  }

  .p-pos {
    font-size: 16px;
  }

  .bg-box-free-audits {
    border-radius: 12px;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cotnent-10101 {
    margin-bottom: 25px;
  }

  .frm-from-audit {
    padding-top: 20px;
  }

  .vallue {
    margin-bottom: 10px;
  }

  .rounded-1 {
    padding-left: 50px;
  }

  .content-left {
    width: 600px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .icon-ads {
    display: none;
  }

  .embed-icon-overlap, .embed-icon-overlap.dark, .embed-icon-overlap.dark {
    width: 80px;
    height: 80px;
  }

  .rounded-2 {
    padding-right: 50px;
  }

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

  .center-ceo-note {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .block0-point-ceo {
    flex-flow: column;
    display: flex;
  }

  .img-1-div-form {
    width: 450px;
    height: 450px;
  }

  .icon-ads-mobile {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .new-landing-page-hero-wrap {
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .main-img-landing-page {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 56px;
    display: flex;
  }

  .float-top {
    width: 100%;
    padding: 75px;
  }

  .img-10r-1 {
    border: 10px solid var(--prime-2);
    width: 100%;
  }

  .adjust-landing {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .img-bbb-1 {
    width: 100%;
  }

  .image-104 {
    display: none;
  }

  .block-link.half {
    width: 100%;
  }

  .embed-map {
    border-radius: 0;
  }

  .grid-content-right-2, .grid-content-right-2.reversed-section {
    grid-template-columns: 1fr;
  }

  .grid-content-right-2.reversed-section {
    grid-template-columns: 1fr;
  }

  .grid-content-right-2.reversed-section.new-full {
    padding-top: 20px;
    padding-left: 0;
  }

  .grid-content-right-2.reversed-section.new-full.map-grid {
    height: 550px;
  }

  .tab-content-block-3 {
    align-items: flex-start;
    padding-left: 10px;
  }

  .text-center-4.mb-20 {
    font-size: 45px;
  }

  .img-5x5 {
    margin-right: 0;
  }

  .faqs-main-wrapper {
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5.feature-v3 {
    max-width: 500px;
  }

  .faqs-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
    max-width: 90vw;
  }

  .section-8 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-8.contact-faqs {
    padding-top: 80px;
    padding-bottom: 158px;
  }

  .news-l-box {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .wrapped-1 {
    margin-bottom: 40px;
  }

  .give-class {
    width: auto;
    height: auto;
  }

  .base-container-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .two-cols-grid-2 {
    grid-row-gap: 0px;
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .two-cols-grid-2.center-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-2 {
    max-width: 560px;
    margin-bottom: 80px;
  }

  .home-5-about-us-right-content-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-col-3 {
    width: 100%;
    max-height: none;
  }

  .button-class {
    width: auto;
  }

  .form-new-wrap {
    margin-top: 0;
  }

  .color-gray-form-pop {
    width: auto;
  }

  .new-content-to-image-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .base-container-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1-adjusted-booking {
    font-size: 42px;
  }

  .div0-img-style {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .heading-53._70 {
    font-size: 48px;
    line-height: 52px;
  }

  .testimonials-style {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .testimonials-style.hidden-smaller-breakpoints {
    display: none;
  }

  .div-block-11.m2, .div-block-11.m3 {
    display: none;
    position: relative;
    transform: none;
  }

  .div-block-11.m4, .div-block-11.m5, .div-block-11.m6 {
    display: none;
  }

  .div-block-11.m1 {
    width: auto;
    position: relative;
    transform: none;
  }

  .div-block-11.m2, .div-block-11.m3 {
    display: none;
    position: relative;
    transform: none;
  }

  .div-block-11.m4, .div-block-11.m5, .div-block-11.m6 {
    display: none;
  }

  .div-block-11.relative {
    height: 100%;
    min-height: auto;
    padding-top: 5em;
  }

  .review-text {
    font-size: 18px;
  }

  .testimonials-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    min-height: auto;
  }

  .title-image-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
  }

  .title-image-wrap.gap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

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

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

  .div-block-15 {
    margin-top: 4em;
  }

  .image-105 {
    width: 350px;
  }

  .div-block-19 {
    width: 50%;
  }

  .div-block-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    padding-left: 4em;
    padding-right: 4em;
  }

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

  .services-section {
    background-position: 0%;
  }

  .div-block-29 {
    padding-bottom: 0;
  }

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

  .div-block-32 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .image-107 {
    display: none;
  }

  .quote-wrap {
    min-width: 100px;
    height: 96px;
    min-height: 96px;
  }

  .slider-2 {
    width: 100%;
    min-height: auto;
  }

  .div-block-39 {
    display: block;
  }

  .right-arrow-2 {
    color: var(--blue-gray);
    width: 50px;
    height: 50px;
    margin-right: 30%;
    inset: auto 0% 0% auto;
  }

  .left-arrow-2 {
    color: var(--blue-gray);
    width: 50px;
    height: 50px;
    margin-left: 30%;
    inset: auto auto 0% 0%;
  }

  .services-image {
    height: 165px;
  }

  .image-109 {
    padding: 5px;
  }

  .grid-calculator-cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: auto;
  }

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

  .boxed-bg-lead-m-new {
    background-color: var(--new-colors--grey-02);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
  }

  .in-card {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .base-container-line {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offer-list-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .wrap-c {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-download-e-book-2 {
    margin-right: 0;
  }

  .form-wrapper-white-base-2.form-from-audits {
    width: auto;
  }

  .link-block-7 {
    width: 100%;
  }

  .bog-heading-wrapper {
    height: auto;
    margin-bottom: 32px;
  }

  .services-sidebar-sticky {
    position: static;
  }

  .hidden-mobile {
    display: none;
  }

  .footer-cta-block-2 {
    margin-left: 0;
  }

  .heading-detail-footer-4 {
    border-bottom-style: none;
  }

  .heading-detail-footer-4.last, .heading-detail-footer-4.center, .heading-detail-footer-4.last, .heading-detail-footer-4.center, .moved-footer {
    padding-left: 0;
  }

  .footer-cta-block-contact-us-page {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .menu-button.w--open {
    background-color: var(--prime-2);
  }

  .navigation-menu {
    width: 100%;
  }

  .navigation-button {
    display: none;
  }

  .title-wrapper-centre.wrapper-home.first, .title-wrapper-centre.wrapper-home.second {
    width: auto;
    padding-bottom: 0;
  }

  .title-wrapper-centre.wrapper-home.form-content, .title-wrapper-centre._5-b-r {
    width: auto;
  }

  .title-wrapper-centre.wrapper-home.first, .title-wrapper-centre.wrapper-home.second {
    width: auto;
    padding-bottom: 0;
  }

  .title-wrapper-centre.wrapper-home.first, .title-wrapper-centre.wrapper-home.second {
    width: auto;
    padding-bottom: 0;
  }

  .title-wrapper-centre.wrapper-home.left-align-wrap {
    padding-left: 0%;
  }

  .title-wrapper-centre.wrapper-home.form-content, .title-wrapper-centre._5-b-r {
    width: auto;
  }

  .container-large._2de-container.latest-t-n-and-insight {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-large.blogs.contact-us, .section-large.blogs.oxy-ads-123 {
    margin-top: 40px;
  }

  .section-large.hero.new-hero {
    margin-top: 20px;
  }

  .section-large.hero.new-hero.margin.adjust-mobile {
    margin-top: 0;
  }

  .section-large.hero.new-hero.margin.adjust-mobile.background-grey {
    padding-bottom: 100px;
  }

  .section-large.hero.blog {
    margin-top: 40px;
  }

  .section-large.blogs.contact-us, .section-large.blogs.oxy-ads-123, .section-large.blogs.contact-us, .section-large.blogs.oxy-ads-123 {
    margin-top: 40px;
  }

  .section-large.audit-section.n0-1-adits {
    margin-bottom: 0;
  }

  .section-large.prime-section {
    padding-top: 20px;
  }

  .grid-review-card, .grid-content-right {
    grid-template-columns: 1fr;
  }

  .section-cta {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-process-cta {
    grid-template-columns: 1fr;
  }

  .process-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .process-circle {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid.footer-option-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-detail-footer {
    text-align: center;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

  .footer-cta-block {
    margin-left: 0;
  }

  .client-block {
    border-radius: 20px;
  }

  .grid-clients {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-testimonial.m012 {
    padding-top: 100px;
  }

  .section-testimonial.m012.bg-color.margin-top {
    padding-top: 40px;
  }

  .grid-number {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: 50%;
    margin-bottom: 4px;
  }

  .grid-tab {
    grid-template-columns: 1fr;
  }

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

  .logo-wrapper {
    padding: 24px;
  }

  .hero-section.hero {
    margin-top: 40px;
  }

  .grid-statistics {
    grid-template-columns: 1fr;
  }

  .case-study-thumbnail {
    height: 380px;
  }

  .collection-list-case-study, .content-grid-accent {
    grid-template-columns: 1fr;
  }

  .accent-wrapper {
    justify-content: flex-start;
    display: none;
  }

  .navigation-link-grid, .grid-header {
    grid-template-columns: 1fr;
  }

  .cta-block-large {
    padding: 60px 32px 32px;
  }

  .cta-block-yellow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 32px 32px;
  }

  .feature-card-grid, .collection-list-team-small {
    grid-template-columns: 1fr;
  }

  .collection-list-team-small._4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .team-card-small {
    width: 300px;
  }

  .grid-timeline {
    grid-template-columns: 1fr;
  }

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

  .career-overview-section {
    padding-top: 60px;
  }

  .career-overview-section.hero {
    margin-top: 40px;
  }

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

  .team-header {
    width: auto;
    height: auto;
  }

  .skills-grid, .error {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-large-2.align-center.section-title {
    margin-bottom: 48px;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .text-center.mb-20 {
    line-height: 45px;
  }

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

  .section-2.industries {
    padding-top: 0;
  }

  .services-item {
    margin-bottom: 0;
  }

  .project-number-w {
    margin-bottom: -30px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .services-body-text h2 {
    font-size: 24px;
  }

  .services-body-text h4 {
    font-size: 18px;
  }

  .services-body-text h3 {
    font-size: 22px;
  }

  .services-card-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .sevices-w {
    grid-template-columns: 1fr;
  }

  .navigation-link-grid---our-story {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-container {
    position: absolute;
  }

  .text-footer-bottom {
    margin-bottom: 5px;
  }

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

  .image-wraper-careers {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-wraper-careers._2 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }

  .navbar-functions.navbar-functions-left {
    margin-left: 12px;
  }

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

  .here-div-bg-image-holder.about-us {
    padding: 0;
  }

  .blog-h1 {
    font-size: 32px;
    line-height: 54px;
  }

  .map-div-footer {
    width: 100%;
  }

  .map-div-footer.areas {
    height: 400px;
  }

  .grid-site-map {
    grid-template-columns: 1fr;
    width: auto;
  }

  .navigation-card-2.sizing {
    width: 315px;
  }

  .image-menu {
    filter: brightness(0%) invert();
    color: #fff;
  }

  .botton-nav-container {
    z-index: 1;
    background-color: var(--blue-gray);
    margin-top: 5px;
    padding-top: 10px;
    position: relative;
  }

  .nav-container {
    justify-content: space-between;
  }

  .info-text {
    display: none;
  }

  .nav-content-wrapper {
    flex-direction: row;
    padding-top: 8px;
    position: absolute;
    top: 5px;
  }

  .nav-dropdown-toggle-2 {
    width: 99%;
  }

  .nav-menu-shadow-overlay-2 {
    z-index: 4;
    padding-top: 63px;
  }

  .navbar-fixed {
    flex-flow: row;
  }

  .info-wrap {
    z-index: 3;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    position: relative;
  }

  .nav-menu-wrapper-2 {
    background-color: var(--blue-gray);
    padding-right: 20px;
  }

  .top-nav-container {
    min-width: 80%;
    display: none;
  }

  .top-nav-container.hide-d {
    border-bottom-width: 2px;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .center-align-wrap.last-item {
    display: none;
  }

  .center-align-wrap.number {
    display: block;
  }

  .small {
    display: none;
  }

  .tablet-menu-2 {
    position: relative;
  }

  .absolute-hero-1 {
    display: none;
  }

  .absolute-hero-1.bigger-size.show-mobile {
    display: block;
    top: 48px;
    left: 38px;
  }

  .absolute-hero-new {
    display: none;
  }

  .absolute-hero-new.imageshadow.biggersize.show-mobile {
    display: block;
    bottom: -9px;
  }

  .absolute-hero-third-01 {
    display: none;
  }

  .absolute-hero-third-01.about-us {
    width: 204px;
    bottom: 286px;
    right: -31px;
  }

  .absolute-hero-third-01.bigger-size.show-mobile {
    display: block;
    bottom: 31px;
    right: -13px;
  }

  .logo-1._2.kasey {
    margin-left: -20px;
  }

  .logo-1.smaller {
    width: 303.244px;
  }

  .logo-1.smaller-icon {
    width: 50%;
  }

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

  .div-block-4 {
    margin-left: 0;
  }

  .image-box-round.width-auto.padding-adj-1.bigger-s {
    height: auto;
  }

  .img-boxed.second-smaller {
    right: -46px;
  }

  .img-boxed._3de {
    right: -41px;
  }

  .image-101 {
    width: 400px;
  }

  .abs-behind {
    left: 101px;
  }

  .abs-top-liner {
    left: 265px;
  }

  .image-center {
    display: none;
  }

  .h2-rel-abs {
    font-size: 35px;
    position: static;
    left: 131px;
  }

  .h2-rel-abs.second-section {
    position: static;
  }

  .container-stat-1 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .container-stat-1.landing-page-y-c-u, .container-stat-1.landing-2 {
    grid-template-columns: 1fr;
  }

  .container-stat-1.landing-1 {
    grid-template-columns: 1fr 1fr;
  }

  .container-stat-1.landing-page-y-c-u, .container-stat-1.landing-2 {
    grid-template-columns: 1fr;
  }

  .cta-center-question {
    padding-bottom: 40px;
  }

  .t-bl-cta-question {
    padding-right: 80px;
    font-size: 16px;
  }

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

  .card-services.free-audit {
    width: 450px;
  }

  .card-services.free-audit.ads {
    height: auto;
  }

  .image-wrap-new.second.hidden-4k.margin-left._0 {
    width: auto;
  }

  .boxed-bg-lead-m {
    background-size: auto;
  }

  .base-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-slider-3 {
    padding-bottom: 0;
  }

  .testimonials-slider-arrow {
    justify-content: center;
    align-items: flex-end;
    width: 11%;
  }

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

  .testimonial-boxed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abs-background {
    width: auto;
  }

  .container-5-b-r.gap.style-grid {
    grid-template-columns: 1fr;
  }

  .boxed-listed {
    width: auto;
  }

  .content-5-b-r._19._0 {
    flex-flow: column;
    margin-right: 30px;
    display: flex;
  }

  .t-b-bold-icon.text-white._32 {
    font-size: 24px;
  }

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

  .view-all {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-right: 0;
  }

  .center-cta {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-cta, .h2-cta.dark, .h2-cta.dark {
    line-height: 38px;
  }

  .h2-form {
    font-size: 45px;
  }

  .h2-form.forms1 {
    line-height: 45px;
  }

  .close-menu-button-3.w--open {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 23px;
    left: 293px;
  }

  .nav-close-icon-3 {
    filter: contrast(200%) invert();
    width: 80%;
    height: 80%;
  }

  .image-103 {
    height: 250px;
    top: -87px;
  }

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

  .thak-you-grid.card-w {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .remote-text {
    font-size: 20px;
  }

  .about-us-text-w-2 {
    align-items: center;
    position: relative;
  }

  .image-cta-1 {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-right: -15px;
  }

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

  .rel-1-for-bg, .bg-image-about-us {
    width: auto;
  }

  .bg-image-about-us.hidden, .absolute-hero-third-form {
    display: none;
  }

  .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form, .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form {
    width: 204px;
    bottom: 286px;
    right: -31px;
  }

  .rel-1-for-bg-form {
    width: auto;
  }

  .here-div-bg-image-holder-form.tr-form {
    padding: 0;
  }

  .cotnent-10101.max-w-1200px {
    padding-left: 1em;
    padding-right: 1em;
  }

  .ing-logo {
    z-index: 500;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
    position: relative;
  }

  .img-logo {
    height: 50px;
    overflow: visible;
  }

  .rounded-1, .rounded-2 {
    border-radius: 20px;
  }

  .grid-1-ads-lands.industries {
    grid-template-columns: 1fr;
  }

  .c-1-ceo.landing-p {
    width: auto;
  }

  .c-p-ceo {
    width: auto;
    padding-left: 0;
  }

  .c-p-ceo._2 {
    width: auto;
    margin-left: 0;
  }

  .the-div-forms {
    width: 350px;
    height: 350px;
  }

  .img-1-div-form {
    width: 330px;
    height: 330px;
  }

  .new-landing-page-hero-wrap {
    width: 420px;
  }

  .float-top {
    padding: 46px;
  }

  .grid-content-right-2 {
    grid-template-columns: 1fr;
  }

  .grid-content-right-2.reversed-section.new-full.map-grid {
    height: auto;
  }

  .faqs-main-wrapper {
    margin-bottom: 0;
  }

  .paragraph-5.feature-v3 {
    margin-bottom: 35px;
  }

  .card-2.faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-4.card-faq {
    font-size: 22px;
    line-height: 1.4em;
  }

  .section-8 {
    padding-top: 140px;
    padding-bottom: 113px;
  }

  .section-8.contact-faqs {
    padding-top: 70px;
    padding-bottom: 127px;
  }

  .featured-blog-text-2 {
    max-width: none;
    bottom: 18px;
    right: 20px;
  }

  .featured-text-heading-2 {
    font-size: 25px;
  }

  .featured-text-heading-2.smaller {
    font-size: 20px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .base-container-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .two-cols-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .home-5-about-us-right-content-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-col-3 {
    max-height: none;
  }

  .form-new-download {
    width: auto;
  }

  .form-new-wrap {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container-card-lead {
    flex-flow: column;
  }

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

  .base-container-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-0-c {
    padding: 150px 20px 72px;
  }

  .heading-53._70.size-60px {
    font-size: 30px;
  }

  .div-block-11.m1, .div-block-11.m2 {
    width: auto;
    transform: none;
  }

  .div-block-11.m1, .div-block-11.m2 {
    width: auto;
    transform: none;
  }

  .div-block-11.m3 {
    width: auto;
  }

  .testimonials-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-54._40ch {
    font-size: 48px;
  }

  .div-block-14 {
    margin-right: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-2 {
    margin-top: 10px;
    display: inline-flex;
  }

  .image-105 {
    width: auto;
    min-width: 400px;
    margin-top: -20%;
    margin-left: 0;
  }

  .div-block-18 {
    flex-flow: column;
    width: 63%;
    height: 100%;
  }

  .div-block-19 {
    width: auto;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block-22 {
    padding: 2em;
  }

  .big-title {
    font-size: 48px;
    line-height: 1.2;
  }

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

  .div-block-31 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

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

  .slider-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-2 {
    margin-right: 25%;
  }

  .left-arrow-2 {
    margin-left: 25%;
  }

  .image-109 {
    width: 141px;
    height: 96px;
  }

  .grid-calculator-cta-wrapper {
    margin-top: 30px;
  }

  .text-embeded {
    font-size: 12px;
  }

  .boxed-bg-lead-m-new {
    background-size: auto;
  }

  .c-button-main {
    padding: 8px 16px;
    font-size: 16px;
  }

  .offer-paragraph {
    font-size: 20px;
  }

  .offer-title {
    font-size: 24px;
  }

  .offer-icon {
    min-width: 118px;
    min-height: 118px;
  }

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

  .calculator-title {
    font-size: 48px;
    line-height: 1.3;
  }

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

  .dropdown-footer-2 {
    text-align: center;
  }

  .text-b-footer {
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  .footer-cta-block-2 {
    margin-left: 0;
  }

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

  .drop-down-icon-2.left-margin {
    width: 24px;
  }

  .heading-detail-footer-4 {
    text-align: center;
  }

  .heading-detail-footer-4.center {
    width: auto;
  }

  .dropdown-trigger {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .dropdown-wrapper {
    align-self: center;
    width: 300px;
  }

  .location-info.edit-phone {
    display: block;
  }

  .footer-cta-block-contact-us-page {
    margin-left: 0;
  }

  .map-div-contact-us {
    width: 100%;
  }

  .map-div-contact-us.areas {
    height: 400px;
  }
}

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

  h3 {
    font-size: 20px;
    line-height: 35px;
  }

  .banner {
    justify-content: center;
  }

  .title-wrapper-centre, .title-wrapper-centre.wrapper-home.new-01 {
    width: auto;
  }

  .title-wrapper-centre.wrapper-home.form-content, .title-wrapper-centre._5-b-r, .title-wrapper-centre.margin-bottom, .title-wrapper-centre.wrapper-home.new-01 {
    width: auto;
  }

  .title-wrapper-centre.wrapper-home.form-content, .title-wrapper-centre.wrapper-home.new-01 {
    width: auto;
  }

  .title-wrapper-centre.wrapper-home.first {
    text-align: center;
  }

  .title-wrapper-centre.wrapper-home.left-align-wrap {
    text-align: center;
    width: auto;
    padding-left: 0%;
  }

  .title-wrapper-centre.wrapper-home.form-content, .title-wrapper-centre._5-b-r, .title-wrapper-centre.margin-bottom {
    width: auto;
  }

  .section-large.bg-prime.padding-bottom {
    padding-bottom: 60px;
  }

  .section-large.hero {
    margin-top: 40px;
  }

  .section-large.hero.new-hero {
    margin-top: 10px;
  }

  .section-large.hero.new-hero.margin.adjust-mobile.background-grey {
    padding-bottom: 100px;
  }

  .section-large.secton-second-last {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-large.prime-section {
    text-align: left;
    padding-top: 20px;
    display: block;
  }

  .section-large.audit-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-logo {
    font-family: Outfit, sans-serif;
  }

  .faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .tab-content-block {
    padding-left: 0;
  }

  .grid-content-right.gap.less-gap, .grid-content-right.gap.adjust-gap, .grid-content-right.gap.less-gap, .grid-content-right.gap.adjust-gap, .grid-content-right.gap.less-gap, .grid-content-right.gap.adjust-gap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

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

  .footer-section.botborder {
    padding-bottom: 5px;
  }

  .footer-top-grid {
    grid-row-gap: 24px;
  }

  .footer-image {
    height: 4.5rem;
  }

  .footer-newsletter {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid.footer-option-2 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
  }

  .footer-line {
    margin-bottom: 60px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

  .grid-blog-detail {
    grid-template-columns: 1fr;
  }

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

  .button-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .trial-detail-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .collection-list, .collection-list._3-grid, .collection-list._3-grid, .feature-grid {
    grid-template-columns: 1fr;
  }

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

  .video-box {
    height: 250px;
  }

  .grid-hero {
    grid-column-gap: 0px;
  }

  .testimonial-card-01 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link {
    width: 100%;
  }

  .grid-logos {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section.hero {
    margin-top: 40px;
  }

  .section-statistics.section-w-lable {
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-link-grid, .grid-testimonial {
    grid-template-columns: 1fr;
  }

  .review-card-01 {
    border-bottom: 1px solid var(--gray-200);
    border-right-style: none;
  }

  .cta-block-yellow {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-detail-wrapper {
    flex-wrap: wrap;
  }

  .signup-block {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .avatar-cta {
    margin-right: 16px;
  }

  .newsletter-form-block {
    padding: 24px;
  }

  .feature-card-grid {
    margin-bottom: 32px;
  }

  .team-card-small {
    width: 250px;
  }

  .section-content.author-section {
    padding-top: 120px;
  }

  .faq-title-large {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .form-button-wrapper.l-0 {
    margin-top: 40px;
  }

  .career-badge-wrapper {
    flex-wrap: wrap;
  }

  .career-tag {
    margin-top: 10px;
  }

  .blog-feature-item {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .blog-detail-wrapper {
    flex-wrap: wrap;
  }

  .featured-avatar {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .career-overview-section {
    padding-bottom: 40px;
  }

  .career-badges {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .badge-career-green {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .form-contact-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper-white-base {
    padding: 32px;
  }

  .team-header {
    width: auto;
    height: auto;
  }

  .paragraph-contact {
    width: 190px;
  }

  .contact-us-content {
    width: auto;
  }

  .div-block {
    width: 300px;
  }

  .split-devider-center {
    width: auto;
  }

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

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

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

  .svg-image-pages {
    margin-left: 25px;
  }

  .main-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .horizontal-rule {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .text-center.mb-20 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .information-wrapper {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-w.blog-img {
    padding-top: 85%;
  }

  .text-white {
    margin-bottom: 20px;
  }

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

  .services-body-text h2 {
    font-size: 24px;
    line-height: 48px;
  }

  .services-body-text h4 {
    font-size: 18px;
  }

  .services-body-text h3 {
    font-size: 20px;
  }

  .services-card-wrapper.services-static {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4, .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navigation-link-grid---our-story {
    grid-template-columns: 1fr;
  }

  .text-footer-bottom {
    font-size: 12px;
  }

  .text-footer-bottom.no-hover.no-move {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .navbar-functions {
    display: none;
  }

  .navbar-functions.navbar-functions-left.margin-left-24px {
    justify-content: center;
    display: flex;
  }

  .navbar-icon-link.main-navbar {
    margin-right: 0;
  }

  .social-div-block-footer {
    margin-bottom: 15px;
  }

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

  .here-div-bg-image-holder {
    margin-top: 20px;
  }

  .map-div-footer {
    width: 100%;
  }

  .text-center-3.mb-20 {
    font-size: 35px;
    line-height: 45px;
  }

  .qr-container {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .svg-icon {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .botton-nav-container {
    padding-top: 10px;
    display: block;
    overflow: visible;
  }

  .nav-menu-2, .nav-container, .nav-dropdown-2 {
    overflow: visible;
  }

  .info-text {
    display: none;
  }

  .nav-content-wrapper {
    padding-top: 0;
    overflow: visible;
  }

  .nav-dropdown-toggle-2 {
    overflow: visible;
  }

  .nav-menu-shadow-overlay-2 {
    padding-top: 64px;
    overflow: visible;
  }

  .navbar-fixed {
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .info-wrap {
    display: flex;
  }

  .nav-menu-wrapper-2 {
    padding-right: 10px;
    overflow: visible;
  }

  .top-nav-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    overflow: visible;
  }

  .top-nav-container.hide-d {
    height: 59px;
  }

  .center-align-wrap.number, .center-align-wrap.hide-mobile-only {
    display: block;
  }

  .center-align-wrap.last-item {
    display: none;
  }

  .center-align-wrap.number, .center-align-wrap.hide-mobile-only {
    display: block;
  }

  .absolute-hero-1 {
    width: 100px;
    left: 44px;
  }

  .absolute-hero-1.bigger-size.show-mobile {
    width: 125px;
    display: block;
    top: -1px;
    left: 3px;
  }

  .absolute-hero-new {
    width: 120px;
  }

  .absolute-hero-new.imageshadow.biggersize.show-mobile {
    width: 130px;
    left: 2px;
  }

  .absolute-hero-third-01 {
    width: 110px;
  }

  .absolute-hero-third-01.about-us {
    display: none;
  }

  .absolute-hero-third-01.bigger-size.show-mobile {
    width: 125px;
  }

  .h1-hero {
    font-size: 38px;
    line-height: 55px;
  }

  .h1-hero.text-color-white-2.bigger-size {
    font-size: 37px;
  }

  .button-hero-new.style-1.less-padding-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 10px;
  }

  .button-hero-new.style-1.text-size-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 40px;
  }

  .button-hero-new.style-1.bigger {
    padding-right: 60px;
  }

  .c-f-quote._100 {
    margin-left: 0;
    font-size: 16px;
    line-height: 15px;
  }

  .c-f-quote._100.smaller-mobile {
    font-size: 12px;
  }

  .c-f-quote._100.smaller-mobile.font-outfit {
    margin-top: 0;
  }

  .phone-call.align-left {
    font-size: 20px;
  }

  .phone-call.align-left.font-outfit {
    font-size: 26px;
    line-height: 20px;
  }

  .phone-call.padding.size-s {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .phone-call.typo-16-mobile {
    font-size: 14px;
  }

  .phone-call.size-16px {
    letter-spacing: 0;
    font-size: 14px;
  }

  .logo-1 {
    padding: 10px;
  }

  .abs-scroll-down.adj-1 {
    bottom: -80px;
  }

  .image-box-round {
    width: auto;
    height: auto;
    padding: 0;
  }

  .img-boxed.second-smaller, .img-boxed._3de, .img-boxed.second-smaller, .img-boxed._3de {
    display: none;
  }

  .abs-1-round-border {
    width: auto;
  }

  .img-in-circ {
    padding: 29px;
  }

  .img-in-circ.image-fixed-height {
    height: auto;
  }

  .image-101 {
    width: auto;
  }

  .abs-behind, .abs-top-liner {
    display: none;
  }

  .boxed-content {
    width: auto;
  }

  .stat-1 {
    line-height: 28px;
  }

  .container-stat-1.landing-1, .container-stat-1.landing-2, .container-stat-1.landing-1, .container-stat-1.landing-2 {
    grid-template-columns: 1fr;
  }

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

  .h3-stats.for-ads {
    margin-bottom: 22px;
  }

  .cta-center-question {
    text-align: center;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-right: 22px;
    display: flex;
  }

  .power-on {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contetnt-cta-question {
    position: static;
  }

  .t-bl-cta-question {
    padding-right: 0;
  }

  .bg-boxed {
    border-radius: 70px;
  }

  .grid-services {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-services.audits.ads {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card-services {
    width: auto;
    margin-left: 0;
  }

  .card-services.free-audit {
    width: auto;
  }

  .card-services.free-audit.ads {
    text-align: center;
    text-align: center;
  }

  .image-rounded-01.i-g-img.image-flip.mobile {
    float: none;
    clear: none;
    object-position: 15% 50%;
    float: none;
    clear: none;
    object-position: 15% 50%;
    position: static;
  }

  .image-rounded-01.i-g-img.mobile {
    object-position: 68% 50%;
  }

  .image-rounded-01.img {
    width: 100%;
    height: 100%;
  }

  .new-content-wrap.second._100.auto {
    margin-right: auto;
  }

  .new-content-wrap.second._100.n2 {
    margin-left: 0;
  }

  .text-button-2.smaller {
    text-align: center;
    text-align: center;
    font-size: 14px;
  }

  .book {
    max-width: 90vw;
  }

  .form-button-1 {
    color: #fff;
  }

  .left-c {
    width: auto;
    margin-bottom: 30px;
  }

  .content-c-head.small-h2-booklet {
    width: auto;
  }

  .base-container-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-slider-mask-2 {
    margin-top: 0;
  }

  .testimonials-slider-arrow {
    width: 16%;
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-9.light-background {
    padding-left: 5%;
    padding-right: 5%;
  }

  .round-arrow {
    background-color: #d9d9d900;
    margin-bottom: 100px;
  }

  .round-arrow.blogs {
    margin-bottom: 0;
  }

  .testimonial-boxed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-testimonials {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-5-b-r.gap {
    grid-row-gap: 4em;
    grid-row-gap: 4em;
  }

  .boxed-listed {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
  }

  .boxed-listed.centered {
    flex-flow: column;
  }

  .wraoped-icon-blue {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-bottom: -40px;
  }

  .content-5-b-r {
    text-align: center;
    margin-left: 0;
  }

  .content-5-b-r.last-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .content-5-b-r._19._0 {
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .content-5-b-r._55.gap {
    margin-left: auto;
  }

  .t-b-bold-icon {
    margin-bottom: 15px;
  }

  .t-b-bold-icon._32px {
    font-size: 22px;
  }

  .view-all {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .h2-cta {
    line-height: 45px;
  }

  .h2-form {
    line-height: 46px;
  }

  .close-menu-button-3.w--open {
    align-items: center;
    top: -57px;
    left: 283px;
  }

  .image-103 {
    display: none;
  }

  .book-3 {
    max-width: 90vw;
  }

  .h1-heading-2 {
    font-size: 35px;
  }

  .par-hero._22px {
    font-size: 20px;
  }

  .image-cta-1 {
    display: none;
  }

  .internal-about-team {
    padding: 20px;
  }

  .absolute-hero-third-form {
    width: 110px;
  }

  .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form, .absolute-hero-third-form.form-1, .absolute-hero-third-form.new-form, .rel-1-for-bg-form.hidden-box, .rel-1-for-bg-form.hidden-box {
    display: none;
  }

  .here-div-bg-image-holder-form {
    margin-top: 20px;
  }

  .bg-box-free-audits {
    border-radius: 70px;
  }

  .cotnent-10101 {
    margin-bottom: 10px;
  }

  .cotnent-10101.max-w-1200px {
    padding-left: 0;
    padding-right: 0;
  }

  .ing-logo.w--current {
    margin-right: 0;
    display: block;
  }

  .img-logo {
    height: 35px;
  }

  .rounded-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: grid;
  }

  .content-left {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-small-ads {
    line-height: 25px;
  }

  .rounded-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: 20px;
    display: grid;
  }

  .pre-h.a-note {
    margin-left: 0;
  }

  .c-e-o-1 {
    text-align: center;
    margin-left: 0;
  }

  .the-div-forms, .img-1-div-form {
    width: auto;
    height: auto;
  }

  .icon-ads-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .new-landing-page-hero-wrap {
    width: 280px;
  }

  .main-img-landing-page {
    padding: 2px;
  }

  .float-top {
    padding: 32px;
  }

  .adjust-landing {
    margin-top: 20px;
  }

  .grid-content-right-2.reversed-section {
    grid-template-columns: 1fr;
  }

  .grid-content-right-2.reversed-section.new-full.map-grid {
    height: auto;
  }

  .text-center-4.mb-20 {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-5.feature-v3 {
    margin-bottom: 30px;
  }

  .card-2.faq {
    padding: 25px 15px;
  }

  .container-xsmall.margin-bottom-xlarge {
    padding-left: 20px;
  }

  .container-xsmall.margin-bottom-xlarge.text-align-center {
    padding-left: 0;
  }

  .container-xsmall.margin-bottom-xlarge.text-align-center.larger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-4.card-faq {
    font-size: 16px;
  }

  .faqs-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-2.no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-to-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-8 {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .section-8.contact-faqs {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .link-b-main {
    width: auto;
  }

  .featured-blog-text-2 {
    border-radius: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
    bottom: 1px;
    left: 0;
    right: 0;
  }

  .featured-blog-text-2.shadow {
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    bottom: 10px;
    left: 20px;
  }

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

  .featured-text-heading-2.smaller {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
  }

  .video-wrapper {
    flex-direction: row;
  }

  .large-heading {
    margin-bottom: 18px;
  }

  .base-container-12 {
    padding-top: 0;
    padding-right: 15px;
  }

  .list-nu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-title-wrapper-2 {
    margin-bottom: 40px;
  }

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

  .home-5-about-us-right-content-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-new-wrap {
    margin-top: 35px;
    padding-bottom: 0;
  }

  .overflow-wrap {
    font-family: Outfit, sans-serif;
  }

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

  .base-container-13 {
    padding-top: 0;
    padding-right: 15px;
  }

  .h1-adjusted-booking {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-53._70 {
    width: 90%;
    font-size: 30px;
  }

  .testimonials-style {
    height: auto;
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .div-block-11.m2, .div-block-11.m3 {
    min-height: auto;
    position: relative;
    transform: none;
  }

  .div-block-11.m1 {
    min-height: auto;
    position: relative;
  }

  .div-block-11.m2, .div-block-11.m3 {
    min-height: auto;
    position: relative;
    transform: none;
  }

  .div-block-11.relative {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .text-block-17 {
    font-size: 18px;
  }

  .code-embed {
    width: 100px;
    top: -6%;
  }

  .testimonials-wrapper {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    width: 320px;
    height: 100%;
    min-height: auto;
  }

  .title-image-wrap.align-center {
    margin-bottom: 40px;
  }

  .heading-54, .heading-54._40ch, .heading-54._40ch {
    font-size: 30px;
  }

  .div-block-15.auto {
    margin-top: 2em;
    margin-left: auto;
  }

  .image-105 {
    min-width: 375px;
    margin-top: -55px;
  }

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

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

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 31px;
  }

  .div-block-22 {
    border-radius: 36px;
  }

  .div-block-24 {
    width: 100%;
    margin-top: 2em;
  }

  .div-block-26.m-left {
    margin-left: 0;
  }

  .big-title {
    font-size: 32px;
  }

  .big-title.size-x1 {
    font-size: 30px;
  }

  .services-section {
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .div-block-29 {
    padding-bottom: 40px;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .div-block-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-31 {
    padding-bottom: 40px;
  }

  .div-block-34, .div-block-35 {
    border-bottom-width: 1px;
  }

  .quote-wrap {
    top: -6%;
  }

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

  .line-line {
    display: none;
  }

  .slider-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-2 {
    margin-right: 20px;
  }

  .mask-2 {
    padding: 40px 10px;
  }

  .right-arrow-2 {
    margin-right: 15%;
  }

  .left-arrow-2 {
    margin-left: 15%;
  }

  .icon-5, .icon-6 {
    font-size: 32px;
  }

  .image-109 {
    width: 100px;
    height: auto;
  }

  .c-button-wrapper {
    margin-top: 24px;
  }

  .single-offer-wrapper {
    border-radius: 55px;
    flex-flow: column;
  }

  .offer-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    min-height: 66px;
  }

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

  .calculator-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-81 {
    margin-left: 20px;
    padding-left: 0;
  }

  .form-wrapper-white-base-2 {
    padding: 32px;
  }

  .footer-cta-block-2 {
    flex-flow: column;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .heading-detail-footer-4.center {
    justify-content: center;
  }

  .footer-cta-block-contact-us-page {
    flex-flow: column;
  }

  .map-div-contact-us {
    width: 100%;
  }
}

#w-node-_6d469ef7-0244-fab0-e1e6-4b44a9b53a69-a9b539f4, #w-node-_6d469ef7-0244-fab0-e1e6-4b44a9b53a6a-a9b539f4, #w-node-abbb3757-68cd-38bd-cfee-9461eddafca5-a9b539f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df072124-d4ff-ad4f-dcb5-627ecb69f026-cb69f021, #w-node-e960db95-76a8-a446-0e91-f22b738f4e49-cb69f021 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-df072124-d4ff-ad4f-dcb5-627ecb69f026-cb69f021, #w-node-e960db95-76a8-a446-0e91-f22b738f4e49-cb69f021 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
