: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.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.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-txt {
  padding-right: 10px;
}

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

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

.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.case-st-top-row, .row.case-btm-row {
  margin-left: -5px;
  margin-right: -5px;
}

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

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

.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.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;
  font-weight: 500;
}

.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-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.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.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.intenttion-title.about-ele {
  margin-bottom: 15px;
}

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

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

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

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

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

.h-two-b.h-two-b-brown {
  color: var(--brown);
  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;
}

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

.inner-banner {
  align-items: center;
  min-height: 550px;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.inner-banner-img-wpr {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inner-banner-overlay {
  z-index: 1;
  background-color: #000000eb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner-content-wpr {
  z-index: 2;
  width: 100%;
  position: relative;
}

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

.inner-banner-title {
  font-family: var(--helvetica-neue);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.1;
}

.inner-banner-title-span {
  font-weight: 300;
}

.sub-text {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.inner-banner-para {
  color: var(--white);
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.inner-banner-btn-wpr {
  flex-flow: wrap;
  padding-top: 30px;
}

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

.get-ic-section-head {
  text-align: center;
  margin-bottom: 25px;
}

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

.get-form-wpr {
  background-color: var(--white);
  max-width: 1619px;
  padding: 40px 47px;
  box-shadow: 0 0 35px #e1e1e1;
}

.form-group {
  width: 33.3%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.form-item-row {
  flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.form-label {
  font-weight: 400;
}

.form-input {
  -webkit-text-stroke-color: var(--body-color);
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 50px;
}

.form-input:focus {
  border-color: var(--brown);
}

.select-form {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.select-field {
  background-color: #0000;
  border: 1px solid #e1e1e1;
  height: 50px;
  padding-right: 40px;
}

.select-field:focus {
  border-color: var(--brown);
}

.text-form {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-form.text-goals-form.goal-text-area {
  width: 100%;
}

.textarea {
  border: 1px solid #e1e1e1;
  min-height: 172px;
  padding-left: 15px;
  padding-right: 15px;
}

.textarea:focus {
  border: 1px solid var(--brown);
}

.textarea.text-goals-form-textarea {
  min-height: 50px;
}

.form-submit-btn {
  color: var(--body-color);
  background-color: #d6c7b4;
  width: 209px;
  height: 50px;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
}

.form-submit-btn:hover {
  background-color: var(--brown);
  color: var(--white);
}

.form-submit-btn.connect-sub-btn {
  width: 346px;
}

.submit-btn-wpr {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.get-form-btm-part {
  text-align: center;
}

.get-bold-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

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

.directly-sec {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/6889ff7b2cd6b5b7b502ce55_contact-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-bottom: 60px;
  overflow: hidden;
}

.contact-details-wpr {
  z-index: 3;
  background-color: var(--white);
  max-width: 1371px;
  margin-left: 0;
  padding: 70px 13px 70px 50px;
  position: relative;
}

.contact-details-wpr.connect-setails-wpr {
  background-color: #fff8f0;
}

.white-box {
  z-index: -1;
  background-color: var(--white);
  width: 1000px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -500px;
}

.white-box.pink-box {
  background-color: #fff8f0;
}

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

.contact-details-title {
  margin-bottom: 40px;
}

.contact-details-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.contact-col {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-icon {
  background-color: #d6c7b4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 97px;
  margin-bottom: 22px;
  display: flex;
}

.contact-icon-img {
  width: 100%;
  max-width: 44px;
  height: 100%;
}

.dotted-line {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  display: flex;
  position: absolute;
  top: 50%;
  left: -62%;
  transform: translate(0, -50%);
}

.contact-text {
  color: var(--body-color);
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.445, .05, .55, .95);
}

.contact-text:hover {
  color: var(--brown);
}

.location-details.connect-text {
  max-width: 290px;
}

.contact-awr-btn-wpr {
  text-align: center;
  padding-top: 40px;
}

.contact-icon-wpr {
  position: relative;
}

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

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

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

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

.book-light-text.white-content {
  color: var(--white);
  margin-bottom: 20px;
}

.inbox-bold-text {
  color: var(--black);
  font-weight: 500;
}

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

.book-awr-btn-wpr {
  text-align: center;
  padding-top: 33px;
}

.inbox-section {
  background-color: var(--body-color);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

.mail-details {
  border-bottom: 1px solid #737373;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
}

.mail-icon {
  width: 100%;
  max-width: 19px;
}

.mail-name {
  color: var(--white);
  padding-left: 8px;
}

.mail-icon-img {
  width: 100%;
  height: 100%;
}

.inbox-btn-wpr {
  padding-top: 26px;
}

.sign-up-btn {
  color: var(--body-color);
  background-color: #d6c7b4;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
}

.sign-up-btn:hover {
  background-color: var(--white-2);
}

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

.service-area-title {
  text-align: center;
  margin-bottom: 48px;
}

.area-features-ul {
  text-align: center;
  max-width: 851px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.area-li {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.area-li.fist-child {
  width: 50%;
  margin-left: 0;
  margin-right: 20px;
}

.area-li.last-child {
  width: 50%;
  margin-right: 0;
}

.area-li.california-section {
  display: none;
}

.map-icon {
  background-color: #d6c7b4;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  display: flex;
}

.locator {
  width: 100%;
  max-width: 26px;
  height: 100%;
}

.area-text {
  white-space: nowrap;
  padding-left: 19px;
  font-size: 30px;
  display: block;
}

.service-area-img-wpr {
  width: 100%;
  height: 100%;
  margin-top: 48px;
  margin-bottom: 80px;
}

.world-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-area-btm-part {
  text-align: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.area-btn-wpr {
  text-align: center;
  padding-top: 34px;
}

.rote-div {
  background-color: #d1d1d1;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.d-line {
  background-image: url("https://cdn.prod.website-files.com/67dbafe84c5a803673ec49c9/688a2c3c626f2f5ab68ffc3d_line-662.png");
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  width: calc(100% - 18px);
  height: 2px;
}

.text-span-21, .text-span-22 {
  color: var(--brown);
  font-weight: 500;
}

.address-text {
  padding-left: 19px;
  display: block;
}

.adress-wpr {
  text-align: left;
}

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