:root {
  --montserrat: Montserrat, sans-serif;
  --body-color: #2f2e2c;
  --helvetica-neue: "Helvetica Neue", Arial, sans-serif;
  --white: white;
  --section-head: #1a1a1a;
  --brown: #9b8174;
  --black: var(--brown);
  --brown-2: #b3907a;
  --white-2: #ede9e3;
  --dancing-script: Dancingscript, Arial, sans-serif;
  --brown-3: #aca094;
  --text-black: black;
}

body {
  font-family: var(--montserrat);
  color: var(--body-color);
  background-color: #fdfdfd;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

strong {
  font-weight: bold;
}

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

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

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

.main-head {
  z-index: 3;
  background-color: #ddd0;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

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

._w-full {
  flex: 0 auto;
  width: 45%;
  height: auto;
}

.cmn-btn {
  color: var(--body-color);
  text-transform: capitalize;
  background-color: #d6c7b4;
  border: 1px solid #d6c7b4;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.cmn-btn:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.cmn-btn.portfolio-btn {
  min-width: 186px;
}

.cmn-btn.portfolio-btn:hover {
  border-color: var(--brown-2);
}

.cmn-btn.portfolio-btn.intention-btn {
  min-width: 259px;
  margin-right: 20px;
}

.cmn-btn.portfolio-btn.intention-btn.impact-btn {
  min-width: 317px;
}

.cmn-btn.portfolio-btn.intention-btn.inr-cmn-btn.service-banner-first-btn {
  padding-left: 24px;
  padding-right: 24px;
}

.cmn-btn.cmn-btn-white {
  border-color: var(--brown);
  background-color: var(--brown);
  color: var(--black);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 16px 28px;
}

.cmn-btn.cmn-btn-white:hover {
  color: var(--body-color);
  background-color: #d6c7b4;
}

.cmn-btn-txt {
  padding-right: 10px;
}

.cmn-btn-img, .cmn-btn-img.cmn-btn-img-white, .cmn-btn-img.cmn-btn-img-white {
  width: auto;
  height: auto;
}

.bnr-sec {
  flex-flow: column;
  min-height: 100vh;
  padding-top: 133px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bnr-inner-sec {
  z-index: 2;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/690d0ff3cd7a972886ae30fe_Untitled%20design-12.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-clip: border-box;
  flex: 1;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-img-before {
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bnr-txt-wpr {
  max-width: 820px;
}

.h-one {
  font-family: var(--helvetica-neue);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: .95;
}

.h-one.ban-h-one {
  opacity: .86;
  font-family: var(--helvetica-neue);
  text-indent: 1px;
  text-shadow: 0 1px 1px #0003;
  white-space: normal;
  opacity: .86;
  line-height: 1.1;
  font-family: var(--helvetica-neue);
  text-indent: 1px;
  white-space: normal;
  margin-bottom: 20px;
  line-height: 1.1;
}

.ban-p {
  opacity: .78;
  color: var(--white-2);
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 500;
}

.our-services-sec {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row {
  flex-flow: wrap;
  display: flex;
}

.row.case-st-top-row, .row.case-btm-row {
  margin-left: -5px;
  margin-right: -5px;
}

.row.abt-us-row {
  align-items: center;
}

.row.how-it-row {
  margin-left: -25px;
  margin-right: -25px;
}

.row.testimonial-row {
  align-items: center;
  display: flex;
}

.row.ftr-btm-row {
  justify-content: space-between;
  font-size: 14px;
}

.row.featured-row {
  margin-bottom: 50px;
}

.our-services-clm, .service-each-clm {
  width: 50%;
}

.service-each-link {
  color: var(--body-color);
  border: 1px solid #ededed;
  width: 100%;
  height: 100%;
  min-height: 25.6vw;
  padding: 5.208vw 3.758vw;
  text-decoration: none;
  display: block;
  position: relative;
}

.service-each-img {
  max-width: 3.333vw;
  margin-bottom: 1.146vw;
}

.h-three {
  font-family: var(--helvetica-neue);
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.h-three.case-h-three {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 500;
}

.h-three.white-h-three {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 27px;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
}

.h-three.white-h-three.experience-sub-title {
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.h-three.bold-h-three {
  margin-bottom: 15px;
}

.h-three.service-h-three {
  color: var(--section-head);
  margin-bottom: .521vw;
  font-size: 1.563vw;
}

.h-three.discover-h-three {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
}

.h-three.discover-h-three.process-h-three {
  font-size: 22px;
}

.h-three.feature-title {
  color: var(--white);
  margin-bottom: 8px;
}

.h-three.h-three-accordian {
  width: calc(100% - 42px);
  padding-right: 15px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

.h-three.h-three-contact {
  color: #2f2e2c;
  margin-bottom: 30px;
  font-weight: 500;
}

.h-three.h-three-contact.contact-sub-head {
  background-color: var(--white);
  color: #000;
  background-color: var(--white);
  font-weight: 500;
}

.service-btn {
  color: var(--brown);
  align-items: center;
  font-size: .833vw;
  font-weight: 500;
  display: flex;
}

.learn-more-img {
  width: auto;
  max-width: 2.604vw;
  height: auto;
  margin-right: 4px;
}

.interior-p {
  margin-bottom: 1.302vw;
  font-size: 1.1vw;
}

.interior-content {
  opacity: 1;
  transition: all .3s ease-in-out;
  display: block;
  transform: translate(0, 25px);
}

.service-each-abs {
  opacity: 0;
  width: auto;
  max-width: 2.656vw;
  height: auto;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 40px;
  right: 30px;
  transform: translate(-15px, 15px);
}

.our-services-lft {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/67dbfa2d800e4647a6269ce1_services-bg.avif");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: calc(100% - 794px);
}

.sub-head {
  font-family: var(--dancing-script);
  color: var(--brown);
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 500;
}

.sub-head.sub-head-press {
  padding-left: 12px;
  padding-right: 12px;
}

.h-two {
  font-family: var(--helvetica-neue);
  color: var(--section-head);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
}

.h-two.intenttion-title.about-ele {
  margin-bottom: 15px;
}

.h-two.white-text {
  color: var(--white);
  margin-bottom: 0;
}

.h-two.white-text.inbox-title {
  margin-bottom: 27px;
}

.h-two.perspective-title {
  margin-bottom: 20px;
  font-weight: 400;
}

.h-two.h-two-service {
  color: var(--black);
  margin-bottom: 28px;
  padding-top: 3px;
}

.h-two.h-two-how {
  margin-bottom: 40px;
}

.h-two.h-two-how.h-two-how-desktop {
  color: var(--black);
  font-weight: 500;
}

.h-two.h-two-how.h-two-how-desktop.process-h-two {
  margin-bottom: 40px;
}

.h-two.h-two-how.h-two-how-desktop.much-more-h-two {
  margin-bottom: 10px;
  font-weight: 400;
}

.h-two.award-h-two {
  color: var(--black);
  -webkit-text-stroke-color: var(--brown-2);
  background-color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

.h-two.h-two-feature {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.h-two.faq-head {
  margin-bottom: 20px;
  font-weight: 500;
}

.h-two.case-h-two {
  color: var(--white);
  margin-bottom: 20px;
}

.h-two.about-ele {
  color: var(--black);
  font-weight: 400;
}

.h-two-b {
  font-weight: 500;
}

.h-two-b.h-two-b-brown {
  color: var(--brown);
  mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
}

.arrow-btn {
  color: var(--brown);
  text-transform: capitalize;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.arrow-btn:hover {
  color: var(--black);
}

.arrow-btn.arrow-btn-white {
  color: var(--white);
}

.arrow-btn.arrow-btn-white:hover {
  color: var(--brown);
}

.arrow-btn-img {
  width: auto;
  height: auto;
  margin-right: 4px;
}

.about-us-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.abt-us-clm-lft {
  width: 55%;
  padding-right: 34px;
}

.abt-us-clm-rt {
  width: 45%;
}

.abt-us-fig {
  overflow: hidden;
}

.abt-us-rich {
  margin-bottom: 15px;
}

.abt-us-rich p {
  margin-bottom: 22px;
}

.abt-us-rich.about-ele {
  max-width: 733px;
}

.exp-wpr {
  padding-top: 50px;
}

.exp-clm {
  border: 1px solid #e8e6e6;
  align-items: center;
  width: 50%;
  min-height: 250px;
  padding: 30px;
  display: flex;
  position: relative;
}

.about-us-counter {
  font-family: var(--helvetica-neue);
  color: var(--section-head);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.about-us-counter-wpr {
  border-bottom: 1px solid #aca094;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}

.about-us-counter-before {
  background-color: var(--brown);
  height: 3px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.about-us-counter-before.about-us-counter-before1 {
  width: 25px;
}

.about-us-counter-before.about-us-counter-before2 {
  width: 41px;
}

.counter-top {
  font-family: var(--helvetica-neue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f0f0f0, #e1e1e100);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -42px;
  font-size: 80px;
  font-weight: 700;
  line-height: .9;
}

.counter-p {
  color: var(--body-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.exp-before {
  width: 29px;
  height: 29px;
  position: absolute;
}

.exp-before.exp-before1 {
  border-top: 1px solid var(--brown);
  border-left: 1px solid var(--brown);
  top: 0;
  left: 0;
}

.exp-before.exp-before2 {
  border-right: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  bottom: 0;
  right: 0;
}

.how-it-works-sec {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/69029f2823a85e4fad004eec_40d7c1fc1808aa81b625c5ac10cbe558.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 54.479vw;
  overflow: hidden;
}

.how-it-works-sec.process-sec {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/6889fed8f2c70641268cc89d_process-bg.webp");
}

.how-it-work-wpr {
  float: left;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: sticky;
}

.how-it-work-wpr.much-more-wpr {
  padding-top: 0;
}

.how-it-clm {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.how-it-clm.how-it-clm2 {
  padding-top: 75px;
}

.how-it-clm.how-it-clm3 {
  padding-top: 144px;
  padding-right: 41px;
}

.discover-i {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #d6c7b4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 34px;
  display: flex;
}

.disc-p {
  max-width: 275px;
}

.disc-abs1 {
  width: auto;
  max-width: 180px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 0;
}

.disc-abs2 {
  width: auto;
  max-width: 180px;
  height: auto;
  position: absolute;
  top: 40px;
  right: -10px;
}

.schedule-btn-wpr {
  text-align: center;
  padding-top: 50px;
}

.schedule-btn-wpr.schedule-btn-wpr-desktop.how-it-work-btn.our-progress-simplified {
  text-align: left;
  text-align: left;
}

.how-it-work-wpr-before {
  background-color: var(--white);
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.how-it-work-content {
  z-index: 1;
  box-sizing: border-box;
  float: none;
  clear: none;
  object-fit: scale-down;
  padding: 0 8px 0 0;
  position: relative;
  overflow: visible;
}

.testimonial-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-clm-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 41%;
  display: block;
}

.testi-fig {
  padding-top: 109%;
  display: block;
  position: relative;
}

.testi-fig-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testi-play {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testi-play-inner {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-clm-rt {
  flex: 0 auto;
  width: 59%;
  padding-left: 60px;
  display: block;
}

.testi-item-wpr {
  height: 100%;
}

.testi-description {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 500;
}

.testi-author-flex {
  font-family: var(--helvetica-neue);
  color: var(--brown);
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.testi-author-dash {
  color: var(--brown);
  font-size: 30px;
  font-weight: 500;
}

.testi-author-dash.jacilca-name-dash {
  font-family: var(--helvetica-neue);
}

.testi-author-name {
  padding-left: 8px;
}

.press-feature-sec {
  padding-bottom: 100px;
}

.press-feature-sec.trusted-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.press-feature-wpr {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.press-feature-head {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 68px;
  display: flex;
}

.press-feature-head.press-feature-head-book {
  margin-bottom: 30px;
}

.p-head-line {
  background-color: #b3907a;
  width: 127px;
  height: 1px;
}

.listener_slider_item.splide__slide {
  padding-left: 17px;
  padding-right: 17px;
}

.listener_slider_item.splide__slide.press-feature-logo-wpr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.listener_slider_item-wpr {
  text-align: center;
  background-color: #fff0;
  border-radius: 6px;
  padding: 20px 30px;
  transition: all .3s ease-in-out;
}

.listener_slider_item-wpr:hover {
  background-color: var(--white);
  box-shadow: 0 4px 44px #e1e1e142;
}

.logo-img {
  opacity: .2;
  width: auto;
  height: auto;
  transition: all .3s ease-in-out;
}

.our-award-sec {
  padding-bottom: 100px;
}

.sec-head {
  text-align: center;
  margin-bottom: 50px;
}

.sec-head.hide {
  display: none;
}

.award-slider-wpr {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.award-figure {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.award-img, .img-all {
  width: auto;
  height: auto;
}

.featured-project-sec {
  background-color: var(--body-color);
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.feature-item {
  padding-left: 5px;
  padding-right: 5px;
}

.feature-item.feature-item-new {
  width: 25%;
}

.feature-item-wpr {
  padding-top: 145%;
  position: relative;
  overflow: hidden;
}

.feature-item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-content {
  background-image: linear-gradient(360deg, #000000e6, #0000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  padding: 35px 24px;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}

.feature-p {
  color: var(--white);
}

.feature-track-wpr {
  padding-top: 60px;
}

.progess-outer {
  flex-flow: wrap;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.progess-outer.progess-outer-2, .progess-outer.progess-outer-service, .progess-outer.progess-outer-service {
  display: none;
}

.progress-wpr {
  flex: 1;
}

.progress {
  background-color: #444240;
  background-image: linear-gradient(180deg, var(--brown), var(--brown));
  border-radius: 2px;
  width: 100%;
  height: 4px;
  transition: all .3s ease-in-out;
  display: block;
  overflow: hidden;
}

.slider__label.sr-only {
  display: none;
}

.progress-arr-wpr {
  flex: none;
  padding-left: 32px;
  display: flex;
}

.case-study-sec {
  box-sizing: content-box;
  background-color: var(--body-color);
  color: var(--white);
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.case-study-sec.case-study-sec-2 {
  background-color: var(--black);
  color: var(--black);
}

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

.faq-section.becoming-section.over-section-line-hide {
  position: relative;
}

.faq-bg-image {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/685439c451173747c5a9b7e0_47c68eaaf40556a4360c607fe7cc249f.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 42.396vw;
  display: block;
}

.faq-bg-image.becoming-bg-image {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/6888bf86d0dbfe7e516642fa_becoming-bg.webp");
}

.faq-content-wpr {
  margin-top: -16.042vw;
}

.faq-content-wpr.becoming-content-wpr.over-section-bg {
  margin-top: 0;
}

.faq-inner-segment {
  background-color: #fdfdfd;
  max-width: 85%;
  padding-top: 100px;
  padding-bottom: 88px;
  padding-right: 30px;
  position: relative;
}

.faq-sub-title {
  margin-bottom: 30px;
  font-weight: 600;
}

.faq-accordian-item {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-accordian-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.acc-i {
  background-color: var(--brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 0 0 9px #f5f1f1;
}

.faq-body-p {
  max-width: 1084px;
  padding-top: 19px;
  font-weight: 400;
}

.faq-btm-txt-wpr {
  padding-top: 45px;
}

.help-txt {
  color: var(--brown);
  margin-bottom: 50px;
  font-style: italic;
  font-weight: 600;
}

.faq-inner-before {
  background-color: #fdfdfd;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.contact-us-sec {
  position: relative;
  overflow: hidden;
}

.contact-us-wpr {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 81px;
  padding-bottom: 88px;
}

.contact-ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.contact-li {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.contact-li.mr-0 {
  margin-right: 0;
}

.contact-li-i {
  background-color: #d6c7b4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 61px;
  display: flex;
}

.contact-li-i-img {
  width: auto;
  max-width: 32px;
  height: auto;
}

.contact-li-a {
  color: var(--body-color);
  padding-left: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.contact-li-a:hover {
  color: #776a5d;
}

.contact-fig {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
}

.contact-abs-1 {
  width: auto;
  max-width: 300px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-abs-2 {
  width: auto;
  max-width: 340px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-sec {
  background-color: var(--body-color);
  color: var(--white);
  padding-top: 80px;
}

.footer-top {
  flex-flow: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 30px;
  display: flex;
}

.ftr-tp-clm {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.ftr-tp-rt {
  max-width: 688px;
  margin-left: auto;
}

.ftr-p {
  margin-bottom: 12px;
}

.ftr-frm-outer {
  margin-bottom: 0;
}

.ftr-success {
  background-color: var(--brown);
}

.ftr-error {
  background-color: red;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ftr-txt-fld {
  color: var(--white);
  background-color: #fff0;
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/67dd656433dcb6d850129a89_email-field.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
  border: 0 #000;
  border-bottom: 1px solid #737373;
  border-radius: 0;
  height: 50px;
  margin-bottom: 26px;
  padding-left: 27px;
}

.ftr-txt-fld:focus {
  border-bottom-color: #737373;
}

.ftr-txt-fld::placeholder {
  color: var(--white);
}

.ftr-submt-btn {
  background-color: var(--white);
  color: var(--body-color);
  min-width: 138px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.ftr-submt-btn:hover {
  color: var(--white);
  background-color: #aca094;
}

.footer-middle {
  text-align: center;
  border-top: 1px solid #474541;
  border-bottom: 1px solid #474541;
  padding-top: 20px;
  padding-bottom: 30px;
}

.ftr-link {
  width: 128px;
  margin-bottom: 20px;
}

.ftr-link-ul {
  border-bottom: 1px solid #474541;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ftr-link-li {
  padding-left: 18px;
  padding-right: 18px;
}

.ftr-link-li:hover {
  color: #aca094;
}

.ftr-link-li-a {
  color: var(--white);
  text-transform: capitalize;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.ftr-link-li-a:hover {
  color: #aca094;
}

.ftr-link-li-a.w--current {
  color: #d6c7b4;
}

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

.ftr-social-li {
  padding-left: 7px;
  padding-right: 7px;
}

.ftr-social-li-a {
  border: 1px solid #4a4945;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  transition: all .3s ease-in-out;
  display: flex;
}

.ftr-social-li-a:hover {
  border-color: var(--brown-3);
}

.ftr-social-li-a-img {
  filter: brightness(0) invert();
  width: auto;
  height: auto;
}

.footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ftr-lft-txt {
  text-transform: uppercase;
}

.ftr-p-a {
  color: var(--white);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.ftr-p-a:hover {
  color: #aca094;
}

.privacy-ul {
  display: flex;
}

.privacy-li {
  margin-right: 30px;
}

.privacy-li.mr-0 {
  margin-right: 0;
}

.case-st-top-clm {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.case-st-top-clm.case-st-top-clm-rt.case-fet-item-pr, .case-st-top-clm.case-st-top-clm-wp, .case-st-top-clm.case-st-top-clm-rt.case-fet-item-pr, .case-st-top-clm.case-st-top-clm-rt.case-fet-item-pr {
  width: 100%;
}

.csae-lft-wpr {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/67dd6f5a4e80a92029c8bee1_case-bg.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-end;
  min-height: 40vw;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.csae-lft-wpr.csae-lft-wpr-col-in {
  padding-right: 0;
}

.csae-lft-wpr.csae-lft-wpr2 {
  background-image: none;
  min-height: auto;
  padding-top: 0;
  padding-right: 0;
}

.lft-txt-wpr {
  z-index: 1;
  position: relative;
}

.case-cms {
  height: 100%;
  padding-top: 0;
}

.case-fet-list, .case-fet-item {
  height: 100%;
}

.case-fet-item.case-fet-item-row {
  flex-flow: wrap;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.case-lft-new {
  padding-left: calc(100% - 821px);
}

.case-lft-new.case-lft-new-in {
  padding-left: 0;
}

.discover-i-img {
  width: auto;
  max-width: 25px;
  height: auto;
}

.bnr-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.progress-arr {
  border: 1px solid var(--brown);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: all .3s ease-in-out;
  display: flex;
}

.progress-arr:hover {
  background-color: var(--brown);
}

.progress-arr.progress-arr-rt, .progress-arr.progress-arr-lft2, .progress-arr.progress-arr-rt {
  margin-right: 0;
}

.how-it-work-outer-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobile-header {
  display: none;
}

.testiplay-img, .arr-inner, .acc-i-img {
  width: auto;
  height: auto;
}

.testi-type-text {
  color: var(--brown);
  font-size: 16px;
}

.award-slider-wpr-outer {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.case-study-description {
  color: var(--body-color);
}

.case-study-description p {
  margin-bottom: 15px;
}

.case-study-description ul {
  padding-left: 40px;
  list-style-type: disc;
}

.case-study-description li {
  margin-bottom: 10px;
}

.case-study-description h2, .case-study-description h3, .case-study-description h4, .case-study-description h5, .case-study-description h6 {
  margin-top: 0;
  line-height: 1.2;
}

.case-study-description.hide {
  display: none;
}

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

.project-heading-paragraph p {
  margin-bottom: 20px;
}

.project-heading-paragraph li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.project-heading-paragraph h3 {
  font-family: var(--helvetica-neue);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
}

.project-tab-button {
  cursor: pointer;
  background-color: #d6c7b4;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px 23px;
  font-size: 20px;
}

.project-tab-button-wpr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-tab-button-outer {
  margin-bottom: 60px;
}

.featured-clm-lft {
  width: 35%;
}

.featured-clm-rt {
  width: 65%;
  padding-left: 40px;
}

.case-fet-item-lf {
  width: 40%;
  padding-left: 0;
  padding-right: 0;
}

.case-fet-item-rt {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
}

.case-study-description-2 {
  color: var(--white);
}

.case-study-description-2 h2 {
  line-height: 1.2;
}

.case-study-description-2 h3 {
  font-size: 28px;
  line-height: 1.2;
}

.case-fet-item-img {
  object-fit: cover;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.case-fet-img-wp {
  height: 30vw;
  margin-bottom: 30px;
}

.feature-img-row {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.pf-btn-wpr {
  text-align: center;
  padding-top: 30px;
}

.brand-line {
  color: var(--white-2);
  text-align: left;
  margin-top: 7px;
  margin-bottom: 63px;
  padding: 0;
}

.hero-stack {
  font-family: var(--montserrat);
  background-color: #f8f6f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 60px;
  position: relative;
}

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

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

.margin-bottom-24px {
  font-family: var(--montserrat);
  margin-bottom: 24px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  opacity: .89;
  mix-blend-mode: normal;
  opacity: .89;
  mix-blend-mode: normal;
  width: 85%;
  margin-top: 60px;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px #0003;
}

.heading {
  font-family: var(--montserrat);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .h-one {
    font-size: 90px;
  }

  .row.how-it-row {
    margin-left: -50px;
    margin-right: -50px;
  }

  .h-three.discover-h-three.process-h-three {
    font-size: 26px;
  }

  .h-three.white-h-three {
    font-size: 30px;
  }

  .h-three.white-h-three.experience-sub-title {
    font-size: 24px;
  }

  .h-three.bold-h-three {
    margin-bottom: 17px;
    font-weight: 500;
  }

  .h-two {
    font-size: 42px;
  }

  .h-two.intenttion-title.about-ele {
    margin-bottom: 30px;
  }

  .abt-us-rich p {
    font-size: 18px;
  }

  .exp-wpr {
    padding-top: 90px;
  }

  .exp-clm {
    min-height: 279px;
    padding: 50px;
  }

  .counter-top {
    margin-bottom: -52px;
    font-size: 90px;
  }

  .how-it-work-wpr {
    max-width: 1040px;
  }

  .how-it-work-wpr.how-it-work-white-wpr.our-process-simplified {
    padding-top: 60px;
  }

  .how-it-clm {
    padding-left: 50px;
    padding-right: 50px;
  }

  .discover-i {
    width: 70px;
    height: 70px;
  }

  .disc-abs2 {
    right: -30px;
  }

  .award-slider-wpr {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-li-a {
    font-size: 30px;
  }

  .contact-abs-1 {
    max-width: 317px;
  }

  .contact-abs-2 {
    max-width: 365px;
  }

  .csae-lft-wpr {
    min-height: 35.26vw;
  }

  .discover-i-img {
    max-width: 35px;
  }

  .award-slider-wpr-outer {
    padding-left: 127px;
    padding-right: 127px;
  }

  .inner-banner {
    min-height: 650px;
  }

  .inner-banner-title {
    font-size: 45px;
  }

  .portfolio-main-text {
    background-image: none;
    padding: 50px 30px;
  }

  .portfolio-text {
    font-size: 30px;
  }

  .portfolio-overlay {
    background-image: none;
    padding: 50px 30px;
  }

  .portfolio-overlay-bg {
    z-index: 1;
  }

  .sub-text {
    font-size: 22px;
  }

  .inner-banner-para {
    max-width: 100%;
  }

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

  .intention-rt-bottom-content {
    padding-top: 36px;
  }

  .bold-text {
    margin-bottom: 27px;
  }

  .about-author-name {
    margin-bottom: 25px;
  }

  .impact-section {
    background-color: var(--body-color);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }

  .impact-header-wpr {
    margin-bottom: 63px;
  }

  .impact-section-head {
    max-width: 942px;
  }

  .impact-features-col-wpr {
    height: 100%;
  }

  .splide-content {
    font-size: 50px;
  }

  .service-section-head {
    max-width: 1120px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-items-row {
    margin-bottom: 80px;
  }

  .service-items-row.last-child {
    margin-bottom: 0;
  }

  .service-item-title {
    max-width: 100%;
    font-size: 55px;
  }

  .service-right-col-wpr {
    padding-left: 39px;
  }

  .experience-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .experience-section-head {
    max-width: 1163px;
  }

  .sub-title-wpr {
    max-width: 750px;
    margin-bottom: 52px;
  }

  .white-dash {
    max-width: 130px;
    right: -23%;
  }

  .experience-li-icon {
    max-width: 77px;
  }

  .experience-li-text {
    font-size: 29px;
  }

  .experience-para-wpr {
    padding-bottom: 27px;
  }

  .experience-italic-text-wpr {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .white-italic-text {
    color: var(--white);
    font-style: italic;
    font-weight: 600;
  }

  .possible-section-head {
    margin-bottom: 78px;
  }

  .form-input, .select-field, .textarea.text-goals-form-textarea, .textarea.text-goals-form-textarea {
    height: 60px;
  }

  .form-submit-btn {
    width: 209px;
  }

  .submit-btn-wpr.connect-submit-btn {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-bold-text {
    font-size: 28px;
  }

  .directly-sec {
    padding-bottom: 60px;
  }

  .contact-details-row {
    text-align: center;
  }

  .contact-icon {
    margin-bottom: 27px;
  }

  .dotted-line {
    max-width: 186px;
    left: -66%;
    right: 0%;
  }

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

  .contact-text {
    color: var(--body-color);
    font-size: 16px;
    text-decoration: none;
  }

  .area-li {
    margin-left: 25px;
    margin-right: 25px;
  }

  .area-li.fist-child {
    margin-right: 25px;
  }

  .service-area-btm-part {
    max-width: 1050px;
  }

  .location-main-text {
    padding-bottom: 40px;
  }

  .links-radio-wpr {
    height: 60px;
  }

  .check-input-wpr {
    width: 100%;
    margin-bottom: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .check-box {
    margin-top: 2px;
    display: block;
  }

  .check-box.w--redirected-checked {
    margin-top: 1px;
  }
}

@media screen and (min-width: 1440px) {
  .main-head {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container, .big-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._w-full {
    width: 100%;
  }

  .bnr-inner-sec {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 0;
    padding-bottom: 140px;
  }

  .bnr-txt-wpr {
    max-width: 900px;
  }

  .h-one {
    font-size: 100px;
  }

  .h-one.ban-h-one {
    opacity: .9;
    filter: drop-shadow(0 1px 2px #00000026);
    text-indent: -1px;
    opacity: .9;
    text-indent: -1px;
    max-width: 100%;
    font-size: 90px;
  }

  .row.how-it-row {
    margin-left: -75px;
    margin-right: -75px;
  }

  .h-three {
    font-size: 28px;
  }

  .h-three.discover-h-three, .h-three.discover-h-three.process-h-three {
    font-size: 30px;
  }

  .h-three.discover-h-three, .h-three.discover-h-three.process-h-three, .h-three.discover-h-three.process-h-three {
    font-size: 30px;
  }

  .h-three.white-h-three.experience-sub-title {
    white-space: nowrap;
    white-space: nowrap;
    font-size: 30px;
  }

  .our-services-lft {
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .h-two {
    font-size: 48px;
  }

  .h-two.h-two-how {
    margin-bottom: 90px;
  }

  .about-us-sec {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .how-it-work-wpr {
    max-width: 1275px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .how-it-work-wpr.how-it-work-white-wpr.our-process-simplified {
    padding-top: 92px;
  }

  .how-it-clm {
    padding-left: 75px;
    padding-right: 75px;
  }

  .discover-i {
    width: 97px;
    height: 97px;
  }

  .disc-abs1 {
    max-width: 212px;
  }

  .disc-abs2 {
    max-width: 212px;
    right: -42px;
  }

  .schedule-btn-wpr {
    padding-top: 78px;
  }

  .testimonial-sec {
    padding-top: 120px;
  }

  .testimonial-clm-rt {
    padding-left: 132px;
  }

  .press-feature-sec {
    padding-bottom: 150px;
  }

  .our-award-sec {
    padding-bottom: 120px;
  }

  .arr {
    width: 60px;
    height: 60px;
  }

  .book-consultation-sec {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .contact-abs-1 {
    max-width: 417px;
  }

  .contact-abs-2 {
    max-width: 465px;
  }

  .csae-lft-wpr {
    padding-bottom: 130px;
  }

  .lft-txt-wpr {
    max-width: 646px;
  }

  .case-btm-clm-wpr {
    min-height: 34.74vw;
  }

  .case-btm-content {
    padding-bottom: 57px;
    padding-left: 70px;
    padding-right: 50px;
  }

  .discover-i-img {
    max-width: 52px;
  }

  .inner-banner-content.about-inner-banner-content {
    max-width: 1200px;
  }

  .inner-banner-title {
    font-size: 55px;
  }

  .sub-text {
    font-size: 24px;
  }

  .inner-banner-para {
    max-width: 905px;
  }

  .inetntion-para {
    font-size: 18px;
  }

  .text-span-4 {
    color: var(--brown-2);
    font-weight: 500;
  }

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

  .splide-content {
    font-size: 76px;
  }

  .service-section-head {
    max-width: 1200px;
  }

  .service-item-title {
    max-width: 688px;
  }

  .service-item-content {
    max-width: 595px;
    font-size: 18px;
  }

  .experience-section-head {
    max-width: 1363px;
    margin-bottom: 90px;
  }

  .sub-title-wpr {
    max-width: 750px;
  }

  .white-dash {
    right: -12%;
  }

  .experience-li-text {
    font-size: 30px;
  }

  .experience-para, .white-italic-text {
    font-size: 18px;
  }

  .possible-features-row {
    margin-left: 5px;
    margin-right: 5px;
  }

  .possible-text-outer {
    height: 50%;
    padding-bottom: 60px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .possible-rt-col {
    width: 50%;
  }

  .possible-rt-col-wpr {
    position: relative;
  }

  .directly-sec {
    padding-bottom: 80px;
  }

  .dotted-line {
    left: -65%;
  }

  .list-toptitle {
    font-size: 18px;
  }

  .location-main-text {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .big-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h-one.ban-h-one {
    opacity: .78;
    opacity: .78;
  }

  .our-services-lft {
    padding-left: calc(100% - 771px);
  }

  .h-two {
    font-size: 58px;
  }

  .h-two.h-two-how.h-two-how-desktop.much-more-h-two {
    font-size: 80px;
  }

  .how-it-work-wpr {
    padding-top: 64px;
  }

  .inner-banner-para {
    max-width: 905px;
  }

  .service-item-title {
    max-width: 688px;
  }

  .service-item-content {
    max-width: 595px;
  }

  .experience-section-head {
    max-width: 1363px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-title-wpr {
    max-width: 750px;
  }

  .white-dash {
    right: 0%;
  }

  .possible-text-outer {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
  }

  .get-form-wpr {
    margin-left: auto;
    margin-right: auto;
  }

  .directly-sec {
    padding-bottom: 120px;
  }

  .dotted-line {
    left: -66%;
  }

  .area-li {
    margin-left: 25px;
    margin-right: 25px;
  }

  .area-li.last-child {
    margin-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  .nav-brand {
    width: 100px;
  }

  .nav-menu {
    background-color: var(--white);
    width: 300px;
    height: 100vw;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-btn {
    z-index: 999;
    margin-left: auto;
  }

  .menu-btn.w--open {
    background-color: #c8c8c800;
  }

  .nav-link {
    color: var(--section-head);
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-right {
    text-align: left;
    margin-left: 0;
    padding-top: 30px;
  }

  .cmn-btn {
    min-width: 230px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
  }

  .bnr-inner-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bnr-txt-wpr {
    max-width: 690px;
  }

  .h-one {
    font-size: 65px;
    line-height: 1;
  }

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

  .row.abt-us-row {
    flex-flow: wrap-reverse;
  }

  .row.how-it-row {
    margin-left: 0;
    margin-right: 0;
  }

  .our-services-clm {
    width: 100%;
  }

  .service-each-link {
    min-height: 35vw;
    padding: 30px;
  }

  .service-each-img {
    max-width: 35px;
    margin-bottom: 20px;
  }

  .h-three, .h-three.service-h-three {
    font-size: 25px;
  }

  .h-three.service-h-three {
    font-size: 25px;
  }

  .h-three.discover-h-three {
    font-size: 23px;
  }

  .h-three.discover-h-three.process-h-three {
    font-size: 20px;
  }

  .h-three.h-three-accordian {
    width: calc(100% - 35px);
  }

  .h-three.white-h-three.experience-sub-title {
    font-size: 20px;
  }

  .h-three.bold-h-three {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .service-btn {
    font-size: 15px;
  }

  .learn-more-img {
    max-width: 30px;
  }

  .interior-p {
    font-size: 14px;
  }

  .our-services-lft {
    min-height: 50vw;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .sub-head.sub-head-press {
    font-size: 25px;
  }

  .h-two {
    font-size: 32px;
  }

  .h-two.white-text.inbox-title.head-two {
    font-size: 35px;
  }

  .h-two.head-two {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .arrow-btn {
    font-size: 15px;
  }

  .arrow-btn-img {
    max-width: 40px;
  }

  .about-us-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .abt-us-clm-lft {
    width: 100%;
    padding-right: 0;
  }

  .abt-us-clm-rt {
    width: 100%;
    margin-bottom: 30px;
  }

  .counter-top {
    margin-bottom: -30px;
    font-size: 70px;
  }

  .how-it-works-sec {
    min-height: 70vw;
  }

  .how-it-work-wpr {
    max-width: 520px;
    padding-top: 35px;
  }

  .how-it-work-wpr.much-more-wpr {
    padding-top: 20px;
  }

  .how-it-clm {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .how-it-clm.how-it-clm2 {
    padding-top: 0;
  }

  .how-it-clm.how-it-clm3 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .discover-i {
    margin-bottom: 0;
  }

  .disc-p {
    max-width: 100%;
  }

  .disc-abs1, .disc-abs2 {
    display: none;
  }

  .testimonial-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-clm-left {
    width: 100%;
  }

  .testi-play {
    width: 130px;
    height: 130px;
    padding: 15px;
  }

  .testimonial-clm-rt {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .testi-author-flex {
    font-size: 26px;
  }

  .press-feature-sec {
    padding-bottom: 80px;
  }

  .press-feature-sec.trusted-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .press-feature-head {
    margin-bottom: 50px;
  }

  .p-head-line {
    width: 90px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .our-award-sec {
    padding-bottom: 80px;
  }

  .sec-head {
    margin-bottom: 30px;
  }

  .slick-arr-wpr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .arr {
    position: static;
    transform: none;
  }

  .featured-project-sec {
    padding-top: 80px;
  }

  .feature-content {
    padding: 30px 20px;
  }

  .progess-outer.progess-outer-2 {
    display: flex;
  }

  .case-study-sec {
    padding-bottom: 80px;
  }

  .case-study-sec.case-study-sec-2 {
    background-color: var(--body-color);
    background-color: var(--body-color);
  }

  .book-consultation-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .book-li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .faq-inner-segment {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-accordian-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .acc-i {
    width: 35px;
    height: 35px;
    box-shadow: 0 0 0 6px #f5f1f1;
  }

  .faq-body-p {
    padding-top: 15px;
  }

  .help-txt {
    margin-bottom: 30px;
  }

  .contact-us-wpr {
    padding-bottom: 80px;
  }

  .contact-li {
    margin-right: 40px;
  }

  .contact-li-i {
    width: 50px;
    height: 50px;
  }

  .contact-li-i-img {
    max-width: 25px;
  }

  .contact-li-a {
    font-size: 15px;
  }

  .contact-abs-1 {
    max-width: 220px;
  }

  .contact-abs-2 {
    max-width: 260px;
  }

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

  .ftr-p {
    font-size: 14px;
  }

  .ftr-submt-btn {
    min-width: 110px;
    height: 50px;
  }

  .footer-middle {
    padding-bottom: 40px;
  }

  .ftr-link {
    width: 110px;
  }

  .ftr-social-li-a {
    width: 50px;
    height: 50px;
  }

  .ftr-social-li-a-img {
    max-width: 20px;
    max-height: 20px;
  }

  .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .csae-lft-wpr {
    padding-bottom: 30px;
  }

  .lft-txt-wpr {
    width: 100%;
  }

  .case-cms {
    padding-top: 0;
  }

  .case-fet-item.case-fet-item-row {
    margin-left: 0;
    margin-right: 0;
  }

  .case-fet-content {
    padding: 30px;
  }

  .case-btm-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamberger {
    -webkit-text-stroke-color: var(--brown);
    width: 30px;
    height: 30px;
    position: static;
  }

  .cross {
    width: 30px;
    height: 30px;
    display: none;
  }

  .abt-us-wpr {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .discover-txt-wpr {
    width: calc(100% - 50px);
    padding-left: 20px;
  }

  .testimonial-wpr {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-content-wpr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .case-fet-item-lf {
    padding-left: 0;
    padding-right: 5px;
  }

  .case-fet-item-rt {
    padding-left: 15px;
    padding-right: 0;
  }

  .case-fet-img-wp {
    margin-bottom: 20px;
  }

  .inner-banner {
    min-height: 420px;
  }

  .inner-banner-title {
    font-size: 50px;
  }

  .portfolio-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .portfolio-text {
    font-size: 19px;
  }

  .portfolio-content {
    font-size: 14px;
    line-height: 1.4;
  }

  .intention-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intention-items-row {
    flex-flow: column-reverse;
  }

  .intention-lt-col, .intention-rt-col {
    width: 100%;
  }

  .intention-rt-col-wpr {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .impact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .impact-features-col {
    width: 50%;
  }

  .perspective-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .perspective-lt-col {
    width: 100%;
  }

  .perspective-lt-col-wpr {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .perspective-rt-col {
    width: 100%;
  }

  .jalicia-details {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .jalicia-img-col {
    width: 100%;
  }

  .jalicia-img-wpr {
    margin-bottom: 30px;
  }

  .about-jalicia-col {
    width: 100%;
  }

  .about-jalicia-wpr {
    padding-left: 0;
  }

  .splide-content {
    font-size: 36px;
  }

  .service-main-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-section-head {
    margin-bottom: 35px;
  }

  .service-items-row {
    margin-bottom: 30px;
  }

  .service-left-col {
    width: 100%;
    padding-bottom: 20px;
  }

  .service-right-col {
    width: 100%;
  }

  .service-item-title {
    font-size: 27px;
  }

  .service-item-content {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .service-right-col-wpr {
    padding-left: 0;
  }

  .service-li {
    margin-bottom: 12px;
  }

  .text-block {
    margin-bottom: 10px;
  }

  .experience-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .experience-section-head {
    margin-bottom: 35px;
  }

  .experience-items-row {
    margin-bottom: -30px;
  }

  .experience-lt-col {
    width: 100%;
    padding-bottom: 30px;
  }

  .sub-title-wpr {
    max-width: 490px;
  }

  .white-dash {
    max-width: 115px;
    right: 0%;
  }

  .experience-li-text {
    font-size: 18px;
  }

  .experience-rt-col {
    width: 100%;
  }

  .possible-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .possible-lt-col, .possible-rt-col {
    width: 100%;
  }

  .get-in-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group.sub-form {
    width: 50%;
  }

  .select-form {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-form {
    margin-bottom: 30px;
  }

  .submit-btn-wpr {
    margin-bottom: 20px;
  }

  .get-bold-text {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .get-btm-text {
    font-size: 15px;
  }

  .contact-icon {
    width: 70px;
    height: 70px;
  }

  .contact-awr-btn-wpr {
    padding-top: 30px;
  }

  .inbox-bold-text {
    color: var(--body-color);
  }

  .inbox-bold-text.inbox-white-text {
    color: var(--white);
  }

  .inbox-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inbox-details-in {
    margin-bottom: 40px;
  }

  .service-area-title {
    margin-bottom: 20px;
  }

  .area-features-ul {
    max-width: 551px;
  }

  .area-li, .area-li.fist-child, .area-li.fist-child {
    margin-left: 15px;
    margin-right: 15px;
  }

  .map-icon {
    flex: none;
    width: 60px;
    height: 60px;
  }

  .area-text {
    padding-left: 5px;
    font-size: 20px;
  }

  .service-area-img-wpr {
    margin-bottom: 70px;
  }

  .service-area-btm-part {
    max-width: 100%;
  }

  .text-span-20 {
    font-size: 35px;
  }

  .address-text {
    padding-left: 5px;
  }

  .location-blocks-section, .consulation-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .links-radio-outer {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .main-head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-brand {
    width: 80px;
    padding-left: 0;
  }

  .cmn-btn.cmn-btn-white {
    min-width: 210px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cmn-btn.cmn-btn-white.inner-banner-white-btn {
    min-width: 180px;
    padding: 9px 8px;
  }

  .cmn-btn.portfolio-btn.intention-btn.inr-cmn-btn {
    min-width: 223px;
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cmn-btn.portfolio-btn.intention-btn.inr-cmn-btn.service-banner-first-btn {
    margin-bottom: 10px;
  }

  .bnr-inner-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bnr-txt-wpr {
    max-width: 520px;
  }

  .h-one {
    font-size: 50px;
  }

  .ban-p {
    font-size: 15px;
  }

  .service-each-link {
    min-height: 290px;
    padding: 20px;
  }

  .h-three {
    font-size: 22px;
  }

  .h-three.service-h-three {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .h-three.bold-h-three {
    margin-bottom: 10px;
  }

  .sub-head, .sub-head.sub-head-press, .sub-head.sub-head-press {
    font-size: 21px;
  }

  .h-two {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .h-two.h-two-service {
    margin-bottom: 20px;
  }

  .h-two.white-text {
    margin-bottom: 10px;
  }

  .h-two.white-text.inbox-title.head-two {
    font-size: 35px;
  }

  .h-two.head-two {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .about-us-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abt-us-rich p {
    margin-bottom: 17px;
  }

  .exp-wpr {
    padding-top: 40px;
  }

  .exp-clm {
    min-height: 230px;
    padding: 20px;
  }

  .counter-top {
    margin-bottom: -28px;
    font-size: 60px;
  }

  .testimonial-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testi-play {
    width: 110px;
    height: 110px;
    padding: 10px;
  }

  .testi-author-flex {
    font-size: 24px;
  }

  .press-feature-sec {
    padding-bottom: 60px;
  }

  .press-feature-head {
    margin-bottom: 40px;
  }

  .p-head-line {
    width: 80px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .listener_slider_item.splide__slide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .listener_slider_item-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-award-sec {
    padding-bottom: 60px;
  }

  .sec-head {
    margin-bottom: 25px;
  }

  .featured-project-sec {
    padding-top: 60px;
  }

  .feature-track-wpr {
    padding-top: 50px;
  }

  .progess-outer {
    padding-top: 30px;
  }

  .case-study-sec {
    padding-bottom: 60px;
  }

  .book-consultation-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .book-ul {
    margin-bottom: 30px;
  }

  .book-li {
    font-size: 14px;
  }

  .faq-inner-segment {
    max-width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .faq-btm-txt-wpr {
    padding-top: 20px;
  }

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

  .contact-us-wpr {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-li {
    margin-right: 30px;
  }

  .contact-abs-1 {
    max-width: 150px;
  }

  .contact-abs-2 {
    max-width: 160px;
  }

  .footer-sec {
    padding-top: 70px;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .ftr-tp-clm {
    width: 100%;
  }

  .ftr-tp-clm.ftr-tp-clm-lft {
    margin-bottom: 20px;
  }

  .footer-middle {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .ftr-link {
    width: 90px;
  }

  .ftr-link-li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ftr-lft-txt {
    width: 100%;
    margin-bottom: 15px;
  }

  .case-st-top-clm {
    width: 100%;
  }

  .case-st-top-clm.case-st-top-clm-rt {
    display: none;
  }

  .case-st-top-clm.case-st-top-clm-rt.case-fet-item-pr {
    display: block;
  }

  .csae-lft-wpr {
    padding-top: 70px;
  }

  .case-btm-clm-wpr {
    min-height: 400px;
  }

  .case-lft-new.case-lft-new-2 {
    width: 100%;
    padding-left: 0;
  }

  .award-slider-wpr-outer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .case-study-modal {
    padding: 20px;
  }

  .case-study-modal-body {
    width: 100%;
  }

  .project-heading-paragraph p {
    margin-bottom: 17px;
  }

  .project-heading-paragraph h3 {
    font-size: 27px;
  }

  .project-tab-button {
    padding: 10px;
    font-size: 19px;
  }

  .project-tab-button-outer {
    margin-bottom: 40px;
  }

  .featured-clm-lft {
    width: 100%;
  }

  .featured-clm-rt {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .case-fet-item-lf {
    width: 100%;
    padding-right: 0;
  }

  .case-fet-item-rt {
    width: 100%;
    padding-left: 0;
  }

  .case-fet-img-wp {
    height: 60vw;
  }

  .inner-banner {
    min-height: 320px;
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .inner-banner-title {
    font-size: 35px;
  }

  .portfolio-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .portfolio-items-row {
    justify-content: center;
  }

  .portfolio-items-col {
    width: 50%;
  }

  .portfolio-bnt-wpr {
    padding-top: 30px;
  }

  .sub-text {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .inner-banner-para {
    font-size: 15px;
  }

  .inner-banner-btn-wpr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .intention-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intention-items-row {
    flex-flow: column-reverse;
  }

  .intention-lt-col, .intention-rt-col {
    width: 100%;
  }

  .bold-text.testimonials-text {
    font-size: 20px;
  }

  .about-author-name {
    font-size: 16px;
  }

  .impact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .impact-header-wpr {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .impact-section-head {
    text-align: center;
    max-width: 100%;
  }

  .impact-features-col {
    width: 100%;
  }

  .impact-icon-part {
    width: 80px;
    height: 80px;
  }

  .impact-text-part {
    padding-top: 20px;
  }

  .perspective-section {
    padding-top: 50px;
  }

  .perspective-btn-wpr {
    padding-top: 20px;
  }

  .perspective-rt-col {
    padding-left: 15px;
  }

  .jacilica-name-wpr {
    padding-bottom: 20px;
  }

  .becoming-bold-text {
    font-size: 16px;
  }

  .splide-content {
    font-size: 28px;
  }

  .service-main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-section-head {
    margin-bottom: 30px;
  }

  .service-item-title {
    font-size: 22px;
  }

  .experience-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .experience-section-head {
    margin-bottom: 30px;
  }

  .white-dash {
    display: none;
  }

  .possible-section, .get-in-section.touch-form-section, .get-in-section.touch-form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .get-form-wpr {
    padding: 20px 30px;
  }

  .form-group {
    width: 100%;
  }

  .form-group.sub-form {
    width: 50%;
  }

  .form-input {
    height: 40px;
    margin-bottom: 0;
  }

  .select-form {
    width: 100%;
  }

  .select-field {
    height: 40px;
    margin-bottom: 0;
  }

  .textarea {
    margin-bottom: 0;
  }

  .directly-sec {
    padding-bottom: 50px;
  }

  .contact-details-wpr {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .contact-details-row {
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
  }

  .contact-col {
    width: 100%;
    padding-bottom: 30px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-icon-img {
    flex: none;
    max-width: 25px;
  }

  .dotted-line {
    display: none;
  }

  .book-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .book-light-text {
    margin-bottom: 10px;
  }

  .inbox-bold-text {
    color: var(--body-color);
  }

  .inbox-bold-text.inbox-white-text {
    color: var(--white);
  }

  .book-awr-btn-wpr {
    padding-top: 20px;
  }

  .inbox-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inbox-details-in {
    margin-bottom: 40px;
  }

  .service-area-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-area-title {
    margin-bottom: 15px;
  }

  .area-li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .area-li.fist-child {
    width: 100%;
  }

  .area-li.last-child {
    width: 100%;
    margin-left: 5px;
  }

  .map-icon {
    flex: none;
    width: 40px;
    height: 40px;
  }

  .locator {
    flex: none;
    max-width: 20px;
  }

  .area-text {
    padding-left: 5px;
    font-size: 20px;
  }

  .service-area-img-wpr {
    margin-bottom: 60px;
  }

  .text-span-20 {
    font-size: 35px;
  }

  .area-btn-wpr {
    padding-top: 18px;
  }

  .location-blocks-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-card-row {
    justify-content: center;
    align-items: stretch;
  }

  .location-card-col {
    width: 50%;
    margin-bottom: 20px;
  }

  .consulation-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .links-radio-wpr {
    height: 40px;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
  }

  .main-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container, .big-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-brand {
    width: 54px;
  }

  .menu-btn {
    padding: 10px;
  }

  .cmn-btn {
    min-width: 194px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
  }

  .cmn-btn.cmn-btn-white {
    min-width: 194px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .cmn-btn.portfolio-btn.intention-btn.impact-btn {
    min-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmn-btn.portfolio-btn.intention-btn.inr-cmn-btn {
    min-width: 231px;
    margin-bottom: 10px;
  }

  .bg-img-before {
    background-color: #0009;
  }

  .h-one.ban-h-one {
    width: 90px;
    max-width: 90px;
    margin-top: 80px;
    margin-bottom: 10px;
    font-size: 38px;
  }

  .ban-p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
  }

  .row.service-each-row {
    display: block;
  }

  .row.ftr-btm-row {
    font-size: 12px;
  }

  .service-each-clm {
    width: 100%;
  }

  .service-each-link {
    border-style: none;
    min-height: 200px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 15px;
  }

  .service-each-img {
    max-width: 56px;
  }

  .h-three {
    font-size: 20px;
  }

  .h-three.service-h-three {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h-three.discover-h-three {
    font-size: 21px;
  }

  .h-three.discover-h-three.process-h-three {
    font-size: 18px;
  }

  .h-three.feature-title {
    font-size: 20px;
  }

  .h-three.h-three-accordian {
    width: calc(100% - 18px);
    padding-right: 10px;
  }

  .h-three.h-three-contact {
    margin-bottom: 20px;
  }

  .h-three.case-h-three {
    margin-bottom: 5px;
  }

  .h-three.white-h-three.experience-sub-title {
    font-size: 19px;
  }

  .h-three.white-h-three.possible-h-three {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .h-three.bold-h-three {
    font-size: 19px;
  }

  .service-btn {
    font-size: 13px;
  }

  .learn-more-img {
    max-width: 23px;
    margin-right: 12px;
  }

  .interior-p {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .service-each-abs {
    display: none;
  }

  .our-services-lft {
    min-height: 428px;
  }

  .sub-head {
    font-size: 16px;
  }

  .sub-head.sub-head-press {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
  }

  .h-two {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .h-two.h-two-how.h-two-how-desktop.process-h-two, .h-two.h-two-how.h-two-how-desktop.much-more-h-two {
    display: block;
  }

  .h-two.faq-head, .h-two.case-h-two {
    margin-bottom: 10px;
  }

  .h-two.white-text.inbox-title.head-two, .h-two.head-two {
    font-size: 25px;
  }

  .h-two.h-two-service {
    margin-bottom: 10px;
    padding-top: 7px;
  }

  .h-two.h-two-how {
    margin-bottom: 20px;
  }

  .h-two.h-two-how.h-two-how-desktop.process-h-two, .h-two.h-two-how.h-two-how-desktop.much-more-h-two {
    display: block;
  }

  .h-two.h-two-how.h-two-how-desktop {
    display: none;
  }

  .h-two.h-two-how.h-two-how-desktop.process-h-two, .h-two.h-two-how.h-two-how-desktop.much-more-h-two, .h-two.h-two-how.h-two-how-desktop.process-h-two, .h-two.h-two-how.h-two-how-desktop.much-more-h-two {
    display: block;
  }

  .h-two.award-h-two {
    margin-bottom: 20px;
  }

  .h-two.faq-head, .h-two.case-h-two {
    margin-bottom: 10px;
  }

  .h-two.white-text.inbox-title.head-two, .h-two.head-two {
    font-size: 25px;
  }

  .arrow-btn {
    font-size: 13px;
  }

  .arrow-btn-img {
    max-width: 25px;
    margin-right: 10px;
  }

  .about-us-sec {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .abt-us-rich {
    margin-bottom: 0;
  }

  .abt-us-rich p {
    margin-bottom: 15px;
  }

  .exp-wpr {
    padding-top: 30px;
  }

  .exp-clm {
    min-height: auto;
    padding: 22px 12px 22px 18px;
  }

  .about-us-counter {
    font-size: 20px;
  }

  .about-us-counter-wpr {
    max-width: 60px;
    display: block;
  }

  .about-us-counter-before.about-us-counter-before1 {
    width: 23px;
  }

  .about-us-counter-before.about-us-counter-before2 {
    width: 30px;
  }

  .counter-top {
    margin-bottom: -13px;
    font-size: 40px;
  }

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

  .exp-before {
    width: 19px;
    height: 19px;
  }

  .how-it-works-sec {
    background-position: 0%;
    min-height: 534px;
  }

  .how-it-work-wpr {
    padding-top: 34px;
    padding-bottom: 70px;
    padding-right: 15px;
  }

  .how-it-work-wpr.how-it-work-white-wpr {
    padding-bottom: 30px;
  }

  .schedule-btn-wpr.schedule-btn-wpr-desktop {
    display: none;
  }

  .schedule-btn-wpr.schedule-btn-wpr-desktop.how-it-work-btn {
    padding-top: 30px;
    display: block;
  }

  .testimonial-sec {
    padding-top: 55px;
    padding-bottom: 35px;
  }

  .testi-play {
    width: 80px;
    height: 80px;
    padding: 9px;
  }

  .testi-author-flex {
    font-size: 20px;
  }

  .press-feature-head {
    margin-bottom: 15px;
  }

  .press-feature-head.press-feature-head-book {
    margin-bottom: 20px;
  }

  .p-head-line {
    width: 54px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .listener_slider_item.splide__slide {
    padding-left: 2px;
    padding-right: 2px;
  }

  .listener_slider_item-wpr {
    padding: 12px 16px;
  }

  .sec-head {
    margin-bottom: 20px;
  }

  .award-slider-wpr {
    padding-left: 0;
    padding-right: 0;
  }

  .slick-arr-wpr {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .arr {
    width: 30px;
    height: 30px;
    position: static;
    transform: none;
  }

  .featured-project-sec {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .feature-content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .feature-track-wpr {
    padding-top: 19px;
  }

  .progess-outer {
    padding-top: 15px;
  }

  .progess-outer.progess-outer-service {
    padding-top: 20px;
    display: flex;
  }

  .progress, .progress.progress1, .progress.progress2, .progress.progress1, .progress.progress2 {
    height: 2px;
  }

  .progress-arr-wpr {
    padding-left: 16px;
  }

  .case-study-sec {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .book-consultation-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-ul {
    text-align: left;
    margin-bottom: 20px;
  }

  .faq-bg-image {
    min-height: 572px;
    position: relative;
  }

  .faq-main-img {
    object-position: 89% 50%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .faq-content-wpr {
    margin-top: -380px;
  }

  .faq-inner-segment {
    max-width: 96%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 10px;
  }

  .faq-accordian-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .acc-i {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 4px #f5f1f1;
  }

  .faq-body-p {
    padding-top: 5px;
  }

  .faq-btm-txt-wpr {
    padding-top: 10px;
  }

  .help-txt {
    margin-bottom: 20px;
  }

  .contact-us-wpr {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .contact-ul {
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .contact-li {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .contact-li.mr-0 {
    margin-bottom: 0;
  }

  .contact-li-i {
    border-radius: 4px;
    width: 27px;
    height: 27px;
  }

  .contact-li-i-img {
    max-width: 12px;
  }

  .contact-li-a {
    padding-left: 6px;
    font-size: 20px;
  }

  .contact-fig {
    padding-top: 80px;
  }

  .contact-abs-1, .contact-abs-2 {
    max-width: 90px;
  }

  .footer-sec {
    padding-top: 50px;
  }

  .footer-top {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 55px;
  }

  .ftr-tp-clm {
    padding-left: 0;
    padding-right: 0;
  }

  .ftr-tp-clm.ftr-tp-clm-lft {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .ftr-txt-fld {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .ftr-submt-btn {
    min-width: 99px;
    height: 40px;
  }

  .footer-middle {
    padding-top: 18px;
    padding-bottom: 38px;
  }

  .ftr-link {
    width: 53px;
  }

  .ftr-link-ul {
    flex-flow: wrap;
    margin-bottom: 18px;
  }

  .ftr-link-li {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ftr-link-li.ftr-link-li-frst {
    padding-left: 0;
  }

  .ftr-link-li.ftr-link-li-last {
    padding-right: 0;
  }

  .ftr-social-li {
    padding-left: 4px;
    padding-right: 4px;
  }

  .ftr-social-li-a {
    width: 35px;
    height: 35px;
  }

  .ftr-social-li-a-img {
    max-width: 17px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ftr-lft-txt {
    margin-bottom: 8px;
  }

  .privacy-li {
    margin-right: 25px;
  }

  .case-st-top-clm.case-st-top-clm-rt {
    display: block;
  }

  .csae-lft-wpr {
    min-height: auto;
    padding-top: 57px;
    padding-bottom: 90px;
    padding-right: 0;
  }

  .csae-lft-wpr.csae-lft-wpr2 {
    padding-bottom: 30px;
  }

  .case-fet-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .case-fet-p {
    margin-bottom: 13px;
  }

  .case-std-btm {
    padding-top: 33px;
  }

  .case-btm-clm-wpr {
    min-height: 410px;
  }

  .case-btm-content {
    padding: 22px 12px;
  }

  .discover-txt-wpr {
    padding-left: 11px;
  }

  .progress-arr {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .progress-arr.progress-arr-rt-3 {
    margin-right: 0;
  }

  .case-content-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-header {
    display: block;
  }

  .mobile-header.much-more-header {
    display: none;
  }

  .testiplay-img {
    max-width: 15px;
  }

  .arr-inner {
    max-width: 18px;
  }

  .feature-slider-outer {
    padding-left: 20px;
  }

  .arrow-btn-wpr {
    text-align: left;
  }

  .acc-i-img {
    max-width: 8px;
  }

  .our-services-clm-rt {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .award-slider-wpr-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-modal-in {
    padding: 10px;
  }

  .case-study-description ul {
    padding-left: 20px;
  }

  .project-heading-paragraph h3 {
    font-size: 22px;
  }

  .project-tab-button {
    margin-left: 5px;
    margin-right: 5px;
    padding: 12px;
    font-size: 14px;
  }

  .project-tab-button-outer {
    margin-bottom: 30px;
  }

  .featured-clm-rt {
    padding-top: 20px;
  }

  .inner-banner {
    min-height: 250px;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .inner-banner-title {
    font-size: 28px;
  }

  .portfolio-items-col {
    width: 100%;
  }

  .portfolio-bnt-wpr {
    padding-top: 20px;
  }

  .sub-text {
    margin-bottom: 10px;
  }

  .bold-text.testimonials-text {
    font-size: 18px;
  }

  .impact-features-col-wpr {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .impact-icon-part {
    width: 57px;
    height: 57px;
  }

  .impact-text-part, .perspective-btn-wpr {
    padding-top: 15px;
  }

  .splide-content {
    font-size: 24px;
  }

  .service-section-head, .experience-section-head {
    margin-bottom: 20px;
  }

  .white-dash {
    top: 20%;
  }

  .experience-li-icon {
    max-width: 45px;
  }

  .experience-li-text {
    padding-left: 7px;
    font-size: 15px;
  }

  .possible-text-outer {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .possible-text-wpr {
    position: static;
  }

  .get-form-wpr {
    padding: 15px;
  }

  .form-group.sub-form {
    width: 100%;
  }

  .textarea {
    min-height: 120px;
  }

  .form-submit-btn.connect-sub-btn {
    width: 220px;
  }

  .contact-details-wpr {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
  }

  .contact-col {
    width: 100%;
  }

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

  .area-features-ul {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: -15px;
  }

  .area-li {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .area-li.fist-child {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .area-li.last-child {
    width: 100%;
    margin-left: 0;
  }

  .text-span-20 {
    font-size: 25px;
  }

  .location-card-col {
    width: 100%;
  }

  .links-radio-wpr {
    padding-left: 5px;
    padding-right: 5px;
  }

  .radio-field {
    margin-right: 10px;
  }

  .radio-btn {
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }

  .check-box {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

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