:root {
  --primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>: #1f2227;
  --dark-body-font\<deleted\|variable-e9d2d56d-26f1-f2aa-bba0-489f92426863\>: #c3c3c3;
  --sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>: #b29063;
  --black\<deleted\|variable-c25379f9\>: black;
  --body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>: #6d6d75;
  --white\<deleted\|variable-082f729f\>: white;
  --light-body-font\<deleted\|variable-c3aa1dba-ab6b-d0f6-27ac-539337a79748\>: #5d5f65;
  --second-primary-color\<deleted\|variable-8e0b9631-7548-e040-e99d-eaf7d547aed4\>: #14203b;
  --sea-green\<deleted\|variable-86faadd3-b1e1-94c9-48dc-eab941549a03\>: #4aae76;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: #6d6d75;
  letter-spacing: -.16px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

h1 {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  letter-spacing: -1.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

h2 {
  color: #1f2227;
  letter-spacing: -.9px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

h3 {
  color: #1f2227;
  letter-spacing: -.7px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  letter-spacing: .6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

p {
  color: #6d6d75;
  margin-bottom: 10px;
}

a {
  color: #1f2227;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

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

li {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

img {
  color: #c3c3c3;
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  font-weight: 600;
}

.heading-three {
  color: #1f2227;
  letter-spacing: -.7px;
  font-family: Urbanist, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.heading-three.get-in-touch {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 33px;
}

.heading-four {
  color: #1f2227;
  letter-spacing: -.6px;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.heading-four.color-yellow {
  color: #b29063;
}

.heading-four.new-slider-text {
  padding-bottom: 20px;
}

.heading-five {
  color: #1f2227;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.heading-five.text-black {
  color: #1f2227;
}

.heading-five.body-dark-font {
  color: var(--dark-body-font\<deleted\|variable-e9d2d56d-26f1-f2aa-bba0-489f92426863\>);
}

.heading-five.body-dark-font.font-weight-regular {
  color: #6d6d75;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px;
}

.heading-five.body-dark-font.font-weight-regular.font-color {
  color: #aeb2b9;
}

.heading-five.text-align-center.timeline-text-one {
  color: #fff;
  max-width: 139px;
}

.heading-five.text-align-center.timeline-text-two {
  color: #fff;
  max-width: 162px;
  margin-top: 22px;
}

.heading-five.text-align-center.timeline-text-three {
  color: #fff;
  max-width: 192px;
}

.heading-five.text-align-center.timeline-text-four {
  color: #fff;
  max-width: 217px;
  margin-top: 22px;
}

.heading-five.text-align-center.timeline-text-five {
  color: #fff;
  max-width: 203px;
}

.heading-five.under-line {
  text-decoration: underline;
}

.heading-five.service-marquee-text {
  color: #fff;
  max-width: 277px;
}

.heading-six {
  color: #1f2227;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.heading-six.margin-bottom-five {
  margin-bottom: 5px;
}

.navbar-one-flex-block {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.header-one-navbar {
  background-color: #ddd0;
}

.button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.button.button-green {
  background-color: #b29063;
  border-style: none;
}

.button.responsive-display-none {
  z-index: 9999;
}

.button.button-black {
  color: #14151a;
  border-width: 1px;
  border-color: #14151a;
}

.button.submit-button {
  color: #1f2227;
  border-color: #1f2227;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.your-cart-button {
  padding-bottom: 10px;
}

.button.button-yellow-color {
  color: #1f2227;
  background-color: #b29063;
  border-style: none;
}

.header-one-call-and-cart {
  z-index: 999;
  grid-column-gap: 23px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.home-one-creative-agency-tag-line-mark {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  color: #fff;
  letter-spacing: -.16px;
  border-radius: 27px;
  padding: 3px 24px 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.home-one-creative-agency-tag-line-mark.background-black {
  background-color: #1f2227;
}

.nav-logo {
  flex: none;
  padding-left: 0;
}

.text-white {
  color: #fff;
}

.text-white.margin-top-ten {
  margin-top: 10px;
}

.text-white.font-weight-medium {
  font-weight: 500;
}

.text-white.font-weight-medium.text-italic {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.text-white.margin-top-minus-nine {
  margin-top: -9px;
}

.header-one-nav-menu {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-one-call-icon-div {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 15px;
  display: flex;
}

.nav-and-logo-flex-block {
  grid-column-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-creative-agency-tag-line {
  grid-column-gap: 15px;
  color: #12203e;
  background-color: #12203e1a;
  border-radius: 50px;
  align-items: center;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 10px 15px;
  font-weight: 600;
  display: flex;
}

.header-one {
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.text-italic {
  color: #b29063;
  font-style: italic;
  font-weight: 600;
}

.text-marquee-container {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  flex: none;
  align-items: center;
}

.text-marquee-container.text-marquee-three {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.text-marquee-wrapper {
  width: 100%;
}

.text-marquee-wrapper.overflow-hidden {
  overflow: hidden;
}

.text-marquee-main-block {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  align-items: center;
  width: auto;
}

.text-marquee-main-block.text-marquee-three {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.growth-card {
  grid-column-gap: 20px;
  cursor: pointer;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.growth-card-block {
  grid-column-gap: 33px;
  color: #c3c3c3;
  padding-bottom: 16px;
  display: flex;
}

.radius-six {
  border-radius: 6px;
}

.change-weight-medium {
  color: var(--body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>);
}

.change-weight-medium:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.change-weight-medium.call-link {
  color: #b29063;
}

.change-weight-medium.footer-location, .change-weight-medium.footer-new-link {
  color: #aeb2b9;
}

.change-weight-medium.footer-new-link:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.growth-progress-block {
  color: #1f2227;
  background-color: #454545;
  border-radius: 4px;
  height: 4px;
  position: relative;
}

.growth-progress-block-inner {
  background-color: #b29063;
  border-radius: 3px;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.growth-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.auto-fit {
  height: auto;
}

.growth-content-block {
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 280px;
  display: flex;
}

.posibilities {
  border-radius: 10px;
  width: 100%;
}

.home-one-sticky-flex {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-sticky-flex.wrapper-one {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}

.design-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.design-details-right.design-details-right-one {
  height: auto;
}

.home-three-electrical-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-details {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.crm-management-tab-content {
  display: flex;
}

.home-four-electrical-image-block {
  flex: 0 47%;
  position: relative;
}

.design-details-teaser {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: none;
  display: flex;
}

.design-details-teaser.home-one {
  grid-row-gap: 30px;
}

.design-column {
  flex: 1;
  display: block;
  position: relative;
}

.home-one-analysis-card-content {
  flex-direction: column;
  justify-content: flex-end;
  padding: 47px 54px 50px;
  transition: transform .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-one-analysis-card-content.text-center {
  text-align: center;
}

.home-one-analysis-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-service-card-content-link {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  transition: background-color .35s, border-color .35s;
  display: flex;
}

.home-one-service-card-content-link:hover {
  grid-column-gap: 10px;
  border-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.full-width {
  width: 100%;
}

.full-width.container-small.home-one-cta-contain {
  z-index: 5;
  position: relative;
}

.home-one-analysis-card-content-inner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-one-analysis-card-content-inner.overflow-hidden {
  overflow: hidden;
}

.home-one-analysis-card {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.text-color-white-smoke {
  color: #c9c9c9;
}

.text-color-white-smoke.padding-bottom-twelve {
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.main-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.project-block {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.creative-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 555px;
  display: flex;
}

.home-one-business-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.margin-top-thirty {
  margin-top: 30px;
}

.container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-title.tab-title-two, .tab-title.tab-title-three, .tab-title.tab-title-four {
  cursor: pointer;
}

.tab-title.tab-title-one {
  text-align: right;
  cursor: pointer;
}

.accordion-tab-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid #cacaca;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-right: 95px;
  display: flex;
}

.tab-line-one {
  background-color: #cacaca;
  width: 10vw;
  height: 1px;
}

.home-one-business-accordion-contain {
  grid-column-gap: 95px;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.tab-details {
  flex-direction: column;
  display: flex;
}

.tab-details.tab-details-three, .tab-details.tab-details-four, .tab-details.tab-details-two {
  display: none;
}

.tab-line-three {
  background-color: #cacaca;
  width: 10vw;
  height: 1px;
}

.text-small {
  letter-spacing: .48px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.text-small.text-off-white {
  color: var(--white\<deleted\|variable-082f729f\>);
}

.home-one-business {
  color: var(--light-body-font\<deleted\|variable-c3aa1dba-ab6b-d0f6-27ac-539337a79748\>);
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-description-contain {
  flex: 1;
  max-width: 520px;
}

.tab-line-four {
  background-color: #cacaca;
  width: 9vw;
  height: 1px;
}

.tab-line-two {
  background-color: #cacaca;
  width: 10vw;
  height: 1px;
}

.border-radius-ten {
  border-radius: 6px;
}

.border-radius-ten.overflow-hidden.video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button {
  position: absolute;
}

.home-three-video-section {
  align-items: center;
  padding: 100px 15px 150px;
  position: relative;
  overflow: hidden;
}

.video-play-button {
  background-color: #12203e;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 164px;
  display: flex;
  position: absolute;
}

.video-play-button.border-radius-full {
  border-radius: 100%;
}

.home-onecta {
  position: relative;
}

.home-three-cta-contain-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.home-three-cta-contain-wrap {
  perspective: 1000px;
  align-items: center;
  display: flex;
}

.home-three-cta-background {
  background-image: url('../images/Cta-Image-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.home-three-cta-main-box {
  border-bottom: 3px solid var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 125px;
  display: flex;
}

.position-relative {
  position: relative;
}

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

.position-relative.marquee-two {
  margin-top: 24px;
}

.position-relative.overflow-hidden.margin-bottom-thirty.border-radius-six {
  margin-bottom: 15px;
}

.home-one-startup {
  background-color: var(--white\<deleted\|variable-082f729f\>);
  padding: 150px 15px;
}

.home-one-analysis {
  background-color: var(--second-primary-color\<deleted\|variable-8e0b9631-7548-e040-e99d-eaf7d547aed4\>);
  background-image: url('../images/image-293-2_1image 293 (2).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 147px;
  padding-bottom: 150px;
}

.home-one-agecy-text {
  flex-flow: column;
  flex: 0 52%;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 538px;
  display: flex;
}

.margin-top-zero {
  margin-top: 0;
}

.home-one-agecy-text-points-wrapper {
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 35px;
  display: flex;
}

.home-one-agecy-text-points {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.home-one-agecy-text-points-tick-mark {
  flex: none;
}

.accordion-answer {
  padding-top: 12px;
  overflow: hidden;
}

.home-one-agecy-text-accordion-wrapper {
  margin-top: 25px;
}

.home-one-accordion-question {
  grid-column-gap: 50px;
  border-bottom: 1px solid #4d4d4d33;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 22px;
  display: flex;
}

.accordion {
  cursor: pointer;
}

.home-one-agecy-text-title {
  max-width: 380px;
}

.home-one-analysis-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 585px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.home-one-choose-us-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 535px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.border-radius-six {
  border-radius: 6px;
}

.margin-bottom-thirty.menu-image-overlay-wrapper {
  position: relative;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.margin-top-ten {
  margin-top: 10px;
}

.home-one-agency-image {
  border-radius: 6px;
  overflow: hidden;
}

.padding-top-ten {
  padding-top: 10px;
}

.padding-top-ten.coach-inner-experience {
  margin-bottom: 0;
  padding-top: 30px;
}

.button-main {
  height: 26px;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}

.button-text-hover-in, .button-hover-out {
  letter-spacing: 0;
}

.body-dark-font {
  color: #6d6d75;
}

.body-dark-font.hover-green {
  color: #aeb2b9;
}

.body-dark-font.hover-green:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.body-dark-font.footer-font-color {
  color: #aeb2b9;
}

.body-dark-font.font-color {
  color: #fff;
}

.padding-top-fifteen {
  padding-top: 15px;
}

.padding-top-five {
  padding-top: 5px;
}

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

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

.home-two-service {
  background-color: #14203b;
  background-image: url('../images/image-293-2_1image 293 (2).avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.solution-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff3;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.solution-wrapper.margin-bottom-thirty.border-zero {
  border-bottom-style: none;
  padding-bottom: 0;
}

.solution-wrapper.margin-bottom-thirty.border-zero.margin-top {
  margin-top: 18px;
}

.solution-wrapper.box-one {
  padding-top: 8px;
  padding-bottom: 25px;
}

.overlay {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay.light-grey {
  background-color: #0f0726;
}

.future-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}

.future-image-container {
  border-radius: 6px;
  max-width: 500px;
}

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

.home-two-service-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.creative-scroll-container {
  width: 100%;
  max-width: 1290px;
}

.creative-scroll-container.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.creative-flex-two {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.creative-flex-two.solution {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.description {
  color: var(--body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>);
}

.description.text-width {
  color: #aeb2b9;
  max-width: 497px;
}

.home-two-team-container {
  max-width: 1290px;
}

.no-margin {
  margin: 0;
}

.home-two-team {
  background-color: #fff7f2;
  padding: 150px 15px 113px;
}

.home-three-team-member-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.home-three-team-member {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-details {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8%;
}

.team-overlay {
  z-index: 1;
  color: #1f2227;
  background-image: linear-gradient(#0000 10%, #c79554c2);
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.border-radius-six {
  border-radius: 6px;
}

.home-one-branding-title {
  max-width: 538px;
  margin-top: 20px;
}

.home-two-team-heading {
  text-align: center;
  max-width: 452px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.navbar {
  background-color: #ddd0;
  overflow: hidden;
}

.page-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.nav-container.nav-three {
  z-index: 9999;
  max-width: 1720px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.counter {
  color: #14151a;
  letter-spacing: -1.2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
}

.counter.text-white {
  color: #fff;
}

.counter-items-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.counter-train {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  overflow: hidden;
}

.counter-box.heading-two-box {
  height: 60px;
}

.counter-items-name {
  text-align: center;
  text-transform: none;
  max-width: 158px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.counter-items-name.align-left {
  text-align: left;
}

.home-two-testimonial-slider {
  background-color: #14203b;
  padding-top: 140px;
  padding-bottom: 150px;
  position: relative;
}

.home-two-service-slider {
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-two-service-slider.marquee {
  justify-content: center;
  align-items: stretch;
}

.margin-bottom-five {
  margin-bottom: 5px;
}

.home-two-slider-content-wrapper {
  flex: none;
  max-width: 410px;
}

.home-two-slider-content-wrapper.marquee {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-two-column-two {
  max-width: 260px;
}

.footer-two {
  padding-top: 144px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-two-bottom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #d8d8d8;
  border-top: 1px solid #1217224d;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.agenz-footer-two {
  padding-left: 0;
  overflow: hidden;
}

.agenz-footer-two.w--current {
  margin-bottom: 0;
}

.footer-two-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 1250px;
  margin-bottom: 100px;
}

.footer-two-top-wrapper.new-footer {
  margin-top: 124px;
  margin-bottom: 0;
}

.footer-two-column-three {
  max-width: 216px;
}

.margin-top-five {
  margin-top: 5px;
}

.footer-quick-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>);
  align-items: center;
}

.home-two-testimonial-slider-heading {
  max-width: 540px;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-testimonial-content {
  background-color: #ffffff0d;
  border-radius: 10px;
  width: 100%;
  max-width: 410px;
  height: 100%;
  padding: 50px 46px 35px 47px;
}

.testimonial-user-image {
  border-radius: 100%;
}

.testimonial-user-rating {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-marquee-font {
  color: #fff;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 80px;
}

.text-marquee-font.color-change {
  color: #fff3;
}

.text-marquee-arrow {
  width: 24px;
  height: 24px;
  color: var(--white\<deleted\|variable-082f729f\>);
  margin-bottom: 3px;
}

.text-marquee-flex-block {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: flex-end;
}

.home-two-text-marquee {
  padding-top: 137px;
  padding-bottom: 143px;
}

.home-two-text-marquee.padding-top-zero {
  padding-top: 0;
}

.home-two-slider-overlay {
  background-image: linear-gradient(267deg, #12203e00, #12203e);
  width: 395px;
  height: 100%;
  position: absolute;
}

.home-two-slider-overlay.left {
  z-index: 1;
  inset: 0% auto 0% 0%;
}

.home-two-slider-overlay.right {
  z-index: 2;
  background-image: linear-gradient(90deg, #12203e00, #12203e);
  inset: 0% 0% 0% auto;
}

.home-three-hero-slider-contain-text-block {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: 15px;
  padding-top: 304px;
  padding-bottom: 340px;
  display: flex;
  overflow: hidden;
}

.home-three-hero-slider-contain-text-block.slider-width {
  max-width: 850px;
}

.home-three-hero-heading {
  color: #fff;
}

.home-three-hero-slider-contain-main-wrap {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

.right-arrow {
  display: none;
}

.home-three-hero {
  background-color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.home-three-wrap {
  width: 100%;
  height: 100%;
}

.left-arrow {
  display: none;
}

.banner-position-relative {
  position: relative;
}

.home-three-hero-slider-contain-image-block {
  z-index: 4;
  background-image: url('../images/Slider-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-three-hero-slider-contain-image-block.home-three-slider-two {
  background-image: url('../images/Girl-Image.webp');
}

.home-three-hero-slider-contain-image-block.home-three-slider-three {
  background-image: url('../images/Slider-Three-Image.webp');
}

.slide-nav {
  grid-row-gap: 5px;
  color: #c3c3c300;
  letter-spacing: 0;
  flex-direction: column;
  align-items: stretch;
  font-size: 5px;
  line-height: 6px;
  display: flex;
  inset: auto auto 63px 37px;
  transform: rotate(90deg);
}

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

.home-four-electrical {
  background-color: #14203b;
  padding: 150px 15px;
}

.body-font {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.body-font.body-dark-font.hover-green {
  color: #aeb2b9;
}

.body-font.body-dark-font.hover-green:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.footer-three-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
}

.color-white {
  color: #fff;
}

.color-white.change-style {
  font-style: italic;
}

.color-white.change-style.underline-off {
  text-decoration: none;
}

.color-white.change-style.underline-off.hover-green {
  font-style: normal;
}

.color-white.change-style.underline-off.hover-green:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.footer-one-copyright-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-one-copyright-main {
  justify-content: space-between;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-one-copyright {
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-bottom-twenty-five {
  margin-bottom: 25px;
}

.tag-three {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  color: #fff;
  letter-spacing: -.13px;
  text-transform: uppercase;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.tag-three.dark-background {
  color: #1f2227;
  background-color: #b29063;
}

.home-three-banner-video-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

.home-three-slider-image-overlay {
  background-image: linear-gradient(90deg, #14151a33, #14151a57);
  position: absolute;
  inset: 0%;
}

.team-member-social-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  flex-direction: column;
  align-items: center;
  padding: 25px 17px;
  display: flex;
  position: absolute;
  bottom: 21%;
  left: 0;
}

.home-three-subscribe {
  grid-column-gap: 60px;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.home-three-subscribe-form-wrap {
  flex: 1;
}

.home-three-subscribe-email-field {
  color: #c3c3c3;
  background-color: #233459;
  border: 1px solid #0000;
  border-radius: 50px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 26px;
  padding-left: 25px;
}

.home-three-subscribe-email-field::placeholder {
  color: #c3c3c3;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 30px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.home-three-subscribe-title {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 545px;
  display: flex;
}

.footer-three {
  background-color: var(--second-primary-color\<deleted\|variable-8e0b9631-7548-e040-e99d-eaf7d547aed4\>);
  padding-top: 146px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-three {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.header-three.color-white {
  background-color: var(--white\<deleted\|variable-082f729f\>);
}

.header-three-right-side {
  z-index: 999;
  grid-column-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-three-border-line {
  background-color: #fff3;
  height: 1px;
}

.footer-three-border-line-green-color {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  width: 32.48%;
  height: 1px;
}

.about-one-feature-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  max-width: 1205px;
}

.about-one-counter-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 386px;
}

.about-one-feature-container {
  z-index: 3;
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-feature-heading-wrapper {
  flex: 0 48.31%;
  max-width: 452px;
}

.feature-name-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  max-width: 295px;
}

.feature-content-wrapper {
  max-width: 357px;
}

.feature-border {
  background-color: #ffffff4d;
  height: 1px;
  margin-top: 132px;
  margin-bottom: 90px;
}

.about-one-feature-text-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.about-one-features {
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-bottom.category-width {
  min-width: 170px;
}

.no-margin-bottom.category-width.light-body-font {
  color: #6d6d75;
}

.no-margin-bottom.business-text-color {
  color: #aeb2b9;
}

.heading-one {
  color: #1f2227;
  letter-spacing: -1.4px;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.heading-one.process-number {
  color: #9ea1a780;
  font-size: 60px;
  line-height: 90px;
}

.awards-heading-wrapper {
  max-width: 665px;
  margin-bottom: 70px;
}

.awards-heading-wrapper.margin-auto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.awards-hover-arrow {
  background-color: #fff0;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 0;
  line-height: 0;
  transition: opacity .3s;
  display: flex;
}

.awards-hover-arrow:hover {
  opacity: 1;
}

.about-one-awards-container {
  max-width: 1165px;
}

.awards-arrow-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.award-item-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.about-one-awards-section {
  background-color: var(--white\<deleted\|variable-082f729f\>);
  padding: 140px 15px 170px;
}

.no-margin-top {
  margin-top: 0;
}

.scroll-icon {
  opacity: 1;
  transform: rotate(0);
}

.awards-hover-img {
  z-index: 9999;
  position: absolute;
  inset: -80px 15% 0% auto;
}

.home-three-awards-block {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddddddb8;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 8px;
  transition: box-shadow .45s;
}

.award-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
}

.feature-name-icon {
  flex: none;
}

.about-one-counter-ruler {
  background-color: #d2d2d24d;
  width: 1px;
  height: 105px;
}

.counter-decoration-plus {
  position: absolute;
  inset: -7% 25% auto auto;
}

.background-banner {
  background-image: url('../images/Cover-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.about-one-features-content-wrapper {
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.header-one-dropdown-list {
  border-top: 1px solid var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  background-color: #27272e;
  border-radius: 6px;
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 19px;
  top: 90px;
  overflow: hidden;
}

.header-one-dropdown-list.new-menu-box {
  padding-left: 40px;
  left: -80px;
}

.dropdown-link {
  color: var(--white\<deleted\|variable-082f729f\>);
  margin-bottom: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  transform: translate(6px);
}

.dropdown-link.w--current {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.hover-in-arrow {
  position: absolute;
}

.testtimonial-marquee {
  display: flex;
  position: relative;
}

.about-one-features-overlay {
  background-color: #14151a40;
  position: absolute;
  inset: 0%;
}

.growth-grid-tab {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.growth-grid-tab.w--current {
  background-color: #ddd0;
}

.about-two-process-right-wrapper {
  flex: 0 60%;
}

.process-box-one {
  justify-content: center;
  padding-top: 30px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

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

.about-two-process-section {
  background-color: #12203e;
  background-image: url('../images/image-293-2_1image 293 (2).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 15px;
}

.about-two-process-main-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
}

.process-line {
  background-color: #dadada33;
  flex-direction: column;
  justify-content: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.about-two-process-text-wrapper {
  grid-row-gap: 27px;
  max-width: 415px;
  margin-top: 40px;
}

.process-overlay {
  background-color: #b29063;
  width: 1px;
  height: 130px;
  position: absolute;
}

.process-box-two {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.process-content {
  border-bottom: 1px solid #dadada33;
  padding-left: 30px;
}

.process-content.process-content-last {
  border-bottom-style: none;
}

.success-message {
  background-color: var(--white\<deleted\|variable-082f729f\>);
  border-radius: 6px;
}

.error-message {
  background-color: var(--sea-green\<deleted\|variable-86faadd3-b1e1-94c9-48dc-eab941549a03\>);
  border-radius: 6px;
}

.nav-header-text {
  z-index: 99;
  color: var(--white\<deleted\|variable-082f729f\>);
  letter-spacing: -.6px;
  font-size: 50px;
  line-height: 60px;
  position: relative;
}

.nav-header-text:hover {
  color: var(--sea-green\<deleted\|variable-86faadd3-b1e1-94c9-48dc-eab941549a03\>);
}

.menu-social-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.accordion-click {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-line {
  width: 18px;
  height: 2px;
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  background-color: #202330;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.display-none {
  display: none;
}

.service-one-slider-heading {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 36px;
  display: flex;
}

.service-one-slider-title {
  max-width: 685px;
}

.service-one-slider-text {
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.popular-sevice-slider-main {
  border-radius: 6px;
  width: 100%;
  position: relative;
}

.header-three-logo, .header-three-logo.w--current {
  z-index: 9999;
  position: relative;
}

.talk-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.talk-link.decoration-none {
  justify-content: center;
  text-decoration: none;
}

.talk-text-block {
  height: 30px;
  position: relative;
  overflow: hidden;
}

.talk-text {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
}

.talk-text.text-white {
  color: var(--white\<deleted\|variable-082f729f\>);
}

.popular-sevice-slider-image {
  width: 100%;
}

.border-radius-hundred {
  border-radius: 100%;
}

.servive-one-testimonials-quote {
  position: absolute;
  inset: auto auto 22% 52%;
}

.home-three-testimonials-text {
  text-align: center;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.testimonials-three-block {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-three-testimonials-clients-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-three-slider {
  background-color: #ddd0;
  flex-flow: column;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.home-three-testimonials-arrow {
  border: 1px solid var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.testimonials-three-line {
  background-image: repeating-linear-gradient(#fff0, #ffffff1a 50%, #fff0);
  flex: none;
  width: 2px;
  height: 292px;
}

.displaly-off {
  display: none;
}

.testimonials-three-primary-block {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-three-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-three-clients-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-three-clients-image.padding-bottom-fifty {
  padding-bottom: 50px;
}

.testimonials-three-clients-image.padding-bottom-fifty.padding-top-twenty {
  padding-top: 20px;
}

.testimonials-three-clients-image-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-three-clients-image-main.chnage-opacity {
  opacity: .5;
}

.hero-social-media {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.portfolio-two-name-block {
  color: #1f2227;
  background-color: #14151a;
  border-top-right-radius: 6px;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.portfolio-details-link {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio-two-category-block {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #b29063;
  border-bottom-right-radius: 6px;
  padding: .2rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.portfolio-name-category-block {
  z-index: 10;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 60px 0%;
}

.portfolio-one-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portfolio-card-content-block {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portolio-images {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.service-two-portfolio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white\<deleted\|variable-082f729f\>);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 150px 15px;
}

.service-two-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-hover-circle {
  z-index: 10;
  position: absolute;
}

.text-green {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.dollar {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.pricing-plan-time {
  color: #1f2227;
  align-self: flex-end;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.toggle-button-main-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.pricing-one-pricing-table {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.pricing-one-pricing-table.yearly {
  position: absolute;
  inset: 0%;
}

.pricing-one-hero {
  padding: 150px 15px 1px;
  position: relative;
}

.pricing-one-pricing-box {
  letter-spacing: 0;
  background-color: #fbf9f9;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  max-width: 360px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 30px 50px;
  display: flex;
}

.pricing-one-pricing-box.background-green {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.pricing-one-pricing-box.dropshadow {
  box-shadow: 0 22px 30px #14244514;
}

.pricing-plan-price {
  color: #b29063;
  letter-spacing: -1.04px;
  align-items: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.pricing-plan-price.pricing-two {
  color: #1f2227;
}

.pricing-one-pricing-table-wrapper {
  z-index: 1;
  max-width: 1140px;
  margin: 50px auto -285px;
  position: relative;
  overflow: hidden;
}

.pricing-one-hero-heading {
  z-index: 1;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-button {
  cursor: pointer;
  background-color: #505869;
  border: 1px solid #a6b3ce;
  border-radius: 30px;
  align-items: center;
  width: 59px;
  height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.pricing-one-pricing-box-heading {
  border-bottom: 1px solid #09090933;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 22px;
}

.pricing-one-pricing-box-heading.active {
  border-bottom-color: #665f55;
}

.toogle-ball {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  border-radius: 100%;
  width: 22px;
  height: 22px;
}

.pricing-one-hero-overlay {
  z-index: 1;
  background-color: #14203b;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.pricing-one-hero-main {
  z-index: 2;
  position: relative;
}

.portfolio-circle-arrow {
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  transform: scale(0);
}

.portfolio-circle-arrow.portfolio-three-arrow {
  position: relative;
  overflow: hidden;
  transform: none;
}

.portfolio-two-category-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-bottom: 5px;
}

.circle-button-text {
  font-size: 1rem;
  line-height: 1.625rem;
  position: absolute;
}

.circle-button-text.circle-text-two {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.portfolio-three-description {
  color: #fff;
}

.portfolio-three-content-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 153px 140px 153px 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-three-text {
  max-width: 500px;
}

.portfolio-three-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1045px;
}

.portfolio-three-hero-section {
  padding: 150px 15px;
}

.portfolio-three-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.portfolio-three-main-wrapper.display-none {
  display: none;
}

.portfolio-three-border {
  color: #1f2227;
  background-color: #ffffff4d;
  width: 240px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.contact-three-error-message {
  color: #c3c3c3;
  background-color: #14151a;
  border-radius: 6px;
}

.contact-form-field {
  color: #1f2227;
  border: 1px solid #7c819233;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 25px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-field::placeholder {
  color: var(--body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>);
}

.contact-form-field.message {
  padding-top: 17px;
  padding-bottom: 60px;
}

.contact-two-form-wrapper {
  background-color: #fff;
  border: 1px solid #8d8e9266;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 630px;
  padding: 70px 60px 75px;
  display: flex;
}

.contact-two-contact-form-text {
  flex: 1;
  max-width: 595px;
}

.contact-two-form {
  margin-top: 30px;
  margin-bottom: 0;
}

.contact-two-success-message {
  color: #4aae76;
  background-color: #14151a;
  border-radius: 6px;
}

.contact-two-form-text {
  max-width: 440px;
}

.contact-two-contact-form {
  background-color: #fff7f2;
  padding-bottom: 150px;
}

.contact-one-hero-contact-details-one {
  grid-column-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: grid;
}

.contact-two-contact-details-boder-line-inner {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  width: 1px;
  height: 63%;
}

.contact-one-form-field-flex {
  grid-column-gap: 25px;
}

.contact-two-contact-form-description {
  max-width: 470px;
}

.contact-two-contact-form-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-two-contact-form-heading {
  max-width: 350px;
}

.contact-three-form-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.contact-three-hero-cta-light-white-text {
  color: #1f2227;
}

.contact-three-form {
  grid-row-gap: 82px;
  flex-flow: column;
  flex: 1;
  max-width: 720px;
  display: flex;
}

.contact-three-hero-cta-contact {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.contact-three-form-label {
  color: #14151a;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.nav-header-text-3 {
  z-index: 99;
  color: #fff;
  letter-spacing: -.6px;
  font-size: 50px;
  line-height: 60px;
  position: relative;
}

.nav-header-text-3:hover {
  color: #4aae76;
}

.contact-three-hero-cta {
  background-color: #b29063;
  border-radius: 6px;
  max-width: 455px;
  padding: 42px 50px 50px;
  position: absolute;
  inset: auto 35px 35px auto;
}

.contact-three-success-message {
  color: #4aae76;
  background-color: #14151a;
  border-radius: 6px;
}

.contact-three-contact-details-flex {
  grid-column-gap: 30px;
  align-items: flex-start;
  max-width: 286px;
  margin-bottom: 30px;
}

.contact-three-hero-banner {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  max-height: 700px;
  margin: 55px auto -296px;
  position: relative;
  overflow: hidden;
}

.contact-three-hero-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 655px;
  display: flex;
}

.text-red {
  color: #ff6868;
}

.contact-three-form-description {
  max-width: 480px;
}

.contact-three-form-field {
  color: #6d6d75;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #cacaca;
  padding: 8px 12px 0;
  font-size: 18px;
  line-height: 30px;
}

.contact-three-form-section {
  background-color: #fff;
  background-image: url('../images/dotted-world-map.webp');
  background-position: 95% 43%;
  background-repeat: no-repeat;
  background-size: 868px;
  padding: 432px 15px 136px;
}

.contact-three-form-select-field {
  color: #14151a;
  letter-spacing: 0;
  background-color: #f3f3f300;
  border: 0 solid #000;
  border-bottom: 1px solid #cacaca;
  height: 40px;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.contact-two-contact-details-boder-line-two {
  background-color: #e4e4e433;
  flex: none;
  width: 1px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.contact-two-contact-details-boder-line-two.margin-left {
  height: 199px;
  margin-left: 70px;
}

.contact-three-form-option-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}

.contact-three-hero-description {
  max-width: 450px;
  overflow: hidden;
}

.contact-three-hero {
  background-color: #14203b;
  padding: 180px 15px 1px;
}

.contact-three-form-section-text {
  grid-row-gap: 50px;
  flex-flow: column;
  max-width: 325px;
  display: flex;
}

.contact-three-form-option-block {
  flex: 1;
}

.contact-three-contact-details-icon {
  margin-top: 8px;
}

.contact-three-contact-details-icon.three {
  margin-top: 5px;
}

.contact-three-hero-text {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.light-body-font {
  color: #6d6d75;
}

.light-body-font.contact-hero-links {
  color: var(--body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>);
}

.text-black {
  color: #1f2227;
}

.text-black.step-title-text {
  max-width: 482px;
}

.service-three-testimonials-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 530px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-three-testimonials {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.service-three-testimonials-main {
  justify-content: flex-end;
  display: flex;
}

.service-three-testimonials-slider-wrapper {
  z-index: 1;
  text-align: center;
  background-color: #fff7f2;
  width: 50%;
  padding: 105px 15px 235px;
  position: relative;
}

.padding-top-twenty {
  padding-top: 20px;
}

.service-three-left-arrow {
  inset: auto auto -135px 23%;
}

.service-three-right-arrow {
  inset: auto 21% -135px auto;
}

.about-three-timeline-container {
  z-index: 50;
  max-width: 1290px;
  position: relative;
}

.about-three-timeline-section {
  background-color: #12203e;
  background-image: url('../images/Step-Background-Image-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 15px;
}

.about-three-timeline-main-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.about-three-timeline-items {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  position: relative;
}

.service-three-slider-line {
  background-color: #0003;
  width: 282px;
  height: 1px;
  display: none;
  position: absolute;
  bottom: -26%;
}

.service-three-testimonials-text {
  text-align: center;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.portfolio-one-card-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.cart-button {
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
}

.cart-quantity {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  letter-spacing: .11px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: -10px;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cart-container {
  background-color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.cart-quantity-two {
  color: var(--white\<deleted\|variable-082f729f\>);
  background-color: #ffffff26;
  border-color: #292a2e;
  border-radius: 6px;
}

.timeline-dotted-line {
  border-bottom: 1px dashed #cecece;
  width: 16%;
  height: 1px;
  display: none;
  position: absolute;
  top: 48%;
  left: 7%;
}

.timeline-dotted-line.line-four {
  width: 19.5%;
  left: 70.4%;
}

.timeline-dotted-line.line-three {
  width: 19%;
  left: 47.2%;
}

.timeline-dotted-line.line-one {
  width: 14%;
  left: 8%;
}

.timeline-dotted-line.line-two {
  left: 27%;
}

.date-wrapper {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.image-height-auto {
  height: auto;
}

.menu-icon {
  z-index: 2;
  position: relative;
}

.service-three-testimonials-background {
  background-image: url('../images/Meeting-Image.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.contact-hero-links {
  display: inline-block;
}

.dropdown-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
  position: relative;
}

.menu-icon-hover {
  position: absolute;
}

.full-screeen-menu-left-wrapper {
  flex: 1;
  justify-content: center;
  max-width: 607px;
}

.menu-button-line {
  background-color: var(--white\<deleted\|variable-082f729f\>);
  width: 25px;
  height: 1px;
}

.menu-button-line.middle-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  margin-bottom: 5px;
}

.menu-button-line.middle-line.color-black {
  background-color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.menu-button-line.top-line {
  margin-bottom: 5px;
}

.menu-button-line.top-line.color-black, .menu-button-line.bottom-line.color-black {
  background-color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.full-screen-menu-wrapper {
  width: 100%;
  height: 100vh;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #14203b;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.full-screen-menu-wrapper.background-white-color {
  background-color: var(--white\<deleted\|variable-082f729f\>);
}

.navbar-footer-wrapper {
  border-top: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

.navbar-footer-wrapper.border-top {
  border-top-color: #02020280;
}

.full-menu {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.full-menu.alwayes-open {
  width: 100%;
  overflow: hidden;
}

.menu-heading-tag {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.menu-heading-tag.tag-font {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  font-size: 17px;
  font-weight: 600;
}

.menu-left-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-bottom: 50px;
  overflow: hidden;
}

.menu-description {
  color: #c3c3c3;
  max-width: 380px;
  margin-bottom: 0;
}

.menu-description.description-two {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.heading-footer-text {
  color: var(--white\<deleted\|variable-082f729f\>);
  text-align: center;
}

.heading-footer-text.text-black {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
}

.image-width {
  width: 100%;
}

.menu-hover-background {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.navbar-menu-button.navbar-one-menu-button {
  z-index: 999;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-image-overlay {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  inset: 0%;
  transform: scale3d(0, 1, 1);
}

.full-screen-menu-inner-wrapper {
  justify-content: flex-end;
  height: 100%;
  padding-top: 104px;
  display: flex;
}

.full-menu-text {
  z-index: 3;
  color: var(--dark-body-font\<deleted\|variable-e9d2d56d-26f1-f2aa-bba0-489f92426863\>);
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  position: relative;
}

.full-menu-text.text-black {
  color: #1f2227;
  -webkit-text-stroke-color: #1f2227;
}

.say-hello {
  color: #fff;
  font-weight: 500;
}

.say-hello.font-color {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  font-weight: 700;
}

.full-screen-menu-right-wrapper {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 960px;
  display: flex;
  overflow: hidden;
}

.full-screen-menu-right-wrapper.border-left-right {
  border-left-color: #02020280;
  border-right-style: none;
  border-right-color: #02020280;
}

.full-screen-menu-border-wrapper {
  border-top: 1px solid #ffffff26;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.full-screen-menu-border-wrapper.border-top {
  border-top-color: #02020280;
}

.full-screen-menu-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1690px;
  margin-left: 15px;
  display: flex;
}

.menu-arrow-wrapper {
  z-index: 3;
  position: relative;
}

.menu-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.cart-item {
  border-bottom: 1px solid #ffffff26;
  padding-top: 25px;
  padding-bottom: 17px;
}

.cart-item:last-child {
  border-bottom-width: 0;
}

.cart-header {
  border-bottom-color: #fff3;
  align-items: flex-start;
}

.cart-footer {
  border-top-color: #fff3;
}

.contact-one-address-max-width {
  max-width: 201px;
}

.contact-three-contact-options {
  flex-flow: column;
  display: flex;
}

.close-button {
  cursor: pointer;
}

.hero-social-media-icon {
  flex: none;
}

.header-one-mega-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.header-one-mega-menu-right-side {
  border-left: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 40px;
}

.home-one-cta-overlay {
  background-image: linear-gradient(89deg, #14151a80, #fff0);
  position: absolute;
  inset: 0%;
}

.hover-image.border-five {
  border-radius: 5px;
}

.image-effect-wrapper {
  transform-origin: 50% 0;
  position: relative;
}

.image-overlay {
  z-index: 1;
  transform-origin: 50% 100%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #12203e;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.sub-heading {
  color: #1f2227;
  letter-spacing: .48px;
  text-transform: uppercase;
  background-color: #b29063;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.team-box {
  justify-content: center;
  align-items: center;
}

.sub-text {
  color: #1f2227;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.sub-text.text-white {
  color: #fff;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.images-marquee-main-two {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.images-marquee-train-two {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-two-column-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 325px;
}

.social-icon-one {
  background-color: #545f781f;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: all .25s;
  display: flex;
}

.social-icon-one:hover {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  transform: translate(0, -5px);
}

.social-icon-one.box-color {
  background-color: #243355;
}

.social-icon-one.box-color:hover {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.social-icons {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.footer-information-text {
  color: #1f2227;
  letter-spacing: .16px;
}

.footer-information-text.text-white {
  color: var(--white\<deleted\|variable-082f729f\>);
}

.text-block {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.flex-block-one {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-top: 7px;
}

.footer-icon {
  margin-top: 9px;
}

.footer-column-box {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.footer-column-box.two {
  margin-top: 23px;
}

.flex-block-five {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.footer-bottom-text {
  color: #6d6d75;
}

.link {
  color: var(--body-font-color\<deleted\|variable-7e4c3e0d-f4ba-119a-6e7f-01f9a3943fe6\>);
}

.link:hover, .radient-templates:hover {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
}

.about-one-hero-wrap-one {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.overflow-none {
  overflow: hidden;
}

.section-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.section-container.padding-left-right-fifteen {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-text {
  color: #aeb2b9;
  max-width: 543px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-two-logo-marquee {
  background-color: #c7955457;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
  overflow: hidden;
}

.logo-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-marquee-train {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-information {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/Contact-Image-3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 763px;
  padding: 50px 50px 44px;
  display: flex;
  position: absolute;
  inset: -63px 0% auto auto;
}

.information-text {
  color: #fff;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.contact-image {
  position: relative;
}

.home-two-image-overlay {
  background-color: #12203ef2;
  position: absolute;
  inset: 0%;
}

.flex-block-two {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  position: relative;
}

.middle-margin {
  background-color: #ffffff1f;
  width: 100%;
  max-width: 491px;
  height: 1px;
  margin-top: 5px;
}

.feature-text {
  color: #aeb2b9;
  margin-top: 20px;
  margin-bottom: 0;
}

.sub-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.sub-title-wrapper {
  background-color: #b29063;
  border-radius: 27px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.latest-projects {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.project-title {
  text-align: center;
  max-width: 650px;
}

.big-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 380px 15px 280px;
  display: flex;
  position: relative;
}

.home-banner-title {
  color: #fff;
  padding-bottom: 26px;
}

.flex-block-7 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.home-three-banner-image {
  background-image: url('../images/Home-Three-Banner-Image-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-three-banner-overlay {
  z-index: 1;
  background-image: linear-gradient(#1314180d, #1314180d), linear-gradient(-30deg, #13141800, #1314187d 60%, #131418ad);
  position: absolute;
  inset: 0%;
}

.business-text {
  z-index: 2;
  display: none;
  position: absolute;
  inset: auto 0% 50px auto;
}

.good-projects {
  background-color: #fff7f2;
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-three-work-slider-number-block {
  background-color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  color: #fff;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 69px;
  padding: 11px 14px 18px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
  position: relative;
}

.home-three-work-slider {
  margin-right: 50px;
}

.home-three-work-slider-number-block-wrap {
  position: absolute;
  inset: 30px auto auto -29px;
}

.margin-top-twenty-five {
  margin-top: 25px;
}

.home-three-work-slider-mask {
  width: 100%;
  max-width: 1020px;
  overflow: visible;
}

.home-three-work-slider-wrap {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 54px;
  padding-left: 75px;
  display: flex;
  position: relative;
}

.home-three-work-slider-wrap.one {
  background-image: url('../images/Home-Three-Slider-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-work-slider-wrap.two {
  background-image: url('../images/Home-Three-Banner-Image-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-work-slider-wrap.three {
  background-image: url('../images/Serious-Girl.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-work-slider-overlay {
  opacity: 0;
  background-color: #1117208c;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.home-three-work-slder-contain-box {
  z-index: 4;
  background-color: #fff;
  border-radius: 10px;
  max-width: 345px;
  padding: 50px 20px 50px 60px;
  position: relative;
}

.home-three-slider-number-shape {
  position: absolute;
  inset: -9px auto auto 0%;
}

.home-three-work-slider-box {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slider-bottom-text {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.project-icons-shape {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
}

.project-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.project-flex.no-margin {
  margin-bottom: 0;
}

.project-icons {
  position: relative;
}

.home-three-text-marquee {
  padding-bottom: 147px;
}

.home-three-text-marquee.marquee-padding-top {
  padding-top: 144px;
}

.project {
  padding-top: 143px;
  padding-bottom: 150px;
}

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

.project-image-block.padding-bottom-twenty-two {
  padding-bottom: 22px;
  position: relative;
}

.heading-two-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 575px;
  margin-bottom: 60px;
  display: flex;
}

.home-tag-three {
  color: #fff;
  letter-spacing: -.13px;
  text-transform: uppercase;
  background-color: #4aae76;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
}

.home-tag-three.change {
  background-color: #12203e;
  width: 74px;
  height: 24px;
  padding-top: 2px;
  line-height: 26px;
  position: absolute;
  inset: 20px 30px auto auto;
}

.project-col {
  background-color: #f2f2f20d;
  border: 1px solid #6666661a;
  border-radius: 6px;
  flex: 1;
  max-width: 410px;
  padding: 60px 34px 40px;
  position: relative;
  box-shadow: 0 12px 42.8px #e5ebf1cc;
}

.project-col.text-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-marquee-font-two {
  color: #1f2227;
  letter-spacing: -.32px;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 80px;
}

.text-marquee-font-two.color-change {
  color: #1f222733;
}

.text-marquee-arrow-one {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.team-member-name-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.home-three-team-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-three-team-members-heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 455px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-three-team-members {
  background-color: #fff7f2;
  padding: 120px 15px 113px;
}

.cta-position {
  margin-top: -300px;
  position: relative;
  inset: 0%;
}

.cta-position.is-margin {
  margin-top: 0;
}

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

.small-heading-title {
  color: var(--white\<deleted\|variable-082f729f\>);
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.business-coach {
  letter-spacing: .16px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #14203b21;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 170px;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.hover-image-overlay-color {
  z-index: 1;
  background-image: linear-gradient(#14151a00, #14151a);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.square-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.scroll-image-two {
  border-radius: 5px;
  position: absolute;
  inset: auto 0% -40px auto;
  box-shadow: 0 10px 38.3px #2738494d;
}

.faq-answer {
  color: #72727a;
  max-width: 526px;
}

.counter-image {
  z-index: 1;
  position: absolute;
}

.process-box-inner-text {
  color: #aeb2b9;
}

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

.success-step {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 558px;
}

.bold-tag {
  color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  text-transform: capitalize;
  font-weight: 600;
}

.bold-tag.text-white {
  color: #fff;
}

.testimonial-image-wrapper-one {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: none;
  position: absolute;
  inset: 8% auto auto 0%;
  overflow: hidden;
}

.testimonial-image-wrapper-two {
  border-radius: 100%;
  width: 168px;
  height: 168px;
  display: none;
  position: absolute;
  inset: 4% 0% auto auto;
  overflow: hidden;
}

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

.contact-banner-text {
  color: #c3c3c3;
  margin-top: 8px;
}

.button-one {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

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

.button-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-in-text {
  color: #b29063;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}

.hover-out-text {
  color: var(--sub-heading-baackground-color\<deleted\|variable-c9f72ed5-2a70-5c08-6860-fe197fd0cb46\>);
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  transform: translate(0, 100%);
}

.button-icon-wrapper {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-out {
  position: absolute;
  transform: scale(0);
}

.portfolio-block {
  margin-bottom: 67px;
}

.portfolio-title {
  max-width: 520px;
}

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

.service-one-testimonials-heading-one {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.testimonials-three-main-one {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/feedback.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: sticky;
  top: 50px;
}

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

.service-one-testimonials-title-one {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-testimonials-arrow-one {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.testimonial {
  background-color: var(--second-primary-color\<deleted\|variable-8e0b9631-7548-e040-e99d-eaf7d547aed4\>);
  padding: 150px 15px;
  position: relative;
}

.footer-text {
  color: #aeb2b9;
}

.blue-background {
  background-color: #14203b;
  position: absolute;
  inset: 0%;
}

.pricing-plan-one {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-one {
  color: #1f2227;
}

.plan-one.fade-color {
  color: #1f222780;
}

.pricing-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.pricing-two-comparison-plan {
  border-right: 1px solid #06060633;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-two-comparison-plan.doller-samount-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-right: 1px solid #06060633;
  padding-top: 35px;
  padding-bottom: 35px;
}

.pricing-two-comparison-plan.border-right-none {
  border-right-style: none;
}

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

.pricing-one-check-box {
  padding-top: 360px;
  padding-bottom: 150px;
}

.pricing-check-box-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #06060633;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-grid-content.border-right-none {
  border-left-style: none;
}

.pricing-row-content {
  border-bottom: 1px solid #06060633;
  justify-content: space-between;
  display: flex;
}

.pricing-row-content.pricing-background-color {
  background-color: #fff7f2;
}

.pricing-one-heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 30px 10px;
  display: flex;
}

.body-font-dark {
  color: #1f2227;
}

.absolute-line {
  position: absolute;
  inset: 0% 0% auto auto;
}

.margin-top-fifteen {
  margin-top: 15px;
}

.price-one-faq-dropdown-contain {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 40px;
  display: block;
  position: static;
  overflow: hidden;
}

.price-one-faq-accordion-dropdown {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 25px;
  display: flex;
}

.price-one-faq-paragraph {
  max-width: 650px;
  margin-bottom: 0;
  padding-top: 20px;
}

.portfolio-images {
  z-index: -1;
  background-image: url('../images/6752baa19be43140031f5027_Case-Study-Image-One-1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-seven {
  width: 25vw;
}

.about-two-portfolio-main {
  width: 100%;
  height: 150vw;
  position: relative;
}

.about-two-portfolio-block {
  width: 100%;
  padding-top: 30px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.about-two-innovation-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 150vw;
  height: 100%;
  display: flex;
}

.about-two-portfolio {
  background-color: #14203b;
  padding-top: 120px;
  padding-bottom: 150px;
}

.service-sub-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.full-story {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-color-body-light {
  color: #aeb2b9;
}

.section-gap {
  height: 100vh;
}

@media screen and (min-width: 1280px) {
  .navbar-one-flex-block {
    grid-column-gap: 150px;
  }

  .header-one-call-and-cart {
    flex: 1;
  }

  .text-white.get-in-touch {
    max-width: 400px;
  }

  .header-one-nav-menu {
    grid-column-gap: 13px;
  }

  .nav-and-logo-flex-block {
    grid-column-gap: 200px;
  }

  .home-one-sticky-flex {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: flex-start;
  }

  .home-one-sticky-flex.wrapper-one {
    justify-content: space-between;
    align-items: center;
  }

  .position-relative.contact-text-width {
    width: 100%;
    max-width: 667px;
  }

  .home-two-service {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .future-image-container {
    max-width: 700px;
  }

  .home-two-slider-content-wrapper.marquee {
    min-width: 408px;
  }

  .slide-nav {
    left: 3%;
  }

  .home-three-subscribe {
    grid-column-gap: 120px;
  }

  .pricing-one-pricing-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-two-contact-details-boder-line-two.margin-left {
    margin-left: 230px;
  }

  .service-three-testimonials-slider-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-three-timeline-items {
    z-index: 5;
  }

  .timeline-dotted-line {
    display: block;
  }

  .about-one-hero-wrap-one {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
  }

  .our-information {
    justify-content: flex-start;
    align-items: center;
  }

  .business-text {
    display: inline-block;
  }

  .square-box {
    max-width: 576px;
    padding-bottom: 60px;
  }

  .scroll-image-two {
    bottom: -10px;
    right: 0;
  }

  .testimonial-image-wrapper-one {
    display: block;
    top: 6%;
    left: 3%;
  }

  .testimonial-image-wrapper-two {
    display: block;
    top: 50%;
    right: 5%;
  }
}

@media screen and (min-width: 1440px) {
  .creative-flex-two.solution {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
    grid-column-gap: 125px;
    grid-row-gap: 125px;
  }

  .home-three-hero-slider-contain-text-block {
    margin-left: 0;
    left: -25%;
  }

  .slide-nav {
    left: 100px;
  }

  .menu-left-text-wrapper {
    margin-bottom: 100px;
  }

  .menu-links-wrapper {
    padding-left: 80px;
  }

  .our-information {
    width: 100%;
    padding-left: 144px;
  }

  .hero-wrapper {
    margin-left: 103px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-work-slider {
    margin-right: 105px;
  }

  .testimonial-image-wrapper-two {
    top: 37%;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-analysis-main {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .full-width.cover-image {
    height: 100%;
  }

  .home-one-analysis-card {
    margin-bottom: 40px;
  }

  .home-one-analysis-card.card-two {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .creative-caption-wrapper {
    margin-bottom: 10px;
  }

  .tab-title.tab-title-one {
    cursor: pointer;
  }

  .accordion-tab-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .body-dark-font.hover-green:hover {
    color: var(--sea-green\<deleted\|variable-86faadd3-b1e1-94c9-48dc-eab941549a03\>);
  }

  .home-two-service-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-three-hero-slider-contain-text-block {
    margin-left: 0;
  }

  .home-three-hero-heading.text-three {
    max-width: 800px;
  }

  .home-three-hero {
    background-color: var(--primary-color\<deleted\|variable-642f570f-9746-d935-46f4-1bab6dbf0808\>);
  }

  .slide-nav {
    left: 17.5%;
  }

  .color-white.change-style.underline-off.hover-green:hover {
    color: var(--sea-green\<deleted\|variable-86faadd3-b1e1-94c9-48dc-eab941549a03\>);
  }

  .about-two-process-right-wrapper {
    flex-basis: 62%;
  }

  .popular-sevice-slider-main {
    border-radius: 6px;
  }

  .talk-link {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .portfolio-details-link {
    border-radius: 6px;
  }

  .service-three-slider-line {
    display: block;
  }

  .full-screeen-menu-left-wrapper {
    max-width: 50%;
    padding-left: 7vw;
    padding-right: 10vw;
  }

  .navbar-footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-screen-menu-right-wrapper {
    max-width: 50%;
  }

  .full-screen-menu-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .menu-links-wrapper {
    padding-left: 220px;
  }

  .div-block {
    overflow: hidden;
  }

  .section-container.padding-left-right-fifteen.container-padding-zero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .business-coach {
    display: block;
    position: absolute;
    inset: auto 0% 6% auto;
    transform: translate(40%, -362%)rotate(-90deg);
  }

  .counter-image {
    top: 50px;
    left: -76px;
  }

  .testimonial-image-wrapper-one {
    top: 13%;
    left: 10%;
  }

  .testimonial-image-wrapper-two {
    top: 37%;
    right: 10%;
  }

  .testimonials-three-main-one {
    grid-auto-columns: 1fr;
  }

  .blue-background {
    position: absolute;
    inset: 0%;
  }

  .pricing-one-heading {
    padding-left: 50px;
  }

  .about-two-portfolio-block {
    overflow: hidden;
  }

  .full-story {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-four {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-five.text-align-center.timeline-text-two.is-margin, .heading-five.text-align-center.timeline-text-four.is-margin {
    margin-top: 0;
  }

  .heading-six {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar-one-flex-block {
    grid-column-gap: 40px;
  }

  .header-one-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .header-one-call-and-cart {
    grid-column-gap: 30px;
    padding-right: 15px;
  }

  .header-one-nav-menu {
    background-color: var(--black\<deleted\|variable-c25379f9\>);
    height: 100vh;
    padding: 20px 15px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-and-logo-flex-block {
    padding-left: 15px;
  }

  .header-one {
    padding-left: 0;
    padding-right: 0;
  }

  .overflow-hidden.service-image-wrapper {
    height: 100%;
  }

  .growth-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .posibilities {
    position: relative;
    top: 0;
  }

  .home-one-sticky-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-one-sticky-flex.wrapper-one {
    grid-row-gap: 100px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .home-one-sticky-flex.wrapper-two {
    flex-flow: column-reverse;
  }

  .home-three-electrical-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .case-details {
    width: 100%;
    display: block;
  }

  .home-four-electrical-image-block, .design-details-teaser.home-one {
    flex: 0 auto;
    width: 100%;
  }

  .home-one-analysis-card-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-one-analysis-main {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .creative-caption-wrapper {
    width: 100%;
    max-width: none;
  }

  .accordion-tab-wrap {
    padding-right: 45px;
  }

  .home-one-business-accordion-contain {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-business {
    padding-top: 70px;
  }

  .home-three-video-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-onecta {
    padding-top: 0;
  }

  .home-three-cta-contain-text-wrap {
    max-width: none;
  }

  .home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-cta-main-box {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .position-relative.overflow-hidden.margin-bottom-thirty.border-radius-six {
    margin-bottom: 24px;
  }

  .home-one-startup {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-analysis {
    padding: 66px 15px 70px;
  }

  .home-one-agecy-text {
    width: 100%;
    max-width: none;
  }

  .home-one-agecy-text-points-wrapper {
    margin-top: 15px;
  }

  .home-one-agecy-text-accordion-wrapper {
    width: 100%;
  }

  .home-one-agecy-text-title {
    max-width: none;
  }

  .home-one-analysis-heading {
    margin-bottom: 28px;
  }

  .home-one-agency-image {
    width: 100%;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #14151a00;
  }

  .responsive-image-height-auto {
    height: auto;
  }

  .home-two-service {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .future-image.responsive-image-height-auto {
    width: 100%;
  }

  .future-image-container {
    width: auto;
    max-width: none;
  }

  .creative-flex-two.solution {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .description.text-width {
    max-width: none;
  }

  .home-two-team {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-three-team-member-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-one-branding-title {
    max-width: none;
  }

  .home-two-team-heading {
    margin-bottom: 50px;
  }

  .navbar {
    overflow: visible;
  }

  .nav-container {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .counter {
    font-size: 45px;
    line-height: 45px;
  }

  .counter-box {
    height: 100px;
  }

  .counter-box.heading-two-box {
    height: 45px;
  }

  .counter-items-name {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .home-two-testimonial-slider {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .home-two-service-slider {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .home-two-service-slider.marquee {
    flex: none;
    display: flex;
  }

  .home-two-slider-content-wrapper {
    max-width: none;
  }

  .home-two-slider-content-wrapper.marquee {
    max-width: 410px;
  }

  .footer-two-column-two {
    flex-flow: wrap;
  }

  .footer-two {
    padding-top: 65px;
  }

  .footer-two.home-one-footer-padding {
    padding-top: 70px;
  }

  .footer-two-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .agenz-footer-two {
    margin-bottom: 40px;
  }

  .footer-two-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 50px;
    display: grid;
  }

  .home-two-testimonial-slider-heading {
    margin-bottom: 25px;
  }

  .home-two-testimonial-content {
    height: 100%;
  }

  .text-marquee-font {
    font-size: 50px;
    line-height: 50px;
  }

  .text-marquee-arrow {
    width: 16px;
    height: 16px;
  }

  .text-marquee-flex-block {
    grid-column-gap: 30px;
    justify-content: flex-end;
    align-items: center;
  }

  .home-two-text-marquee {
    padding-top: 37px;
    padding-bottom: 62px;
  }

  .home-two-slider-overlay {
    display: none;
  }

  .home-three-hero-slider-contain-text-block {
    padding-top: 210px;
    padding-bottom: 150px;
  }

  .slide-nav {
    display: none;
  }

  .home-four-electrical {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .body-font {
    font-size: 17px;
    line-height: 27px;
  }

  .footer-three-main {
    padding-bottom: 40px;
  }

  .footer-one-copyright-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .home-three-subscribe {
    grid-column-gap: 30px;
    padding-bottom: 40px;
  }

  .home-three-subscribe-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-three {
    padding-top: 60px;
  }

  .footer-three-border-line-green-color {
    width: 50%;
  }

  .responsive-display-none {
    display: none;
  }

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

  .feature-border {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .heading-one {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-one.process-number {
    font-size: 45px;
    line-height: 55px;
  }

  .award-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-one-awards-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .awards-hover-img {
    display: none;
  }

  .home-three-awards-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-features-content-wrapper {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .header-one-dropdown-list.new-menu-box {
    padding-left: 20px;
  }

  .dropdown-link {
    margin-bottom: 4px;
  }

  .testtimonial-marquee {
    grid-column-gap: 0px;
    align-items: flex-start;
  }

  .about-two-process-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-two-process-main-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-two-process-text-wrapper {
    grid-row-gap: 20px;
    max-width: none;
    margin-top: 0;
  }

  .nav-header-text {
    font-size: 35px;
    line-height: 45px;
  }

  .service-one-slider-heading {
    margin-bottom: 26px;
  }

  .service-one-slider-title {
    max-width: none;
  }

  .talk-link {
    display: none;
  }

  .home-three-testimonials-text {
    padding-bottom: 30px;
  }

  .testimonials-three-line {
    display: none;
  }

  .testimonials-three-primary-block {
    max-width: 550px;
  }

  .testimonials-three-clients-image.padding-bottom-fifty.padding-top-twenty {
    padding-bottom: 30px;
  }

  .testimonials-three-clients-image-main {
    flex: none;
  }

  .portfolio-details-link {
    width: 100%;
  }

  .portfolio-name-category-block {
    bottom: 30px;
  }

  .portfolio-card-content-block {
    width: 100%;
  }

  .service-two-portfolio {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .service-two-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .toggle-button-main-wrapper {
    margin-top: 25px;
  }

  .pricing-one-pricing-table {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .pricing-one-hero {
    padding-top: 110px;
  }

  .pricing-one-pricing-box {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 25px 30px;
  }

  .pricing-one-pricing-box.dropshadow {
    box-shadow: 0 22px 15px #14244508;
  }

  .pricing-plan-price {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-one-pricing-table-wrapper {
    margin-top: 30px;
  }

  .portfolio-circle-arrow.portfolio-three-arrow {
    display: none;
  }

  .portfolio-three-content-wrapper {
    padding: 60px 60px 60px 50px;
  }

  .collection-list-wrapper {
    position: static;
  }

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

  .contact-two-form-wrapper {
    padding: 25px 30px 30px;
  }

  .contact-two-contact-form {
    padding-bottom: 70px;
  }

  .contact-one-hero-contact-details-one {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .contact-three-form-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contact-three-form {
    grid-row-gap: 32px;
    max-width: none;
  }

  .nav-header-text-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .contact-three-hero-cta {
    display: none;
  }

  .contact-three-hero-banner {
    margin-top: 35px;
    margin-bottom: -169px;
  }

  .contact-three-form-description {
    max-width: none;
  }

  .contact-three-form-section {
    padding-top: 226px;
    padding-bottom: 55px;
  }

  .contact-two-contact-details-boder-line-two.margin-left {
    margin-left: 100px;
    display: none;
  }

  .contact-three-form-option-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .contact-three-hero {
    padding-top: 130px;
  }

  .contact-three-form-section-text {
    grid-row-gap: 20px;
    max-width: none;
  }

  .contact-three-hero-text {
    grid-column-gap: 50px;
    justify-content: space-between;
  }

  .service-three-testimonials-heading {
    margin-bottom: 10px;
  }

  .service-three-testimonials-slider-wrapper {
    width: auto;
    padding: 70px 20px 65px;
  }

  .timeline-icon-two, .timline-icon-five {
    display: none;
  }

  .about-three-timeline-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .timline-icon {
    display: none;
  }

  .about-three-timeline-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .timeline-icon-three {
    display: none;
  }

  .about-three-timeline-items.timeline-box-reverse {
    flex-direction: column-reverse;
  }

  .timeline-icon-four, .service-three-testimonials-background, .full-screeen-menu-left-wrapper {
    display: none;
  }

  .menu-button-line {
    background-color: #fff;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    margin-bottom: 0;
  }

  .navbar-footer-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .navbar-menu-button.navbar-one-menu-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .full-menu-text {
    font-size: 60px;
    line-height: 70px;
  }

  .full-screen-menu-right-wrapper {
    border-left-style: none;
  }

  .contact-three-contact-options {
    flex-flow: row;
    justify-content: space-between;
  }

  .header-one-mega-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .header-one-mega-menu-right-side {
    border-left-width: 0;
    padding-left: 0;
  }

  .about-one-hero-wrap-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .our-information {
    display: none;
  }

  .latest-projects {
    padding-bottom: 30px;
  }

  .hero-wrapper {
    max-width: 800px;
    padding-top: 250px;
    padding-bottom: 140px;
  }

  .good-projects {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-work-slider-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .home-three-text-marquee {
    padding-top: 13px;
    padding-bottom: 63px;
  }

  .home-three-text-marquee.marquee-padding-top {
    padding-top: 64px;
  }

  .project {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .heading-two-block {
    margin-bottom: 40px;
  }

  .project-col {
    width: 100%;
  }

  .project-col.text-center {
    max-width: none;
  }

  .text-marquee-font-two {
    font-size: 50px;
    line-height: 50px;
  }

  .text-marquee-arrow-one {
    width: 16px;
    height: 16px;
  }

  .home-three-team-flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .home-three-team-members {
    padding-top: 70px;
    padding-bottom: 63px;
  }

  .faq-answer {
    max-width: none;
  }

  .success-step {
    margin-bottom: 40px;
  }

  .portfolio-block {
    margin-bottom: 20px;
  }

  .service-one-testimonials-heading-one {
    padding-bottom: 30px;
  }

  .testimonials-three-main-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonial {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .pricing-one-check-box {
    padding-top: 284px;
    padding-bottom: 70px;
  }

  .pricing-check-box-heading {
    margin-bottom: 30px;
  }

  .pricing-head-two {
    max-width: none;
  }

  .pricing-one-heading {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 15px;
  }

  .price-one-faq-dropdown-contain {
    padding-left: 0;
    padding-right: 0;
  }

  .price-one-faq-accordion-dropdown {
    padding-left: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .price-one-faq-paragraph {
    width: 100%;
    max-width: none;
  }

  .collection-list-wrapper-seven {
    width: auto;
  }

  .about-two-portfolio-main {
    height: auto;
  }

  .about-two-portfolio-block {
    padding-top: 0;
  }

  .about-two-innovation-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-left: 0%;
    display: grid;
  }

  .about-two-portfolio {
    padding: 70px 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 17px;
    line-height: 27px;
  }

  .heading-three {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-four {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-four.text-black.align-end {
    text-align: right;
  }

  .heading-five {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-five.service-marquee-text {
    max-width: none;
  }

  .heading-six {
    font-size: 17px;
    line-height: 27px;
  }

  .header-one-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .header-one-call-and-cart {
    grid-column-gap: 15px;
  }

  .home-one-creative-agency-tag-line-mark {
    display: none;
  }

  .home-one-creative-agency-tag-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .text-marquee-container.text-marquee-three, .text-marquee-main-block.text-marquee-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-one-analysis-main {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-one-business-wrap {
    align-items: flex-start;
  }

  .tab-title.tab-title-four {
    justify-content: flex-end;
    align-items: center;
  }

  .accordion-tab-wrap {
    padding-right: 30px;
  }

  .tab-line-one {
    display: none;
  }

  .home-one-business-accordion-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tab-line-three, .tab-line-four, .tab-line-two {
    display: none;
  }

  .video-play-button {
    width: 130px;
    height: 130px;
  }

  .rotate-image {
    height: auto;
  }

  .home-three-cta-background, .home-three-cta-main-box {
    border-radius: 0;
  }

  .home-one-agecy-text-title {
    max-width: none;
  }

  .home-two-service-main-wrapper {
    grid-template-columns: auto 1fr;
  }

  .nav-container.nav-three {
    grid-column-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .counter {
    font-size: 45px;
    line-height: 45px;
  }

  .counter-box {
    height: 70px;
  }

  .counter-box.heading-two-box {
    height: 45px;
  }

  .home-two-service-slider {
    grid-template-columns: 1fr;
  }

  .footer-two-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .agenz-footer-two {
    margin-bottom: 20px;
  }

  .footer-two-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .footer-two-top-wrapper.new-footer {
    margin-top: 65px;
  }

  .footer-quick-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-marquee-font {
    font-size: 35px;
    line-height: 35px;
  }

  .text-marquee-arrow {
    width: 12px;
    height: 12px;
  }

  .text-marquee-flex-block {
    grid-column-gap: 15px;
  }

  .home-three-hero-slider-contain-text-block {
    max-width: 500px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .home-three-hero-heading {
    max-width: 500px;
  }

  .home-three-hero-slider-contain-main-wrap {
    height: auto;
  }

  .home-three-hero {
    position: static;
  }

  .home-three-wrap {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .slide-nav {
    display: none;
  }

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

  .footer-one-copyright-main {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-one-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-three-subscribe {
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 50px;
  }

  .header-three-right-side {
    grid-column-gap: 30px;
  }

  .about-one-feature-list {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .feature-name-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .feature-name-wrapper.margin-bottom-thirty {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .feature-content-wrapper {
    max-width: none;
  }

  .about-one-feature-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-one {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-one.process-number {
    font-size: 35px;
    line-height: 45px;
  }

  .awards-heading-wrapper.margin-auto {
    text-align: left;
  }

  .awards-arrow-block {
    align-items: flex-start;
    padding-top: 0;
  }

  .award-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .award-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    width: 100%;
  }

  .process-box-one {
    justify-content: flex-start;
    padding-top: 0;
    padding-right: 0;
  }

  .process-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .about-two-process-section {
    padding-bottom: 64px;
  }

  .process-line {
    display: none;
  }

  .process-box-two {
    padding-top: 20px;
    padding-left: 0;
  }

  .process-box-two.porcess-box-no-padding {
    padding-bottom: 0;
  }

  .process-content {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .process-content.process-content-last {
    margin-bottom: 0;
  }

  .nav-header-text {
    font-size: 26px;
    line-height: 36px;
  }

  .service-one-slider-text {
    padding-bottom: 10px;
  }

  .home-three-testimonials-arrow {
    display: none;
  }

  .portfolio-two-name-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio-two-category-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dollar {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .pricing-plan-time {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .pricing-one-pricing-table {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .pricing-one-pricing-box {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-plan-price {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    line-height: 37px;
  }

  .pricing-one-pricing-box-heading {
    text-align: center;
  }

  .portfolio-three-content-wrapper {
    padding: 30px;
  }

  .contact-two-form-wrapper, .contact-two-contact-form-text {
    max-width: none;
  }

  .contact-two-form {
    width: 100%;
  }

  .contact-two-contact-form-main {
    flex-flow: column;
    align-items: stretch;
  }

  .contact-two-contact-form-heading {
    max-width: none;
  }

  .nav-header-text-3 {
    font-size: 26px;
    line-height: 36px;
  }

  .contact-three-form-option-flex {
    margin-bottom: 20px;
  }

  .contact-three-hero-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-testimonials-heading {
    margin-bottom: 0;
  }

  .about-three-timeline-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .full-screen-menu-inner-wrapper {
    padding-top: 90px;
  }

  .full-menu-text {
    font-size: 45px;
    line-height: 55px;
  }

  .menu-links-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-three-contact-options {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-wrapper {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .flex-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-three-work-slider-wrap {
    padding-left: 60px;
  }

  .text-marquee-font-two {
    font-size: 35px;
    line-height: 35px;
  }

  .text-marquee-arrow-one {
    width: 12px;
    height: 12px;
  }

  .cta-position {
    margin-top: 0;
    position: static;
  }

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

  .button-one {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .button-icon-wrapper {
    height: 50px;
  }

  .left-arrow-box, .right-arrow-box, .home-three-testimonials-arrow-one {
    display: none;
  }

  .testimonial {
    background-position: 50% 30%;
    background-size: contain;
  }

  .logo {
    width: 167px;
    height: 37px;
  }

  .pricing-two-comparison-plan.width {
    border-right-style: none;
    width: 120px;
  }

  .pricing-two-comparison-plan.doller-samount-box {
    border-right-style: none;
  }

  .pricing-grid-content {
    border-left-style: none;
    border-left-width: 0;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .pricing-head-two {
    text-align: center;
    max-width: none;
    line-height: 35px;
  }

  .pricing-row-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 37px;
  }

  .pricing-row-content.price-doller-box {
    padding-bottom: 0;
  }

  .pricing-one-heading {
    text-align: center;
    width: auto;
  }

  .pricing-one-heading.features-box, .pricing-one-heading.top-head {
    display: none;
  }

  .price-one-faq-accordion-dropdown {
    padding-right: 0;
  }

  .about-two-innovation-block {
    grid-template-columns: 1fr;
  }

  .full-story {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-five.text-align-center.timeline-text-two, .heading-five.text-align-center.timeline-text-four {
    margin-top: 0;
  }

  .button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.button-green.responsive-button-full-width {
    width: 100%;
  }

  .header-one-call-and-cart {
    flex: 0 auto;
  }

  .text-white.no-margin-top.mobile-text-center {
    text-align: center;
  }

  .growth-card-block {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .home-one-sticky-flex.wrapper-one {
    grid-row-gap: 30px;
  }

  .home-one-business-wrap {
    align-items: flex-start;
  }

  .tab-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .accordion-tab-wrap {
    border-bottom: 1px solid #cacaca;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .tab-line-one {
    display: none;
  }

  .home-one-business-accordion-contain {
    text-align: center;
    flex-flow: column;
  }

  .tab-line-three, .tab-line-four, .tab-line-two {
    display: none;
  }

  .home-three-video-section {
    padding-top: 50px;
  }

  .video-play-button {
    width: 100px;
    height: 100px;
  }

  .home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .home-three-cta-background {
    background-position: 0%;
  }

  .home-one-agecy-text-points {
    grid-column-gap: 15px;
  }

  .home-one-agecy-text-accordion-wrapper {
    margin-top: 0;
  }

  .home-one-accordion-question {
    align-items: baseline;
  }

  .home-one-choose-us-heading {
    margin-bottom: 10px;
  }

  .padding-top-ten.coach-inner-experience {
    padding-top: 0;
  }

  .check {
    min-width: 20px;
  }

  .home-three-team-member-wrapper {
    grid-template-columns: 1fr;
  }

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

  .home-two-slider-content-wrapper.marquee {
    max-width: 290px;
  }

  .footer-two-top-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-two-top-wrapper.new-footer {
    margin-top: 40px;
  }

  .home-two-testimonial-content {
    padding-left: 28px;
    padding-right: 18px;
  }

  .testimonial-user-image {
    flex: none;
  }

  .text-marquee-font {
    font-size: 24px;
    line-height: 24px;
  }

  .text-marquee-arrow {
    width: 8px;
    height: 8px;
  }

  .home-three-hero-slider-contain-text-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-hero-heading {
    max-width: 400px;
  }

  .home-three-wrap {
    padding-bottom: 80px;
  }

  .home-three-hero-slider-contain-image-block {
    opacity: .4;
  }

  .flex-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-three-subscribe-email-field {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .form {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-three-right-side {
    grid-column-gap: 20px;
  }

  .footer-three-border-line-green-color {
    width: 100%;
  }

  .about-one-counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .awards-heading-wrapper {
    margin-bottom: 40px;
  }

  .home-three-awards-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .counter-decoration-plus {
    top: -18%;
    right: 21%;
  }

  .nav-header-text {
    font-size: 22px;
    line-height: 32px;
  }

  .service-one-slider-text {
    justify-content: center;
    align-items: center;
  }

  .popular-sevice-slider-main {
    width: 100%;
    max-width: 100%;
  }

  .popular-sevice-slider-image {
    width: 100%;
  }

  .servive-one-testimonials-quote {
    display: none;
  }

  .home-three-testimonials-text {
    padding-bottom: 20px;
  }

  .testimonials-three-slider {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-three-primary-block {
    flex-flow: column;
  }

  .testimonials-three-clients-image-main.chnage-opacity {
    display: none;
  }

  .testimonials-three-clients-image-main.chnage-opacity.client-active {
    display: block;
  }

  .service-two-portfolio-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dollar {
    margin-top: 7px;
    font-size: .75rem;
  }

  .pricing-plan-time {
    align-self: center;
  }

  .portfolio-three-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-three-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-two-form-wrapper {
    padding: 35px 20px 40px;
  }

  .contact-one-form-field-flex {
    flex-flow: column;
  }

  .contact-three-form-label {
    margin-bottom: 0;
  }

  .nav-header-text-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-three-hero-banner {
    margin-bottom: 0;
  }

  .contact-three-form-section {
    padding-top: 55px;
  }

  .contact-three-form-option-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .contact-three-hero {
    padding-bottom: 70px;
  }

  .contact-three-form-option-block {
    width: 100%;
    margin-top: 0;
  }

  .about-three-timeline-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-three-contact-options {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hover-image.border-five.responsive-image-full-width {
    width: 100%;
    height: auto;
  }

  .home-three-banner-image {
    background-position: 70%;
  }

  .home-three-banner-overlay {
    background-image: linear-gradient(#13141826, #13141826), linear-gradient(-30deg, #13141800, #13141880 60%, #131418bf);
  }

  .home-three-work-slider-number-block-wrap {
    display: none;
  }

  .home-three-work-slider-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-work-slder-contain-box {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .text-marquee-font-two {
    font-size: 24px;
    line-height: 24px;
  }

  .text-marquee-arrow-one {
    width: 8px;
    height: 8px;
  }

  .home-three-team-flex {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-three-team-members-heading {
    margin-bottom: 20px;
  }

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

  .square-box {
    padding-bottom: 0;
  }

  .scroll-image-two, .counter-image {
    display: none;
  }

  .success-step {
    margin-bottom: 30px;
  }

  .icon-in {
    opacity: 0;
  }

  .icon-out {
    transform: none;
  }

  .service-one-testimonials-heading-one {
    padding-bottom: 0;
  }

  .testimonials-three-main-one {
    display: block;
  }

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

  .doller-amount {
    flex-flow: column;
  }

  .pricing-grid-content.border-right-none.width {
    width: 80%;
  }

  .pricing-head-two {
    text-align: center;
  }

  .price-one-faq-dropdown-contain {
    padding-right: 15px;
  }

  .price-one-faq-accordion-dropdown {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-right: 0;
  }
}

#w-node-_64c53067-6601-bf69-2a0c-f027e3ddd933-031f4e72, #w-node-fbe16667-5441-912e-ef26-58bf8fb86352-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb86357-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb8635e-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb86363-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb8636a-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb8636f-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb86376-031f4e75, #w-node-fbe16667-5441-912e-ef26-58bf8fb8637b-031f4e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04079c76-4355-e209-4b6c-e4f3a17120d8-031f4e81 {
  align-self: end;
}

#w-node-_75e9bfd6-cd43-02e2-57ad-0c6a855e33d8-60f28f44, #w-node-_75e9bfd6-cd43-02e2-57ad-0c6a855e33e5-60f28f44, #w-node-_75e9bfd6-cd43-02e2-57ad-0c6a855e33f2-60f28f44, #w-node-_75e9bfd6-cd43-02e2-57ad-0c6a855e33ff-60f28f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d31305b0-67fa-f009-66a8-a62a333c9b89-924a9cf2 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-d31305b0-67fa-f009-66a8-a62a333c9b89-924a9cf2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d8a35544-8eec-f19f-233a-3b43c7253c80-59697121, #w-node-f500a762-6f67-6c19-a07d-810752e8759d-46c00cf6 {
    align-self: auto;
  }
}


