@font-face {
  font-family: Line Rounded Icon Font;
  src: url('../fonts/line-rounded-icon-font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icon Font;
  src: url('../fonts/line-square-icon-font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free Solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --reins-color: #2f395c;
  --white: white;
  --royal-blue-2: #3a57b2;
  --black: #101929;
  --blue-main-color: #101929;
  --white-smoke: #f2f2f2;
  --imperial-red: #ca0d0d;
  --green: #8cce00;
  --dim-grey: #535151;
  --black-2: #0b0d0f;
  --gray-color: #ecebf2;
  --sky-blue-color: #4a74fd;
  --light-color-gray: #cac9d0;
  --loight-grey: #5351516e;
  --category-blocks: #162031ab;
  --light-lue: #90c2ff;
  --light-blue: #eff9ff;
  --ghost-white: #ecebf2;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  font-family: Questrial, sans-serif;
  font-size: 1rem;
  line-height: 1.6875rem;
}

h1 {
  letter-spacing: -.125rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 5rem;
}

h2 {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h3 {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 2.8125rem;
}

h4 {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h5 {
  color: #1f2e54;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  color: #1f2e54;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

p {
  color: #444655;
  text-align: left;
  letter-spacing: .01rem;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

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

li {
  color: #444655;
  letter-spacing: .01rem;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 2.25rem;
}

blockquote {
  letter-spacing: .01rem;
  border-left: 5px solid #4a74fd;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.rich-text-style, .rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.header-top {
  background-color: var(--reins-color);
  justify-content: space-between;
  align-items: stretch;
  height: 40px;
  padding: 4px 20px;
  display: flex;
}

.menu-button {
  display: none;
}

.header-main-block {
  z-index: 1099;
  position: sticky;
  top: 0;
}

.top-header-time {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-and-search-and-btn-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-and-search-and-btn-column.home-two-header {
  width: 80%;
}

.header-main-row-menu-item {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.header-main-row-menu-item.home-two {
  width: auto;
}

.header-main-row-menu-item.home-two-header {
  width: 100%;
}

.search-field-box {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.search-field-box.line-height-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 150px;
  display: flex;
}

.header-top-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-header-time-and-mail-column {
  grid-column-gap: 54px;
  grid-row-gap: 61px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.top-header-mail {
  grid-column-gap: 8.2px;
  grid-row-gap: 13.2px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-column {
  background-color: #fff;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo-column.home-two {
  background-color: #0000;
}

.main-header {
  box-shadow: 0 0 24px 10px #4a4a4a30;
}

.main-header.home-two {
  z-index: 1;
  box-shadow: none;
}

.main-header.home-two.sticky-header {
  z-index: 9999;
}

.main-header.sticky-header {
  z-index: 1099;
  position: sticky;
  top: 0;
}

.main-header.sticky-header.bg-white {
  max-width: none;
}

.time-text {
  padding-left: 26px;
}

.time-text.text-color-white {
  padding-left: 0;
}

.time-text.text-color-white.other-text {
  letter-spacing: .06px;
  font-size: .9rem;
}

.header-main-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.header-main-row.home-three {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.top-header-social-icon-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.header-bottom {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.header-bottom.home-two {
  z-index: 1;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.header-bottom.home-two.header-gap {
  z-index: 2;
  padding-top: 20px;
}

.main-header-container {
  max-width: none;
}

.twitter {
  font-family: Questrial, sans-serif;
  font-size: 1rem;
  line-height: 1.6875rem;
}

.header-menu-item {
  color: #101929;
  text-align: center;
  letter-spacing: .02rem;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: .875rem;
  transition: all .45s;
}

.header-menu-item:hover {
  color: #4a74fd;
}

.header-menu-item.text-color-white.change-height {
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-menu-item.sub-menu {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.4375rem;
}

.header-menu-item.sub-menu.underline-off {
  text-decoration: none;
}

.header-menu-item.sub-menu.change-line-height {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6875rem;
}

.hero-section-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section-container.home-two {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-main-block {
  padding-top: 208px;
  padding-bottom: 208px;
  display: flex;
  position: relative;
}

.hero-section-main-block.home-two {
  margin-top: -114px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.hero-section-text-column {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-section-form-column {
  width: 45%;
}

.hero-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-top: -40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.home-two {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-section._400px {
  height: 450px;
  margin-top: 0;
}

.hero-section-button-box {
  justify-content: center;
  align-items: center;
}

.category-column {
  text-align: center;
  border-right: 1px solid #444349;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  transition: background-color .6s;
  display: flex;
}

.category-column:hover {
  background-color: #0000;
  border-right-color: #444349;
  padding-top: 0;
}

.category-column-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.category {
  background-color: #171d29;
  overflow: hidden;
}

.category-container {
  z-index: 1;
  background-color: #0000007d;
  max-width: none;
  height: 150px;
  position: relative;
}

.category-main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15rem 15rem 15rem 15rem 15rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-main-block.mask-2 {
  grid-template-columns: 15rem 15rem 15rem 15rem 15rem;
  height: 100%;
}

.creative-solutions-flex-title {
  margin-bottom: 8px;
}

.creative-solutions-caption-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.creative-solutions {
  padding: 120px 15px;
}

.creative-solutions.home-one {
  padding: 50px 30px;
}

.creative-solutions.home-one.padding-up {
  padding-top: 88px;
}

.creative-solutions.home-one.padding-up.about-us-photo {
  padding-right: 30px;
}

.creative-solutions.home-one.project-section {
  padding-bottom: 38px;
}

.creative-solutions-flex-caption {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.creative-solutions-column {
  border-radius: 6px;
  width: 47%;
}

.creative-solutions-column.creative-section-image-home-two {
  background-image: url('../images/Creative-Solutions-Image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 408px;
  padding-bottom: 40px;
  padding-left: 45px;
}

.creative-solutions-flex-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.creative-solutions-flex-row.flex-row-gap {
  padding-bottom: 28px;
}

.creative-solutions-flex-row.flex-row-gap.home-two-line {
  border-bottom: 1px solid #cecece;
  padding-bottom: 32px;
}

.creative-solutions-flex-image {
  width: 100%;
  max-width: 70px;
  padding-top: 5px;
}

.heading-span {
  letter-spacing: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1rem;
}

.heading-span.smaller-text {
  font-size: 2rem;
}

.creative-solutions-main-block {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.always-block-caption-title-box {
  text-transform: capitalize;
}

.always-block-main-button {
  padding-top: 8px;
}

.always-block-main-button.padding-top-eighteen {
  padding-top: 18px;
}

.always-block-flex-image {
  padding-right: 19px;
}

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

.always-main-block.section-gap.home-three {
  flex-direction: row-reverse;
}

.always-main-block.section-gap.home-three.business-counter {
  flex-direction: row;
}

.always-main-block.section-gap {
  justify-content: space-around;
  align-items: stretch;
  max-width: 1300px;
}

.always-main-block.section-gap {
  justify-content: space-around;
  max-width: 1300px;
}

.always-main-block.section-gap.more-padding-down {
  margin-bottom: 36px;
}

.always-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.always-container.home-three {
  padding-left: 0;
  padding-right: 0;
}

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

.always-block-flex.twenty-eight-bottom-gap {
  align-items: flex-start;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.always-block-flex.twenty-eight-bottom-gap.footer-copany-details-column.top {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.always-block-build-caption {
  opacity: .94;
  background-color: #101929;
  border-radius: 6px;
  width: 100%;
  max-width: 292px;
  height: 100%;
  padding: 16px 38px 31px;
  position: relative;
}

.heading-five-margin-zero {
  margin-top: 0;
  margin-bottom: 0;
}

.always-track {
  padding: 15px 15px 120px;
}

.always-track.home-three {
  padding-bottom: 105px;
}

.always-track.home-three.service-details {
  padding-bottom: 120px;
}

.always-track.home-three.service-details.details {
  padding-top: 120px;
}

.always-track.home-three.career-details-page-container {
  padding-top: 0;
  padding-bottom: 120px;
}

.always-track.padding-top-zero {
  padding-top: 0;
}

.always-block-column {
  width: 53%;
  padding-right: 112px;
}

.always-block-column.home-three {
  width: 51%;
  padding-left: 95px;
}

.always-block-image-column {
  background-image: url('../images/3A1A1405-Enhanced-NR-B.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: flex-end;
  width: 47%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.4rem;
  display: flex;
}

.always-block-image-column.home-three {
  background-image: none;
  width: 49%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.always-block-image-column.home-three.business-counter {
  width: 48%;
}

.always-block-image-column.home-three.overflow-visible {
  overflow: visible;
}

.always-block-image-column.about-page-one {
  background-image: url('../images/Business-Work.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.always-block-image-column.about-us-photo {
  background-image: none;
  width: 50%;
  padding-right: 0;
}

.always-block-build-image {
  object-fit: cover;
}

.services-tabs-content-fifth {
  background-image: url('../images/overlay.webp'), url('../images/Competitor-Research-Analysis.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services-tabs-content-third {
  background-image: url('../images/overlay.webp'), url('../images/Community-Management.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services-tabs-content-first {
  background-image: url('../images/overlay.webp'), url('../images/Competitive-and-Marketplace.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 354px 104px 37.2px 50px;
  overflow: hidden;
}

.services-tabs {
  flex-direction: row-reverse;
  min-height: 34.375rem;
  display: block;
  position: static;
}

.services-tabs-content-fourth {
  background-image: url('../images/overlay.webp'), url('../images/Increases-brand-awareness.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services {
  background-color: #101929;
  background-image: url('../images/Services.webp');
  background-position: 50% 68px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 15px 120px;
}

.services.home-two {
  padding-top: 87px;
  padding-bottom: 100px;
}

.services.home-two.service-details {
  position: relative;
}

.services.home-two.no-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 105px;
  padding-bottom: 15px;
}

.services.white-bg {
  background-color: #0000000f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 17px 30px 66px;
  display: none;
}

.services-tabs-content {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.services-tabs-content-second {
  background-image: url('../images/overlay.webp'), url('../images/Social-Media-Brand-Expansion.webp');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services-tabs-text-btn {
  width: 100%;
  height: 100%;
}

.services-tabs-text-btn.text-line-height-mobile {
  align-self: center;
  align-items: center;
  height: 60px;
  padding-left: 17px;
  font-size: 1.175rem;
  display: flex;
}

.services-main-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-caption-column {
  width: 100%;
  margin-left: auto;
}

.services-tab {
  color: #fff;
  background-color: #1a2333;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.services-tab.w--current {
  background-color: var(--royal-blue-2);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.services-main-block {
  margin-left: auto;
  margin-right: auto;
}

.services-tabs-menu {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.services-tabs-menu.section-gap {
  width: 50%;
}

.services-tabs-images {
  background-color: #252d3d;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.services-tabs-first-title {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
}

.services-main-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.services-container {
  max-width: 1320px;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: var(--black);
  padding-top: 42px;
  padding-bottom: 42px;
}

.client-main-block {
  flex-wrap: nowrap;
  display: flex;
}

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.increase-business-calling-details {
  background-image: url('../images/Increase-Business-Phone-Call-Icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 56px;
  display: block;
}

.increase-business-container {
  max-width: 1320px;
}

.increase-business-column {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 17px;
  padding-bottom: 36px;
  display: grid;
}

.increase-business-play-image {
  width: 100%;
  max-width: 98px;
  margin-left: auto;
  margin-right: auto;
}

.increase-business-column-image {
  background-image: url('../images/Increase-Business-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 561px;
  border-radius: 6px;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.increase-business-column-image.services-page-one {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.increase-business {
  padding: 120px 15px 88px;
  display: none;
}

.increase-business.service-one {
  padding-bottom: 120px;
}

.increase-business.hidden {
  display: none;
}

.increase-business-column-caption {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 53%;
  margin-bottom: 44px;
  padding-right: 20px;
}

.increase-business-main-block {
  grid-column-gap: 94.4px;
  grid-row-gap: 94.4px;
  align-items: center;
  display: flex;
}

.testimonials-rating.testimonials-rating-gap {
  padding-top: 8px;
  padding-bottom: 16px;
}

.testimonial-with-form-column-testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 57%;
  max-width: none;
  padding: 70px 44px;
  display: flex;
}

.testimonial-with-form-testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-with-form-main-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-field {
  min-height: 3.25rem;
  font-family: DM Sans, sans-serif;
}

.text-field::placeholder {
  color: red;
}

.text-field.all-text-field-customize {
  color: #101929;
  border-radius: 4px;
  font-size: 1.125rem;
  line-height: 2rem;
}

.text-field.all-text-field-customize::placeholder {
  color: #101929;
}

.text-field.all-text-field-customize.textarea-height-increase {
  border-radius: 4px;
  min-height: 8.125rem;
}

.testimonial-with-form-section {
  align-self: center;
  width: 43%;
  padding: 0 34px;
}

.testimonial-with-form-testimonials-image-column {
  border-radius: 6px;
  width: 29%;
  overflow: hidden;
}

.testimonial-with-form-box {
  background-color: #101929;
  border-radius: 6px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 48px 55px 59px;
}

.testimonial-with-form-box.home-two {
  max-width: 100%;
  padding: 52px 50px;
}

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

.slide-nav {
  display: none;
}

.testimonial-with-form-testimonials-image {
  padding-right: 8px;
  display: flex;
}

.right-arrow {
  display: none;
}

.testimonial-with-form-testimonial-caption-colmn {
  background-image: url('../images/quote.webp');
  background-position: 90% 0;
  background-repeat: no-repeat;
  background-size: 126.45px;
  width: 71%;
  padding-left: 40px;
}

.testimonials-designation {
  text-transform: capitalize;
}

.testimonials-designation.testimonials-heading-gap {
  line-height: 1.5rem;
}

.submit-button {
  background-color: #4361ee;
  width: 100%;
}

.submit-button.form-button {
  background-color: var(--royal-blue-2);
  text-align: center;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
}

.testimonial-with-form {
  background-color: #f2f2f2;
  position: relative;
}

.testimonial-with-form.margin-top {
  margin-top: 0;
}

.testimonial-with-form.margin-top.hidden {
  display: flex;
}

.testimonial-with-form.hidden, .left-arrow {
  display: none;
}

.testimonials-title {
  color: #1f2e54;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.testimonials-item {
  align-items: center;
  display: flex;
}

.testimonial-with-form-container {
  max-width: none;
}

.list-item {
  padding-bottom: .016px;
}

.footer-company-details-sub-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2rem;
}

.footer-contact-no-box.bottom-gap {
  padding-bottom: 20.8px;
}

.footer-company-details-sub-description {
  color: #cac9d0;
}

.footer-social-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: flex;
}

.footer-social-icon.width-twenty {
  justify-content: flex-start;
  width: auto;
  margin-top: 32px;
}

.footer-social-icon.justify-left {
  justify-content: flex-start;
}

.footer-social-icon.home-three-footer-social-icons-gap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
}

.footer-main-block {
  padding-left: 11px;
  padding-right: 11px;
}

.footer-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.footer-link {
  color: #cac9d0;
  letter-spacing: .01rem;
  text-transform: capitalize;
  margin-bottom: 19px;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-decoration: none;
  transition: color .6s;
}

.footer-link:hover {
  color: #4a74fd;
}

.footer-link.footer-link-line-height {
  line-height: 2.5rem;
}

.footer-contact-no-title {
  color: #fff;
  text-transform: capitalize;
}

.footer-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-copany-details-column {
  padding-bottom: 6px;
}

.footer-copany-details-column.home-three-flex {
  display: flex;
}

.footer-copany-details-column.home-three-footer {
  padding-bottom: 0;
}

.list {
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.footer-description-box.description-bottom-gap {
  padding-bottom: .7rem;
}

.footer-column {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  display: flex;
}

.footer-column.footer-right-column-gap-right.home-two-footer-column-padding {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
}

.footer-column.footer-right-column-gap-right {
  padding-right: 32px;
}

.footer-column.footer-right-column-gap-right.home-three {
  padding-right: 65px;
}

.footer-column.footer-right-column-gap-right-copy {
  padding-right: 4rem;
}

.footer-contact-no {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1rem;
}

.footer-description.footer-descrption-color-change {
  color: #ecebf2;
}

.footer-social-icon-item {
  width: .9375rem;
  height: .8125rem;
}

.footer-heading-box.footer-heading-bottom-gap.home-two {
  padding-bottom: 8px;
}

.footer-heading-box.footer-heading-bottom-gap.home-two.recent-project-heading {
  padding-bottom: 30px;
}

.footer-heading-box.footer-heading-bottom-gap {
  padding-bottom: 1rem;
}

.footer {
  background-color: #101929;
  padding-top: 100px;
}

.footer.home-two-footer {
  background-color: var(--white);
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
}

.footer.home-one {
  padding-top: 115px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-row {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.45fr .8fr;
  padding-bottom: 19px;
}

.footer-row.home-one {
  padding-bottom: 90px;
}

.footer-social-icon-box {
  text-align: left;
  background-color: #2a3649;
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 2.25rem;
  height: 2.1875rem;
  display: flex;
}

.footer-social-icon-box.social-media-bg {
  background-color: #2a3649;
}

.footer-bottom-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding: 14px 0 8px;
  display: flex;
}

.footer-bottom-main-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-main-block.home-two-footer-border-off {
  border: 1px #000;
}

.footer-bottom-main-block.home-two-footer-border-off.home-two-footer {
  background-color: #0b121d;
}

.footer-bottom-main-block.home-one {
  border-top: 1px solid #4e5561;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom-column-image {
  width: 50%;
}

.footer-bottom-column {
  text-align: right;
  width: 50%;
}

.footer-bottom-column.footer-bottom-home-two-text {
  text-align: left;
}

.footer-bottom-column.footer-bottom-home-two-text.home-two-footer-column {
  text-align: center;
  width: auto;
}

.footer-bottom-column.home-three-bottom-footer {
  text-align: left;
}

.small-font {
  color: #cac9d0;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6875rem;
}

.small-font.margin-zero {
  letter-spacing: .04rem;
  width: 100%;
  padding-bottom: 0;
  font-size: .8rem;
}

.header-bottom-main-block {
  display: flex;
}

.header-bottom-main-block.home-two {
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  height: 77px;
  padding-left: 32px;
  box-shadow: 0 0 24px 10px #4a4a4a30;
}

.header-bottom-logo-and-menu {
  align-items: center;
  width: 75%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.header-bottom-logo-and-menu.home-two {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-bottom-logo-and-menu.home-two.padding-top-bottom-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.header-bottom-logo-and-menu.home-two.padding-top-bottom-zero.d-none {
  display: none;
}

.header-bottom-menu-column.home-two {
  align-items: center;
  display: flex;
}

.home-two {
  color: #fff;
}

.header-bottom-call-section {
  background-color: #101929;
  width: 25%;
  display: none;
}

.header-bottom-call-section.home-two-header {
  background-color: var(--black);
  border-radius: 7px;
  justify-content: space-around;
  align-items: center;
  width: 146px;
  height: 40px;
  margin-left: 0;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.header-bottom-call-icon {
  background-image: url('../images/Call-Icon_1Call Icon.png');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section-slider.home-two {
  width: 100%;
  height: 859px;
}

.hero-slider-row {
  z-index: 1;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-slider-column.home-two {
  text-align: left;
  width: 55%;
  padding-right: 160px;
}

.hero-section-slider-one {
  position: relative;
}

.home-three-slider-arrow-icon {
  z-index: 100;
  background-color: #ffffff82;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.3rem;
  display: flex;
}

.creative-home-two-content {
  background-color: #101929;
  background-image: url('../images/Creative-Solutions-Shape.webp');
  background-position: 85% 20%;
  background-repeat: no-repeat;
  background-size: 120px 60px;
  border-radius: 6px;
  width: 13.875rem;
  height: 12.125rem;
  padding: 38px 20px 38px 38px;
}

.creative-home-two-work-experience-count {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.creative-home-two-work-experience-count.padding-bottom-four {
  padding-bottom: 4px;
}

.creative-home-two-flex-row {
  align-items: center;
  padding-top: 20.8px;
  display: flex;
}

.creative-home-two-flex-column {
  width: 50%;
}

.precision-section {
  background-color: #f2f2f2;
  padding: 85px 15px 120px;
}

.precision-section.service-one {
  padding-top: 58px;
  padding-left: 30px;
  padding-right: 30px;
}

.precision-container {
  max-width: 1320px;
}

.precision-heading-box {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.precision-grid {
  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;
}

.precision-grid.service-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.precision-grid.hidden {
  display: none;
}

.precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.precision-card.service-one, .precision-card.home-two {
  margin-right: 0;
}

.precision-card.home-two.home-two-page {
  height: 100%;
}

.precision-card.service-one {
  background-color: #ffffffa1;
  flex-direction: column;
  margin-right: 0;
  padding: 19px;
  display: flex;
}

.precision-card-image-box {
  text-align: center;
  height: 45%;
  overflow: hidden;
}

.precision-card-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.precision-card-body {
  flex-direction: column;
  justify-content: space-between;
  height: 55%;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.precision-card-body-row {
  background-color: var(--blue-main-color);
  border-radius: 6px;
  flex-direction: row;
  margin-top: -27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.precision-card-body-caption-column {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0 15px 11px;
  display: flex;
}

.precision-card-body-caption-description-box {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 44px;
}

.precision-card-body-caption-btn-box {
  margin-bottom: 21px;
}

.precision-card-body-caption-title {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.home-two-tab-section {
  padding: 41px 30px 57px;
}

.home-two-tab-section-row {
  align-items: center;
  display: flex;
}

.home-two-tab-section-caption-column {
  flex-direction: column;
  width: 56%;
  height: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 46px;
}

.home-two-tab-section-image-column {
  border-radius: 6px;
  width: 44%;
  overflow: hidden;
}

.home-two-tab-section-tabs-content {
  padding-top: 5px;
}

.home-two-tab-section-tabs-one {
  text-align: center;
  text-transform: capitalize;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-two-tab-section-tabs-one.w--current {
  background-color: var(--royal-blue-2);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.home-two-tab-section-tabs-two {
  color: #1f2e54;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-two-tab-section-tabs-two.w--current {
  background-color: var(--royal-blue-2);
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.home-two-tab-section-tabs-three {
  color: #1f2e54;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-two-tab-section-tabs-three.w--current {
  background-color: var(--royal-blue-2);
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.services-main-heading {
  color: #fff;
}

.services-main-heading.margin-zero {
  color: #0b0d0f;
}

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

.services-grid._2nd-row {
  margin-top: 62px;
}

.services-column.position-relative {
  position: relative;
}

.services-column-image {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.services-round-shape {
  background-color: var(--black);
  outline-offset: 15px;
  border-radius: 60px;
  outline: 3px solid #303742;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  position: relative;
}

.services-column-shape-count-box {
  background-color: #4a74fd;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 42.54px;
  height: 42.54px;
  display: flex;
  position: absolute;
  top: -28px;
  right: -16px;
}

.services-column-shape-count {
  font-family: Urbanist, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 3.75rem;
  position: static;
}

.testimonial-with-form-inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-with-form-main-block-inner {
  display: flex;
}

.exclusive-research {
  padding-top: 120px;
  padding-bottom: 90px;
}

.exclusive-research.home-two {
  padding: 39px 41px 0;
}

.exclusive-research-image-column {
  background-image: url('../images/759-cropped.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  align-items: flex-end;
  width: 50%;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 0;
}

.exclusive-research-caption-column {
  width: 53%;
  padding-right: 48px;
}

.exclusive-research-main-block {
  align-items: center;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.exclusive-research-query-box {
  background-color: #1e1c29;
  background-image: url('../images/Telephone.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 105px;
}

.exclusive-count-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.exclusive-count-column-box {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  padding-right: 25px;
  display: flex;
}

.exclusive-count-column-box.border-right {
  border-right: 1px solid #d4d4d4;
}

.exclusive-count-column-box.border-right.border-bottom {
  border-bottom: 1px solid #d4d4d4;
}

.exclusive-count-column-box.border-right.padding-second-row-gap {
  padding-top: 20px;
}

.exclusive-count-column-box.border-right.padding-second-row-gap.padding-right {
  padding-right: 25px;
}

.exclusive-count-column-box.border-bottom {
  border-bottom: 1px solid #d4d4d4;
}

.exclusive-count-column-box.border-bottom.padding-second-column-gap {
  padding-left: 47px;
}

.exclusive-count-column-box.padding-second-row-gap {
  padding-top: 20px;
}

.exclusive-count-column-box.padding-second-row-gap.padding-second-column-gap {
  padding-left: 47px;
}

.team {
  padding: 105px 15px 118px;
}

.team.about-us {
  padding-top: 87px;
}

.team-container {
  max-width: 1320px;
}

.team-main-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  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;
}

.team-column-image-box {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.increase-your-client-column-image {
  object-fit: cover;
  width: 100%;
}

.team-column-caption {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-top: -30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 15px 5px;
  position: relative;
  box-shadow: 0 10px 24px #dadada4d;
}

.team-name {
  color: #1f2e54;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.go-green-section {
  padding-top: 0;
}

.history-main-block {
  background-color: #101929;
}

.history-row {
  grid-column-gap: 89px;
  flex-direction: column;
  display: flex;
}

.history-image-column {
  background-image: url('../images/Video-Img.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 735px;
  display: flex;
}

.history-caption-column {
  width: 100%;
  max-width: none;
  padding-bottom: 100px;
}

.history-image-play-icon-box {
  width: 120px;
  height: 140px;
}

.header-blue-background {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.header-white-background {
  z-index: -1;
  background-color: #fff;
  width: 70%;
  height: 105px;
  position: absolute;
  top: 0;
  right: 0;
}

.history-heading-box {
  background-image: url('../images/history.webp');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 125px;
  padding-left: 15px;
  padding-right: 25px;
}

.history-heading-box.max-width-seven-hundred {
  overflow: hidden;
}

.history-grid {
  grid-column-gap: 36px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-left: 15px;
  display: grid;
}

.testimonials-home-two {
  background-color: var(--white-smoke);
  padding-top: 85px;
  padding-bottom: 120px;
}

.testimonials-home-two.minus-top-seventy-seven {
  margin-top: -77px;
}

.testimonials-home-two.minus-top-seventy-seven.services-page-two {
  padding-top: 162px;
}

.testimonials-home-two.home-two {
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-home-two-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-home-two-main-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-home-two-slider-card {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.testimonials-home-two-slider-card-row {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.testimonials-home-two-slider-card-column-image-box {
  border-radius: 6px;
  width: 30%;
  overflow: hidden;
}

.testimonials-home-two-slider-card-column-caption {
  width: 70%;
}

.testimonials-home-two-slider-card-inner {
  background-color: #fff;
  background-image: url('../images/Quote.svg');
  background-position: 80% 17%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  padding: 50px;
}

.latest-project {
  padding: 50px 40px 75px;
}

.latest-project-main-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.latest-project-card {
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
  padding: 40px 38px;
  box-shadow: 0 0 40px 8px #dfdfdf99;
}

.latest-project-date-box {
  background-image: url('../images/Dash-Home-Two.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 6px;
  padding-left: 45px;
}

.latest-project-date {
  color: #4a74fd;
  letter-spacing: .06rem;
  font-family: DM Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: .875rem;
}

.latest-project-title {
  color: #1f2e54;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.latest-project-title.padding-bottom-ten {
  margin-top: 5px;
  padding-bottom: 0;
  line-height: 1.6rem;
}

.latest-project-image-inner {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 180px;
}

.footer-home-two-column {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-home-two-column-image-box {
  border-radius: 6px;
  width: 96px;
  height: 94px;
  position: relative;
  overflow: hidden;
}

.footer-home-two-button-box {
  padding-top: 20px;
}

.footer-home-two-button-box-link {
  grid-column-gap: 7px;
  text-decoration: none;
  display: flex;
}

.footer-home-two-button {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.important-link-column {
  justify-content: center;
  width: 40%;
  padding-top: 12px;
  display: flex;
}

.terms-box {
  padding-left: 20px;
  text-decoration: none;
}

.terms {
  color: #cac9d0;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.terms.line-height-home-two-footer {
  letter-spacing: .01rem;
  font-size: 1rem;
  line-height: 1.6875rem;
  transition: color .6s;
}

.terms.line-height-home-two-footer:hover {
  color: #4a74fd;
}

.privacy-box {
  border-right: 1px solid #939393;
  padding-right: 20px;
  text-decoration: none;
}

.privacy {
  color: #cac9d0;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.privacy.home-two-footer {
  letter-spacing: .01rem;
  font-size: 1rem;
  line-height: 1.6875rem;
  transition: color .6s;
}

.privacy.home-two-footer:hover {
  color: #4a74fd;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
}

.home-two-tab-section-tabs-caption {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-two-tab-section-tabs-caption-image-box {
  background-image: url('../images/Implementation.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 303px;
  height: 162px;
  display: flex;
}

.home-two-tab-section-tabs-caption-image-box.our-mission {
  background-image: url('../images/Project-Image-Five.webp');
}

.home-two-tab-section-tabs-caption-image-box.our-vision {
  background-image: url('../images/Project-Image-One.webp');
}

.home-two-tab-section-tabs-caption-image-box-two {
  background-image: url('../images/email-marketing.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 303px;
  height: 162px;
  display: flex;
}

.home-two-tab-section-tabs-caption-image-box-two.our-mission {
  background-image: url('../images/Project-Image-Four.webp');
}

.home-two-tab-section-tabs-caption-image-box-two.our-vision {
  background-image: url('../images/Login-Background.webp');
}

.footer-home-two-column-image-overlay {
  background-color: #4a74fd8c;
  width: 100%;
  position: absolute;
  inset: 0;
}

.footer-home-two-column-attachment-icons-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.footer-home-two-button-arrow {
  display: none;
}

.home-three-top-header-social-icon-column {
  justify-content: flex-end;
  width: 15%;
  display: none;
}

.home-three-top-header-main-block {
  background-color: #101929;
  padding-top: 6px;
  padding-bottom: 6px;
}

.home-three-top-header-main-block-row {
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-three-top-header-details-section-column-inner {
  grid-column-gap: 8.2px;
  grid-row-gap: 8.2px;
  border-right: 1px solid #525156;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.home-three-top-header-details-section-column-inner.padding-left-zero {
  padding-left: 0;
}

.home-three-top-header-details-title {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.0625rem;
}

.home-three-top-header-details-section-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-three-top-header-social-icon-box {
  padding-left: 10px;
  padding-right: 10px;
}

.home-three-header.sticky-header {
  background-color: #fff;
}

.home-three-header.sticky-header.home-three {
  box-shadow: 0 0 24px 10px #87878730;
}

.home-three-header-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-header-button-box.line-height-zero {
  line-height: 0;
}

.home-three-header-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.empower-people-card {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.empower-people-slider-column {
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.empower-people {
  padding: 106px 15px 76px;
}

.empower-people-slider-row-grid {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.empower-people-card-caption-box {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  top: 0;
  box-shadow: 2px 0 20px 3px #808a9933;
}

.empower-people-card-image-box {
  background-image: url('../images/worker-repairing-water-heater.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empower-people-inner-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.empower-people-container {
  max-width: none;
}

.always-block-column-two {
  width: 53%;
  padding-right: 7rem;
}

.always-block-column-two.home-three {
  width: 53%;
  padding-left: 95px;
  padding-right: 30px;
}

.always-block-column-two.home-three.business-counter {
  width: 52%;
  padding-left: 0;
  padding-right: 100px;
}

.home-three-creative-solutions-image {
  object-fit: cover;
}

.always-track-two {
  padding: 15px 15px 7.5rem;
}

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

.business-counter-column {
  padding-right: 8%;
}

.dizify-service-icon-box-three {
  background-image: url('../images/03.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dizify-service-main-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dizify-service-main-block.align-center.padding-bottom-thirty {
  max-width: 1100px;
  padding-bottom: 53px;
}

.dizify-service-icon-box-one {
  background-image: url('../images/01.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dizify-service-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dizify-service-section-title {
  color: #fff;
}

.dizify-service-section-title.home-three.margin-zero {
  letter-spacing: .02rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.dizify-service-icon-box-four {
  background-image: url('../images/04.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dizify-service-icon-box-two {
  background-image: url('../images/02.svg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dizify-service {
  background-image: url('../images/Dizify-Service.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 116px;
  padding-bottom: 129px;
}

.dizify-service.home-three {
  padding: 56px 40px;
}

.video-full-width {
  padding-top: 120px;
}

.video-full-width-image-box {
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

.video-full-width-image {
  object-fit: cover;
  height: 558px;
}

.home-three-team-col {
  padding-top: 39px;
  padding-bottom: 35px;
  display: flex;
}

.home-three-team-column {
  width: 57%;
  padding-right: 39px;
  position: relative;
}

.home-three-team-column.padding-right-sixty.curved-image {
  flex-direction: column;
  justify-content: center;
  padding-top: 16px;
  display: flex;
}

.home-three-team-column.padding-right-sixty.curved-image.home-three-team-cols {
  width: 43%;
}

.home-three-team-col-icons-box {
  padding-top: 5px;
}

.home-three-team-content-image-box {
  border-radius: 6px;
  position: absolute;
  overflow: hidden;
}

.home-three-team-content-image-box.skew-image {
  border-radius: 6px;
  overflow: hidden;
}

.home-three-team-column-inner {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}

.home-three-team-column-inner.border-bottom-zero {
  border: 0 solid #000;
}

.home-three-team-col-four {
  justify-content: center;
  align-items: center;
}

.home-three-team-content-icons {
  margin: auto;
  position: absolute;
  inset: 0;
}

.home-three-team {
  z-index: 2;
  padding: 4px 15px 76px;
  position: relative;
}

.home-three-team-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-three-team-content-black-icons {
  height: 35px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.home-three-team-col-icons {
  color: #535151;
  letter-spacing: -.02rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.our-recent-articles-section-description {
  text-align: center;
}

.our-recent-articles-client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-right: 50px;
  display: grid;
}

.our-recent-articles-client-flex {
  display: flex;
}

.our-recent-articles-container {
  max-width: 1320px;
}

.our-recent-articles-main-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.our-recent-articles {
  background-image: url('../images/BG-Circle.webp'), linear-gradient(#f3f6f9, #f3f6f9);
  background-position: 50% 680px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 484px 484px, auto;
  padding: 87px 15px 249px;
  position: relative;
}

.our-recent-articles.blog-details {
  padding-bottom: 90px;
}

.home-three-input-button-box {
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.home-three-input-button {
  background-color: var(--royal-blue-2);
  letter-spacing: 0;
  border-radius: 4px;
  padding: 16px 23px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
}

.home-three-form {
  position: relative;
}

.home-three-input {
  color: #fff;
  letter-spacing: .01rem;
  background-color: #2a364a;
  border: 0 solid #000;
  border-radius: 4px;
  min-height: 68px;
  padding-left: 24px;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.home-three-input::placeholder {
  color: #cac9d0;
}

.footer-three-row {
  grid-template-rows: auto;
  grid-template-columns: .8fr .5fr .8fr 1fr;
  padding-bottom: 96px;
}

.home-three-form-block {
  padding-top: 14px;
}

.footer-three {
  background-color: #101929;
  padding-top: 7.5rem;
  padding-bottom: 0;
}

.footer-three.home-three {
  padding: 236px 15px 0;
}

.footer-three-bottom-main-block {
  border-top: 1px solid #4c4c4e;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer-three-bottom-main-block.home-three-bottom-footer {
  flex-direction: row-reverse;
}

.home-three-footer-important-links-box {
  grid-column-gap: 30px;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

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

.empower-people-card-caption-box-title {
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #080f3370;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  display: flex;
  position: relative;
}

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

.heading-two.padding-bottom-ten {
  text-align: center;
  font-weight: 500;
}

.heading-two.padding-bottom-ten.left-alignemnt {
  text-align: left;
}

.heading-two-box.max-width-six-hundred {
  max-width: 600px;
}

.heading-two-box.contact-one {
  border-left: 4px solid #4a74fd;
  padding-left: 24px;
}

.heading-two-box.heading-two-bottom-gap {
  overflow: hidden;
}

.padding-bottom-zero {
  padding-bottom: 0;
}

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

.text-color-white {
  color: #fff;
  letter-spacing: .7px;
  margin-top: 3px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

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

.text-color-white.align-center.padding-bottom-twenty.blue-text {
  color: var(--blue-main-color);
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.text-color-white.padding-bottom-ten {
  letter-spacing: .04rem;
  margin-bottom: 30px;
  line-height: 1.4rem;
}

.text-color-white.padding-bottom-ten.subtitle {
  letter-spacing: .04rem;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.text-color-white.padding-bottom-ten.other-padding {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 3.3rem;
  line-height: 4.2rem;
  display: flex;
}

.text-color-white.padding-bottom-ten.leess-text {
  font-size: 1rem;
}

.text-color-white.capitalize {
  text-transform: capitalize;
}

.text-color-white.padding-bottom-twenty.big-size-text {
  font-size: 2rem;
}

.text-color-white.padding-right-fifty {
  padding-right: 7px;
}

.text-color-white.relative {
  font-size: 2rem;
  line-height: 2.4rem;
}

.text-color-white.smaller-text {
  letter-spacing: .07rem;
  font-size: 3rem;
}

.text-color-white.inner-page-banner-section-title {
  font-size: 3rem;
  line-height: 3.2rem;
}

.text-color-white.small-text {
  font-size: .9rem;
}

.text-color-white.less-text {
  font-size: 1.1rem;
}

.all-btn {
  background-color: var(--reins-color);
  text-transform: capitalize;
  border-radius: 6px;
  padding: 21px 32px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
  text-decoration: none;
  transition: all .35s;
}

.all-btn:hover {
  background-color: var(--royal-blue-2);
}

.all-btn.bg-sky-blue {
  background-color: #3161fc;
}

.all-btn.bg-white {
  background-color: #fff;
}

.all-btn.bg-white.text-black {
  color: #101929;
}

.all-btn.transparent-bg {
  background-color: #0000;
}

.all-btn.transparent-bg.padding-zero {
  padding: 0;
}

.all-btn.career-page-bg {
  background-color: #000;
  padding: 12px 15px;
}

.all-btn.change-color {
  background-color: var(--white);
}

.all-btn.full-width-btn {
  width: 100%;
}

.all-btn.half-width-btn {
  width: 35%;
}

.all-btn.bg-red {
  border: .7px none var(--imperial-red);
  background-color: var(--reins-color);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 16px;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.all-btn.bg-red:hover {
  background-color: var(--royal-blue-2);
  color: var(--reins-color);
}

.all-btn.bg-red.less-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.all-btn.bg-dark {
  background-color: var(--black);
}

.all-btn.go-green-button {
  background-color: var(--green);
  width: 180px;
  margin-right: 15px;
}

.all-btn.go-green-button.other-red-button {
  background-color: var(--reins-color);
}

.bg-sky-blue {
  background-color: #4a74fd;
}

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

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

.width-full {
  width: 100%;
}

.description-box {
  overflow: hidden;
}

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

.padding-right-fifty {
  padding-right: 50px;
}

.padding-right-one-zero-eight {
  padding-right: 108px;
}

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

.faq-image-column {
  border-radius: 6px;
  width: 53%;
  overflow: hidden;
}

.faq-main-block {
  grid-column-gap: 94px;
  grid-row-gap: 96px;
  align-items: center;
  display: flex;
}

.faq {
  padding: 120px 15px;
}

.faq.contact-one {
  padding: 105px 34px;
}

.faq.contact-one.pricing-page-two {
  padding-top: 120px;
}

.faq.home-three {
  padding-top: 110px;
  padding-bottom: 70px;
}

.faq.hidden {
  display: none;
}

.faq-accordian-dropdown {
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: hidden;
}

.faq-accordian-dropdown.faq-accordian-dropdown-open.faq-two-block.faq-pricing-one {
  background-color: #f2f3f7;
}

.faq-caption-column {
  width: 47%;
}

.faq-caption-column.contact-one {
  width: 60%;
}

.faq-container {
  max-width: 1320px;
}

.accordion-heading {
  border-radius: 6px;
  justify-content: space-between;
  padding: 4px 28px;
  display: flex;
  overflow: visible;
}

.accordion-heading.faq-active {
  background-color: var(--white-smoke);
}

.accordion-heading.faq-active.faq-two-block {
  align-items: center;
}

.always-block-caption-heading {
  color: #1f2e54;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.testimonial-with-form-absolute-row {
  width: 100%;
  height: 820px;
  display: flex;
  position: relative;
}

.testimonial-with-form-absolute-column-one {
  width: 57%;
}

.testimonial-with-form-absolute-column-two {
  background-image: url('../images/Untitled-design-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43%;
}

.home-three-services-arrow-bg {
  background-image: url('../images/Services-Arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: auto;
  height: 61px;
  display: none;
  position: absolute;
  inset: 10% -55% 0 0;
}

.mega-menu {
  z-index: 10;
  opacity: 0;
  border-radius: 6px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 70px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 0 24px -4px #4a4a4a30;
}

.mega-menu.dropdown-mega-menu {
  opacity: 1;
  border-radius: 0;
  width: 100vw;
  max-width: none;
  display: none;
}

.header-item {
  grid-column-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-item-link {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.dropdown-item-text {
  color: #101929;
  text-align: left;
  padding: 4px 23px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  transition: color .6s;
}

.dropdown-item-text:hover {
  color: #4a74fd;
}

.header-main-row-menu-item-inner {
  display: flex;
  position: relative;
}

.header-main-row-menu-item-inner.nav-item-left-padding {
  margin-left: 0;
}

.header-main-row-menu-item-inner.static {
  position: static;
}

.header-main-row-menu-item-inner.hidden {
  display: none;
}

.header-main-row-menu-item-inner-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding: 28px 10px;
  text-decoration: none;
  display: flex;
}

.header-main-row-menu-item-inner-link.hidden {
  display: none;
}

.dropdown-item-line {
  width: 100%;
  height: 1px;
}

.dropdown-main-block-inner {
  min-width: 215px;
  box-shadow: none;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.hero-section-slider-image {
  height: 120%;
  position: absolute;
  inset: 0;
}

.hero-section-slider-image.slider-one {
  background-image: url('../images/banner1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.hero-section-slider-image.slider-two {
  background-image: url('../images/banner2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-slider-image.slide-three {
  background-image: url('../images/banner3.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-section-slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.all-btn-inner {
  padding-top: 2px;
  padding-bottom: 2px;
}

.all-btn-inner.careear-jobs-button {
  color: #fff;
  font-size: .9375rem;
}

.all-btn-animation {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: .9rem;
  text-decoration: none;
}

.all-btn-animation.text-black {
  color: #000;
}

.all-btn-animation.careear-jobs-button {
  color: #4a74fd;
  font-size: .9375rem;
}

.all-btn-animation.change-color {
  color: var(--black);
}

.all-btn-animation.smalltext {
  font-size: .9rem;
}

.all-btn-main-text {
  height: 15px;
  position: relative;
  overflow: hidden;
}

.all-btn-main-text.text-color-light-black {
  color: #444655;
}

.padding-bottom-twenty-two {
  padding-bottom: 11px;
  line-height: 1.6rem;
}

.padding-bottom-twenty-two.max-width-six-hundred.right-auto {
  margin-right: auto;
}

.padding-top-seven {
  padding-top: 7px;
}

.inner-page-banner.about-page-banner {
  background-image: url('../images/About-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.about-page-banner.text-center {
  opacity: 1;
  background-image: url('../images/Boiler-vs.-Water-Heater-What-is-the-difference.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.about-page-banner.text-center.heating-banner {
  background-image: url('../images/family.jpg');
}

.inner-page-banner.about-page-banner.text-center.cooling-banner {
  background-image: url('../images/Cooloing.webp');
  background-position: 50% 80%;
}

.inner-page-banner.about-page-banner.text-center.plumbing-banner {
  background-image: url('../images/Plumbing.webp');
  background-position: 50% 35%;
}

.inner-page-banner.about-page-banner.text-center.go-green-banner {
  background-image: url('../images/Grant_EN_2.jpg');
  background-position: 100%;
}

.inner-page-banner.about-page-banner.text-center.financing {
  background-image: url('../images/Furnace-2.jpg');
  background-position: 50% 0;
}

.inner-page-banner.about-page-banner.text-center.promotion-image {
  background-image: url('../images/family-1.jpg');
  background-position: 50% 0;
}

.inner-page-banner.about-page-banner.text-center.about-us-image {
  background-image: url('../images/IMG_3801.jpg');
}

.inner-page-banner.text-center {
  background-image: url('../images/Service-One-Banner-Image.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.team-one {
  background-image: url('../images/Team-One-Banner.webp');
}

.inner-page-banner.service-one {
  background-image: url('../images/Service-One-Banner-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.service-one.text-center.services-banner {
  background-image: url('../images/air-quality.jpg');
}

.inner-page-banner.service-two {
  background-image: url('../images/Service-Two-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.service-two.text-center {
  background-position: 0%;
  background-size: cover;
}

.inner-page-banner.service-details {
  background-image: url('../images/Service-Details.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.project-page {
  background-image: url('../images/Project-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.contact-one {
  background-image: url('../images/Service-One-Banner-Image.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.contact-one.text-center {
  background-image: url('../images/IMG_3810.jpg');
  background-position: 0 20%;
}

.inner-page-banner.help-center {
  background-image: url('../images/Help-Center-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.blog-one {
  background-image: url('../images/Blog-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.blog-one.text-center {
  background-image: url('../images/504251211-img_3797-1024x683-826x470.jpg');
  background-position: 50%;
}

.inner-page-banner.blog-one.text-center.banner-blog {
  background-image: url('../images/bg-financing.jpg');
  background-position: 50%;
  background-size: cover;
}

.inner-page-banner.blog-two-page {
  background-image: url('../images/Blog-Two-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.blog-three-page {
  background-image: url('../images/Blog-Three-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner.team-details {
  background-image: url('../images/Team-Details.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-page-banner-container {
  max-width: none;
}

.inner-page-banner-main-block {
  height: 60vh;
  position: relative;
}

.inner-page-banner-section-title.text-color-white {
  letter-spacing: .04rem;
  font-weight: 500;
}

.inner-page-banner-section-title-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 109px 45px 0;
  display: flex;
  position: relative;
}

.video-section {
  background-image: url('../images/Video-Image-Together.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 85px;
  padding-bottom: 213px;
  position: relative;
}

.about-video-section-container {
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-video-main-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
  position: relative;
}

.video-column-text {
  width: 63%;
}

.video-column-icon-box {
  width: 30%;
  padding-left: 40px;
}

.video-heading-box {
  max-width: 500px;
  margin-left: auto;
  padding-left: 21px;
}

.text-span {
  color: #4a74fd;
}

.free-consultation {
  margin-top: -121px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.free-consultation.service-gogreen {
  padding-bottom: 86px;
  padding-left: 100px;
  padding-right: 100px;
}

.free-consultation.other {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.free-consultation-container {
  max-width: 1320px;
}

.free-consultation-main-block {
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.free-consultation-image-column {
  width: 28%;
}

.free-consultation-caption-column {
  grid-column-gap: 0px;
  background-color: #4a74fd;
  background-image: url('../images/Free-Consulting-Overlay.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 72%;
  padding: 55px 76px 50px 90px;
  display: flex;
}

.free-consultation-caption-column.go-green {
  padding-top: 30px;
  padding-bottom: 30px;
}

.free-consultation-caption-image-box {
  width: 100%;
  height: 100%;
}

.free-consultation-caption-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.free-consultation-caption-column-inner {
  width: 100%;
  padding-right: 10px;
}

.free-consultation-caption-button-box {
  width: auto;
  display: flex;
}

.caption-button {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-home-three-main-block {
  height: auto;
}

.hero-home-three-slide-nav, .hero-home-three-slide-left-arrow {
  display: none;
}

.hero-home-three-slide-caption {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-home-three-slide-three {
  border-right: 1px solid #ffffff52;
}

.hero-home-three {
  overflow: hidden;
}

.hero-home-three-slide-two {
  border-right: 1px solid #ffffff52;
}

.hero-home-three-slide-right-arrow {
  display: none;
}

.hero-home-three-slide-one {
  border-right: 1px solid #ffffff52;
  height: 795px;
}

.hero-home-three-slider-mask {
  height: 795px;
}

.hero-home-three-slider {
  background-color: #0000;
  height: 100%;
}

.home-one-card-caption {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.home-one-card-column-image {
  object-fit: cover;
  height: 457px;
}

.home-one-card {
  padding-top: 0;
  padding-bottom: 0;
}

.home-one-card.home-one {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-card-column {
  border-radius: 6px;
  height: 457px;
  position: relative;
}

.home-one-card-column-image-box {
  border-radius: 6px;
  overflow: hidden;
}

.home-one-card-title {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.home-one-card-title.text-color-white.padding-bottom-five {
  padding-bottom: 5px;
}

.home-one-card-description.text-color-white.line-height-thirty {
  line-height: 1.875rem;
}

.home-one-card-description.text-color-white.line-height-thirty.change-color {
  color: #ffffffc2;
}

.home-one-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.home-one-card-overlay {
  background-image: linear-gradient(#052898a3, #101929bd);
  border-radius: 6px;
  position: absolute;
  inset: 0;
}

.home-one-main-block-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-nine-hundred {
  max-width: 900px;
}

.team-full-width-section-container {
  max-width: none;
}

.team-full-width-main-block {
  background-image: url('../images/Team-One-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 91px;
  padding-bottom: 91px;
  position: relative;
}

.team-full-width-main-block-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.team-full-width-button {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.team-full-width-caption-column {
  width: 60%;
  max-width: 697.203px;
}

.inner-page-banner-overlay {
  background-color: #1c1a2475;
  width: 100%;
  height: 100%;
  position: absolute;
}

.team-full-width-main-block-overlay {
  background-color: #1e1c2999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.team-full-width-main-block-overlay.team-new-overlay {
  background-image: linear-gradient(270deg, #1e1c29, #4a74fd5e);
}

.team-member-expert {
  padding-top: 105px;
}

.team-member-expert.bg-light-gray {
  background-color: #f2f3f7;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-expert-container {
  max-width: none;
}

.team-member-expert-main-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-expert-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.team-member-expert-caption {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.team-member-expert-sub-heading {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.team-member-expert-card-overlay {
  background-color: #04081024;
  background-image: linear-gradient(#04081024, #101929b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.team-count {
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-count-container {
  max-width: 1320px;
}

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

.team-count-block {
  border-right: 1px solid #dbdbdb;
  padding-top: 28px;
  padding-bottom: 18px;
}

.team-count-block.text-center.border-right-zero {
  border-right: 0 #0000;
}

.business-update {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.business-update-container {
  max-width: 1320px;
}

.business-update-grid {
  grid-column-gap: 89px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.business-update-image-column {
  width: 50%;
}

.business-update-caption-column {
  width: 50%;
  padding-right: 10px;
}

.business-update-image-box {
  border-radius: 6px;
  overflow: hidden;
}

.business-update-image-relative {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.business-update-happy-members-box {
  border-radius: 36px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 23px;
  padding: 9px 12px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.business-update-happy-members-box.bg-white {
  grid-column-gap: 8px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.business-update-happy-members-box.bg-white.service-two {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 19px;
}

.business-update-happy-members-text {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #1f2e54, #4a74fd);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Urbanist, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2rem;
}

.business-update-progress {
  padding-bottom: 30px;
}

.business-update-progress-text-details {
  justify-content: space-between;
  display: flex;
}

.business-update-progress-text-details.padding-bottom-ten {
  padding-bottom: 10px;
}

.business-update-progress-bar {
  border-radius: 7px;
  width: 100%;
  height: 6px;
}

.business-update-progress-bar.service-two {
  background-color: #fff;
}

.business-update-progress-bar-update {
  background-color: #4a74fd;
  border-radius: 7px;
  height: 100%;
}

.business-update-progress-bar-update.service-one {
  width: 93%;
}

.business-update-progress-bar-update.service-two {
  width: 86%;
}

.business-update-progress-bar-update.service-three {
  width: 92%;
}

.error-page {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 116px;
  display: flex;
}

.error-page-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.error-page-main-block {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.error-page-heading-box {
  padding-top: 180px;
}

.error-page-heading {
  color: #101929;
  text-shadow: -9px 9px #e3eaff;
  font-family: Urbanist, sans-serif;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.error-page-overlay-image {
  background-image: url('../images/error.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 391px;
}

.error-page-sub-heading-box {
  padding-top: 70px;
  padding-bottom: 17px;
}

.error-page-description {
  color: #535b66;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.video-section-overlay {
  background-color: #1e1c29cc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.video-section-overlay.other {
  background-color: #00000070;
}

.increase-business-for-services-one-page-image-box {
  border-radius: 6px;
  overflow: hidden;
}

.pricing {
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing.pricing-two {
  padding-bottom: 120px;
}

.pricing.service-one {
  padding: 88px 15px 120px;
}

.pricing-container {
  max-width: 1320px;
}

.pricing-main-block.service-one {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
}

.pricing-heading {
  color: #1f2e54;
}

.pricing-plan-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-section.pricing-one-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.pricing-plan-section.pricing-two-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.pricing-plan-card {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 64px 54px 66px;
  box-shadow: 0 4px 60px #8f847b1a;
}

.pricing-plan-card.bg-sky-blue {
  background-color: var(--royal-blue-2);
  position: relative;
}

.pricing-plan-card.bg-sky-blue.pricing-two.pricing-page-one, .pricing-plan-card.bg-dark-blue.text-color-white.pricing-page-one, .pricing-plan-card.margin-pricing.pricing-page-one {
  padding: 55px 51px;
}

.pricing-plan-card.pricing-two-page {
  padding: 40px 47px;
}

.pricing-plan-name-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-plan-name-box.padding-bottom-seven {
  align-items: center;
  padding-bottom: 7px;
}

.pricing-plan-name {
  color: #101929;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.pricing-plan-price-month-box {
  align-items: flex-start;
  display: flex;
}

.pricing-plan-price-month-box.padding-bottom-twenty {
  position: relative;
}

.text-sky-blue {
  color: var(--royal-blue-2);
}

.amount {
  color: #4a74fd;
  letter-spacing: -.05rem;
  font-family: DM Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

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

.amount.pricing-one-amount {
  letter-spacing: -.02rem;
  padding-top: 6px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 2rem;
}

.amount.pricing-one-amount.text-color-black {
  color: #1f2e54;
}

.amount-validity {
  color: #535b66;
  font-size: 1.125rem;
  line-height: 2rem;
}

.amount-validity.text-color-white {
  color: #fff;
}

.amount-validity.pricing-one-length {
  font-family: Questrial, sans-serif;
  font-weight: 400;
}

.text-block {
  color: #1f1d2a;
  font-family: DM Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.pricing-plan-button-box.padding-bottom-twenty, .pricing-plan-features-list {
  position: relative;
}

.pricing-plan-features-list.pricing-two {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-plan-features-list-item {
  grid-column-gap: 17px;
  align-items: center;
  display: flex;
}

.padding-bottom-ten {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 2.8rem;
  display: block;
}

.padding-bottom-ten.centered-text {
  text-align: center;
  margin-bottom: 0;
}

.investment {
  background-color: #f2f3f7;
  padding: 120px 15px;
}

.investment-container {
  max-width: 1320px;
}

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

.investment-text-column {
  width: 50%;
}

.investment-image-column {
  width: 47%;
  position: relative;
}

.investment-image-box {
  border-radius: 6px;
  overflow: hidden;
}

.investment-category {
  grid-column-gap: 13px;
  flex-wrap: wrap;
  display: flex;
}

.investment-category-item {
  grid-column-gap: 14px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.investment-category-item.service-two {
  align-items: center;
}

.contact-expert {
  background-color: #f2f3f7;
  padding-bottom: 88px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-expert.pricing-one-page {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-expert-container {
  max-width: 1320px;
}

.contact-expert-main-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.contact-expert-image-column {
  width: 53%;
}

.contact-expert-image-column.cols-gap {
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 171px;
}

.contact-expert-image-column.cols-gap.hidden {
  display: none;
}

.contact-expert-caption-column {
  width: 47%;
  max-width: 536px;
}

.contact-expert-image-box {
  border-radius: 6px;
  margin-right: 82px;
  position: relative;
  overflow: hidden;
}

.contact-expert-flex {
  grid-column-gap: 15px;
  display: flex;
}

.next-level {
  background-color: #f2f3f7;
  padding-bottom: 85px;
  padding-left: 15px;
  padding-right: 15px;
}

.next-level-container {
  max-width: 1320px;
}

.next-level-main-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.next-level-stroke-icon-box {
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: -25px;
  right: 50px;
}

.next-level-column-caption {
  width: 53%;
}

.next-level-column-caption.service-next-level {
  max-width: 624.328px;
  padding-right: 38px;
  position: relative;
}

.next-level-column-image {
  width: 47%;
}

.believe {
  padding: 89px 15px 203px;
}

.believe.bg-dark-blue {
  padding-left: 40px;
  padding-right: 40px;
}

.believe.bg-dark-blue.other {
  background-color: var(--reins-color);
  padding-bottom: 90px;
}

.believe-container {
  max-width: 1320px;
}

.believe-main-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.believe-main-block.align-center {
  max-width: none;
}

.max-width-seven-hundred {
  max-width: 700px;
}

.bg-dark-blue {
  background-color: #101929;
}

.believe-grid {
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.believe-column-caption {
  grid-column-gap: 40px;
}

.believe-column-image-box {
  border-radius: 6px;
  overflow: hidden;
}

.believe-column-caption-inner {
  grid-column-gap: 40px;
  padding-bottom: 30px;
  display: flex;
}

.believe-column-caption-inner.padding-bottom-zero {
  padding-bottom: 0;
}

.padding-bottom-thirty {
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 2rem;
}

.services-two-counter {
  margin-top: -83px;
  position: relative;
}

.services-two-counter.service-two {
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-counter-container {
  max-width: 1320px;
}

.services-two-counter-main-block {
  background-color: var(--royal-blue-2);
  border-radius: 6px;
  padding-top: 34px;
  padding-bottom: 34px;
}

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

.services-two-counter-column {
  grid-column-gap: 23px;
  border-right: 1px solid #7a99ff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 42px;
  display: flex;
}

.services-two-counter-icon-box {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.video-play-button-services-page-two-box {
  justify-content: center;
  align-items: center;
  max-width: 100px;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-play-button-services-page-two {
  outline-offset: 10px;
  border-radius: 50%;
  outline: 1px solid #fff;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  height: 70px;
  display: flex;
}

.service-details-card-section {
  padding-top: 104px;
  padding-bottom: 0;
}

.service-details-card-section.help-center {
  padding: 85px 15px 120px;
}

.service-details-card-section.service-details, .service-details-card-section.request-a-demo {
  padding-left: 15px;
  padding-right: 15px;
}

.service-details-card-section.career-page {
  padding: 62px 41px;
}

.service-details-card-container {
  max-width: 1100px;
}

.service-details-card-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-details-card {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 40px 30px 40px 40px;
  box-shadow: 0 4px 60px #8f847b1a;
}

.service-details-card.text-center {
  border-left: 4px solid var(--reins-color);
  text-align: left;
  width: 100%;
  height: 230px;
  padding: 26px;
  box-shadow: 0 4px 60px #8f847b47;
}

.service-details-card.text-center._50 {
  background-color: var(--royal-blue-2);
  width: 57%;
}

.service-details-card.text-center.blue-bg {
  background-color: var(--royal-blue-2);
}

.service-details-card.text-center.other-panel {
  box-shadow: none;
  background-color: #fff0;
  align-self: center;
}

.service-details-card.text-center.other-panel.half {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-details-card.text-center.half {
  width: 50%;
}

.service-details-card.text-center.testimonials {
  border-top: 5px solid var(--reins-color);
  border-left-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-details-card.text-center.testimonials.process-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service-details-card-icon-box {
  background-color: #f2f2f2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.heading-five-box.padding-left-forty-five {
  padding-left: 45px;
}

.heading-five-box.padding-left-forty-five.padding-top-seven.padding-bottom-thirty.padding-right-forty-five {
  padding-right: 45px;
}

.heading-five-box.padding-bottom-five {
  padding-bottom: 5px;
}

.service-details-card-button-box {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.service-details-card-button-box.padding-left-forty-five {
  padding-left: 45px;
}

.service-details-card-button-box.padding-left-forty-five.padding-right-forty-five {
  padding-bottom: 20px;
  padding-right: 45px;
}

.heading-five {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-five.text-color-white {
  color: #fff;
}

.heading-five.text-color-white.padding-top-ten {
  padding-top: 10px;
}

.heading-five.underline-off {
  display: block;
}

.heading-five.underline-off.padding-bottom-ten.padding-top-ten {
  padding-top: 10px;
  display: flex;
}

.heading-five.padding-bottom-ten {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

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

.service-details-overlay {
  background-image: url('../images/Service-Details-Back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.latest-project-article {
  padding: 63px 40px 68px;
}

.latest-project-article.service-page-details {
  padding-left: 15px;
  padding-right: 15px;
}

.latest-project-article-container {
  max-width: 1320px;
}

.latest-project-article-main-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.latest-project-article-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.latest-project-article-image-box {
  border-radius: 6px;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}

.latest-project-article-sub-heading-box {
  background-image: url('../images/Dash-Home-Two.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 45px;
}

.latest-project-article-sub-heading-box.padding-right-forty-five {
  padding-right: 45px;
}

.latest-project-article-sub-heading-box.margin-top-thirty {
  margin-top: 30px;
}

.latest-project-article-sub-heading {
  color: #4a74fd;
  letter-spacing: .06rem;
  text-transform: capitalize;
  font-family: DM Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: .875rem;
}

.project {
  padding: 97px 15px 107px;
}

.project-container {
  max-width: none;
}

.project-main-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.project-column {
  border-radius: 6px;
  height: 457px;
  position: relative;
}

.about-company {
  background-image: linear-gradient(#f2f3f7, #f2f3f7);
  padding-top: 120px;
  padding-bottom: 97px;
}

.about-company.contact-two-page {
  background-image: linear-gradient(#f2f3f700, #f2f3f700);
  padding: 68px 37px;
}

.about-company.contact-one {
  padding-left: 15px;
  padding-right: 15px;
}

.about-company-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  max-width: 1320px;
  display: flex;
}

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

.about-company-grid.contact-two {
  grid-column-gap: 60px;
  grid-template-columns: 1.75fr 1fr;
}

.about-company-column.lower {
  background-color: var(--reins-color);
  background-image: url('../images/Background-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 39px;
}

.contact-form {
  padding-top: 32px;
}

.contact-form.contact-two {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px 56px;
}

.contact-form.request {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}

.contact-input-field {
  width: 50%;
  height: 52px;
  margin-bottom: 15px;
}

.contact-input-field.width-full {
  width: 100%;
}

.contact-input-field.width-full.relative {
  position: relative;
}

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

.contact-form-all-field-inner {
  grid-column-gap: 10px;
  display: flex;
}

.contact-form-button {
  text-transform: capitalize;
  border-radius: 6px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-form-button.bg-sky-blue {
  background-color: var(--royal-blue-2);
  letter-spacing: .04px;
  background-color: #124b98;
  font-weight: 500;
}

.contact-form-button.bg-sky-blue.red {
  background-color: var(--imperial-red);
  letter-spacing: .04rem;
  letter-spacing: .04rem;
  background-color: #d10005;
  margin-bottom: 10px;
}

.contact-input {
  color: #535b66;
  border-radius: 6px;
  height: 52px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

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

.contact-input.radius-six:focus {
  border: 1px solid #d0d0d0;
}

.contact-input.radius-six.focus:focus {
  box-shadow: 0 9px 24px #d8d8d899;
}

.textarea {
  color: #535b66;
  border-radius: 6px;
  min-height: 126px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.address-block {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 23px;
  padding: 38px 48px;
  position: relative;
}

.address-block.gap-top {
  margin-top: 53px;
}

.address-block-image-box {
  width: 100%;
  max-width: 65px;
}

.address-block-details-box {
  width: 100%;
}

.address-block-overlay {
  background-image: url('../images/Chat-LG.svg');
  background-position: 93% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.address-block-overlay.address {
  background-image: url('../images/Location-LG.svg');
}

.address-block-overlay.contact {
  background-image: url('../images/Contact-Gray-LG.svg');
}

.address-block-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
  position: relative;
}

.address-block-image {
  width: 100%;
}

.contact-one-essential {
  width: 40%;
}

.contact-one-essential.stiky-top {
  position: sticky;
  top: 20px;
}

.contact-mail-box {
  background-color: #f2f3f7;
  border-radius: 6px;
  padding: 30px;
}

.contact-mail {
  color: #535b66;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.mail-link {
  color: #4a74fd;
  font-weight: 500;
  text-decoration: none;
}

.our-branch {
  background-image: linear-gradient(#f2f3f7, #f2f3f7);
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-branch-container {
  max-width: 962px;
}

.our-branch-main-block {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

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

.our-branch-column {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 37px;
}

.get-touch-contact-two {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 36px;
  position: relative;
}

.get-touch-contact-two-container {
  max-width: 1320px;
}

.get-touch-contact-two-main-block {
  position: relative;
}

.get-touch-contact-two-overlay {
  background-color: #10192970;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.get-in-touch-block {
  background-color: #25419ee3;
  border-radius: 6px;
  width: 40%;
  padding: 55px 15px 55px 50px;
}

.register {
  background-color: #f2f3f7;
}

.register-container {
  max-width: none;
}

.register-main-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.register-image-col {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.register-caption-col {
  width: 50%;
}

.register-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.register-shape-one-icon-box {
  position: absolute;
  top: 15px;
  left: 50px;
}

.register-shape-one-icon-box.reset-password-shape-adjuested {
  top: 80px;
  left: 0;
}

.register-shape-two-icon-box {
  position: absolute;
  top: 184px;
  left: 200px;
}

.register-shape-two-icon-box.reset-password-shape-adjuested {
  top: 230px;
  left: 145px;
}

.register-image-col-inner {
  width: 100%;
  position: relative;
}

.register-logo-box {
  width: 100%;
  max-width: 580px;
  padding-top: 35px;
}

.register-form-block {
  width: 100%;
  max-width: 486px;
  padding-top: 120px;
}

.toggle-button-box {
  justify-content: center;
  align-items: center;
  padding-bottom: 44px;
  display: flex;
}

.register-icon-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.tac-checkbox {
  padding-top: 5px;
  padding-bottom: 30px;
}

.tac-checkbox.login {
  justify-content: space-between;
  display: flex;
}

.checkbox-label {
  color: var(--dim-grey);
  padding-left: 13px;
  font-family: DM Sans, sans-serif;
  font-size: 1.0625rem;
  line-height: 2rem;
}

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

.link:hover {
  color: var(--white);
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

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

.or-block-line {
  background-color: #dedede;
  width: 100%;
  height: 1px;
}

.or-block-text-box {
  padding: 20px;
}

.or-block-text {
  color: #535b66;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.register-social-icon-box {
  grid-column-gap: 10px;
  display: flex;
}

.social-icons-google-button-box {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 60px;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.register-page-social-icon-box {
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.bg-black {
  background-color: #000;
}

.register-image-shape-box {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.request-demo {
  background-image: linear-gradient(#f2f3f7, #f2f3f700);
  padding: 120px 15px 100px;
}

.request-demo-container {
  max-width: 1320px;
}

.request-demo-main-block {
  grid-column-gap: 96px;
  display: flex;
}

.request-demo-caption-column {
  width: 41%;
}

.request-demo-form-column {
  width: 59%;
}

.request-demo-sub-heading {
  color: #4a74fd;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.request-demo-tag-box {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.request-demo-tag {
  padding-bottom: 36px;
}

.demo-conducted-card {
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 451px;
  margin-bottom: 18px;
  padding: 17px 20px;
  display: flex;
}

.demo-conducted-card-details {
  grid-column-gap: 15px;
  display: flex;
}

.demo-conducted-card-image-box {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.request-demo-video-image {
  object-fit: cover;
  padding-left: 15px;
  padding-right: 15px;
}

.request-demo-video-image-container {
  max-width: 1320px;
}

.request-demo-video-image-main-block {
  border-radius: 6px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.play-btn-request-demo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.play-btn-request-demo-image-box {
  outline-offset: 15px;
  border-radius: 60px;
  outline: 1px solid #fff;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  height: 70px;
  display: flex;
}

.get-started-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.reset-password {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.reset-password-container {
  max-width: 1320px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.reset-password-main-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.reset-password-main-block.text-center {
  position: relative;
}

.reset-password-block {
  background-color: #fff;
  width: 100%;
  max-width: 636px;
  padding: 76px;
  box-shadow: 0 4px 53px #c3c3c340;
}

.reset-password-shape-box {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.career-hero {
  padding: 168px 63px 107px;
}

.career-hero-container {
  max-width: 1320px;
}

.career-hero-main-block {
  background-image: url('../images/cowomen-7Zy2KV76Mts-unsplash-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 158px 100px;
  position: relative;
}

.career-hero-main-block.blog-details {
  background-image: url('../images/Blog-Details-Banner.webp');
}

.career-hero-heading-box {
  padding-bottom: 15px;
  position: relative;
}

.career-hero-button-box {
  display: flex;
  position: relative;
}

.career-hero-main-block-shape-box {
  position: absolute;
  bottom: -110px;
  right: 157px;
}

.team-member-count {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 28px 34px 20px;
  display: flex;
  position: absolute;
  top: 60px;
  left: 0;
  box-shadow: 18px 0 60px #0003;
}

.always-block-image-column-inner {
  border-radius: 6px;
  width: 90%;
  overflow: hidden;
}

.jobs {
  background-color: #f2f3f7;
  padding: 110px 15px 120px;
  overflow: hidden;
}

.jobs-container {
  max-width: 1320px;
}

.jobs-flex {
  align-items: center;
  display: flex;
}

.jobs-button-box {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.jobs-text-column {
  width: 100%;
  max-width: 600px;
}

.jobs-category-slider {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.jobs-category-slider-card {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
}

.jobs-category-company-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.jobs-category-company-logo-box {
  width: 53px;
  height: 53px;
}

.jobs-timing-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  display: flex;
}

.jobs-application-box {
  border-top: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.jobs-category-company-name {
  color: #1f2e54;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.location-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  display: flex;
}

.location-name {
  color: #53555a;
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: .875rem;
}

.jobs-timing-text {
  color: #105f13;
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: .875rem;
}

.jobs-timing-box-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #e7fce8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 106px;
  height: 29px;
  display: flex;
}

.career-details-page {
  background-image: linear-gradient(#f2f3f7, #fff);
  padding: 110px 15px 120px;
}

.career-details-page-container {
  max-width: none;
}

.heading-one-box.max-width-seven-hundred.padding-bottom-fourtyfive {
  padding-bottom: 45px;
}

.career-details-company-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 32px 45px;
}

.career-details-job-title-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.career-details-job-title-box-inner {
  border-left: 5px solid #4a74fd;
  padding-left: 26px;
}

.timing-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.job-timing-career-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.career-details-company-card-inner {
  padding-bottom: 40px;
}

.career-details-company-card-inner.border-bottom-career-details {
  border-bottom: 1px solid #e1e1e1;
}

.career-details-save-and-share-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  display: flex;
}

.career-details-save-button-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: capitalize;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  align-items: center;
  padding: 11px 16px;
  text-decoration: none;
  display: flex;
}

.career-details-share-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.career-details-share-social-icon-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.career-details-share-social-icon-item {
  background-color: #f2f2f2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.career-details-save-text {
  color: #444655;
  font-family: Urbanist, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: .875rem;
}

.career-details-share-text {
  float: none;
  color: #444655;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: .875rem;
}

.career-all-details {
  max-width: 1070px;
}

.career-details-update {
  background-image: url('../images/Update-Regularly.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1320px;
  margin-top: 120px;
  position: relative;
}

.career-details-update.margin-auto {
  background-image: url('../images/mapleair-ductless.jpg');
  background-position: 50% 0;
  background-attachment: fixed;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  overflow: hidden;
}

.career-details-update-overlay {
  background-color: #4a74fdc4;
}

.subscribe-field-form {
  display: flex;
  position: relative;
}

.subscribe-field-input {
  color: #444655;
  letter-spacing: .01rem;
  border-radius: 6px;
  height: 68px;
  padding-left: 22px;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.subscribe-field-input::placeholder {
  color: #444655;
}

.career-details-update-inner {
  max-width: 600px;
  padding: 105px 15px;
}

.career-details-update-inner.margin-auto.text-center {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 19px;
  padding-bottom: 0;
  display: flex;
}

.shape-careear-details-box {
  position: absolute;
  bottom: 40%;
  right: 15%;
}

.subscribe-button-box {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 12px;
  overflow: hidden;
}

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

.pricing-one {
  padding-right: 5px;
  font-family: Urbanist, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2rem;
}

.pricing-one.text-color-light-black {
  color: #444655;
}

.faq-two {
  padding-left: 15px;
  padding-right: 15px;
}

.faq-two.help-center {
  padding-bottom: 70px;
}

.faq-two-container {
  max-width: 1320px;
}

.faq-two-flex {
  max-width: 1070px;
  padding-top: 30px;
}

.faq-two-flex.margin-auto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 52px;
  display: flex;
}

.faq-two-flex.margin-auto.faq-pricing-one {
  padding-top: 0;
  padding-bottom: 27px;
}

.faq-column {
  width: 50%;
}

.line {
  background-color: #eaeaea;
  width: 100%;
  height: 1px;
}

.line.pricing-two {
  background-color: #eaeaea5c;
}

.career-hero-image-overlay {
  background-color: #0d1b4b4d;
  border-radius: 6px;
  position: absolute;
  inset: 0;
}

.pricing-plan-card-tick-image-box {
  position: absolute;
  top: 30px;
  right: 20px;
}

.pricing-two-banner-main-block {
  background-image: url('../images/Heatump.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: 0 47px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-two-banner-main-block.green-home-rebate {
  background-image: url('../images/Image-3.jpg');
  background-position: 100%;
}

.pricing-two-banner {
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-two-banner-container {
  max-width: 1320px;
}

.pricing-two-banner-image-overlay {
  background-image: linear-gradient(to right, #101929cc, #2141aa1f);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-two-banner-main-block-inner {
  max-width: 600px;
}

.pricing-two-banner-main-block-inner.relative {
  width: 100%;
  max-width: none;
}

.our-support-team {
  padding-bottom: 120px;
}

.our-support-team.faq-help-center {
  padding-bottom: 87px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-support-team-container {
  max-width: 1320px;
}

.our-support-team-main-block {
  background-color: #101929;
  background-image: url('../images/Backgroung-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 80px 108px;
}

.our-support-team-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.our-support-team-caption-column {
  width: 50%;
  position: relative;
}

.our-support-form-column {
  width: 50%;
}

.our-support-shape-box {
  position: absolute;
  bottom: 40px;
  right: 0;
}

.our-support-team-form-title {
  color: #1f2e54;
  letter-spacing: -.02rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.help-center-category-hero {
  background-image: url('../images/Help-Center-Category-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 113px;
  padding-bottom: 275px;
  position: relative;
}

.help-center-category-hero-container {
  max-width: none;
}

.help-center-category-main-block {
  max-width: 720px;
  position: relative;
}

.help-center-category-hero-overlay {
  background-color: #1e284766;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.customer-services-details {
  background-color: #f2f3f7;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.customer-services-details-container {
  max-width: 850px;
}

.customer-services-details-main-block {
  margin-top: -120px;
  position: relative;
}

.customer-services-details-card {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 30px 60px;
}

.customer-services-button-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.help-center-details-hero {
  background-image: url('../images/Help-Center-Details.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 136px;
  padding-bottom: 136px;
  position: relative;
}

.help-center-details-hero-container {
  max-width: none;
}

.help-center-details-hero-main-block {
  position: relative;
}

.help-center-details-hero-overlay {
  background-color: #0d1b4b4d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.help-center-details-description {
  padding: 120px 15px;
}

.help-center-details-description.blog-details {
  padding-top: 0;
  padding-bottom: 55px;
}

.help-center-details-description-container {
  max-width: 1081px;
}

.blog-two-container {
  max-width: 1320px;
}

.blog-two-date {
  color: #4a74fd;
  letter-spacing: .06rem;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: .875rem;
}

.blog-two-card-body {
  border-left: 1px solid #e7e7e7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 27px;
  padding-right: 27px;
}

.blog-two {
  padding: 86px 15px 120px;
}

.blog-two-author-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-two-author-image-box {
  border-radius: 60px;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.blog-three-card-image-overlay {
  background-color: #10192978;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.blog-three-caption-box {
  width: 100%;
  padding-bottom: 33px;
  padding-left: 40px;
  padding-right: 20px;
}

.blog-three-tag-box {
  background-color: #101929;
  border-radius: 4px;
}

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

.blog-three-main-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-three-card {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.blog-three-author-image {
  object-fit: cover;
}

.blog-three-tag-flex {
  align-items: center;
  display: flex;
}

.blog-three-tag {
  color: #fff;
  background-color: #101929;
  border-radius: 4px;
  padding: 3px 12px;
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.blog-three-author-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-end;
  width: 100%;
  padding-top: 33px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.blog-three-author-box.blog-details {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blog-three-container {
  max-width: 1320px;
}

.blog-three {
  padding: 80px 15px 120px;
}

.blog-three-author-image-box {
  border-radius: 60px;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
}

.customer-reviews {
  background-color: #f2f3f7;
  padding: 120px 15px;
}

.customer-reviews-container {
  max-width: 1072px;
}

.customer-reviews-card {
  background-color: #fff;
  background-image: url('../images/quote-icon.svg');
  background-position: 90% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.customer-reviews-card-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.customer-reviews-card-image-box {
  border-radius: 50px;
  width: 102px;
  height: 102px;
  overflow: hidden;
}

.customer-reviews-card-caption-column {
  border-left: 1px solid #dfdfdf;
  width: 75%;
  padding-left: 54px;
  padding-right: 40px;
}

.customer-reviews-section-box {
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}

.team-leader {
  padding: 120px 15px;
}

.team-leader-container {
  max-width: 1320px;
}

.team-leader-main-block {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.team-leader-image-box {
  border-radius: 6px;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.team-leader-caption {
  width: 60%;
}

.team-leader-contact-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.team-leader-contact-icon-box {
  background-color: #f2f2f2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.team-leader-card {
  padding-bottom: 44px;
}

.team-leader-card.professional {
  width: 100%;
  max-width: 500px;
}

.team-leader-card.padding-bottom-zero {
  padding-bottom: 0;
  line-height: 0;
}

.team-leader-image-cols {
  width: 40%;
}

.team-leader-button-box {
  padding-top: 3px;
  padding-bottom: 47px;
  display: flex;
}

.login-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

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

.login-link {
  color: #4a74fd;
  text-decoration: none;
}

.top-header-mail-link {
  grid-column-gap: 8.2px;
  grid-row-gap: 13.2px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo.mobile {
  display: none;
}

.category-column-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.category-column-link:hover {
  background-color: var(--blue-main-color);
}

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

.twitter-link, .linkedin-link {
  color: #fff;
  text-decoration: none;
}

.template-logo.home-two {
  width: 24%;
}

.template-logo.home-two-footer-gap {
  padding-bottom: 40px;
}

.home-three-team-section-stroke-shape-box {
  position: absolute;
  bottom: -64px;
  right: 20%;
}

.home-three-blog-main-block {
  z-index: 1;
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1320px;
  display: grid;
  position: absolute;
  bottom: -114px;
}

.home-three-blog-card {
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-three-blog-card-image-box {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.home-three-blog-card-caption-box {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 23px 40px;
  display: flex;
}

.home-three-blog-button-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.home-three-blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-image-col {
  width: 30%;
}

.blog-caption-col {
  border-bottom: 3px solid #0000;
  width: 70%;
  height: 100%;
}

.blog-three-caption-all {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: none;
  display: flex;
  position: absolute;
  top: 0;
}

.blog-three-caption-all:hover {
  background-image: none;
}

.our-recent-articles-overlay {
  background-image: url('../images/BG-Circle.webp'), linear-gradient(#f3f6f9, #f3f6f9);
  background-position: 50% 420px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.author-link, .webflow-link {
  text-decoration: none;
}

.hero-content-home-two {
  align-items: center;
  padding-top: 114px;
  display: flex;
  position: relative;
}

.slider-three-overlay {
  background-color: #10192980;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.slider-three-overlay.desktop-overlay {
  z-index: 2;
}

.testimonials-designation-box {
  padding-bottom: 4px;
}

.testimonials-description-box {
  padding-right: 10px;
}

.hero-section-overlay-home-one {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.team-one-cols-link {
  text-decoration: none;
  display: block;
}

.project-details {
  background-image: linear-gradient(#f2f3f7, #f2f3f700);
  padding: 85px 15px 115px;
}

.project-details-container {
  max-width: 1081px;
}

.project-details-image-box {
  border-radius: 6px;
  height: 622px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.project-details-flex {
  grid-column-gap: 177px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #d3d3d3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 55px;
  display: flex;
}

.project-details-inner-flex {
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.project-details-title-box, .project-details-value-box, .project-details-description {
  width: 50%;
}

.project-details-image-overlay {
  background-color: #0d1b4b80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.project-details-inner-flex-inner {
  padding-bottom: 10px;
  display: flex;
}

.project-details-button-box {
  padding-top: 20px;
}

.latest-project-article-cols.padding-change-three {
  padding-bottom: 80px;
}

.latest-project-article-cols.padding-change-four {
  padding-bottom: 50px;
}

.empower-people-inner-main {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.heading-two-bottom-gap {
  padding-bottom: 17px;
}

.our-recent-articles-col {
  padding-bottom: 90px;
}

.creative-solutions-flex-image-inner {
  background-color: #f2f2f2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.max-width-six-hundred {
  max-width: 600px;
}

.pricing-plan-name-offer-box {
  background-color: var(--royal-blue-2);
  border-radius: 21px;
  padding: 3px 10px;
}

.pricing-plan-name-offer {
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: .875rem;
}

.sticky-header {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.author, .webflow {
  color: #fff;
}

.social-link {
  color: #fff;
  text-decoration: none;
}

.career-details-page-link, .service-details-card-link {
  text-decoration: none;
}

.services-tabs-first-title-image-box {
  width: 100%;
  max-width: 72px;
  height: 68px;
}

.landing-home-container {
  z-index: 1;
  max-width: 1170px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  left: 0;
}

.landing-home-container.no-left-padiding {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 1100px;
  padding-left: 0;
  display: flex;
}

.landing-home-container.footer-padding {
  padding-left: 27px;
  padding-right: 27px;
}

.landing-home-container.other {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  max-width: none;
  height: 100%;
  padding: 0 41px 69px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.container-two {
  max-width: none;
  display: block;
}

.container-full {
  max-width: none;
}

.category-main-box {
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.dropdown-mega-menu {
  z-index: 10;
  background-color: #fcfcfe;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.dropdown-mega-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20% 80%;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.dropdown-mega-menu-col {
  background-color: #fff;
  padding: 40px 40px 16px;
}

.dropdown-mega-menu-col.text-center.shadow {
  box-shadow: 0 0 54px -4px #87878733;
}

.dropdown-mega-menu-col.text-center.shadow.relative {
  padding: 18px 21px;
  position: relative;
}

.dropdown-mega-menu-col.extraa-padding {
  padding-left: 60px;
  padding-right: 60px;
}

.dropdown-mega-menu-contact-image-box {
  border-radius: 4px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 0 54px -4px #8787873d;
}

.dropdown-mega-menu-contact-image {
  object-fit: cover;
}

.dropdown-mega-menu-flex {
  background-image: url('../images/Mega-Menu-Shape.svg');
  background-position: 82% 225%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px #dfdfdf;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.dropdown-mega-menu-flex-col {
  width: 33.3%;
}

.dropdown-mega-menu-item {
  color: #101929;
  letter-spacing: .01rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.4375rem;
  text-decoration: none;
  display: flex;
}

.dropdown-mega-menu-footer-block {
  padding-top: 18px;
}

.dropdown-mega-menu-footer-block-text {
  color: #444655;
  font-family: Urbanist, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 2.4375rem;
}

.dropdown-mega-menu-footer-block-text-inner {
  color: #121b2b;
  font-weight: 600;
}

.landing-hero {
  background-color: #101929;
  background-image: url('../images/dizify.png'), url('../images/landing-banner-bg.webp'), radial-gradient(circle at 75% 0, #3da95b80, #0000 19%), radial-gradient(circle at 20%, #1f3ca480, #0000 13%);
  background-position: 50% 10%, 50%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: 1095px 455px, 1920px 1055px, auto, auto;
  padding-top: 170px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.landing-hero-title-span {
  background-image: url('../images/Text-Highlight.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: end center;
}

.autofit {
  z-index: 9;
  object-fit: cover;
}

.landing-hero-image-block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero-image-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.hamburger {
  display: none;
}

.navbar-menu-block {
  text-align: center;
  flex: 1;
}

.navbar-main {
  background-color: #0000;
  padding: 0 15px;
}

.navbar-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  border: 1px solid #0000;
  justify-content: flex-end;
  display: flex;
}

.navbar-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1290px;
  display: flex;
}

.nevigation-dropdown-list {
  background-color: #fff;
  border: 1px solid #1020271a;
  border-radius: 6px;
  min-width: 220px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nevigation-dropdown-list.border-change {
  border-width: 0;
  border-color: #0000;
}

.nav-dropdown {
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-dropdown.dropdown-border {
  border-bottom: 1px solid #0000;
  padding-top: 0;
  padding-bottom: 0;
}

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

.nevigation-icon-2 {
  font-family: Questrial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.mega-menu-block {
  z-index: 99;
  border-radius: 10px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 95px 0% auto;
  overflow: hidden;
}

.mega-menu-wrapper {
  background-color: #fff;
  padding: 40px;
  display: flex;
  position: relative;
}

.menu-section-one, .menu-section-two {
  flex-direction: column;
  flex: 0 25%;
  align-items: flex-start;
  display: flex;
}

.menu-section-three {
  flex-direction: column;
  flex: 0 20%;
  align-items: flex-start;
  display: flex;
}

.mega-menu-divider {
  background-color: #d3d3d3;
  width: 1px;
  margin-left: 40px;
  margin-right: 40px;
}

.mega-menu-image-wrapper {
  align-self: center;
}

.mega-menu-footer {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-44 {
  font-weight: 600;
}

.div-block-20 {
  background-color: #f2f2f2;
  border-radius: 6px;
  justify-content: center;
  display: flex;
}

.mega-menu-main {
  display: none;
}

.changelog-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

.template-hero-section-container {
  text-align: left;
  max-width: 1290px;
}

.template-hero-section-text-block-2.changelog-hero-section-text {
  text-align: center;
  max-width: 100%;
}

.changelog-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.button-overlay-one {
  background-color: #fff;
  border: 1px solid #7367f0;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

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

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: block;
  position: relative;
}

.changelog-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.button-wrapper {
  position: relative;
}

.changelog-container {
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.button-overlay-two {
  background-color: #665dca;
  border: 1px solid #7367f0;
  border-radius: 10px;
  position: absolute;
}

.licensing-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

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

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.licence-information-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.licence-link {
  color: #4a74fd;
  text-decoration: none;
}

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-container {
  max-width: 1290px;
}

.body-font {
  color: #4f4f4f;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.body-font.pricing-color {
  color: #535b66;
}

.body-font.text-color-white {
  color: #fff;
}

.licensing-section {
  padding: 120px 15px 70px;
}

.template-hero-section {
  background-color: #f2f3f7;
  padding: 150px 15px 120px;
}

.template-hero-section-text-block {
  max-width: 800px;
}

.style-guide-body-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.style-guide-button-wrapper {
  display: flex;
}

.style-guide-color-pallette-primary-color {
  flex: 1;
}

.style-guide-color-pallette-primary-color.width {
  max-width: 50%;
}

.sitemap-text {
  color: #4f4f4f;
  letter-spacing: .01em;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.sitemap-text.capitalized {
  text-transform: capitalize;
}

.sitemap-text.color-black {
  color: #141f39;
}

.style-guide-color-pallette-block-color {
  background-color: #444655;
  border-radius: 6px;
  height: 75px;
}

.style-guide-color-pallette-block-color.thistle {
  background-color: #4a74fd;
}

.style-guide-color-pallette-block-color.bluish-cyan {
  background-color: #1f2e54;
}

.style-guide-color-pallette-block-color.gainsboro {
  background-color: #f2f3f7;
}

.style-guide-color-pallette-block-color.midlight-blue {
  background-color: #101929;
}

.style-guide-color-pallette-grid-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-guide-heading-style-grid-text-wrapper {
  background-color: #f2f3f7;
  border-radius: 6px;
  padding: 40px;
  display: flex;
}

.style-guide-site-map-list {
  margin-bottom: 0;
}

.style-guide-color-pallette-color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-heading-style-grid-font-wrapper {
  flex: 1;
}

.style-guide-button {
  margin-top: 120px;
}

.style-guide-heading-style-grid-block-title {
  padding-bottom: 20px;
}

.style-guide-heading-style {
  padding-top: 120px;
}

.style-guide-attributes-container {
  max-width: 1290px;
}

.style-guide-color-pallette-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-body-text-font {
  grid-column-gap: 50px;
  display: flex;
}

.style-guide-typography-palette {
  padding-top: 120px;
}

.style-guide-heading-style-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color-pallette {
  margin-top: 120px;
}

.style-guide-color-pallette-title-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-title-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.style-guide-color-pallette-secondary-color {
  flex: 1;
}

.style-guide-attributes {
  padding: 120px 20px;
}

.style-guide-heading-style-grid-title-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.landing-home {
  padding: 80px 15px 120px;
  position: relative;
}

.collection-list {
  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;
}

.dizify-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-white {
  opacity: 1;
}

.image-black {
  opacity: 0;
}

.landing-inner-container {
  max-width: 1550px;
}

.landing-inner {
  background-color: var(--black);
  background-image: radial-gradient(circle at 35% 70%, #0d2b34, #0000 7%);
  padding: 100px 15px;
  position: relative;
}

.landing-inner-main {
  grid-column-gap: 80px;
  display: flex;
}

.landing-inner-sidebar {
  flex: 0 40%;
  position: relative;
}

.landing-inner-image-block {
  flex: 0 66.66%;
}

.landing-inner-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.landing-heading {
  color: var(--white);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.8125rem;
}

.landing-heading.align-center.padding-top-twenty.padding-bottom-ten.underline-off {
  text-decoration: none;
}

.landing-heading.align-center.padding-top-twenty.padding-bottom-ten.underline-off.color-black {
  color: var(--black-2);
}

.landing-utility-image-text {
  justify-content: center;
  display: flex;
}

.link-block {
  background-color: var(--white);
  border-radius: 4px;
  overflow: hidden;
}

.link-block.padding-all {
  padding: 15px;
}

.landing-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #10192966 11%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Urbanist, sans-serif;
  font-size: 15.625rem;
  font-weight: 600;
  line-height: 10.9375rem;
}

.landing-text {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.landing-inner-sidebar-option-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.landing-inner-sidebar-option {
  margin-top: 50px;
}

.landing-inner-sidebar-grid-block {
  grid-column-gap: 15px;
  background-image: linear-gradient(to right, #d6fffe40, #0000 49%);
  border-radius: 100px;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
}

.landing-inner-sidebar-grid-icon {
  flex: 0 10%;
}

.landing-inner-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

.landing-cta {
  background-image: linear-gradient(#4a74fdb3, #4a74fdb3), url('../images/Create-Business-BG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 30px 50px 50px;
}

.landing-cta-main {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.landing-utility {
  padding: 100px 15px;
}

.landing-utility-container {
  max-width: 1290px;
}

.landing-utility-image-block {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}

.landing-utility-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.landing-cms-container {
  max-width: 1290px;
}

.landing-cms {
  background-color: #f3f3f3;
  padding: 100px 15px;
}

.landing-cms-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

.landing-cms-image-block {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}

.landing-cta-two-main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.landing-cta-two-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px;
}

.landing-cta-two {
  background-color: var(--black);
  background-image: url('../images/dizify.png'), url('../images/landing-banner-bg.webp'), radial-gradient(circle at 70% 0, #3da95b99, #0000 27%), radial-gradient(circle at 30% 100%, #a9643d80, #0000 28%);
  background-position: 50%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: contain, cover, auto, auto;
}

.landing-cta-two-title-span {
  background-image: url('../images/Text-Highlight.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.landing-cta-two-logo, .landing-cta-two-button-wrapper {
  justify-content: center;
  display: flex;
}

.landing-home-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-five.text-color-white {
  text-align: left;
  letter-spacing: .06rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.heading-five.padding-bottom-ten {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-five.text-sky-blue {
  color: var(--royal-blue-2);
}

.underline-off {
  text-decoration: none;
}

.underline-off.text-sky-blue {
  color: var(--royal-blue-2);
}

.overflow-off {
  overflow: hidden;
}

.landing-inner-sidebar-text-wrapper {
  max-width: 350px;
}

.minus {
  width: 10px;
  height: 1px;
  position: relative;
}

.service-two-progress-title {
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.service-two-progress-accordion {
  margin-bottom: 10px;
  overflow: hidden;
}

.service-two-progress-icon-wrapper {
  position: relative;
}

.service-two-progress-content {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.heading-medium-small {
  color: var(--black);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-medium-small.centered-text {
  text-align: center;
  line-height: 1.6rem;
}

.plus {
  width: 10px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.preloader-main {
  z-index: 9999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.preloader-logo-wrapper {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.preloader-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.login-text {
  color: var(--royal-blue-2);
}

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

.full-width-image.image-radius {
  border-radius: 6px;
  overflow: hidden;
}

.blog-three-collection-list {
  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;
}

.button-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 15px;
  display: grid;
  overflow: hidden;
}

.button-main.login-btn {
  height: 18px;
}

.button-main.other-button {
  border: 1px #000;
  grid-template-columns: minmax(auto, auto);
  height: 25px;
  padding-top: 0;
  text-decoration: none;
}

.all-btn-animation-two {
  color: var(--white);
  letter-spacing: .05px;
  text-transform: uppercase;
  font-size: .9rem;
}

.all-btn-animation-two.change-color {
  color: var(--black);
}

.button-all-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.submit-button-two {
  background-color: var(--royal-blue-2);
  color: var(--white);
  padding: 21px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
}

.documentation-hero-section {
  background-color: #f2f3f7;
  padding: 90px 15px 120px;
}

.documentation-hero-container {
  max-width: 1290px;
}

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

.documentation {
  padding: 120px 15px;
}

.documentation-container {
  max-width: 1290px;
}

.documentation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.padding-bottom-ten-2 {
  text-transform: capitalize;
  padding-bottom: 10px;
}

.mega-button {
  background-color: var(--royal-blue-2);
  text-transform: capitalize;
  border-radius: 4px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
}

.slide-nav-two {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

.dropdown-mega-menu-link {
  padding-bottom: 50px;
  display: flex;
}

.hero-section-button {
  align-items: stretch;
  display: flex;
}

.cover-image {
  object-fit: cover;
  height: auto;
  margin-top: 14px;
  padding-bottom: 12px;
}

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

.cover-image._250px {
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.all-btn-two.underline-off {
  position: static;
  top: 0;
}

.all-btn-two.underline-off.padding-top-twenty {
  padding-top: 0;
}

.all-btn-two.underline-off {
  letter-spacing: .04px;
  padding-left: 0;
  position: relative;
  top: 32px;
}

.capitalize {
  text-transform: capitalize;
}

.gray-color {
  color: var(--gray-color);
}

.heading-six {
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-six.text-black {
  color: #000;
}

.sky-blue-color {
  color: var(--sky-blue-color);
}

.discover-btn {
  color: #444655;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.discover-btn.text-sky-blue {
  color: var(--royal-blue-2);
}

.services-home-two {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.heading-four {
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.collection-list-wrapper-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.padding-mega-menu {
  flex-direction: column;
  align-items: center;
  padding: 16px 21px;
  display: flex;
}

.change-weight {
  font-weight: 600;
}

.light-color-gray {
  color: var(--light-color-gray);
}

.enpower-people-block {
  max-width: 600px;
}

.collection-list-home-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relative {
  position: relative;
}

.hero-home-three-absolute {
  z-index: 4;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.about-us-creative-main-block {
  align-items: flex-start;
  display: flex;
}

.service-main-guaranteed-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service-main-guaranteed-block.align-center.padding-bottom-thirty {
  max-width: 1100px;
}

.latest-project-article-grid-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-one-heading {
  border-left: 4px solid #4a74fd;
  padding-left: 24px;
}

.contact-one-heading.other {
  background-color: #f1f1f100;
  margin-bottom: 26px;
}

.service-details-card-heading-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-card-heading-block.align-center.padding-bottom-thirty {
  max-width: none;
}

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

.service-details-card-help {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.blog-border-radius {
  border-radius: 6px;
  overflow: hidden;
}

.footer-collection-list {
  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;
}

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

.italic-text {
  font-size: 2.4rem;
  font-style: normal;
  line-height: 2rem;
}

.italic-text-2 {
  font-style: normal;
}

.italic-text-3 {
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.image-2 {
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
}

.success-message {
  color: #d72027;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 30px #1d1d1d1a;
}

.modal {
  z-index: 9999999;
  color: #000;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  padding: 55px 146px 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.modal.book-online-form {
  display: none;
}

.grid-contact-form {
  grid-template-rows: auto auto auto auto;
}

.div-block-83 {
  border: 3px solid var(--royal-blue-2);
  background-color: #ececec;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 600px;
  padding: 17px 27px;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #d72027;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #bf0000e6;
  transform: translate(0, -2px);
}

.modal-close {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.error-message {
  color: #fff;
  background-color: #d72027;
  font-weight: 500;
}

.form-input {
  color: #272f39;
  background-color: #fff;
  border: 1.5px solid #eff2f6;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 16px;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:hover {
  border-color: #aa1f1e33;
}

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

.form-input::placeholder {
  color: #0009;
  text-align: left;
}

.form-input.text-area {
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.image-3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.all-btn-animation-2 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1rem;
}

.all-btn-animation-2.smaller-text {
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
}

.all-btn-animation-2.smaller-text.white-button-text {
  color: var(--black);
}

.modal-button-open {
  text-align: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.all-btn-animation-two-2 {
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
}

.all-btn-animation-two-2.smaller-text {
  font-size: .8rem;
}

.all-btn-2 {
  text-transform: capitalize;
  background-color: #124b98;
  border-radius: 4px;
  padding: 21px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
  text-decoration: none;
}

.all-btn-2.other-button {
  border-radius: 6px;
  width: 140px;
  padding: 15px 9px;
}

.all-btn-2.other-button.red {
  background-color: var(--imperial-red);
  width: 100%;
  margin-top: 0;
}

.all-btn-2.white-button {
  background-color: #fff;
}

.button-all-wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-bottom-call-icon-2 {
  background-image: url('../images/PHONE-WHITE.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  padding-left: 30px;
}

.underline-off-2 {
  align-items: center;
  height: auto;
  margin-left: 0;
  text-decoration: none;
  display: inline-block;
}

.heading-five-2 {
  letter-spacing: .04rem;
}

.heading-five-2.text-color-white {
  letter-spacing: .04rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.heading-five-2.text-color-white.margin-zero {
  width: 120px;
  height: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
}

.heading-five-2.text-color-white.padding-bottom-ten {
  letter-spacing: .08rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.heading-five-2.text-color-white.padding-bottom-ten.padding-top-twenty {
  letter-spacing: .07rem;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  top: 0;
}

.heading-five-2.text-color-white.padding-top-twenty.padding-bottom-ten.align-center {
  color: #101929;
  line-height: 1.6rem;
}

.heading-five-2.white-text {
  color: #fff;
  text-align: left;
  letter-spacing: .04rem;
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 1.6rem;
}

.heading-five-2.white-text.big-text {
  font-size: 1.4rem;
  font-weight: 400;
}

.image-section-row {
  background-image: url('../images/Grant_EN_3800x970.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.go-green-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.collection-item {
  height: auto;
}

.link-block-2 {
  width: 100%;
  height: 200px;
  text-decoration: none;
}

.service-details-sidebar-wrapper {
  background-color: #ffffff8a;
  border-radius: 6px;
  width: auto;
  margin-top: 27px;
  margin-bottom: 30px;
  margin-right: 43px;
  padding: 20px 12px;
  position: static;
  top: 220px;
  box-shadow: 0 0 20px #0000003b;
}

.service-details-sidebar-wrapper.colour-background {
  background-color: #0d3e80;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 17px 16px 32px;
  display: flex;
}

.contact-expert-image-box-2 {
  background-color: #fff;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Reins-Icon.png');
  background-position: 0 0, -40% 180%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 130%;
  background-attachment: scroll, scroll;
  border-radius: 6px;
  height: 100%;
  margin-right: 43px;
  padding: 20px 30px;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 20px -11px #000;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-10 {
  margin-top: 0;
  margin-right: 15px;
  padding-top: 3px;
}

.contacts-location-wrap {
  align-items: flex-start;
  margin-bottom: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.columns-7 {
  margin-left: 0;
}

.contact-expert-2 {
  background-color: #f2f3f700;
  flex-direction: column;
  align-items: center;
  padding: 59px 40px 0;
  display: flex;
}

.free-consultation-caption-image-box-2 {
  text-align: right;
  width: 100%;
  height: 100%;
}

.text-button {
  color: var(--imperial-red);
  background-color: #0000;
  padding: 10px 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  transition: color .5s;
  display: inline-block;
}

.text-button:hover {
  color: #940004;
}

.padding-bottom-twenty-two-2 {
  text-align: left;
  letter-spacing: .04rem;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 22px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.padding-bottom-twenty-two-2.white-text {
  color: #fff;
  margin-top: 19px;
}

.paragraph-6 {
  color: #101929;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  align-items: center;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.paragraph-6.smaller-text {
  text-transform: lowercase;
  margin-bottom: 0;
}

.heading-7 {
  color: #1f2e54;
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-image: url('../images/Icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 65px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 70px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.div-block-34 {
  flex-direction: column;
  display: flex;
}

.contact-expert-caption-column-2 {
  width: 65%;
  max-width: none;
  padding-bottom: 111px;
}

.heading-five-3 {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.heading-five-3.smaller-text {
  color: #124b98;
  letter-spacing: .01rem;
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4rem;
  transition: all .425s;
}

.heading-five-3.smaller-text:hover {
  color: var(--imperial-red);
  letter-spacing: .02rem;
  -webkit-text-stroke-color: var(--imperial-red);
}

.heading-five-3.smaller-text:focus {
  color: #d10005;
  background-color: #f3f3f3;
  padding-left: 9px;
}

.heading-five-3.smaller-text:visited {
  color: #124b98;
}

.heading-five-3.smaller-text.white-text.bigger-etxt {
  color: #fff;
  letter-spacing: .06rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.heading-five-3.smaller-text.white-text.bigger-etxt:hover {
  color: #f2f2f2;
}

.free-consultation-caption-column-2 {
  grid-column-gap: 0px;
  background-color: var(--black);
  background-image: url('../images/Free-Consulting-Overlay_1.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  padding: 29px 8px;
  display: flex;
}

.free-consultation-main-block-2 {
  border-radius: 0;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.free-consultation-main-block-2.other {
  margin-top: 72px;
  margin-bottom: 72px;
  box-shadow: 0 2px 8px #0000008a;
}

.padding-bottom-ten-3 {
  text-align: center;
  width: 100%;
  padding-bottom: 17px;
  padding-left: 0;
  line-height: 3.2rem;
}

.padding-bottom-ten-3.left-aligned {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.about-company-column-2 {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  position: sticky;
  top: 238px;
}

.about-company-column-2.other {
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-top: 28px;
  padding-bottom: 28px;
  position: static;
}

.link-31 {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.contact-form-all-field-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-45 {
  color: #124b98;
}

.div-block-99 {
  flex-direction: column;
  display: flex;
}

.select-field {
  border: 1px solid var(--loight-grey);
  color: #747474;
  background-color: #fff;
  border-radius: 6px;
  height: 52px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  display: flex;
}

.text-field-2 {
  color: #747474;
  background-color: #fff;
  border-radius: 6px;
  height: 52px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.text-field-2.bigger-size-bottom {
  height: 165px;
}

.bold-text-10 {
  color: var(--imperial-red);
  font-size: 1.4rem;
}

.div-block-75 {
  margin-top: 31px;
  margin-bottom: 0;
}

.div-block-75.other {
  margin-top: .3px;
}

.column-6 {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.contact-expert-main-block-2 {
  grid-column-gap: 10px;
  align-items: stretch;
  display: flex;
}

.text-center-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: flex;
}

.text-center-2.white-text {
  border-bottom: 1px none var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: .04rem;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-98 {
  background-color: #fff;
  height: 3px;
}

.image-11 {
  margin-left: 5px;
}

.points {
  border-bottom: .5px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.points.no-padding {
  margin-top: 11px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.points.no-line {
  border-bottom-style: none;
}

.div-block-67 {
  flex-direction: column;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 183px;
}

.free-consultation-caption-column-inner-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.image-26 {
  margin-bottom: 4px;
  margin-right: 0;
}

.image-23, .image-23.padding-rifgt {
  margin-right: 13px;
}

.contact-form-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-form-block-2.other-form {
  background-color: #0000;
  padding: 16px;
}

.free-consultation-caption-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: .05rem;
  font-size: 1.7rem;
  line-height: 2rem;
}

.text-block-9 {
  color: #fff;
  font-size: 1.175rem;
  line-height: 1.7rem;
}

.heading-17 {
  color: var(--imperial-red);
  margin-top: 47px;
  font-size: 2rem;
}

.heading-9 {
  color: #fff9;
}

.services-tabs-images-2 {
  background-color: #10192900;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.services-tabs-images-2.other-size {
  background-color: #252d3d00;
  width: 70%;
  height: 60%;
}

.services-tabs-images-2.image-services-adjust {
  background-color: #252d3d00;
  max-width: none;
  height: auto;
}

.div-block-70 {
  align-items: center;
  display: flex;
}

.services-tabs-first-title-image-box-2 {
  background-color: #252d3d00;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72px;
  height: 68px;
  display: flex;
}

.section-3 {
  background-color: #101929;
  background-image: url('../images/Dizify-Service.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.link-37 {
  color: #f8f8f8;
  font-size: 2rem;
  text-decoration: none;
}

.services-caption-column-2 {
  width: 100%;
  margin-left: auto;
}

.div-block-68 {
  justify-content: space-around;
  width: 100%;
  max-width: 1320px;
  padding: 5px 82px;
  display: flex;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 52px;
  padding-right: 71px;
  display: flex;
}

.bold-text-5 {
  color: #124b98;
}

.bold-text-5.red-color {
  color: var(--imperial-red);
}

.padding-bottom-twenty-two-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 22px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.padding-bottom-twenty-two-3.big-size-text {
  font-size: 1.85rem;
  line-height: 2.3rem;
}

.padding-bottom-twenty-two-3.big-size-text.centered {
  text-align: center;
}

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

.div-block-91 {
  background-image: url('../images/comfort.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
}

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

.section-8 {
  background-color: var(--white);
  padding-top: 81px;
  padding-bottom: 81px;
}

.padding-bottom-ten-4 {
  text-align: center;
  width: 100%;
  padding-bottom: 17px;
  padding-left: 0;
  line-height: 3.2rem;
}

.padding-bottom-ten-4.center {
  text-align: center;
}

.padding-bottom-ten-4.center.other-padding {
  margin-bottom: 30px;
  line-height: 2.4rem;
}

.always-block-column-2 {
  width: 53%;
  padding-right: 85px;
}

.always-block-column-2.home-three {
  width: 51%;
  padding-left: 95px;
}

.always-block-column-2.home-three.career {
  flex-direction: column;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-left: 44px;
  display: flex;
  position: relative;
}

.contact-form-all-field-3 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-10 {
  text-align: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.italic-text-4 {
  color: #535151;
  font-size: 1.6rem;
}

.contact-input-2 {
  color: #535b66;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
  height: 52px;
  margin-bottom: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.container-6 {
  max-width: 100vw;
}

.bold-text-15 {
  color: #d10005;
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
}

.div-block-90 {
  width: 100vw;
  display: flex;
}

.contact-form-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.section-9 {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/worker-repairing-water-heater.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 2.5rem;
}

.service-details-card-main-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-details-card-main-block-2._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-8 {
  max-width: 100%;
  display: block;
}

.heading-five-4 {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.heading-five-4.padding-top-ten {
  padding-top: 10px;
}

.heading-five-4.padding-top-ten.padding-bottom-ten {
  text-align: left;
}

.heading-five-4.padding-top-ten.padding-bottom-ten.no-padding-left {
  letter-spacing: .04rem;
  padding-left: 0;
  line-height: 1.7rem;
}

.heading-five-4.padding-top-ten.padding-bottom-ten.no-padding-left.other {
  border-bottom: 1px solid #000;
  margin-bottom: 17px;
}

.paragraph-3 {
  font-family: Urbanist, sans-serif;
  line-height: 1.6rem;
}

.text-block-10 {
  letter-spacing: .5px;
  font-size: .8rem;
}

.bold-text-16 {
  letter-spacing: .8px;
  font-weight: 500;
}

.div-block-100 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.heading-18 {
  color: #fff;
  letter-spacing: .1rem;
  font-size: 2rem;
}

.bold-text-17 {
  font-size: 32px;
  font-weight: 600;
}

.div-block-86 {
  margin-right: 13px;
}

.always-block-image-column-2 {
  background-image: url('../images/bg-financing.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: flex-end;
  width: 47%;
  padding-top: 20rem;
  padding-bottom: 2.5rem;
  padding-right: 2rem;
  display: flex;
}

.always-block-image-column-2.referral {
  background-image: url('../images/air-quality.jpg');
  background-position: 50%;
  height: 100%;
}

.always-block-image-column-2.referral.plumbing {
  background-image: url('../images/service-maintenance-worker-repairing.jpg');
}

.always-block-image-column-2.referral.plumbing-2 {
  background-image: url('../images/plumber-pointing-lateral-1.jpg');
  padding-bottom: 10.4rem;
}

.always-block-image-column-2.referral.tank-water-heater {
  background-image: url('../images/water-heater-buying-guide.jpg');
}

.always-track-2 {
  padding: 111px 0 120px;
}

.always-track-2.main {
  padding-top: 21px;
  padding-bottom: 0;
}

.always-track-2.main.referral {
  margin-top: 0;
  padding: 83px 40px 120px;
}

.always-track-2.main.more-padding-up {
  padding-top: 87px;
  padding-left: 39px;
  padding-right: 39px;
}

.div-block-72 {
  width: 100%;
  margin-top: 77px;
  margin-bottom: 33px;
}

.padding-bottom-ten-5 {
  text-align: center;
  width: 100%;
  padding-bottom: 17px;
  padding-left: 0;
  line-height: 3.2rem;
}

.padding-bottom-ten-5.left-aligned {
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 0;
  font-weight: 500;
}

.always-block-column-3 {
  width: 53%;
  padding-right: 36px;
}

.always-block-column-3.right {
  text-align: right;
}

.always-block-column-3.other {
  order: 1;
  padding-left: 41px;
  padding-right: 10px;
}

.div-block-87 {
  height: 100%;
  margin-bottom: 11px;
  display: flex;
}

.text-block-12 {
  line-height: 1.3rem;
}

.landing-home-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  padding: 0 0 2px;
  display: flex;
}

.landing-home-container-2.vertical {
  flex-direction: column;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-home-container-2.more-padding {
  padding-bottom: 51px;
}

.link-38 {
  color: var(--royal-blue-2);
  text-decoration: none;
}

.all-btn-animation-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: .8rem;
}

.all-btn-animation-3.smaller-text {
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
}

.services-tabs-content-first-2 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 354px 104px 37.2px 50px;
  overflow: hidden;
}

.services-2 {
  background-color: var(--blue-main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 44px 40px;
}

.services-tabs-content-second-2 {
  background-image: url('../images/overlay.webp'), url('../images/2.jpg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services-main-title-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-tabs-content-fourth-2 {
  background-image: url('../images/overlay.webp'), url('../images/Dealer-HandshakeWithManCouple-2.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services-tabs-content-third-2 {
  background-image: url('../images/overlay.webp'), url('../images/Furnace.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 6px;
  padding: 354px 104px 37.2px 50px;
}

.services-tabs-images-3 {
  background-color: #10192900;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.services-tabs-images-3.other-size {
  background-color: #252d3d00;
  width: 70%;
  height: 60%;
}

.services-tabs-2 {
  flex-direction: row-reverse;
  justify-content: space-around;
  width: 100%;
  min-height: auto;
  display: flex;
  position: static;
}

.link-block-5 {
  background-color: #d10005;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  text-decoration: none;
  display: flex;
}

.link-block-5.blue-colour {
  background-color: #124b98;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  max-width: none;
  margin-left: 20px;
  margin-right: 14px;
  position: relative;
  top: -10px;
}

.heading-five-5 {
  color: #1f2e54;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.heading-five-5.text-color-white {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.heading-five-5.text-color-white.padding-bottom-ten {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
  top: 23px;
}

.div-block-25 {
  height: 40px;
  margin-left: 0;
}

.services-caption-column-3 {
  width: 100%;
  margin-left: auto;
}

.services-tabs-content-2 {
  align-self: center;
  width: 60%;
  margin-right: 29px;
  position: relative;
  top: 0;
  left: 0;
}

.services-main-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.services-tab-2 {
  color: #fff;
  background-color: #1a2333;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.services-tab-2.w--current {
  background-color: var(--royal-blue-2);
  color: #fff;
  margin-bottom: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.services-tab-2.maple-care-program {
  background-color: #9e0004;
}

.services-tab-2.maple-care-program.w--current {
  background-color: #940004;
}

.services-main-block-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.services-tabs-content-fifth-2 {
  background-image: url('../images/overlay.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 400px;
  padding: 83px 44px;
}

.services-tabs-content-fifth-2.sixth {
  background-image: url('../images/overlay.webp'), url('../images/SLider-Image-1.jpg');
}

.div-block-27 {
  border: 6px #000;
  border-radius: 6px;
  width: 130px;
  display: block;
}

.div-block-27.otehr-button {
  text-align: center;
  width: 160px;
  position: relative;
  top: 29px;
}

.services-tabs-first-title-2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  display: flex;
}

.services-tabs-first-title-2.maple-care-program {
  grid-column-gap: 20px;
}

.text-color-white-2 {
  color: #fff;
  letter-spacing: .04rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-color-white-2.align-center {
  text-align: center;
}

.text-color-white-2.align-center.padding-bottom-twenty {
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 300;
}

.text-color-white-2.capitalize {
  text-transform: capitalize;
}

.text-color-white-2.other-padding {
  text-align: left;
  letter-spacing: .04rem;
  margin-bottom: 27px;
  font-size: 2.2rem;
  font-weight: 200;
}

.text-color-white-2.other-padding.centered {
  text-align: center;
  margin-top: 1px;
  margin-bottom: 39px;
  font-size: 2rem;
  line-height: 3rem;
}

.text-color-white-2.padding-bottom-thirty {
  text-align: center;
  margin-top: -4px;
  margin-bottom: 14px;
  padding-bottom: 4px;
  font-size: 3rem;
}

.div-block-101 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.bold-text-18 {
  letter-spacing: .4px;
  font-size: 1rem;
  font-weight: 500;
}

.bold-text-19 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.column-40 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-28 {
  background-color: #0698d2;
  border-radius: 200px;
  width: 100px;
  padding: 24px;
  position: relative;
  top: -43px;
}

.image-28.blue-color {
  background-color: #0698d2;
}

.image-28.other {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-28.other.plumbing {
  padding: 17px;
}

.image-28.new.boiler, .image-28.heat-puymp {
  padding: 19px;
}

.div-block-112 {
  text-align: center;
  background-color: #fffffff2;
  background-image: linear-gradient(#0c2758ab, #0c2758ab), url('../images/family-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  padding: 0 12px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 17px #00000047;
}

.div-block-112.heating {
  background-image: linear-gradient(to bottom, var(--category-blocks), var(--category-blocks)), url('../images/fam.jpg');
}

.div-block-112.cooling {
  background-image: linear-gradient(to bottom, var(--category-blocks), var(--category-blocks)), url('../images/Cooloing.webp');
}

.div-block-112.heat-pumps {
  background-image: linear-gradient(to bottom, var(--category-blocks), var(--category-blocks)), url('../images/Heat-Pump.jpg');
}

.div-block-112.air-quality {
  background-image: linear-gradient(to bottom, var(--category-blocks), var(--category-blocks)), url('../images/Boiler-vs.-Water-Heater-What-is-the-difference.jpg');
}

.div-block-112.plumbing {
  background-image: linear-gradient(to bottom, var(--category-blocks), var(--category-blocks)), url('../images/Plumbing.webp');
}

.columns-11 {
  width: 100%;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}

.heading-45 {
  color: var(--white);
  letter-spacing: .04rem;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45em;
  text-decoration: none;
}

.paragraph-80 {
  float: none;
  color: #061829b3;
  text-align: center;
  border-bottom: 1px solid #cac9d0;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.container-7 {
  max-width: 1000px;
  margin-top: 39px;
}

.link-text {
  color: #0d3e80f0;
  font-weight: 700;
  text-decoration: none;
}

.section-21 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 60px 38px;
  display: flex;
}

.italic-text-5 {
  font-style: normal;
}

.text-block-13 {
  color: var(--white);
}

.link-block-6, .link-block-7 {
  text-decoration: none;
}

.paragraph-81 {
  line-height: 1.7rem;
}

.div-block-113 {
  width: 500px;
  height: 100px;
  color: var(--white);
}

.all-btn-animation-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.all-btn-animation-4.smaller-text {
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8rem;
}

.bold-text-4 {
  font-weight: 700;
}

.subscribe-field-input-2 {
  color: #444655;
  letter-spacing: .01rem;
  background-color: #ffffffb3;
  border-radius: 6px;
  height: 68px;
  padding-left: 22px;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.subscribe-field-input-2::placeholder {
  color: #444655;
}

.free-consultation-caption-button-box-2 {
  width: 300px;
}

.submit-button-two-2 {
  color: #fff;
  background-color: #2555f0;
  padding: 21px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: .875rem;
}

.subscribe-field-2 {
  width: 600px;
  max-width: none;
  margin-top: 32px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  background-color: #af2326;
  padding: 8px;
  line-height: 1.4rem;
}

.paragraph-2.black {
  background-color: #fff0;
  border: 1px solid #fff;
  border-style: solid none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-2 {
  height: auto;
}

.shape-careear-details-box-2 {
  position: absolute;
  bottom: 70%;
  right: 12%;
}

.career-details-update-overlay-2 {
  background-color: #0d2f52c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 57px;
  padding-bottom: 57px;
  display: flex;
}

.all-btn-3 {
  text-transform: capitalize;
  background-color: #124b98;
  border-radius: 4px;
  margin-right: 16px;
  padding: 21px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
}

.all-btn-3.red {
  background-color: #d10005;
}

.columns-3 {
  align-items: stretch;
  margin-top: 9px;
  margin-bottom: 9px;
  display: flex;
}

.div-block-114 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 26px;
  display: flex;
}

.div-block-115 {
  margin-left: 52px;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.image-29 {
  max-width: 100%;
  display: block;
}

.heading-five-6 {
  color: #1f2e54;
  text-align: left;
  letter-spacing: -.02rem;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.heading-five-6.padding-top-ten {
  padding-top: 10px;
}

.heading-five-6.padding-top-ten.padding-bottom-ten {
  text-align: left;
}

.heading-five-6.padding-top-ten.padding-bottom-ten.no-padding-left {
  letter-spacing: .04rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.7rem;
}

.heading-five-6.padding-top-ten.padding-bottom-ten.no-padding-left.white {
  color: var(--white);
}

.heading-five-6.text-color-white {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.heading-five-6.text-color-white.padding-top-ten {
  letter-spacing: .1rem;
  padding-top: 10px;
}

.heading-two-2 {
  margin-bottom: 30px;
  line-height: 3rem;
}

.heading-two-2.margin-zero {
  margin-bottom: 38px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.paragraph-82 {
  font-family: Urbanist, sans-serif;
  line-height: 1.6rem;
}

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

.image-30 {
  margin-bottom: 16px;
}

.div-block-89 {
  padding-top: 24px;
}

.padding-bottom-ten-6 {
  text-align: center;
  width: 100%;
  padding-bottom: 17px;
  padding-left: 0;
  line-height: 3.2rem;
}

.padding-bottom-ten-6.left-aligned {
  text-align: left;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 0;
}

.heading-span-2 {
  font-weight: 400;
}

.image-20 {
  margin-top: 16px;
  margin-bottom: 13px;
}

.column {
  text-align: center;
}

.column.right-align {
  text-align: right;
  padding-right: 44px;
}

.column.left-align {
  text-align: left;
}

.columns-2 {
  width: 100%;
  margin-top: 31px;
}

.light-color-gray-2 {
  color: #cac9d0;
  letter-spacing: .07rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

.light-color-gray-2.align-center.black-text {
  color: #101929;
}

.bold-text-6 {
  font-size: 3rem;
}

.image-31 {
  opacity: .91;
  margin-bottom: 17px;
}

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

.testimonials-quote-icon {
  color: #ff6137;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-4, .right-arrow-4 {
  color: #f2c753;
}

.testimonials-intro {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 68px;
  padding-bottom: 15px;
}

.testimonials-intro.less-space-up {
  background-color: #f2c753;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.base-container {
  text-align: center;
  background-color: #da7676;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin: 0 auto;
  padding: 0 0 41px;
  display: flex;
}

.slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.block-quote-name {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}

.right-arrow-2 {
  z-index: 999;
  opacity: .73;
  display: flex;
}

.block-quote-2 {
  background-image: url('../images/“.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 40px;
  font-size: 20px;
}

.left-arrow-2 {
  z-index: 999;
  opacity: .73;
  display: flex;
}

.slider {
  background-color: #ddd0;
  align-items: stretch;
  height: 400px;
  display: flex;
}

.hidden {
  display: none;
}

.heading-46 {
  color: #201f16;
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.mask-5 {
  padding-bottom: 0;
}

.map {
  margin-top: 0;
}

.link-40 {
  color: var(--white);
  letter-spacing: .1px;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #247cff;
  border: 2px solid #247cff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #1a4ed2;
  border-color: #1a4ed2;
  transform: translate(0, -2px);
}

.button-2.standard {
  letter-spacing: .5px;
  margin-top: 31px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.button-2.standard:hover {
  color: #fff;
}

.button-2.standard.header {
  z-index: 999999;
  color: #16203a;
  text-transform: uppercase;
  background-color: #f2c753;
  border-color: #f2c753;
  margin-top: 26px;
  padding: 14px 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  transition: all .525s;
}

.button-2.standard.header:hover {
  color: #f2c753;
  background-color: #000;
  border-color: #000;
}

.button-2.standard.header.w--current, .button-2.standard.header.w--current:visited {
  color: #fff;
}

.button-2.standard.header.wider {
  background-color: var(--reins-color);
  width: 140px;
  color: var(--white);
  border-style: none;
  margin-top: 0;
  line-height: 15px;
}

.form-2 {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #babec3;
  height: 100px;
  min-height: 130px;
  padding-top: 8px;
  font-size: 14px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.text-field-contact {
  width: 100%;
  color: var(--black-2);
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 6px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact.small-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.text-field-contact.message {
  height: 150px;
}

.success-message-color {
  color: #fff;
  background-color: #00b3ac;
}

.left-alignment {
  text-align: center;
  font-size: 2rem;
}

.left-alignment.smaller-text {
  font-size: 32px;
}

.form-block-5 {
  border: 10px none var(--reins-color);
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 21px;
  display: flex;
}

.form-block-5.outline-outside {
  border: 8px solid var(--royal-blue-2);
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 34px 14px 15px;
  display: flex;
}

.form-block-5.outline-outside.hidden {
  display: none;
}

.form-block-5.outline-outside {
  background-color: #fff;
  border: 8px solid #f2d201;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-top: 18px;
  padding-bottom: 15px;
  display: flex;
}

.form-block-5.centred-alignment {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-2.product {
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.flex-form {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-form.other {
  border-bottom: 1px solid var(--loight-grey);
  flex-flow: column;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.image-71 {
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.map-2 {
  width: 100vw;
}

.div-block-107 {
  display: flex;
}

.image-73 {
  width: 20%;
  margin-right: 11px;
}

.image-74 {
  margin: 44px 17px 17px 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #247cff;
  border: 2px solid #247cff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-3:hover {
  color: #fff;
  background-color: #1a4ed2;
  border-color: #1a4ed2;
  transform: translate(0, -2px);
}

.button-3.standard {
  letter-spacing: .5px;
  margin-top: 31px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.button-3.standard:hover {
  color: #fff;
}

.button-3.standard.header {
  z-index: 999999;
  color: #16203a;
  text-transform: uppercase;
  background-color: #f2c753;
  border-color: #f2c753;
  margin-top: 26px;
  padding: 14px 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  transition: all .525s;
}

.button-3.standard.header:hover {
  color: #f2c753;
  background-color: #000;
  border-color: #000;
}

.button-3.standard.header.w--current, .button-3.standard.header.w--current:visited {
  color: #fff;
}

.button-3.standard.header.read-more-review-butoon {
  color: #e9e9e9;
  letter-spacing: .4px;
  background-color: #3eb0f7;
  border-color: #3eb0f7;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.button-3.standard.header.read-more-review-butoon:hover {
  color: #000;
}

.top-header-2 {
  color: var(--reins-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.container-wrapper-2 {
  z-index: 10;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.sponsor-link {
  opacity: .6;
  border-right: 1px solid #ebebeb;
  flex-direction: column;
  width: 20%;
  padding: 40px;
  transition: opacity .4s;
  display: flex;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-link.with-line {
  opacity: 1;
  border-right-color: #dde1e7;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding: 20px 21px;
  text-decoration: none;
}

.sponsor-link.with-line:hover {
  opacity: .7;
}

.div-block-73 {
  text-align: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
}

.div-block-73.hidden {
  display: none;
}

.div-block-80 {
  justify-content: space-around;
  margin-bottom: 12px;
  display: flex;
}

.text-block-11 {
  color: #201f16;
  margin-top: 9px;
  text-decoration: none;
}

.sponsor-liks {
  background-color: #fff;
  border: 1px #ebebeb;
  border-radius: 6px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.sponsor-liks.with-line {
  width: 100%;
  box-shadow: none;
  border-style: solid;
  border-color: #dde1e7;
  justify-content: center;
}

.image-61 {
  max-width: 80%;
}

.clients-wrapper {
  margin-top: 120px;
}

.clients-wrapper.less-padding {
  width: 100%;
  margin-top: 30px;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-right: 0;
  display: flex;
}

.div-content.tittle-in-div.center.subscribe {
  margin-bottom: 20px;
}

.section-2 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 74px 50px;
  display: flex;
  position: relative;
}

.heading-47 {
  color: #201f16;
  text-align: center;
  letter-spacing: .04rem;
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  letter-spacing: .04rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.video-section-2 {
  background-image: url('../images/Video-Image-Together.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.video-section-2.hidden {
  background-image: url('../images/home-efficiency-rebate.jpg');
  background-size: cover;
  display: block;
}

.video-section-2.hidden.documentation-hero-container.other {
  background-image: url('../images/0002-1.jpg');
  background-position: 70%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.video-heading-box-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  padding-left: 21px;
  display: flex;
}

.video-heading-box-2.padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.link-block-8 {
  background-color: #d10005;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  text-decoration: none;
  display: flex;
}

.link-block-8.blue-colour {
  background-color: #124b98;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-116 {
  height: 40px;
  margin-left: 0;
}

.div-block-116.smaller {
  width: 170px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.video-column-text-2 {
  width: auto;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 3.2rem;
}

.about-video-main-block-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-110 {
  z-index: 999999999;
  background-color: #000000c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-top: 1px solid #d10005;
  border-bottom: 1px solid #d10005;
  width: auto;
  margin-bottom: 11px;
  padding: 2px 7px;
  font-size: 1.4rem;
}

.text-block-14:hover {
  letter-spacing: 0;
}

.div {
  width: 70%;
  height: 50%;
}

.div.less {
  width: 80%;
  height: auto;
  overflow: scroll;
}

.div.less._100 {
  width: 500px;
}

.div.less {
  height: auto;
  overflow: scroll;
}

.html-embed-3 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-9, .link-block-10 {
  width: 100%;
  height: 100%;
}

.image-75 {
  position: absolute;
}

.paragraph-83 {
  text-align: left;
  line-height: 1rem;
}

.bold-text-20 {
  letter-spacing: .04rem;
  font-size: 1.6rem;
}

.heading-48 {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
}

.text-span-46 {
  font-weight: 300;
  line-height: 3.5rem;
}

.paragraph-12 {
  color: #fff;
  letter-spacing: .04rem;
  margin-top: 43px;
  margin-bottom: 25px;
  font-family: Urbanist, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
}

.div-block-94 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 68px;
  display: flex;
}

.div-block-94.less-padding-dwn {
  margin-bottom: 77px;
}

.div-block-94.less-padding-dwn.no-margin, .div-block-94.no-padding-down {
  margin-bottom: 0;
}

.believe-grid-2 {
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: 26px;
  display: grid;
}

.believe-grid-2._2-columns {
  grid-template-columns: 1fr 1fr;
}

.div-block-117 {
  text-align: center;
  align-items: center;
  width: 140px;
  display: flex;
}

.cover-image-2 {
  color: var(--royal-blue-2);
  object-fit: cover;
}

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

.believe-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
  display: flex;
}

.all-btn-4 {
  text-transform: capitalize;
  background-color: #124b98;
  border-radius: 4px;
  margin-right: 16px;
  padding: 21px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: .875rem;
}

.all-btn-4.other-button {
  border-radius: 6px;
  width: 140px;
  padding: 15px 9px;
}

.all-btn-4.other-button.red {
  background-color: #d10005;
  margin-top: 0;
}

.all-btn-4.red {
  background-color: #d10005;
}

.all-btn-4.reverse {
  background-color: #124b9800;
  border: 1px solid #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 15px 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.all-btn-4.reverse:hover {
  color: var(--royal-blue-2);
  background-color: #124b9800;
  border-color: #fff;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .041rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
}

.service-details-overlay-2 {
  position: absolute;
  inset: 0;
}

.services-column-image-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.services-main-block-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.services-main-block-3.align-center {
  margin-bottom: 35px;
}

.services-round-shape-2 {
  outline-offset: 15px;
  background-color: #1a2333;
  border-radius: 60px;
  outline: 3px solid #303742;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 96px;
  display: flex;
  position: relative;
}

.services-round-shape-2.other {
  background-color: #9dabbe;
  outline-color: #d10005;
  height: 120px;
}

.services-3 {
  background-color: #101929;
  background-image: url('../images/Services.webp');
  background-position: 50% 68px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 40px;
}

.services-3.home-two {
  padding-top: 87px;
  padding-bottom: 100px;
}

.services-3.home-two.service-details {
  background-color: #e9e9e9;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

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

.services-image-2.other {
  right: 128.844px;
}

.div-block-84 {
  padding: 24px;
}

.precision-card-image-box-2 {
  text-align: center;
  overflow: hidden;
}

.precision-card-body-2 {
  padding-bottom: 21px;
  padding-left: 7px;
  padding-right: 7px;
}

.all-btn-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.all-btn-two-2.underline-off {
  letter-spacing: .04px;
  padding-left: 0;
  position: relative;
  top: 32px;
}

.precision-card-body-caption-column-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 15px 23px;
  display: flex;
}

.precision-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.precision-grid-2.service-one {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.discover-btn-2 {
  color: #444655;
  letter-spacing: 1px;
  font-family: Urbanist, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.precision-card-body-row-2 {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.precision-card-body-row-2.other {
  margin-top: 0;
}

.precision-card-body-row-2.other.more-padding {
  background-color: #124b98;
  margin-top: 17px;
}

.collection-item-2 {
  margin-bottom: 11px;
  padding-bottom: 0;
}

.image-22 {
  margin-top: 8px;
}

.columns-12 {
  margin-left: 0;
}

.always-block-build-caption-2 {
  background-color: #101929b3;
  border-radius: 6px;
  width: 100%;
  max-width: 260px;
  height: 100%;
  padding: 38px 60px 35px;
  position: relative;
}

.image-4 {
  margin-bottom: 36px;
}

.div-block-118 {
  width: 100%;
  margin-top: 77px;
  margin-bottom: 33px;
}

.padding-bottom-ten-7 {
  text-align: center;
  width: 100%;
  padding-bottom: 17px;
  padding-left: 0;
  line-height: 3.2rem;
}

.padding-bottom-ten-7.left-aligned {
  text-align: left;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 0;
  font-weight: 500;
}

.padding-bottom-ten-7.padding-left-right {
  margin-top: -4px;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-left: 128px;
  padding-right: 128px;
}

.padding-bottom-ten-7.padding-left-right.little-text {
  color: var(--reins-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 39px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.padding-bottom-ten-7.padding-left-right.little-text.centered-text {
  text-align: center;
}

.always-block-image-column-3 {
  background-image: url('../images/family-1.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: flex-end;
  width: 47%;
  padding-top: 20rem;
  padding-bottom: 2.5rem;
  padding-right: 2rem;
  display: flex;
}

.always-block-image-column-3.other-imge {
  background-image: url('../images/fam.jpg');
}

.image-17 {
  margin-top: 5px;
}

.italic-text-6 {
  font-size: 1.1rem;
}

.column-41 {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.image-76 {
  margin-bottom: 36px;
}

.div-block-119 {
  width: 100%;
  margin-top: 77px;
  margin-bottom: 33px;
}

.padding-bottom-ten-8 {
  text-align: center;
  width: 100%;
  padding-bottom: 17px;
  padding-left: 0;
  line-height: 3.2rem;
}

.padding-bottom-ten-8.left-aligned {
  text-align: left;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 0;
}

.padding-bottom-ten-8.left-aligned.little-text {
  margin-bottom: 5px;
  font-size: 2rem;
}

.always-block-image-column-4 {
  background-image: url('../images/bg-financing_1.jpg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: flex-end;
  width: 47%;
  padding-top: 20rem;
  padding-bottom: 2.5rem;
  padding-right: 2rem;
  display: flex;
}

.image-77 {
  margin-top: 5px;
}

.italic-text-7 {
  color: var(--black);
  font-size: 1.1rem;
  line-height: 1rem;
}

.column-42 {
  justify-content: center;
  padding-left: 0;
  display: flex;
}

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

.bold-text-21 {
  font-size: 2.5rem;
  line-height: 2.7rem;
}

.bold-text-22 {
  font-weight: 500;
}

.container-8 {
  align-items: flex-start;
  max-width: 1300px;
  margin-top: 18px;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.bold-text-23 {
  font-size: 1.4rem;
}

.bold-text-24 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.div-block-121 {
  background-color: #0000002e;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

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

.header-main-row-menu-item-inner-2 {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0d6e80;
  border: 2px solid #0d6e80;
  border-radius: 4px;
  align-items: center;
  margin-right: 11px;
  font-family: Urbanist, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  transition: border-color .3s, transform .3s, background-color .3s;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #094f5c;
  border-color: #094f5c;
  transform: translate(0, -2px);
}

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

.div-block-122 {
  width: 150px;
  height: 150px;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 1px #00000026;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.paragraph-84 {
  line-height: 1.6rem;
}

.paragraph-85 {
  margin-bottom: 25px;
}

.list-2 {
  padding-left: 25px;
}

.div-block-123 {
  margin-bottom: 46px;
}

.text-block-15 {
  color: #fff;
  letter-spacing: 1px;
  font-size: .8rem;
  line-height: 1rem;
}

.bold-text-25 {
  line-height: 1rem;
}

.bold-text-26 {
  font-size: 1.3rem;
}

.bold-text-27, .bold-text-28 {
  font-weight: 500;
}

.text-span-47 {
  color: var(--black);
}

.bold-text-29, .bold-text-30 {
  font-weight: 500;
}

.columns-13 {
  margin-top: 28px;
}

.div-block-124 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-44 {
  justify-content: flex-end;
  display: flex;
}

.columns-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: 1170px;
  display: flex;
}

.column-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.columns-15 {
  align-items: center;
  display: flex;
}

.text-span-48 {
  text-transform: capitalize;
}

.text-block-16 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Urbanist, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.paragraph-86 {
  line-height: 1.7rem;
}

.paragraph-86.less-padding {
  margin-bottom: 0;
}

.bold-text-31 {
  letter-spacing: .04rem;
  font-family: Urbanist, sans-serif;
  font-weight: 700;
}

.section-22 {
  justify-content: center;
  width: 100vw;
  padding: 76px 20px;
  display: flex;
}

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

.columns-16 {
  width: 100%;
  max-width: 1170px;
}

.column-46 {
  display: flex;
}

.div-block-125 {
  margin-top: 11px;
  display: flex;
}

.line-rounded-icon.success-message-check---left {
  color: #fff;
  margin-bottom: 0;
  margin-right: 8px;
  font-family: Line Rounded Icon Font, sans-serif;
  font-size: 24px;
}

.line-rounded-icon.dropdown-arrow {
  color: var(--white);
  margin-left: 8px;
  font-family: "Font Awesome 5 Free Solid 900", Arial, sans-serif;
}

.image-78 {
  margin-bottom: 22px;
  margin-left: -21px;
}

.image-79 {
  margin-left: -18px;
}

.image-80 {
  opacity: .85;
  margin-left: -20px;
}

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

.image-81 {
  margin-left: -13px;
}

.list-3 {
  padding-left: 18px;
}

.list-4, .list-5, .list-6 {
  padding-left: 20px;
}

.italic-text-8 {
  font-weight: 500;
}

.heading-53 {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  border-bottom: .6px solid #fff;
  width: 100%;
  margin-top: 6px;
  padding-bottom: 12px;
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-128 {
  display: none;
}

.image-84 {
  margin-top: 28px;
}

.field-label {
  color: var(--black-2);
  font-size: 16px;
}

.div-block-129 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 7px;
}

.checkbox-label-2 {
  margin-bottom: 0;
  font-size: 14px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
  padding-left: 0;
  display: flex;
}

.radio-button {
  margin: 0 7px 1px 0;
}

.radio-button-label {
  color: var(--black-2);
  margin-bottom: 0;
  line-height: 1.3rem;
}

.radio-button-field {
  justify-content: space-between;
  align-items: center;
  margin-right: 14px;
  padding-left: 0;
  display: flex;
}

.text-field-contact-2 {
  color: #000;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact-2:hover {
  border-bottom-color: #142335;
}

.div-block-130 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-85 {
  margin-bottom: 9px;
}

.home-1-primary-button-white {
  color: #f2d201;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #fff;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow-1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #f2d201;
  border-radius: 60px;
  padding: 12px 70px 12px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  transition: background-color .4s;
  display: inline-block;
}

.home-1-primary-button-white:hover {
  opacity: 1;
  color: #fff;
  background-color: #f2d201;
  background-image: url('../images/635f97756c5db6fa3ef4cf6b_button-arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-1-primary-button-white.reverse {
  color: #000;
  background-color: #f2d201;
  transition: none;
}

.home-1-primary-button-white.reverse:hover {
  background-image: none;
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
}

.modal-2 {
  z-index: 999999;
  color: #000;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-width: auto;
  height: auto;
  padding: 48px 146px 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.flex-form-2 {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-131 {
  height: 100px;
}

.div-block-132 {
  background-color: #0c132c61;
  position: absolute;
  inset: 0%;
}

.bold-text-34 {
  font-size: 2rem;
}

.modal-book-your-service-call-online {
  z-index: 9999;
  background-color: #000000ad;
  justify-content: center;
  align-items: center;
  padding-left: 125px;
  padding-right: 125px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reins-popup {
  z-index: 9999;
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 186px;
  padding-right: 186px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-progress-bar-100 {
  background-color: #0053a0;
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-wrapper {
  margin-top: 10px;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.landing-progress-bar-95 {
  background-color: #0053a0;
  border-radius: 10px;
  width: 100%;
  height: 10px;
  margin-top: -10px;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 9px;
  grid-template-columns: 1fr;
  width: 100%;
}

.base-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
}

.landing-progress-bar-92, .landing-progress-bar-88 {
  background-color: #0053a0;
  border-radius: 10px;
  width: 100%;
  height: 10px;
  margin-top: -10px;
  position: relative;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.landing-performance-item-title {
  margin-bottom: 0;
}

.landing-progress-bar-gray-line {
  background-color: #ccd3d8;
  border-radius: 10px;
  width: 100%;
  height: 10px;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 25px auto;
}

.background-video {
  width: 100%;
  height: 100%;
}

.image-86 {
  max-width: none;
}

.div-block-133 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.social-links-container {
  grid-column-gap: 20px;
  display: flex;
}

.social-icon-link {
  color: #151314;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  transform-style: preserve-3d;
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.social-icon-link:hover {
  color: #766c72;
  transform: scale3d(1.04, 1.04, 1.01);
}

.social-icon-link.white {
  color: #fff;
}

.social-icon-link.white:hover {
  color: #9f979c;
}

.social-icon-link.white.main {
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
  font-size: 17px;
}

.social-icon-link.white.main:hover {
  color: #c2972c;
}

.collection-item-3 {
  margin-bottom: 10px;
}

.collection-item-3:hover {
  color: #c2972c;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 24px;
  display: none;
  transform: translate(-30%);
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  height: 100%;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #c2972c;
}

.dropdown-toggle.w--open {
  color: #9f979c;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.dropdown-title {
  color: #151314;
  margin-bottom: 0;
  padding: 12px;
  transition: all .45s;
}

.text-200.bold.dropdown-title:hover {
  color: var(--reins-color);
  background-color: #eee;
}

.text-200.bold.dropdown-title._1 {
  margin-bottom: 0;
  text-decoration: none;
}

.text-200.bold.dropdown-title {
  color: #151314;
  margin-bottom: 24px;
}

.dropdown-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #dbd3d3;
  border-radius: 5px;
  padding: 11px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 12px #00000014;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.dropdown-pages-grid {
  grid-column-gap: 30px;
  grid-column-gap: 30px;
  grid-column-gap: 30px;
  grid-column-gap: 30px;
  grid-template-columns: 200px 200px;
  grid-auto-columns: auto;
  align-items: start;
}

.dropdown-wrapper {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-134 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-block-17 {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  transition: all .45s;
  display: flex;
}

.text-block-17:hover {
  color: var(--reins-color);
  background-color: #ececec;
}

.div-block-135 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 108px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-18 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-family: Urbanist, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-137 {
  width: 100%;
  display: flex;
}

.div-block-140 {
  display: flex;
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.btn-primary {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #151314;
  border: 1px solid #151314;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 38px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.btn-primary:hover {
  color: #110f0e;
  background-color: #0000;
  border-color: #110f0e;
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-primary.white {
  color: #110f0e;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.header-logo-link {
  cursor: pointer;
  width: auto;
  height: 60px;
  transform-style: preserve-3d;
  margin-right: 40px;
  padding-left: 0;
  transition: transform .3s;
}

.header-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.header-logo-link.w--current {
  width: 100%;
  display: flex;
  position: static;
}

.container-default {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.header-right-side {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.header-left-side {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-right: 30px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #0000;
  padding-top: 24px;
  display: none;
  transform: translate(-30%);
}

.dropdown-toggle-2 {
  color: #fff;
  align-items: center;
  padding: 0;
  transition: all .45s;
  display: flex;
}

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

.dropdown-toggle-2.w--open {
  color: #9f979c;
}

.header-content-wrapper {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.line-square-icon.link-icon-right {
  display: inline-block;
}

.dropdown-card-2 {
  background-color: #fff;
  border: 1px solid #dbd3d3;
  border-radius: 5px;
  width: 250px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 2px 12px #00000014;
}

.hamburger-menu-bar {
  background-color: #fff;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-link {
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 1.2rem;
}

.header-nav-link:hover {
  color: var(--light-color-gray);
}

.header-nav-link:focus {
  color: #9f979c;
}

.header-nav-link:visited, .header-nav-link.w--current {
  color: #fff;
}

.header-wrapper {
  background-color: #0000;
  width: 100vw;
  position: fixed;
}

.header-wrapper._1 {
  margin-top: 0;
}

.header-nav-menu-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.logo-white {
  max-width: none;
  height: auto;
  position: absolute;
}

.logo-full {
  position: relative;
}

.div-block-141 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.textarea-2 {
  min-height: 130px;
  color: var(--black-2);
  font-size: 16px;
  line-height: 20px;
}

.image-87 {
  width: 50%;
}

.div-block-142 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.link-41 {
  color: var(--reins-color);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-143 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: .4px solid var(--light-lue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-144.no-line {
  border-right-style: none;
}

.text-block-19 {
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-block-19.balck-text {
  color: var(--black-2);
}

.paragraph-89 {
  color: var(--light-lue);
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
}

.div-block-145 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.link-42 {
  color: var(--reins-color);
  margin-bottom: 12px;
  line-height: 1.2rem;
  text-decoration: none;
}

.link-42.other {
  margin-bottom: 0;
}

.text-block-20 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.paragraph-90 {
  margin-bottom: 0;
}

.link-43 {
  color: var(--gray-color);
  text-decoration: none;
}

.subtitle {
  color: var(--dim-grey);
  text-align: center;
}

.div-block-146 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.text-block-21 {
  color: var(--black-2);
  text-decoration: none;
}

.link-44 {
  color: var(--black-2);
  font-size: 1.6rem;
  text-decoration: none;
}

.image-88 {
  height: 100%;
}

.image-89, .image-90 {
  width: 70%;
}

.div-block-147 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.image-91 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.section-23 {
  background-color: var(--black);
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-23.white-back {
  background-color: var(--white);
}

.text-block-22 {
  color: var(--white);
}

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

.heading-54 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.3rem;
  line-height: 4.2rem;
}

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

.text-block-23.bigger-text {
  font-size: 1.4rem;
}

.div-block-149 {
  margin-bottom: 35px;
}

.text-block-24 {
  border-bottom: 5px solid var(--light-lue);
  font-size: 1.375rem;
  line-height: 2rem;
}

.paragraph-91 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2rem;
}

.paragraph-91.blue-text {
  color: var(--royal-blue-2);
}

.header-logo-link-2 {
  cursor: pointer;
  width: 40%;
  transform-style: preserve-3d;
  margin-right: 40px;
  padding-left: 0;
  transition: transform .3s;
}

.header-logo-link-2:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.container-default-2 {
  max-width: 1316px;
  padding-left: 14px;
  padding-right: 14px;
}

.header-right-side-2 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-left-side-2 {
  align-items: center;
  display: flex;
}

.header-content-wrapper-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-nav-link-2 {
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 1.2rem;
  transition: all .45s;
}

.header-nav-link-2:hover {
  color: var(--reins-color);
}

.header-nav-link-2:focus {
  color: #9f979c;
}

.header-nav-link-2:visited, .header-nav-link-2.w--current {
  color: #fff;
}

.social-icon-link-2 {
  color: #151314;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  transform-style: preserve-3d;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.social-icon-link-2:hover {
  color: #766c72;
  transform: scale3d(1.04, 1.04, 1.01);
}

.social-icon-link-2.white {
  color: #fff;
}

.social-icon-link-2.white:hover {
  color: #9f979c;
}

.social-icon-link-2.white.main:hover {
  color: #c2972c;
}

.header-nav-menu-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-card-3 {
  background-color: #fff;
  border: 1px solid #dbd3d3;
  border-radius: 20px;
  padding: 29px;
  overflow: hidden;
  box-shadow: 0 2px 12px #00000014;
}

.dropdown-list-3 {
  background-color: #0000;
  padding-top: 24px;
  display: none;
  transform: translate(-30%);
}

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

.social-icon-link-3 {
  color: #151314;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  transform-style: preserve-3d;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.social-icon-link-3:hover {
  color: #766c72;
  transform: scale3d(1.04, 1.04, 1.01);
}

.social-icon-link-3.white {
  color: #fff;
}

.social-icon-link-3.white:hover {
  color: #9f979c;
}

.social-icon-link-3.white.main:hover {
  color: #c2972c;
}

.div-block-150 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-150.other {
  justify-content: center;
  align-items: center;
}

.image-93 {
  max-width: none;
  height: 100%;
  overflow: visible;
}

.image-93.other {
  width: 100%;
  height: auto;
}

.div-block-151 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

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

.link-block-11 {
  height: 260px;
  overflow: hidden;
}

.image-94 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-94.guild-hall-dr {
  height: auto;
}

.service-details-sidebar-wrapper-2 {
  background-color: #f3f3f300;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.no-margin-2 {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-2.bigger-text {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
}

.service-details-sidebar-contacts-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.contacts-detail {
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Font Awesome 5 Free Solid 900", Arial, sans-serif;
  line-height: 1.3em;
}

.contact-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.contact-link:hover {
  color: #0053a0;
}

.div-block-152 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.div-block-153 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.div-block-154 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.div-block-155, .image-95 {
  width: 100%;
}

.div-block-156 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-157 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.image-96, .video {
  width: 100%;
}

.paragraph-92 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
}

.contact-row {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.icon-social {
  width: 20px;
  max-width: none;
  height: 20px;
}

.link-social {
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.link-social:hover {
  opacity: .5;
}

.contact-image-div {
  width: 140%;
  margin-left: 0;
  padding-left: 0;
}

.contact-image-div.semi-detached-div {
  width: 100%;
}

.section-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: 58px 50px;
  display: flex;
}

.section-24.no-padding-left-right {
  margin-bottom: 0;
  padding: 31px 0 80px;
}

.section-24.less-padding-left-right {
  padding-left: 40px;
  padding-right: 40px;
}

.follow-text {
  color: #343e52;
  margin-bottom: 16px;
  font-weight: 500;
}

.corner-line-horizontal {
  z-index: 99;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-line-horizontal.features-line-righ {
  background-color: #4b83c0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  inset: auto 0% 0% auto;
}

.footer-down {
  color: #a3b3bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-down.background {
  background-color: #4b83c0;
  border-radius: 100px;
  padding: 1px 12px 6px;
}

.submit-wrapper {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 370px;
  display: flex;
}

.container-wrapper {
  z-index: 10;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 93px;
  padding-right: 93px;
  display: flex;
  position: relative;
}

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

.image-left-contact {
  border-left: 40px solid var(--reins-color);
  background-image: url('../images/001-1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
}

.image-left-contact.semi-detached-image {
  background-image: url('../images/003.2.jpg');
}

.image-left-contact._2nd-floor-additions {
  background-image: url('../images/second-floor-2.jpeg');
}

.image-left-contact.full-home-renovations {
  background-image: url('../images/full-home-renovation.jpeg');
}

.image-left-contact.home-extensions {
  background-image: url('../images/home-extention-2.jpeg');
}

.image-left-contact.custom-detached-homes {
  background-image: url('../images/image00009.jpeg');
}

.image-left-contact.picckering {
  background-image: url('../images/b67063176991eb442d0d0bd79b38f092c5419380-1-min.jpg');
}

.image-left-contact.picckering.vaughan {
  background-image: url('../images/d03c8236079819e01924939677bb2a1c41da072a-1-min.jpg');
}

.image-left-contact.picckering.toronto {
  background-image: url('../images/c8df452ba0801a8f8ceca1637ca85ae22fd2679a-min.png');
}

.image-left-contact.picckering.richmond-hill {
  background-image: url('../images/0637e80798969d0dd5f61a04707c6bb30a04b4b3-min.jpg');
}

.image-left-contact.picckering.mississauga {
  background-image: url('../images/83e7d7bc0f7c39c25f06c8d91e028a4cef9369fa-min.jpg');
}

.image-left-contact.picckering.markham {
  background-image: url('../images/fbb3043a2f19c940b8d986fa17d7c8078b178a63-min.jpg');
}

.image-left-contact.picckering.east-york {
  background-image: url('../images/db2eef332a36c0ef4b43887a3267bcba424675db-min.jpg');
}

.submit-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  margin-left: -209px;
  padding: 50px;
  display: flex;
  position: relative;
  left: auto;
}

.submit-card.semi-detached-div {
  width: 600px;
}

.submit-card.semi-detached-div.area-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  margin-left: 22px;
  padding: 20px;
}

.heading-3 {
  color: #343e52;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.top-header {
  color: #4b83c0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.heading-55 {
  text-align: left;
  margin-top: 0;
}

.line-light-blue {
  background-color: var(--light-lue);
  width: 100px;
  height: 4px;
}

.text-block-26 {
  text-align: left;
  line-height: 1.5rem;
}

.list-7 {
  padding-left: 15px;
}

.div-block-158 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

._50-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.link-block-12 {
  width: 100%;
  text-decoration: none;
}

.image-97 {
  width: 100%;
}

.image-98 {
  width: 100%;
  height: 100%;
}

.image-99 {
  width: 100%;
}

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

.text-block-27 {
  background-color: var(--reins-color);
  color: var(--white);
  border-radius: 200px;
  padding: 14px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  top: -54.5px;
  right: 43px;
}

.text-block-27._2 {
  position: relative;
  top: -54.5px;
  right: 41.18px;
}

.text-block-27._3 {
  position: relative;
  top: -54.5px;
  right: 43.18px;
}

.div-block-161 {
  background-color: var(--white-smoke);
  border-radius: 200px;
  margin-left: 47px;
  padding: 33px;
}

.div-block-162 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.div-block-163 {
  flex-flow: column;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-165 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-166 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-100 {
  width: 100%;
}

.div-block-167 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-168._2-columns {
  grid-template-columns: 1fr 1fr;
}

.recaptcha {
  margin-top: 11px;
  margin-bottom: 0;
}

.primary-red-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6d20;
  border: 1px solid #ff6d20;
  padding: 15px 30px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.primary-red-button:hover {
  color: #010524;
  background-color: #fff;
  border-color: #fff;
}

.primary-red-button.full-submit-width {
  border-style: none;
  border-color: var(--blue-main-color);
  background-color: var(--reins-color);
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  height: 58px;
}

.primary-red-button.full-submit-width:hover {
  color: #fff;
  background-color: #010524;
  border-color: #010524;
}

.section-25 {
  padding: 80px 20px;
  position: relative;
}

.section-25.ads-hero {
  background-image: linear-gradient(#00000073, #00000073), url('../images/b1d6060f29d220d47151a52c63eada79445b6ac6-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 80vh;
  padding-top: 106px;
  padding-bottom: 0;
  display: flex;
}

.contacts-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-5-banner-slider-container {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contacts-form-wrapper {
  flex: 1;
  width: 50%;
}

.paragraph-93 {
  color: #f2f1f1;
  text-align: left;
  margin-top: 31px;
}

.contacts-content-wrapper {
  width: 60%;
  padding-right: 0;
}

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

.contacts-input {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  height: auto;
  padding: 16px 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #ff6d20;
}

.contacts-input::placeholder {
  color: #717171;
}

.contacts-input.white {
  color: #f9f9fa;
  letter-spacing: 1px;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

.contacts-input.white::placeholder, .contacts-input.white:lang(en) {
  color: #f9f9fa;
}

.form-3 {
  background-color: #0000003b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 10px;
  display: flex;
}

.text-field-contact-3 {
  color: #000;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact-3:hover {
  border-bottom-color: #142335;
}

.text-field-contact-3.white {
  color: #fff;
  margin-top: 14px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 14px;
}

.text-field-contact-3.white:hover {
  border-bottom-color: #babdc2;
}

.text-block-29 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 400;
}

.text-span-6 {
  color: #ff7024;
  font-size: 40px;
  line-height: .7em;
}

.text-block-30 {
  color: #f2f1f1;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.heading-4 {
  color: #fff;
  text-align: left;
  font-size: 50px;
  line-height: 1.1em;
}

.home-5-banner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.contacts-textarea {
  color: #010524;
  background-color: #0000;
  border: 1px solid #ff6d20;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  border: 1px solid #ff6d20;
}

.contacts-textarea::placeholder {
  color: #717171;
}

.contacts-textarea.white {
  color: #f9f9fa;
  border-width: .5px;
  border-color: #f9f9fa;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  min-height: 80px;
  margin-bottom: 13px;
  padding-top: 0;
}

.contacts-textarea.white::placeholder {
  color: #f9f9fa;
  letter-spacing: 1px;
}

.div-block-36 {
  flex-direction: column;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-37 {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.image-54 {
  margin-right: 11px;
}

.paragraph-94 {
  float: none;
  color: #061829b3;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.paragraph-94.left-alignment {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.smaller {
  text-align: left;
  font-size: 2rem;
  line-height: 2rem;
}

.rich-text-block-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.accordion-icon {
  margin-left: 20px;
  font-family: "Font Awesome 5 Free Solid 900", Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-item {
  border: 1px solid #afafaf80;
  border-radius: 20px;
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6rem;
}

.accordion-list-content {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.section-title-wrapper-2 {
  text-align: center;
  max-width: none;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.base-container-3 {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-title-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.section-26 {
  padding: 110px 30px;
  position: relative;
}

.icon-expertise-block {
  background-color: var(--sky-blue-color);
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 14px;
}

.section-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: 40px 50px;
  display: flex;
}

.line-subtitle {
  background-color: #101b22;
  width: 27px;
  height: 1px;
}

.paragraph-expertise {
  max-width: 270px;
  margin-bottom: 0;
}

.heading-expertise {
  max-width: none;
  margin-bottom: 0;
  line-height: 2.2rem;
}

.block-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 50px;
  height: 50px;
  display: block;
}

.expertise {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-56 {
  text-align: center;
  max-width: none;
  margin-bottom: 60px;
}

.content {
  width: 100%;
  max-width: 1200px;
}

.block-heading-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subtitle-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-subtitle {
  color: #101b22;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.teaser-img-wrap {
  height: 70vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.services-collection-list-wrapper {
  flex: 1;
  width: 100%;
}

.div-block-169 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #fff;
  flex-flow: column;
  padding: 40px 30px;
  display: flex;
}

.service-details-woman-block {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.service-link-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 42px 0;
  display: flex;
}

.service-link-block:hover {
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.base-container-4 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.services-collection-list {
  border-top: 1px solid #5e607333;
  flex-flow: column;
  display: flex;
}

.service-details-section-one {
  background-image: linear-gradient(#000, #fff0 3%), url('../images/Photo-Feb-23-2023-8-26-53-AM---LOW_1Photo Feb 23 2023, 8 26 53 AM - LOW.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-details-section-one.custome-homes {
  background-color: #fff;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.service-details-grid-col {
  width: 80%;
  display: block;
  position: relative;
}

.service-details-grid-col.service-details-grid-one {
  z-index: 1;
  width: 60%;
  padding-top: 148px;
  padding-bottom: 150px;
  left: 200px;
}

.service-details-grid-col.service-details-grid-one.hidden-responsive {
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
}

.service-details-grid-col.service-details-grid-two {
  background-color: #fff;
  width: 80%;
  padding: 0 0 56px;
  display: flex;
}

.service-card-text-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-transform: none;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.service-card-paragraph {
  font-weight: 400;
}

.service-card-paragraph.space-down {
  margin-bottom: 20px;
}

.expert-strategy-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 0%;
  display: flex;
  top: 115px;
  bottom: auto;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._4 {
  z-index: 1;
}

.service-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

.service-title:hover {
  opacity: 1;
}

.service-collection-item {
  border-bottom: 1px solid #5e607333;
  justify-content: space-between;
  display: flex;
}

.service-details-grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  align-items: stretch;
  display: flex;
}

.service-details-grid-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding-right: 0%;
  font-size: 18px;
  display: flex;
}

.heading-57 {
  text-transform: uppercase;
  font-weight: 600;
}

.p-teaser-img-wrap {
  width: 100%;
  height: 500px;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.service-details-grid-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.list-9 {
  padding-left: 0;
}

.div-block-170 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.text-block-31 {
  color: var(--reins-color);
  line-height: 1.2rem;
}

.icon-2 {
  color: var(--reins-color);
}

.dropdown-list-4.w--open {
  background-color: var(--light-blue);
  flex-flow: column;
  width: 300px;
  padding: 15px;
  display: flex;
  top: -214.797px;
  left: 161px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-items: start stretch;
}

@media screen and (min-width: 1280px) {
  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-field-box {
    display: block;
  }

  .search-field-box.line-height-btn {
    line-height: .8rem;
  }

  .header-top-row {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-button-box {
    justify-content: flex-start;
    display: flex;
  }

  .always-block-main-button, .always-block-main-button.padding-top-eighteen {
    display: flex;
  }

  .always-block-build-caption {
    background-color: #101929db;
    padding: 44px;
  }

  .always-block-image-column {
    background-image: url('../images/3A1A1405-Enhanced-NR-B.jpg');
    background-position: 38% 0;
  }

  .always-block-image-column.about-us-photo {
    background-position: 50%;
  }

  .footer-bottom-container {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .footer-bottom-main-block {
    padding-top: 7px;
    padding-bottom: 2px;
  }

  .small-font {
    padding-bottom: 0;
  }

  .important-link-column {
    justify-content: flex-end;
  }

  .dizify-service-main-block.align-center.padding-bottom-thirty {
    width: 100%;
    max-width: none;
  }

  .dizify-service-section-title.home-three.margin-zero {
    font-size: 2.5rem;
  }

  .dizify-service.home-three {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-team-section-button-box {
    display: flex;
  }

  .all-btn {
    background-color: var(--imperial-red);
    display: block;
  }

  .mega-menu {
    display: block;
  }

  .all-btn-animation {
    text-transform: uppercase;
    font-size: .9rem;
  }

  .error-page-button {
    justify-content: center;
    display: flex;
  }

  .heading-five-box {
    text-decoration: none;
  }

  .hero-section-overlay-home-one {
    background-image: linear-gradient(#0c132c59, #0c132c59);
  }

  .project-details-button-box {
    display: flex;
  }

  .landing-home-container {
    align-items: flex-start;
    max-width: none;
    height: 40%;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .landing-home-container.no-left-padiding {
    justify-content: flex-start;
    align-items: stretch;
  }

  .landing-home-container.other {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .landing-hero {
    background-size: 1095px 455px, cover, auto, auto;
  }

  .navbar-menu {
    justify-content: center;
  }

  .style-guide-color-pallette-primary-color {
    flex: 1;
  }

  .style-guide-color-pallette-primary-color.width {
    width: 50%;
  }

  .style-guide-color-pallette-block-color {
    height: 75px;
    position: relative;
  }

  .style-guide-heading-style-grid-text-wrapper {
    border-radius: 6px;
  }

  .style-guide-site-map-list {
    margin-bottom: 0;
    list-style-type: disc;
  }

  .style-guide-heading-style-grid-font-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-heading-style-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-pallette {
    display: flex;
  }

  .style-guide-color-pallette-secondary-color, .style-guide-color-pallette-wrapper, .style-guide-heading-style-grid-title-wrapper {
    flex: 1;
  }

  .landing-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .preloader-main {
    display: flex;
  }

  .button-all-wrapper {
    flex-direction: column;
  }

  .all-btn-2 {
    display: block;
  }

  .button-all-wrapper-2 {
    flex-direction: column;
  }

  .heading-five-2.text-color-white.padding-bottom-ten.padding-top-twenty {
    letter-spacing: .03rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .contact-form-block-2 {
    height: 100%;
  }

  .div-block-93 {
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    display: block;
  }

  .padding-bottom-twenty-two-3.big-size-text.centered {
    text-align: center;
  }

  .always-block-column-2.home-three.career {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-90 {
    height: auto;
  }

  .contact-form-block-3 {
    height: 100%;
  }

  .landing-home-container-2 {
    padding-left: 0;
    padding-right: 41px;
  }

  .landing-home-container-2.vertical {
    flex-direction: column;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-113 {
    width: 600px;
  }

  .all-btn-3 {
    display: block;
  }

  .all-btn-3.red {
    background-color: #d10005;
    text-decoration: none;
  }

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

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .testimonials-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container {
    flex-direction: column;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .all-btn-4 {
    display: block;
  }

  .all-btn-4.red {
    background-color: #d10005;
    text-decoration: none;
  }

  .service-details-overlay-2 {
    margin-top: 20px;
  }

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

  .text-block-27 {
    right: 45.18px;
  }

  .text-block-27._2 {
    right: 44.18px;
  }

  .text-block-27._3 {
    right: 45.18px;
  }

  .div-block-161 {
    margin-left: 50px;
  }

  .section-25 {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .contacts-content-wrapper {
    width: 60%;
  }

  .home-5-banner-wrapper {
    max-width: none;
  }

  .section-26 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .div-block-169 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-details-grid-col.service-details-grid-one.hidden-responsive {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    letter-spacing: -.02rem;
    font-size: 1.875rem;
  }

  h4 {
    letter-spacing: -.02rem;
  }

  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-and-search-and-btn-column {
    background-color: #fff;
  }

  .search-field-box {
    display: block;
  }

  .header-top-row {
    padding-left: 0;
    padding-right: 0;
  }

  .main-header.home-two {
    z-index: 1;
  }

  .header-main-row {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section-main-block {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-form-column {
    width: 35%;
  }

  .hero-section {
    background-image: url('../images/3A1A1467-Enhanced-NR.jpg'), url('../images/AC_HP_Tech_Carrier_TotalComfort.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .creative-solutions.home-one.padding-up.about-us-photo {
    padding-right: 30px;
  }

  .creative-solutions-flex-image {
    width: 100%;
    max-width: 70px;
  }

  .always-block-column.home-three {
    padding-left: 95px;
    padding-right: 30px;
  }

  .always-block-image-column {
    background-image: url('../images/3A1A1405-Enhanced-NR-B.jpg');
    background-position: 30%;
    background-size: cover;
  }

  .always-block-image-column.about-us-photo {
    background-position: 50%;
  }

  .services-tabs {
    padding-top: 54px;
    padding-left: 16px;
  }

  .services-tabs-content {
    width: 57%;
    position: absolute;
  }

  .services-caption-column {
    width: 40%;
  }

  .services-tabs-menu.section-gap {
    width: 100%;
  }

  .client-main-block {
    display: flex;
  }

  .increase-business-column-image {
    background-image: url('../images/Increase-Business-Image.webp');
  }

  .increase-business-main-block.service-one {
    grid-column-gap: 99px;
    grid-row-gap: 99px;
  }

  .testimonial-with-form-column-testimonials {
    width: 65%;
    padding-bottom: 5px;
    padding-right: 73px;
  }

  .testimonial-with-form-main-block {
    flex-direction: row;
    display: block;
  }

  .testimonial-with-form-box.home-two {
    max-width: 480px;
  }

  .testimonial-with-form-testimonials-image {
    padding-right: 0;
  }

  .testimonial-with-form {
    position: relative;
  }

  .footer-column.footer-right-column-gap-right-copy.home-three-footer-right-gap {
    padding-right: 32px;
  }

  .header-bottom-main-block {
    align-items: center;
  }

  .header-bottom-main-block.home-two {
    justify-content: space-between;
  }

  .header-bottom-logo-and-menu.home-two {
    width: 75%;
  }

  .header-bottom-menu-column {
    width: 70%;
  }

  .header-bottom-call-section {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 77px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .header-bottom-call-section.home-two-header {
    width: 160px;
    padding-left: 0;
  }

  .header-bottom-call-icon {
    background-position: 12%;
    padding-left: 88px;
  }

  .hero-section-slider.home-two {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-slider-column {
    width: 67%;
  }

  .hero-slider-column.home-two {
    width: 65%;
  }

  .creative-home-two-flex-column {
    width: 40%;
  }

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

  .precision-card.service-one {
    margin-right: 0;
  }

  .services-grid._2nd-row {
    margin-top: 86px;
  }

  .services-column {
    position: relative;
  }

  .exclusive-research-query-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 118px;
  }

  .go-green-section {
    background-color: #101929;
  }

  .history-row {
    flex-direction: row;
  }

  .history-image-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 45%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .history-caption-column {
    width: 55%;
    max-width: 640px;
  }

  .history-heading-box {
    padding-top: 80px;
  }

  .home-three-top-header-social-icon-column {
    justify-content: flex-end;
    display: flex;
  }

  .home-three-top-header-details-section-column {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .home-three-top-header-social-icon-box {
    padding-bottom: 3px;
  }

  .empower-people-card-caption-box {
    margin-left: 29px;
    margin-right: 29px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-three.home-three {
    position: relative;
  }

  .all-btn {
    background-color: var(--imperial-red);
    overflow: hidden;
  }

  .home-three-services-arrow-bg {
    display: block;
    right: -45%;
  }

  .header-main-row-menu-item-inner.hidden {
    display: none;
  }

  .free-consultation-caption-column {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .free-consultation-caption-column.go-green {
    flex-direction: column;
    align-items: flex-start;
  }

  .free-consultation-caption-button-box {
    text-align: right;
    align-self: flex-start;
  }

  .business-update-progress-bar-update.service-one {
    width: 93%;
  }

  .business-update-progress-bar-update.service-two {
    width: 86%;
  }

  .business-update-progress-bar-update.service-three {
    width: 93%;
  }

  .pricing-plan-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-plan-section.pricing-one-page {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
  }

  .pricing-plan-section.pricing-two-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-plan-card.bg-sky-blue.text-color-white.pricing-page-one {
    padding: 55px 51px;
  }

  .pricing-plan-card.bg-sky-blue.pricing-two {
    padding: 45px 48px;
  }

  .contact-expert-flex {
    grid-column-gap: 15px;
  }

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

  .get-in-touch-block {
    width: 35%;
  }

  .career-hero-main-block {
    position: relative;
  }

  .blog-three-card-image-overlay {
    background-color: #10192978;
    background-image: none;
  }

  .blog-three-card-image-overlay:hover {
    background-image: linear-gradient(#131e3c99, #01228c99);
  }

  .home-three-blog-main-block {
    grid-auto-columns: 1fr;
  }

  .hero-section-overlay-home-one {
    background-image: linear-gradient(#0c132c59, #0c132c59);
  }

  .landing-home-container {
    padding-right: 0;
  }

  .landing-home-container.no-left-padiding {
    justify-content: flex-start;
    align-items: stretch;
  }

  .landing-home-container.other {
    padding-bottom: 85px;
  }

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

  .changelog-hero-section {
    background-color: #f2f3f7;
    background-image: none;
  }

  .team-collection-list-two {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .italic-text, .italic-text-2, .italic-text-3 {
    font-style: normal;
  }

  .all-btn-2 {
    overflow: hidden;
  }

  .button-all-wrapper-2 {
    position: relative;
  }

  .header-bottom-call-icon-2 {
    background-position: 6%;
    padding-left: 37px;
  }

  .heading-five-2.text-color-white.padding-top-twenty.padding-bottom-ten.align-center {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 0;
    line-height: 2rem;
  }

  .image-section-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-expert-image-box-2 {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Reins-Icon.png');
    background-position: 0 0, -40% -200%;
  }

  .free-consultation-caption-column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .services-caption-column-2 {
    width: auto;
  }

  .div-block-68 {
    justify-content: space-around;
  }

  .always-block-column-2.home-three {
    padding-left: 95px;
    padding-right: 30px;
  }

  .always-block-column-2.home-three.career {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-100 {
    justify-content: space-around;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .landing-home-container-2 {
    justify-content: center;
    max-width: 100vw;
  }

  .services-tabs-2 {
    padding-top: 54px;
    padding-left: 16px;
  }

  .services-caption-column-3 {
    width: 40%;
  }

  .services-tabs-content-2 {
    width: 57%;
    position: absolute;
  }

  .div-block-113 {
    width: 400px;
  }

  .free-consultation-caption-button-box-2 {
    text-align: right;
  }

  .all-btn-3 {
    overflow: hidden;
  }

  .base-container {
    max-width: none;
  }

  .all-btn-4 {
    overflow: hidden;
  }

  .services-column-image-2 {
    border: 1px #000;
  }

  .services-round-shape-2 {
    height: 120px;
  }

  .services-round-shape-2.other {
    outline-offset: 15px;
    background-color: #9dabbe;
    border: 1px #000;
    outline: 3px solid #d10005;
    margin-bottom: 77px;
  }

  .services-image-2 {
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: -23.6719px;
  }

  .services-image-2.other {
    right: 145px;
  }

  .services-image-2._3rd-pic {
    top: -45.6719px;
  }

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

  .div-block-160 {
    padding-left: 50px;
  }

  .text-block-27 {
    right: 42px;
  }

  .text-block-27._2, .text-block-27._3 {
    right: 43.18px;
  }

  .div-block-161 {
    margin-left: 0;
  }

  .base-container-4 {
    max-width: 1200px;
  }

  .service-details-grid-col.service-details-grid-one.hidden-responsive {
    width: 80%;
  }

  .service-details-grid-col.service-details-grid-two {
    padding-top: 64px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .header-top {
    padding-left: 21px;
    padding-right: 21px;
  }

  .menu-button {
    display: none;
  }

  .hero-section-main-block {
    width: 100%;
  }

  .hero-section {
    background-image: url('../images/3A1A1467-Enhanced-NR.jpg'), url('../images/AC_HP_Tech_Carrier_TotalComfort.jpg');
    background-position: 50%, 50% 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .hero-section._400px {
    background-image: none;
  }

  .category-container {
    max-width: none;
  }

  .services-tab.w--current {
    background-color: var(--royal-blue-2);
  }

  .services-tabs-menu.section-gap {
    width: 100%;
  }

  .testimonial-with-form-column-testimonials {
    width: 70%;
  }

  .home-three-slider-arrow-icon {
    justify-content: center;
    align-items: center;
  }

  .our-recent-articles {
    background-image: url('../images/BG-Circle.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 550px, 0 0;
    background-size: 700px, auto;
  }

  .empower-people-card-caption-box-title {
    letter-spacing: 1.4px;
  }

  .inner-page-banner.about-page-banner.text-center.heating-banner {
    background-image: url('../images/family.jpg');
  }

  .inner-page-banner.about-page-banner.text-center.cooling-banner {
    background-image: url('../images/Cooloing.webp');
    background-position: 50% 75%;
  }

  .inner-page-banner.about-page-banner.text-center.plumbing-banner {
    background-image: url('../images/service-maintenance-worker-repairing.jpg');
  }

  .inner-page-banner.contact-one {
    background-position: 50%;
  }

  .inner-page-banner-main-block {
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .free-consultation.service-gogreen {
    padding-bottom: 103px;
  }

  .free-consultation-caption-column.go-green {
    flex-direction: row;
    padding-left: 56px;
    padding-right: 56px;
  }

  .pricing-plan-section.pricing-one-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-recent-articles-overlay {
    background-image: url('../images/BG-Circle.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 150%, 0 0;
  }

  .hero-section-overlay-home-one {
    background-image: none;
  }

  .landing-home-container {
    max-width: 80%;
  }

  .landing-home-container.no-left-padiding {
    justify-content: flex-start;
    align-items: stretch;
  }

  .landing-home-container.other {
    max-width: 100%;
    padding-bottom: 143px;
  }

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

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    display: flex;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .heading-five-2.text-color-white.margin-zero {
    height: 0%;
  }

  .image-section-row {
    background-position: 50%;
    width: 100%;
  }

  .text-button {
    color: var(--black);
  }

  .paragraph-6.smaller-text.no-capital {
    text-transform: none;
  }

  .always-block-column-2.home-three.career {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .div-block-72 {
    width: 0%;
  }

  .services-caption-column-3 {
    width: 40%;
  }

  .services-tab-2.w--current {
    background-color: #2555f0;
  }

  .div-block-113 {
    width: 700px;
    height: 100px;
  }

  .base-container {
    max-width: none;
  }

  .precision-grid-2.service-one {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-118, .div-block-119 {
    width: 0%;
  }

  .base-container-2 {
    max-width: 1400px;
  }

  .contact-row {
    width: 100%;
  }

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

  .text-block-27 {
    right: 44px;
  }

  .text-block-27._2 {
    right: 43.18px;
  }

  .text-block-27._3 {
    right: 45.18px;
  }

  .div-block-161 {
    margin-left: 0;
  }

  .base-container-3 {
    max-width: 1400px;
  }

  .teaser-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 90vh;
    padding-left: 39%;
    display: flex;
  }

  .service-details-section-one {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-details-grid-col, .service-details-grid-col.service-details-grid-one.hidden-responsive {
    width: 80%;
  }

  .service-details-grid-col.service-details-grid-two {
    width: 80%;
    padding-top: 148px;
    padding-bottom: 42px;
    padding-left: 0;
    left: 0;
  }

  .service-card-text-wrap {
    max-width: none;
  }

  .expert-strategy-wrap {
    height: auto;
    padding-left: 0%;
    top: 115px;
  }

  .p-teaser-img-wrap {
    height: 600px;
  }

  .service-details-grid-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }

  .header-top {
    display: flex;
  }

  .menu-button {
    z-index: 9999;
    color: #000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: auto;
    margin-left: auto;
    padding: 0;
    font-size: 3rem;
    font-weight: 400;
    display: flex;
    position: static;
    top: 0;
    right: 15px;
  }

  .menu-button:active, .menu-button:focus {
    color: #000;
  }

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

  .menu-and-search-and-btn-column {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    display: none;
    position: fixed;
    inset: -20% 0% auto;
    overflow: scroll;
  }

  .menu-and-search-and-btn-column.home-two-header {
    width: 100%;
    top: 100%;
  }

  .header-main-row-menu-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .header-main-row-menu-item.home-two {
    width: 100%;
  }

  .search-field-box.line-height-btn {
    justify-content: center;
    align-items: flex-end;
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }

  .logo-column {
    background-color: #fff;
    justify-content: space-between;
    width: auto;
    height: 100%;
    margin-left: 0;
    padding-left: 15px;
  }

  .header-main-row {
    z-index: 999;
    background-color: var(--white);
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 0;
    display: block;
    position: static;
  }

  .header-bottom {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-menu-item.text-color-white.change-height {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-menu-item.text-color-white.change-height.responsive-color-change {
    color: #1f2e54;
  }

  .header-menu-item.text-color-white.change-height.responsive-color-change.responsive-full-width {
    width: 100%;
  }

  .hero-section-main-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section-main-block.home-two {
    margin-top: 0;
  }

  .hero-section-text-column {
    width: 80vw;
  }

  .hero-section-form-column {
    width: 100%;
  }

  .hero-section {
    background-image: url('../images/3A1A1467-Enhanced-NR-VERTICAL_1.png');
    background-position: 50% 100%;
    background-size: cover;
    margin-top: -30px;
  }

  .hero-section._400px {
    background-image: none;
    height: 350px;
  }

  .category-column-heading {
    margin-bottom: 0;
    padding-top: 0;
    line-height: 1.1rem;
  }

  .category-container {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .category-main-block {
    grid-auto-columns: 1fr;
  }

  .category-main-block.mask-2 {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 1fr;
  }

  .creative-solutions-caption-column {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 19px;
    padding-left: 0;
  }

  .creative-solutions.home-two {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .creative-solutions.home-one {
    padding-top: 41px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .creative-solutions.home-one.padding-up {
    padding-left: 33px;
    padding-right: 33px;
  }

  .creative-solutions.home-one.padding-up.about-us-photo {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .creative-solutions-column {
    width: 100%;
  }

  .heading-span {
    font-size: 2.425rem;
    line-height: 2.6rem;
  }

  .creative-solutions-main-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .creative-solutions-main-block.section-gap {
    grid-row-gap: 35px;
  }

  .always-main-block {
    flex-direction: column;
  }

  .always-main-block.section-gap.home-three {
    grid-row-gap: 38px;
    flex-direction: column-reverse;
  }

  .always-main-block.section-gap.home-three.business-counter {
    flex-direction: column;
  }

  .always-main-block.section-gap {
    grid-row-gap: .6rem;
    grid-row-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .always-container {
    padding-top: 7px;
  }

  .always-container.home-three {
    padding-top: 0;
  }

  .always-block-build-caption {
    height: 220px;
    padding: 15px 21px 0;
    top: -70px;
  }

  .always-track {
    padding-bottom: 70px;
  }

  .always-track.home-three {
    padding-bottom: 0;
  }

  .always-track.home-three.service-details {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .always-track.home-three.service-details.details {
    padding-top: 0;
  }

  .always-track.home-three.career-details-page-container {
    padding-bottom: 64px;
  }

  .always-block-column {
    width: 100%;
    padding-bottom: 35.2px;
  }

  .always-block-column.home-three {
    width: 100%;
    padding-bottom: 51px;
    padding-left: 0;
  }

  .always-block-column.home-three.career, .always-block-column.about-us {
    padding-bottom: 0;
  }

  .always-block-image-column {
    background-image: url('../images/3A1A1405-Enhanced-NR-B.jpg');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-bottom: 22px;
  }

  .always-block-image-column.home-three, .always-block-image-column.home-three.business-counter {
    width: 100%;
  }

  .always-block-image-column.about-us-photo {
    height: 360px;
  }

  .services-tabs {
    padding-top: 0;
  }

  .services {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .services.home-two {
    padding-top: 54px;
    padding-bottom: 50px;
  }

  .services-tabs-content {
    width: 100%;
    position: relative;
    left: auto;
  }

  .services-caption-column {
    width: 100%;
  }

  .services-tabs-menu.section-gap {
    padding-bottom: 1.8rem;
  }

  .services-main-row {
    flex-direction: row;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client.bg-sky-blue {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .increase-business-column-image {
    width: 100%;
  }

  .increase-business {
    padding-top: 70px;
    padding-bottom: 28px;
  }

  .increase-business.service-one {
    padding-bottom: 60px;
  }

  .increase-business-column-caption {
    width: 100%;
  }

  .increase-business-main-block {
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .testimonial-with-form-column-testimonials {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .testimonial-with-form-main-block {
    flex-direction: column;
    position: relative;
  }

  .text-field.all-text-field-customize.home-two-input {
    color: #535b66;
  }

  .testimonial-with-form-section {
    background-image: url('../images/Form-background.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px 15px;
  }

  .testimonial-with-form-box {
    max-width: 100%;
  }

  .testimonial-with-form-box.home-two {
    max-width: none;
    padding: 15px;
  }

  .testimonials-slider {
    overflow: visible;
  }

  .testimonial-with-form {
    padding-top: 25px;
  }

  .footer-social-icon.width-twenty {
    width: 100%;
  }

  .footer-social-icon.home-three-footer-social-icons-gap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 53px;
  }

  .footer.home-two-footer {
    padding-top: 0;
  }

  .footer.home-one {
    padding-top: 64px;
  }

  .footer-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .footer-row.home-one {
    padding-bottom: 40px;
  }

  .footer-bottom-main-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .footer-bottom-main-block.home-two-footer-border-off.home-two-footer {
    padding-top: 12px;
  }

  .footer-bottom-main-block.home-one {
    padding-bottom: 26px;
  }

  .footer-bottom-column-image {
    width: 100%;
  }

  .footer-bottom-column, .footer-bottom-column.footer-bottom-home-two-text.home-two-footer-column, .footer-bottom-column.home-three-bottom-footer {
    text-align: center;
    width: 100%;
  }

  .small-font.margin-zero {
    text-align: center;
  }

  .header-bottom-main-block.home-two {
    padding-left: 0;
    position: relative;
  }

  .header-bottom-menu-column.home-two {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .home-two {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-bottom-call-section.home-two-header {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 44px;
  }

  .hero-section-slider-caption {
    text-align: center;
  }

  .hero-slider-row {
    flex-direction: column;
    justify-content: center;
  }

  .hero-slider-column.home-two {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .hero-section-slider-one {
    height: 100%;
  }

  .creative-home-two-flex-column {
    width: 28%;
  }

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

  .precision-section.service-one {
    padding-top: 26px;
    padding-bottom: 11px;
  }

  .precision-heading-box {
    padding-left: 0;
    padding-right: 0;
  }

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

  .precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .precision-card.home-two-page {
    margin-top: 0;
    margin-bottom: 0;
  }

  .precision-card-body-row {
    align-items: stretch;
  }

  .precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-two-tab-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-two-tab-section-row {
    flex-direction: column;
  }

  .home-two-tab-section-row.section-gap {
    grid-row-gap: 25px;
  }

  .home-two-tab-section-caption-column {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-two-tab-section-image-column {
    width: 100%;
  }

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

  .testimonial-with-form-main-block-inner {
    flex-direction: column;
  }

  .exclusive-research {
    padding-top: 58px;
    padding-bottom: 55px;
  }

  .exclusive-research-image-column {
    width: 100%;
  }

  .exclusive-research-caption-column {
    width: 100%;
    padding-bottom: 44px;
    padding-right: 0;
  }

  .exclusive-research-main-block {
    flex-direction: column;
  }

  .exclusive-count-row {
    width: 60%;
  }

  .team {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .team.about-us {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .team-grid {
    grid-row-gap: 33px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .history-caption-column {
    padding-bottom: 50px;
  }

  .header-blue-background, .header-white-background {
    display: none;
  }

  .history-heading-box {
    padding-top: 110px;
  }

  .testimonials-home-two {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .testimonials-home-two-slider-card {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-home-two-slider-card-column-image-box {
    width: 100%;
    max-width: 100px;
  }

  .latest-project {
    height: auto;
    padding: 54px 31px 70px;
  }

  .latest-project-column {
    height: 100%;
  }

  .latest-project-title.padding-bottom-ten {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .latest-project-image-inner {
    height: 140px;
  }

  .footer-home-two-column-image-box {
    width: 100%;
  }

  .important-link-column {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .home-two-tab-section-tabs-caption-image-box, .home-two-tab-section-tabs-caption-image-box-two {
    max-width: 100%;
    height: 240px;
  }

  .home-three-top-header-main-block {
    display: none;
  }

  .home-three-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-header-button-box.line-height-zero {
    display: none;
  }

  .home-three-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .empower-people-slider-column {
    height: auto;
  }

  .empower-people {
    padding-top: 57px;
    padding-bottom: 23px;
  }

  .empower-people-slider-row-grid {
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .empower-people-card-image-box {
    height: 120px;
  }

  .empower-people-inner-container {
    padding-left: 0;
    padding-right: 0;
  }

  .empower-people-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .always-block-column-two {
    width: 100%;
    padding-bottom: 2.2rem;
  }

  .always-block-column-two.home-three {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .always-block-column-two.home-three.business-counter {
    width: 100%;
  }

  .always-track-two {
    padding-bottom: 3.75rem;
  }

  .always-track-two.home-three-section-top-gap-zero {
    padding-top: 0;
  }

  .always-track-two.home-three-section-top-gap-zero.always-track-home-three-bottom-gap {
    padding-bottom: 70px;
  }

  .dizify-service-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dizify-service-section-title.home-three.margin-zero {
    font-size: 2rem;
  }

  .dizify-service {
    padding-top: 38px;
    padding-bottom: 46px;
  }

  .dizify-service.home-three {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .home-three-team-col {
    display: block;
  }

  .home-three-team-column, .home-three-team-column.padding-right-sixty.curved-image.home-three-team-cols {
    width: 100%;
  }

  .home-three-team-col-two {
    padding-bottom: 25px;
  }

  .home-three-team-content-image-box {
    width: 25%;
    top: -10rem;
    right: 15px;
  }

  .home-three-team-col-one {
    padding-bottom: 15px;
  }

  .home-three-team-content-icons {
    left: 10px;
    right: auto;
  }

  .home-three-team {
    padding-top: 22px;
    padding-bottom: 50px;
  }

  .home-three-team-row {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-three-team-content-black-icons {
    left: 8px;
    right: auto;
  }

  .our-recent-articles {
    padding-top: 34px;
    padding-bottom: 70px;
  }

  .footer-three-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
  }

  .footer-three {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .footer-three.home-three {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .footer-three-bottom-main-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-three-bottom-main-block.home-three-bottom-footer {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .home-three-footer-important-links-box {
    justify-content: center;
    width: 100%;
  }

  .font-weight-medium {
    font-size: 2.2rem;
  }

  .empower-people-card-caption-box-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-two.padding-bottom-ten {
    text-align: left;
  }

  .padding-bottom-zero {
    padding-bottom: 0;
  }

  .text-color-white.padding-bottom-ten.other-padding {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .text-color-white.padding-bottom-twenty-two {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .text-color-white.inner-page-banner-section-title {
    letter-spacing: .1rem;
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .faq-image-column {
    width: 100%;
  }

  .faq-main-block {
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .faq {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .faq.contact-one {
    padding-top: 35px;
    padding-bottom: 53px;
  }

  .faq.contact-one.pricing-page-two {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .faq.home-three {
    padding-top: 50px;
    padding-bottom: 5px;
  }

  .faq-caption-column, .faq-caption-column.contact-one {
    width: 100%;
  }

  .testimonial-with-form-absolute-row {
    flex-direction: column;
    display: none;
  }

  .mega-menu {
    position: relative;
    top: 0;
  }

  .mega-menu.dropdown-mega-menu {
    height: auto;
    display: block;
    overflow: scroll;
  }

  .dropdown-item-text {
    display: block;
  }

  .header-main-row-menu-item-inner {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    width: 100%;
    padding-left: 127px;
    padding-right: 127px;
  }

  .header-main-row-menu-item-inner.nav-item-left-padding {
    margin-left: 0;
  }

  .header-main-row-menu-item-inner-link {
    justify-content: center;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 23px;
  }

  .header-main-row-menu-item-inner-link.w--current {
    justify-content: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .menu-button-icon {
    align-items: center;
    width: 26px;
    height: 100%;
    display: flex;
  }

  .menu-button-icon-inner {
    width: 26px;
  }

  .menu-button-line {
    background-color: #000;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-line.bottom {
    margin-bottom: 0;
  }

  .inner-page-banner-main-block {
    height: 40vh;
  }

  .inner-page-banner-section-title-box.other {
    padding-top: 79px;
  }

  .free-consultation.service-gogreen {
    padding-bottom: 77px;
  }

  .free-consultation-main-block {
    flex-direction: column;
  }

  .free-consultation-image-column {
    width: 100%;
  }

  .free-consultation-caption-column {
    width: 100%;
    padding-left: 56px;
    padding-right: 100px;
  }

  .free-consultation-caption-column.go-green {
    padding-left: 30px;
    padding-right: 30px;
  }

  .free-consultation-caption-image, .free-consultation-caption-column-inner {
    width: 100%;
  }

  .hero-home-three-main-block {
    height: 560px;
  }

  .hero-home-three-slide-left-arrow {
    z-index: 10;
    background-color: #e0e0e0;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: none;
    top: 5%;
    left: 0;
  }

  .hero-home-three-slide-caption {
    display: none;
  }

  .hero-home-three-slide-caption.tablet {
    display: flex;
    position: absolute;
    top: 0;
  }

  .hero-home-three-slide-three, .hero-home-three-slide-two {
    border-right: 0 #0000;
  }

  .hero-home-three-slide-right-arrow {
    z-index: 10;
    background-color: #e0e0e0;
    width: 40px;
    height: 40px;
    margin: 0 0 0 40px;
    display: none;
    top: 5%;
    left: 0;
  }

  .hero-home-three-slide-one {
    border-right: 0 #0000;
  }

  .hero-home-three-slider-mask {
    width: 100%;
    overflow: hidden;
  }

  .home-three-left-arrow-slider {
    color: #000;
    font-size: 1.5rem;
    position: relative;
  }

  .home-three-right-arrow-slider {
    color: #000;
    font-size: 1.5rem;
  }

  .home-one-card.home-one {
    padding-top: 20px;
  }

  .home-one-main-block-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .team-full-width-main-block {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .team-full-width-main-block-inner {
    flex-direction: column;
  }

  .team-full-width-button {
    justify-content: flex-start;
    width: 100%;
  }

  .team-full-width-caption-column {
    width: 100%;
    max-width: 100%;
  }

  .team-member-expert.bg-light-gray {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .team-count {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .team-count-block.text-center.mobile-border-right-zero {
    border-right: 0 #0000;
  }

  .business-update {
    padding-bottom: 40px;
  }

  .business-update.help-center {
    padding-bottom: 20px;
  }

  .business-update-grid {
    flex-direction: column;
  }

  .business-update-grid.team-two {
    grid-row-gap: 35px;
  }

  .business-update-image-column, .business-update-caption-column {
    width: 100%;
  }

  .pricing {
    padding-top: 60px;
  }

  .pricing.pricing-two {
    padding-bottom: 70px;
  }

  .pricing.service-one {
    padding-top: 38px;
    padding-bottom: 70px;
  }

  .pricing-plan-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-section.pricing-one-page {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-section.pricing-two-page {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-card.pricing-page-one {
    padding: 55px 51px;
  }

  .pricing-plan-features-list-item {
    align-items: center;
    margin-bottom: 20px;
  }

  .padding-bottom-ten {
    font-size: 2.2rem;
  }

  .padding-bottom-ten.centered-text {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .investment {
    padding-top: 36px;
    padding-bottom: 70px;
  }

  .investment-row {
    flex-direction: column;
  }

  .investment-text-column {
    width: 100%;
    padding-bottom: 20px;
  }

  .investment-image-column {
    width: 100%;
  }

  .investment-category-item.service-two {
    line-height: 2rem;
  }

  .contact-expert {
    padding-bottom: 40px;
  }

  .contact-expert.pricing-one-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-expert-main-block {
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .contact-expert-image-column {
    width: 100%;
  }

  .contact-expert-image-column.cols-gap {
    flex-direction: column;
    padding-bottom: 0;
  }

  .contact-expert-caption-column {
    width: 100%;
    max-width: 100%;
  }

  .contact-expert-image-box {
    margin-right: 0;
  }

  .next-level {
    padding-bottom: 40px;
  }

  .next-level-main-block {
    flex-direction: column;
  }

  .next-level-column-caption.service-next-level {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .next-level-column-image {
    width: 100%;
  }

  .believe {
    padding-bottom: 141px;
  }

  .believe.bg-dark-blue.other {
    padding-bottom: 23px;
  }

  .believe-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .believe-column-image-box {
    padding-bottom: 10px;
  }

  .believe-column-caption-inner {
    grid-column-gap: 20px;
  }

  .padding-bottom-thirty {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .services-two-counter-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .services-two-counter-column {
    flex-direction: column;
  }

  .services-two-counter-icon-box {
    justify-content: center;
    display: flex;
  }

  .services-two-counter-details-box {
    text-align: center;
  }

  .service-details-card-section {
    padding-top: 70px;
    padding-bottom: 54px;
  }

  .service-details-card-section.career-page {
    padding-bottom: 72px;
  }

  .service-details-card-section.help-center {
    padding-top: 36px;
    padding-bottom: 70px;
  }

  .service-details-card-section.service-details {
    padding-bottom: 70px;
  }

  .service-details-card-section.request-a-demo {
    padding-top: 58px;
  }

  .service-details-card-section.career-page {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .service-details-card-main-block {
    grid-row-gap: 26px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .service-details-card.text-center {
    width: 100%;
    height: auto;
    padding: 29px;
  }

  .service-details-card.text-center._50, .service-details-card.text-center.half {
    width: 100%;
  }

  .heading-five.padding-bottom-ten {
    text-align: center;
    margin-bottom: 8px;
  }

  .latest-project-article {
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .latest-project-article.service-page-details {
    padding-bottom: 45px;
  }

  .latest-project-article-grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .latest-project-article-column.service-details {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .latest-project-article-image.autofit.full-width-image {
    height: 100%;
    max-height: 250px;
  }

  .project {
    padding-top: 50px;
    padding-bottom: 62px;
  }

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

  .about-company {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .about-company.contact-two-page {
    padding-top: 57px;
    padding-bottom: 60px;
  }

  .about-company.contact-one {
    padding-top: 62px;
    padding-bottom: 40px;
  }

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

  .about-company-grid.contact-two {
    grid-column-gap: 30px;
  }

  .contact-one-essential {
    width: 100%;
  }

  .contact-one-essential.stiky-top {
    position: static;
  }

  .our-branch {
    padding-bottom: 70px;
  }

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

  .get-touch-contact-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .get-in-touch-block {
    width: 100%;
  }

  .register-main-block {
    flex-direction: column-reverse;
  }

  .register-image-col, .register-caption-col {
    width: 100%;
  }

  .link, .link:hover {
    color: var(--black-2);
  }

  .register-image-shape-box {
    display: none;
  }

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

  .request-demo-main-block {
    flex-direction: column;
  }

  .request-demo-caption-column, .request-demo-form-column {
    width: 100%;
  }

  .career-hero {
    padding-top: 70px;
    padding-bottom: 57px;
  }

  .career-hero-main-block {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .career-hero-main-block-shape-box {
    bottom: 0;
  }

  .jobs {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .jobs-flex {
    flex-direction: column;
  }

  .jobs-button-box {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .jobs-text-column {
    width: 100%;
    max-width: 100%;
  }

  .jobs-category-slider {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .career-details-job-title-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .job-timing-career-details {
    flex-wrap: wrap;
  }

  .career-details-save-and-share-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
  }

  .career-details-update {
    margin-top: 70px;
  }

  .career-details-update-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .shape-careear-details-box {
    bottom: 0%;
    right: 0%;
  }

  .faq-two.help-center {
    padding-bottom: 20px;
  }

  .faq-two-flex.margin-auto {
    flex-direction: column;
  }

  .faq-two-flex.margin-auto.faq-pricing-one {
    grid-row-gap: 0px;
  }

  .faq-column {
    width: 100%;
  }

  .pricing-two-banner-main-block {
    padding: 50px 15px 70px;
  }

  .our-support-team {
    padding-bottom: 70px;
  }

  .our-support-team.faq-help-center {
    padding-bottom: 60px;
  }

  .our-support-team-main-block {
    padding: 60px 15px;
  }

  .our-support-team-grid {
    flex-direction: column;
  }

  .our-support-team-caption-column, .our-support-form-column {
    width: 100%;
  }

  .blog-two {
    padding-top: 37px;
    padding-bottom: 20px;
  }

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

  .blog-three-card {
    margin-bottom: 0;
  }

  .blog-three-author-image {
    object-fit: cover;
  }

  .blog-three {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .customer-reviews {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .customer-reviews-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .customer-reviews-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .customer-reviews-card-column {
    width: 100%;
  }

  .customer-reviews-card-caption-column {
    text-align: center;
    width: 100%;
  }

  .team-leader {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .team-leader-main-block {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .team-leader-caption {
    width: 100%;
  }

  .team-leader-card.professional {
    max-width: 100%;
  }

  .team-leader-image-cols {
    width: 100%;
  }

  .logo.desktop, .logo.mobile {
    display: block;
  }

  .category-column-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-blog-main-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 70px;
    position: relative;
    bottom: 0;
  }

  .home-three-blog-card-image-box {
    max-width: 100%;
  }

  .blog-image-col {
    width: 25%;
  }

  .hero-content-home-two {
    flex-direction: column;
    padding-top: 0;
  }

  .slider-three-overlay {
    z-index: 1;
  }

  .hero-section-overlay-home-one {
    background-image: linear-gradient(#0c132c4f, #0c132c4f);
  }

  .collection-list-wrapper {
    height: 100%;
  }

  .blog-three-card-link {
    display: block;
  }

  .project-details {
    padding-top: 38px;
    padding-bottom: 63px;
  }

  .project-details-inner-flex {
    width: 80%;
  }

  .project-details-description, .latest-project-article-cols {
    width: 100%;
  }

  .latest-project-article-cols.padding-change-three, .latest-project-article-cols.padding-change-four {
    padding-bottom: 0;
  }

  .testimonials-home-two-slider-card-column-image-inner-box {
    width: 100px;
  }

  .bg-white {
    background-color: #fff;
  }

  .cols-gap {
    padding-bottom: 35px;
  }

  .landing-home-container {
    padding-right: 0;
  }

  .landing-home-container.no-left-padiding {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-home-container.footer-padding {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .landing-home-container.other {
    padding-left: 0;
  }

  .tablet-right-padding {
    padding-right: 80px;
  }

  .dropdown-mega-menu-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-mega-menu-contact-image-box {
    background-color: #f3f3f3;
    display: flex;
  }

  .landing-hero {
    background-size: contain, cover, auto, auto;
    padding-top: 100px;
  }

  .hamburger {
    z-index: 99;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    display: flex;
    position: relative;
  }

  .navbar-menu-block {
    background-color: #fff;
    margin-top: 55px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navbar-main {
    padding: 15px 0;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .humburger-bar-one {
    background-color: var(--black);
    width: 25px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dizify {
    flex: 1;
  }

  .navbar-container {
    padding-left: 15px;
    padding-right: 0;
    position: relative;
  }

  .humburger-bar-two {
    background-color: var(--black);
    width: 25px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nevigation-dropdown-list {
    text-align: left;
    position: relative;
  }

  .nav-dropdown {
    text-align: left;
    width: 100%;
  }

  .nav-dropdown.dropdown-border {
    display: block;
  }

  .navbar-menu-wrapper {
    background-color: #fff;
    width: 100vw;
  }

  .nevigation {
    background-color: var(--white);
  }

  .nevigation-icon-2 {
    padding-top: 30px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mega-menu-block {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
  }

  .mega-menu-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
  }

  .mega-menu-divider, .mega-menu-image-wrapper, .mega-menu-footer {
    display: none;
  }

  .mega-menu-main {
    width: 100%;
    position: relative;
  }

  .changelog-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

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

  .licence-information-image-block {
    margin-bottom: 0;
  }

  .licensing-section {
    padding-top: 70px;
  }

  .style-guide-body-text, .style-guide-button {
    margin-top: 70px;
  }

  .style-guide-heading-style, .style-guide-typography-palette {
    padding-top: 70px;
  }

  .style-guide-color-pallette {
    margin-top: 70px;
  }

  .style-guide-attributes {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-home {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .great-collection-image.autofit.responsive-full-width {
    width: 100%;
  }

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

  .image-white {
    opacity: 0;
  }

  .image-black {
    opacity: 1;
  }

  .landing-inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .landing-inner-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .landing-inner-sidebar-wrapper {
    position: relative;
    top: 0;
  }

  .landing-utility, .landing-cms {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .heading-five.padding-bottom-ten {
    text-align: left;
  }

  .overflow-off.responsive-full-width {
    width: 100%;
  }

  .landing-cta-two-image-one, .landing-cta-two-image-two, .preloader-main {
    display: none;
  }

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

  .blog-three-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .documentation-hero-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .documentation {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cover-image._250px {
    height: 120px;
  }

  .collection-list-wrapper-inner {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .padding-mega-menu {
    padding-top: 7px;
    padding-bottom: 0;
  }

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

  .relative {
    z-index: 1;
    position: relative;
  }

  .about-us-creative-main-block {
    flex-direction: column;
  }

  .service-main-guaranteed-block.align-center.padding-bottom-thirty {
    padding-bottom: 0;
  }

  .latest-project-article-grid-inner.details, .jobs-collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .italic-text, .italic-text-2 {
    font-size: 2.2rem;
  }

  .modal {
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

  .all-btn-animation-2.smaller-text {
    width: 150px;
  }

  .modal-button-open {
    width: auto;
    margin-right: 0;
  }

  .all-btn-animation-two-2.smaller-text {
    width: 150px;
  }

  .all-btn-2.other-button.red {
    padding-left: 0;
    padding-right: 0;
  }

  .all-btn-2.other-button.red.space {
    margin-right: 12px;
  }

  .header-bottom-call-icon-2 {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .image-section-row {
    height: 300px;
  }

  .link-block-2 {
    height: 130px;
  }

  .service-details-sidebar-wrapper {
    width: auto;
    margin-right: 0;
    padding: 6px 13px;
    top: 200px;
  }

  .service-details-sidebar-wrapper.colour-background {
    width: 100%;
  }

  .contact-expert-image-box-2 {
    margin-right: 0;
  }

  .contact-expert-2 {
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-button {
    font-size: 16px;
  }

  .paragraph-6 {
    text-align: left;
    font-size: 14px;
  }

  .paragraph-6.smaller-text {
    font-size: 12px;
  }

  .contact-expert-caption-column-2 {
    width: 60%;
    max-width: 100%;
    padding-bottom: 18px;
  }

  .free-consultation-caption-column-2 {
    width: 100%;
    padding-left: 56px;
    padding-right: 70px;
  }

  .free-consultation-main-block-2 {
    flex-direction: column;
  }

  .free-consultation-main-block-2.other {
    flex-direction: row;
  }

  .padding-bottom-ten-3.left-aligned {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .contact-expert-main-block-2 {
    grid-row-gap: 35px;
    flex-direction: row;
    justify-content: space-between;
  }

  .text-center-2 {
    font-size: 16px;
  }

  .div-block-67 {
    width: auto;
  }

  .free-consultation-caption-column-inner-2 {
    width: 100%;
  }

  .image-26 {
    max-width: 90%;
  }

  .free-consultation-caption-image-2 {
    width: 100%;
  }

  .heading-8 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .text-block-9 {
    font-size: 1rem;
  }

  .heading-17 {
    font-size: 1.4rem;
  }

  .link-37 {
    font-size: 1.7rem;
  }

  .services-caption-column-2 {
    width: 100%;
  }

  .div-block-68 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-69 {
    align-items: flex-start;
    padding-left: 0;
  }

  .padding-bottom-twenty-two-3.big-size-text.centered {
    text-align: left;
    width: 100%;
    font-size: 1.6rem;
  }

  .div-block-92 {
    flex-direction: column;
  }

  .always-block-column-2 {
    width: 100%;
    padding-bottom: 35.2px;
  }

  .always-block-column-2.home-three {
    width: 100%;
    padding-bottom: 51px;
    padding-left: 0;
  }

  .always-block-column-2.home-three.career {
    width: auto;
    padding-bottom: 0;
    padding-right: 44px;
  }

  .div-block-90 {
    flex-direction: column;
    align-items: center;
  }

  .section-9 {
    height: 320px;
  }

  .paragraph-11 {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .service-details-card-main-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .heading-five-4.padding-top-ten.padding-bottom-ten.no-padding-left.other {
    font-size: 1.6rem;
  }

  .bold-text-16 {
    font-size: .9rem;
  }

  .always-block-image-column-2 {
    width: 100%;
  }

  .always-track-2 {
    padding-bottom: 70px;
  }

  .always-track-2.main.referral {
    padding-bottom: 1px;
  }

  .always-track-2.main.more-padding-up {
    padding-top: 57px;
  }

  .padding-bottom-ten-5.left-aligned {
    text-align: left;
  }

  .always-block-column-3 {
    width: 100%;
    padding-bottom: 35.2px;
  }

  .always-block-column-3.other {
    padding-left: 0;
    padding-right: 0;
  }

  .services-2 {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .services-tabs-2 {
    padding-top: 0;
  }

  .services-caption-column-3 {
    width: 100%;
  }

  .services-tabs-content-2 {
    width: 100%;
    position: relative;
    left: auto;
  }

  .services-main-row-2 {
    flex-direction: row;
  }

  .text-color-white-2.padding-bottom-thirty {
    text-align: left;
  }

  .container-7 {
    max-width: 1300px;
  }

  .section-21 {
    padding: 50px 21px 28px;
  }

  .div-block-113 {
    display: none;
  }

  .shape-careear-details-box-2 {
    bottom: 0%;
    right: 0%;
  }

  .heading-five-6 {
    margin-bottom: 7px;
    font-size: 1.1rem;
  }

  .heading-five-6.padding-top-ten.padding-bottom-ten.no-padding-left {
    font-size: 1.4rem;
  }

  .heading-two-2.margin-zero {
    text-align: left;
  }

  .image-30 {
    width: 40%;
    max-width: 80%;
  }

  .heading-span-2 {
    font-size: 2.2125rem;
  }

  .image-31 {
    width: 40%;
  }

  .block-quote-wrapper {
    max-width: none;
  }

  .base-container {
    align-items: center;
    width: 100%;
    padding: 26px 0;
  }

  .slide-7 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .heading-46 {
    font-size: 28px;
    line-height: 38px;
  }

  .mask-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5 {
    padding: 0;
  }

  .div-block-107 {
    text-align: left;
  }

  .image-73 {
    width: 25%;
  }

  .sponsor-liks {
    height: auto;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    margin-bottom: 53px;
  }

  .section-2 {
    padding: 45px 50px;
    overflow: hidden;
  }

  .heading-47 {
    font-size: 28px;
    line-height: 38px;
  }

  .video-section-2.hidden.documentation-hero-container.other {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .video-heading-box-2 {
    padding-left: 0;
  }

  .heading-10 {
    font-size: 2.2rem;
  }

  .heading-48 {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .believe-grid-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .believe-grid-2._2-columns {
    grid-template-rows: auto;
  }

  .all-btn-4.reverse {
    width: auto;
  }

  .paragraph-4 {
    text-align: left;
  }

  .services-3 {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .services-3.home-two {
    padding-top: 54px;
    padding-bottom: 50px;
  }

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

  .precision-card-body-row-2 {
    align-items: stretch;
  }

  .padding-bottom-ten-7.left-aligned {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .padding-bottom-ten-7.padding-left-right.little-text {
    font-size: 1.7rem;
  }

  .always-block-image-column-3 {
    width: 100%;
  }

  .always-block-image-column-3.other-imge {
    margin-bottom: 24px;
  }

  .always-block-image-column-4 {
    width: 100%;
    padding-top: 15.7rem;
    padding-bottom: 4.6rem;
  }

  .header-main-row-menu-item-inner-2 {
    width: 100%;
  }

  .div-block-122 {
    width: 120px;
  }

  .list-2 {
    padding-left: 16px;
  }

  .columns-14 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-22 {
    padding-bottom: 6px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .heading-49 {
    font-size: 2.2rem;
  }

  .line-rounded-icon.dropdown-arrow {
    color: var(--black-2);
  }

  .image-80 {
    max-width: 80%;
    margin-left: 0;
  }

  .div-block-126 {
    align-items: center;
    display: flex;
  }

  .column-47 {
    padding-left: 0;
  }

  .div-block-127 {
    height: 100%;
  }

  .heading-50 {
    margin-top: 4px;
    margin-bottom: 21px;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .image-82 {
    margin-left: 46px;
    margin-right: 46px;
  }

  .paragraph-87 {
    text-align: left;
  }

  .heading-52 {
    line-height: 3rem;
  }

  .heading-53 {
    font-size: .8rem;
  }

  .div-block-128 {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100px;
    padding-left: 12px;
    padding-right: 78px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .image-84, .image-85 {
    max-width: 50%;
  }

  .modal-2 {
    padding-top: 48px;
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

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

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .base-container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-title {
    margin-bottom: 0;
  }

  .section {
    padding: 40px 25px;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .dropdown-list {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: none;
    position: static;
    transform: none;
  }

  .dropdown-toggle {
    color: #151314;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle.w--open {
    color: #4d464a;
  }

  .text-200.bold.dropdown-title {
    margin-bottom: 0;
  }

  .dropdown-card {
    width: 100%;
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
    display: block;
  }

  .grid-2-columns.dropdown-pages-grid {
    grid-column-gap: 64px;
    grid-column-gap: 64px;
    grid-column-gap: 64px;
    grid-column-gap: 30px;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-134 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .text-block-17 {
    justify-content: center;
    align-items: center;
  }

  .div-block-135 {
    padding-top: 116px;
  }

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

  .div-block-137 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-138 {
    display: flex;
  }

  .div-block-139 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .hamburger-menu-wrapper {
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale3d(1.04, 1.04, 1.01);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .btn-primary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-logo-link.w--current {
    width: 100%;
    height: 70px;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .header-right-side {
    display: flex;
  }

  .header-left-side {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .dropdown-list-2 {
    flex-flow: column;
    padding-top: 0;
    display: none;
    position: static;
    transform: none;
  }

  .dropdown-toggle-2 {
    color: #151314;
  }

  .dropdown-toggle-2.w--open {
    color: #4d464a;
  }

  .header-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .dropdown-card-2 {
    width: 100%;
    box-shadow: none;
    background-color: #f7f7f7;
    border-width: 0;
    border-radius: 0;
    padding: 9px 0;
  }

  .dropdown-card-2.w--open {
    position: static;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-link {
    color: var(--black-2);
  }

  .header-nav-link:hover {
    color: #4d464a;
  }

  .header-nav-link.w--current {
    color: var(--black-2);
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #dbd3d3;
    border-bottom: 1px solid #dbd3d3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 40px 24px 48px;
    position: relative;
  }

  .hidden-on-tablet {
    display: none;
  }

  .dropdown-wrapper-3 {
    color: var(--black-2);
  }

  .logo-white, .logo-full {
    display: block;
    position: absolute;
  }

  .image-87 {
    width: 100%;
  }

  .div-block-142 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .div-block-146 {
    width: auto;
    height: 300px;
  }

  .image-88 {
    width: 100%;
    height: auto;
  }

  .section-23.white-back {
    padding-top: 0;
  }

  .div-block-148 {
    padding-top: 34px;
  }

  .header-left-side-2 {
    justify-content: space-between;
    width: 100%;
    margin-right: 24px;
  }

  .dropdown-wrapper-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .header-content-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-nav-link-2 {
    color: #151314;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-nav-link-2:hover {
    color: var(--royal-blue-2);
  }

  .header-nav-link-2:focus, .header-nav-link-2:visited {
    color: #c2972c;
  }

  .header-nav-menu-wrapper-2 {
    color: #151314;
    background-color: #fff;
    border-top: 1px solid #dbd3d3;
    border-bottom: 1px solid #dbd3d3;
    height: 70vh;
    margin-top: 0;
    padding: 10px 24px;
    overflow: scroll;
  }

  .dropdown-card-3 {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 10px 0;
  }

  .dropdown-card-3.w--open {
    position: static;
  }

  .dropdown-list-3 {
    padding-top: 0;
    display: none;
    position: static;
    transform: none;
  }

  .dropdown-list-3.w--open {
    flex-flow: column;
    display: none;
  }

  .div-block-150 {
    width: 100%;
    height: 400px;
  }

  .div-block-151 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .link-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .service-details-sidebar-wrapper-2 {
    width: 40%;
    padding: 18px;
    top: 80px;
  }

  .contact-row {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
  }

  .contact-image-div {
    width: 100%;
  }

  .section-24 {
    margin-bottom: 10px;
    padding: 49px 20px;
  }

  .section-24.no-padding-left-right {
    padding-bottom: 14px;
  }

  .footer-down {
    font-size: 12px;
  }

  .container-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-left-contact {
    width: 85%;
    height: 350px;
    margin: 14px auto;
  }

  .image-left-contact._2nd-floor-additions, .image-left-contact.full-home-renovations, .image-left-contact.home-extensions, .image-left-contact.custom-detached-homes {
    width: 100%;
    height: 450px;
  }

  .image-left-contact.picckering {
    width: 100%;
    height: 400px;
  }

  .image-left-contact.picckering.vaughan, .image-left-contact.picckering.toronto, .image-left-contact.picckering.richmond-hill, .image-left-contact.picckering.east-york {
    height: 400px;
  }

  .submit-card {
    width: 85%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    padding: 28px;
  }

  .submit-card.semi-detached-div {
    width: 100%;
    padding: 24px;
  }

  .submit-card.semi-detached-div.area-div {
    width: 100%;
    max-width: 90%;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 38px;
  }

  ._50-width {
    width: 100%;
  }

  .div-block-168 {
    grid-template-columns: 1fr;
  }

  .div-block-168._2-columns {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .section-25 {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-25.ads-hero {
    padding-top: 188px;
    padding-bottom: 110px;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-5-banner-slider-container {
    text-align: center;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .text-block-29 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .text-span-6 {
    font-size: 32px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 40px;
  }

  .div-block-36 {
    width: auto;
  }

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

  .base-container-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-title-2 {
    margin-bottom: 0;
  }

  .section-26 {
    padding: 40px;
  }

  .section-27 {
    width: 100%;
    margin-bottom: 10px;
    padding: 90px 30px;
  }

  .content {
    max-width: none;
  }

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

  .div-block-169 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .service-details-woman-block {
    overflow: hidden;
  }

  .service-link-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .base-container-4 {
    z-index: auto;
    max-width: none;
    position: relative;
  }

  .service-details-section-one {
    background-size: cover;
  }

  .service-details-section-one.custome-homes {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .service-details-grid-col {
    width: 100%;
  }

  .service-details-grid-col.service-details-grid-one {
    width: 100%;
    left: 0;
  }

  .service-details-grid-col.service-details-grid-one.hidden-responsive {
    display: none;
  }

  .service-details-grid-col.service-details-grid-two {
    width: 100%;
    padding: 0 20px;
  }

  .service-card-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    max-width: none;
  }

  .expert-strategy-wrap {
    position: static;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-img._2, .teaser-img._1 {
    position: absolute;
  }

  .service-title {
    font-size: 22px;
    line-height: 1.5em;
  }

  .service-details-grid {
    display: block;
  }

  .service-details-grid-wrapper {
    padding-right: 0%;
  }

  .heading-57 {
    font-size: 38px;
    line-height: 1.2em;
  }

  .p-teaser-img-wrap {
    height: 500px;
    display: flex;
    position: static;
  }

  .dropdown-list-4.w--open {
    inset: 0% auto auto -58%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 2.625rem;
    line-height: 3.125rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5625rem;
  }

  .menu-button {
    display: flex;
  }

  .menu-and-search-and-btn-column {
    height: 600px;
    padding-top: 46px;
    display: none;
  }

  .header-top-row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .top-header-time-and-mail-column {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .header-bottom {
    padding-right: 0%;
  }

  .mail-icon {
    font-size: .7rem;
  }

  .header-menu-item {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .hero-section-text-column {
    flex-direction: column;
    align-items: flex-start;
    width: 80vw;
    display: flex;
  }

  .hero-section._400px {
    height: 300px;
  }

  .hero-section-button-box {
    padding-top: 0;
  }

  .category-column-heading {
    line-height: .9rem;
  }

  .creative-solutions-caption-column {
    margin-top: 27px;
    padding-right: 0;
  }

  .creative-solutions.home-one.project-section {
    padding-bottom: 0;
  }

  .creative-solutions-flex-caption {
    width: 100%;
  }

  .creative-solutions-flex-row, .creative-solutions-flex-row.flex-row-gap {
    flex-direction: column;
  }

  .heading-span {
    font-size: 2rem;
    line-height: 2rem;
  }

  .creative-solutions-main-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .always-block-flex.twenty-eight-bottom-gap.footer-copany-details-column.top {
    align-self: center;
    align-items: center;
  }

  .always-block-build-caption {
    background-color: #101929de;
    width: 200px;
    max-width: none;
    height: 180px;
    padding: 6px 15px 16px;
    display: block;
    top: 116px;
  }

  .always-block-column.home-three.tablet-right-padding {
    padding-right: 0;
  }

  .always-block-image-column {
    padding-top: 5.1rem;
    padding-bottom: 5.1rem;
  }

  .always-block-image-column.about-us-photo {
    background-image: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .increase-business-column {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .increase-business-play-image {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .increase-business-column-caption {
    padding-right: 0;
  }

  .testimonial-with-form-column-testimonials {
    padding-bottom: 30px;
  }

  .testimonial-with-form-main-block {
    grid-row-gap: 1rem;
  }

  .testimonial-with-form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-with-form-testimonials-image-column {
    justify-content: center;
    width: 40%;
    display: flex;
  }

  .testimonial-with-form-box.home-two {
    padding: 20px 30px;
  }

  .testimonials-slider, .mask {
    height: auto;
  }

  .testimonial-with-form-testimonials-image {
    padding-right: 0;
  }

  .testimonial-with-form-testimonial-caption-colmn {
    width: 100%;
    padding-left: 0;
  }

  .testimonials-item {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social-icon {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 5px;
  }

  .footer-social-icon.width-twenty {
    justify-content: flex-start;
  }

  .footer-main-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-company-details-description {
    text-decoration: none;
  }

  .footer-column.footer-right-column-gap-right-copy {
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .footer-bottom-container {
    padding-left: 42px;
    padding-right: 42px;
  }

  .footer-bottom-main-block.home-two-footer-border-off {
    flex-direction: column;
  }

  .footer-bottom-column.footer-bottom-home-two-text.home-two-footer-column {
    width: 100%;
  }

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

  .header-bottom-call-section.home-two-header {
    width: 100%;
  }

  .hero-section-slider.home-two {
    height: 750px;
  }

  .hero-slider-row {
    justify-content: center;
  }

  .creative-home-two-flex-column {
    width: 43%;
  }

  .precision-section.service-one {
    padding-left: 13px;
    padding-right: 13px;
  }

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

  .home-two-tab-section {
    padding-top: 8px;
  }

  .home-two-tab-section-tabs-two {
    margin-bottom: 5px;
  }

  .exclusive-research-image-column {
    padding-left: 0;
  }

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

  .history-image-play-icon-box {
    width: 80px;
    height: 80px;
  }

  .history-heading-box {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
  }

  .history-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-home-two.minus-top-seventy-seven.services-page-two {
    margin-top: 0;
    padding-top: 40px;
  }

  .testimonials-home-two.home-two {
    padding-top: 60px;
  }

  .testimonials-home-two-slider-card {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-home-two-slider-card-inner {
    padding: 30px;
  }

  .latest-project {
    padding-top: 30px;
  }

  .latest-project-card {
    padding: 47px 30px 65px;
  }

  .latest-project-image-inner {
    height: 220px;
  }

  .footer-home-two-column {
    grid-auto-flow: row;
  }

  .important-link-column {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-two-tab-section-tabs-caption {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .empower-people-slider-row-grid {
    grid-column-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .empower-people-card-image-box {
    height: 100px;
  }

  .always-block-column-two.home-three.business-counter {
    padding-right: 0;
  }

  .business-counter-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dizify-service-column.home-three {
    text-align: center;
  }

  .dizify-service-icon-box-three, .dizify-service-icon-box-one {
    background-position: 60%;
  }

  .dizify-service-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dizify-service-section-title.home-three {
    text-align: center;
  }

  .dizify-service-section-title.home-three.margin-zero {
    font-size: 1.4rem;
  }

  .dizify-service-icon-box-four, .dizify-service-icon-box-two {
    background-position: 60%;
  }

  .home-three-team-content-image-box {
    width: 30%;
    top: -6rem;
  }

  .footer-three-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .font-weight-medium {
    font-size: 2.21rem;
  }

  .empower-people-card-caption-box-title {
    font-size: .8rem;
    line-height: 1rem;
  }

  .heading-two.padding-bottom-ten {
    line-height: 2.4rem;
  }

  .heading-two-box.padding-right-one-zero-eight {
    padding-right: 0;
  }

  .text-color-white.padding-bottom-ten.other-padding {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-color-white.inner-page-banner-section-title {
    font-size: 1.6rem;
  }

  .text-color-white.small-text {
    font-size: .6rem;
  }

  .all-btn {
    padding: 18px 36px;
  }

  .all-btn.half-width-btn {
    width: auto;
  }

  .all-btn.bg-red {
    width: auto;
    height: auto;
    margin-bottom: 17px;
    margin-right: 0;
  }

  .description-box {
    padding-right: 0;
  }

  .faq-accordian-dropdown {
    width: 100%;
  }

  .accordion-heading {
    grid-column-gap: 20px;
  }

  .header-main-row-menu-item-inner {
    padding-left: 31px;
    padding-right: 31px;
  }

  .padding-bottom-twenty-two {
    text-align: left;
  }

  .menu-button-line {
    background-color: #000;
  }

  .inner-page-banner-main-block {
    height: 60vh;
  }

  .inner-page-banner-section-title-box.other {
    padding-top: 80px;
  }

  .about-video-main-block {
    flex-direction: column;
  }

  .video-column-text {
    width: 100%;
  }

  .video-column-icon-box {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .video-heading-box {
    margin-right: auto;
    padding-left: 0;
  }

  .free-consultation.service-gogreen {
    margin-top: -51px;
    padding-bottom: 42px;
    padding-left: 51px;
    padding-right: 51px;
  }

  .free-consultation-caption-column {
    padding-left: 50px;
    padding-right: 50px;
  }

  .free-consultation-caption-column-inner, .free-consultation-caption-button-box {
    width: 100%;
  }

  .home-one-main-block-inner {
    grid-template-columns: 1fr;
  }

  .team-count {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .team-count-block {
    border-right: 0 #0000;
  }

  .error-page-heading-box {
    padding-top: 130px;
  }

  .error-page-heading {
    font-size: 9rem;
  }

  .error-page-overlay-image {
    background-size: 300px;
  }

  .error-page-sub-heading-box {
    padding-top: 40px;
  }

  .pricing-plan-section, .pricing-plan-section.pricing-one-page, .pricing-plan-section.pricing-two-page {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-plan-card {
    padding: 35px;
  }

  .pricing-plan-card.bg-dark-blue.text-color-white.pricing-page-one, .pricing-plan-card.margin-pricing.pricing-page-one {
    width: 100%;
  }

  .pricing-plan-card.pricing-page-one {
    padding: 20px;
  }

  .padding-bottom-ten {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .padding-bottom-ten.centered-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .investment-category-item.service-two {
    width: 100%;
  }

  .contact-expert-image-column.cols-gap {
    width: auto;
    padding-bottom: 0;
    position: static;
  }

  .contact-expert-flex {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
  }

  .next-level-stroke-icon-box {
    bottom: -33px;
  }

  .believe.bg-dark-blue {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .believe.bg-dark-blue.other {
    padding-left: 29px;
    padding-right: 29px;
  }

  .padding-bottom-thirty {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .services-two-counter {
    margin-top: 0;
  }

  .services-two-counter.service-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .services-two-counter-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .services-two-counter-column {
    padding-left: 0;
  }

  .service-details-card-section.career-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-details-card-main-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-details-card.text-center {
    height: auto;
  }

  .service-details-card.text-center.other-panel.half {
    justify-content: center;
  }

  .heading-five-box.padding-left-forty-five.padding-top-seven.padding-bottom-thirty.padding-right-forty-five, .service-details-card-button-box.padding-left-forty-five.padding-right-forty-five {
    padding-left: 0;
  }

  .heading-five.text-color-white.padding-top-ten {
    margin-top: 0;
    padding-top: 0;
  }

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

  .about-company.contact-two-page {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    display: flex;
  }

  .about-company-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .about-company-main-block {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .about-company-grid.contact-two {
    grid-template-columns: 1.75fr;
    width: 100%;
  }

  .about-company-column.lower, .contact-input-field {
    width: 100%;
  }

  .contact-form-all-field-inner {
    flex-direction: column;
  }

  .address-block-image-box {
    padding-bottom: 20px;
  }

  .address-block-flex {
    flex-direction: column;
  }

  .register-social-icon-box {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .career-hero-main-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-hero-main-block-shape-box {
    display: none;
  }

  .jobs-category-slider {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .job-timing-career-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .career-details-save-and-share-block {
    flex-direction: column;
  }

  .career-details-update-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-two-banner-main-block {
    margin-bottom: 22px;
  }

  .customer-reviews-card-caption-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo.mobile {
    max-width: none;
  }

  .template-logo.padding-bottom-twenty.w--current {
    padding-bottom: 10px;
  }

  .home-three-blog-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-blog-card-caption-box {
    padding: 30px;
  }

  .blog-image-col, .blog-caption-col {
    width: 100%;
  }

  .hero-section-overlay-home-one {
    background-image: none;
  }

  .service-details-card-link {
    width: 100%;
  }

  .landing-home-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .landing-home-container.no-left-padiding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-home-container.footer-padding {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .landing-home-container.other {
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
  }

  .tablet-right-padding {
    padding-right: 0;
  }

  .dropdown-mega-menu-col.extraa-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dizify {
    padding-left: 0;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-color-pallette-primary-color.width {
    max-width: 100%;
  }

  .style-guide-heading-style-grid-text-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .style-guide-color-pallette-color-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-five.text-color-white.padding-bottom-twenty {
    font-size: 1.6rem;
  }

  .heading-medium-small.centered-text {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .blog-three-collection-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .padding-bottom-ten-2 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section-button {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .cover-image {
    width: 90%;
    max-width: none;
  }

  .cover-image._250px {
    width: auto;
    max-width: none;
    height: 100px;
  }

  .collection-list-wrapper-inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-mega-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list-home-three {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .latest-project-article-grid-inner.details {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-details-card-heading-block.align-center.padding-bottom-thirty {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .team-collection-list, .team-collection-list-two {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-details-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .italic-text {
    font-size: 1.7rem;
    line-height: 1rem;
  }

  .italic-text-2 {
    font-size: 1.7rem;
  }

  .italic-text-3 {
    line-height: 2.2rem;
  }

  .modal {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .modal-button-open {
    margin-right: 0;
  }

  .all-btn-2 {
    padding: 18px 36px;
  }

  .all-btn-2.other-button.red {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-five-2.text-color-white.padding-bottom-ten.padding-top-twenty {
    text-align: center;
  }

  .image-section-row {
    height: 240px;
  }

  .go-green-logo {
    width: 65%;
    max-width: 90%;
  }

  .collection-item {
    height: auto;
  }

  .link-block-2 {
    height: 100px;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    display: none;
    position: static;
  }

  .contact-expert-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-6.smaller-text {
    font-size: 16px;
  }

  .contact-expert-caption-column-2 {
    width: auto;
    padding-bottom: 12px;
  }

  .free-consultation-caption-column-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .free-consultation-main-block-2.other {
    flex-direction: row;
  }

  .about-company-column-2.other {
    margin-top: 1px;
    padding-top: 0;
  }

  .contact-expert-main-block-2 {
    flex-direction: column;
  }

  .div-block-67, .free-consultation-caption-column-inner-2 {
    width: 100%;
  }

  .image-26 {
    max-width: 45%;
  }

  .heading-8 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .heading-17, .link-37 {
    font-size: 1.4rem;
  }

  .div-block-69 {
    padding-right: 4px;
  }

  .section-9 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .service-details-card-main-block-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-16 {
    font-size: .7rem;
    line-height: .9rem;
  }

  .always-block-image-column-2.referral {
    margin-bottom: 31px;
  }

  .always-track-2.main.more-padding-up {
    padding-top: 57px;
  }

  .landing-home-container-2.more-padding {
    padding-bottom: 9px;
  }

  .text-color-white-2.other-padding.centered {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .text-color-white-2.padding-bottom-thirty {
    font-size: 2.24rem;
    line-height: 1rem;
  }

  .column-40 {
    margin-bottom: 81px;
  }

  .columns-11 {
    margin-bottom: 4px;
  }

  .container-7 {
    max-width: none;
    margin-top: 0;
  }

  .section-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-113 {
    display: none;
  }

  .free-consultation-caption-button-box-2 {
    width: 100%;
  }

  .career-details-update-overlay-2 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .all-btn-3 {
    padding: 18px 36px;
  }

  .heading-five-6 {
    text-align: center;
  }

  .heading-two-2.margin-zero {
    text-align: left;
    margin-top: 19px;
    margin-bottom: 46px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.4rem;
  }

  .image-30 {
    width: 70%;
    margin-bottom: 38px;
  }

  .testimonials-quote-icon {
    margin-bottom: 17px;
  }

  .block-quote-wrapper {
    width: 70%;
    max-width: none;
    margin-bottom: 9px;
  }

  .testimonials-intro.less-space-up {
    width: 100%;
    padding-bottom: 40px;
  }

  .base-container {
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote-name {
    margin-top: 0;
    font-size: 16px;
  }

  .slide-nav-3 {
    top: 440px;
  }

  .block-quote-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .slider {
    width: 100%;
  }

  .slide-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-46 {
    font-size: 24px;
    line-height: 30px;
  }

  .map {
    height: 260px;
  }

  .link-40 {
    font-size: .6rem;
  }

  .button-2.standard.header.wider {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .form-block-5.outline-outside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper-2.product {
    margin-top: 0;
  }

  .top-header-2 {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 18px;
  }

  .container-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-link {
    border-bottom: 1px solid #ebebeb;
    border-right-style: solid;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsor-link.with-line {
    width: 100%;
    padding: 27px 87px;
  }

  .sponsor-liks.with-line {
    flex-direction: column;
    align-items: center;
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    margin-bottom: 31px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    position: relative;
  }

  .heading-47 {
    font-size: 24px;
    line-height: 30px;
  }

  .video-heading-box-2 {
    margin-right: auto;
    padding-left: 0;
  }

  .video-column-text-2 {
    width: 100%;
  }

  .heading-10 {
    letter-spacing: .04rem;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .about-video-main-block-2 {
    flex-direction: column;
  }

  .div.less {
    width: 85%;
  }

  .heading-48 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-span-46 {
    line-height: 2.5rem;
  }

  .all-btn-4 {
    padding: 18px 36px;
  }

  .all-btn-4.reverse {
    width: auto;
    height: auto;
  }

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

  .precision-grid-2.service-one {
    grid-template-columns: 1fr;
    margin-top: -1px;
  }

  .always-block-build-caption-2 {
    max-width: 180px;
    padding: 18px 28px;
    display: block;
    top: 27px;
  }

  .always-block-image-column-3.other-imge {
    margin-bottom: 22px;
    padding-top: 12.3rem;
    padding-bottom: 3.7rem;
  }

  .always-block-image-column-4 {
    padding-top: 11.8rem;
    padding-bottom: 1.6rem;
  }

  .container-8 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-122 {
    width: 70px;
    height: 80px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .column-44 {
    left: -19px;
  }

  .column-45 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 5px;
  }

  .columns-15 {
    flex-direction: column;
  }

  .columns-16 {
    order: 0;
  }

  .column-46 {
    justify-content: center;
    align-items: center;
  }

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

  .image-81 {
    margin-left: 0;
  }

  .column-47 {
    flex-direction: column;
    display: flex;
  }

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

  .collection-list-wrapper-3 {
    width: 80%;
  }

  .columns-17 {
    display: flex;
  }

  .column-50 {
    justify-content: center;
    margin-bottom: 21px;
    display: flex;
  }

  .heading-53 {
    font-size: 1.1rem;
  }

  .div-block-128 {
    width: 100vw;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    inset: 100% 0% auto auto;
  }

  .modal-2 {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .section-title-description {
    text-align: left;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title {
    text-align: left;
  }

  .section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .social-links-container {
    grid-column-gap: 16px;
  }

  .social-icon-link {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    font-size: 16px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.bold.dropdown-title {
    margin-bottom: 20px;
  }

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

  .grid-2-columns.dropdown-pages-grid {
    grid-row-gap: 64px;
    grid-row-gap: 64px;
    grid-row-gap: 64px;
    grid-row-gap: 64px;
  }

  .text-block-18 {
    font-size: 1rem;
  }

  .div-block-136 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 16px 28px;
  }

  .header-logo-link {
    margin-right: 32px;
  }

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

  .header-left-side {
    margin-right: 20px;
  }

  .header-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .header-nav-menu-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-142 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .image-89, .image-90 {
    width: 40%;
  }

  .header-logo-link-2 {
    width: 60%;
    margin-right: 32px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-left-side-2 {
    margin-right: 20px;
  }

  .header-content-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-icon-link-2 {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    font-size: 16px;
  }

  .header-nav-menu-wrapper-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .social-icon-link-3 {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    font-size: 16px;
  }

  .div-block-150 {
    order: -9999;
  }

  .service-details-sidebar-wrapper-2 {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .no-margin-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .no-margin-2.bigger-text {
    font-size: 22px;
  }

  .service-details-sidebar-contacts-2 {
    margin-top: 20px;
  }

  .div-block-157 {
    grid-template-columns: 1fr;
  }

  .contact-row {
    padding: 0;
  }

  .section-24 {
    padding-top: 49px;
    padding-bottom: 4px;
  }

  .section-24.no-padding-left-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .footer-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image-left-contact {
    border-left-width: 20px;
    width: 100%;
    height: 300px;
    margin-top: 0;
  }

  .image-left-contact._2nd-floor-additions, .image-left-contact.full-home-renovations, .image-left-contact.home-extensions, .image-left-contact.custom-detached-homes {
    height: 350px;
  }

  .image-left-contact.picckering, .image-left-contact.picckering.vaughan, .image-left-contact.picckering.toronto, .image-left-contact.picckering.richmond-hill, .image-left-contact.picckering.east-york {
    height: 300px;
  }

  .submit-card {
    width: 100%;
    padding: 20px 0 25px;
  }

  .submit-card.semi-detached-div {
    width: 100%;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .top-header {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 18px;
  }

  .text-block-27 {
    padding: 5px;
    font-size: 1rem;
    line-height: 1rem;
    top: -37.5px;
    right: 29px;
  }

  .text-block-27._2 {
    top: -37.5px;
    right: 27.18px;
  }

  .text-block-27._3 {
    top: -37.5px;
    right: 26.18px;
  }

  .div-block-161 {
    padding: 15px;
  }

  .div-block-168._2-columns {
    margin-top: 0;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .section-25 {
    padding: 35px 20px 60px;
  }

  .section-25.ads-hero {
    padding-bottom: 80px;
  }

  .contacts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .div-block-36 {
    width: auto;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper-2 {
    margin-bottom: 40px;
  }

  .section-title-2 {
    text-align: left;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .section-26 {
    padding-top: 43px;
    padding-bottom: 43px;
  }

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

  .block-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .base-container-4 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 0 15px;
  }

  .service-card-text-wrap {
    max-width: none;
  }

  .expert-strategy-wrap {
    height: auto;
  }

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

  .dropdown-list-4.w--open {
    top: -94%;
    left: 67%;
  }
}

@media screen and (max-width: 479px) {
  .header-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-main-block {
    width: 100%;
  }

  .top-header-time {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-and-search-and-btn-column {
    width: 100%;
    height: auto;
    padding-top: 50px;
    display: none;
  }

  .search-field-box.line-height-btn {
    width: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-header-time-and-mail-column {
    display: block;
  }

  .top-header-mail {
    grid-column-gap: 4px;
    grid-row-gap: 5px;
    line-height: 1rem;
  }

  .logo-column {
    width: auto;
    padding-left: 10px;
  }

  .main-header.sticky-header.bg-white {
    display: flex;
  }

  .time-text.text-color-white.other-text {
    font-size: .7rem;
    line-height: .8rem;
  }

  .header-main-row {
    width: 100%;
  }

  .header-bottom {
    width: 100vw;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0%;
  }

  .hero-section-text-column {
    width: auto;
  }

  .hero-section {
    background-image: url('../images/3A1A1467-Enhanced-NR-VERTICAL.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
  }

  .hero-section._400px {
    background-image: linear-gradient(#0000, #0000);
    height: 300px;
  }

  .category-column {
    border-bottom: 1px solid #444349;
    border-right-width: 0;
  }

  .creative-solutions-caption-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .creative-solutions.home-one {
    padding: 40px 20px;
  }

  .creative-solutions.home-one.padding-up {
    padding-top: 58px;
  }

  .creative-solutions.home-one.padding-up.about-us-photo {
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
  }

  .creative-solutions-flex-image {
    width: 90%;
  }

  .heading-span {
    font-size: 1.6rem;
    line-height: 1rem;
  }

  .creative-solutions-main-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .always-block-flex-image {
    padding-right: 13px;
  }

  .always-block-build-caption {
    height: 170px;
    min-height: auto;
    padding: 0 14px;
    top: 99px;
  }

  .always-block-column {
    padding-right: 0;
  }

  .always-block-image-column {
    height: 200px;
    padding-top: 1.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .always-block-image-column.home-three {
    padding-left: 0;
  }

  .always-block-image-column.about-us-photo {
    background-image: none;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-bottom: .2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .services-tabs-content-fifth {
    padding-top: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-tabs-content-third {
    padding-top: 12rem;
    padding-left: 1em;
    padding-right: 1rem;
  }

  .services-tabs-content-first, .services-tabs-content-fourth, .services-tabs-content-second {
    padding-top: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-tabs-text-btn.text-line-height-mobile {
    line-height: 2rem;
  }

  .services-tabs-first-title {
    grid-column-gap: 15px;
  }

  .testimonial-with-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-with-form-box {
    padding: 17px 25px;
  }

  .testimonial-with-form-testimonials-image {
    display: block;
  }

  .footer-social-icon.width-twenty {
    justify-content: flex-start;
  }

  .footer-bottom-container {
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-bottom-call-section.home-two-header {
    width: 100%;
    height: 37px;
  }

  .hero-section-slider.home-two {
    height: 900px;
  }

  .creative-home-two-flex-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .creative-home-two-flex-column {
    width: 100%;
  }

  .precision-section.service-one {
    padding-bottom: 35px;
  }

  .precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-two-tab-section {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-tab-section-tabs-one {
    width: 100%;
    margin-bottom: 5px;
  }

  .home-two-tab-section-tabs-one.w--current {
    text-align: left;
  }

  .home-two-tab-section-tabs-two, .home-two-tab-section-tabs-three {
    width: 100%;
    margin-bottom: 5px;
  }

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

  .exclusive-research.home-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exclusive-research-image-column {
    height: 400px;
  }

  .exclusive-research-query-box {
    padding-left: 83px;
  }

  .exclusive-count-row {
    width: 100%;
  }

  .exclusive-count-column-box.border-bottom.padding-second-column-gap, .exclusive-count-column-box.padding-second-row-gap.padding-second-column-gap {
    padding-left: 25px;
  }

  .testimonials-home-two-slider-card-column-image-box {
    max-width: 60px;
  }

  .latest-project {
    padding-left: 18px;
    padding-right: 18px;
  }

  .latest-project-card {
    padding-top: 23px;
    padding-bottom: 50px;
  }

  .latest-project-image-inner {
    height: 100px;
  }

  .important-link-column {
    display: block;
  }

  .important-link-column.home-two {
    flex-direction: column;
    display: flex;
  }

  .terms-box {
    width: 100%;
    padding-left: 0;
  }

  .privacy-box {
    border-right-width: 0;
    width: 100%;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .home-two-tab-section-tabs-caption {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .empower-people-slider-row-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .always-block-column-two {
    padding-right: 0;
  }

  .home-three-creative-solutions-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .dizify-service-main-block.align-center.padding-bottom-thirty {
    padding-bottom: 0;
  }

  .dizify-service-row {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .dizify-service-card {
    text-align: left;
  }

  .dizify-service-section-title.home-three.margin-zero {
    letter-spacing: .1rem;
    line-height: 2rem;
  }

  .dizify-service.home-three {
    padding: 41px 15px;
  }

  .home-three-team-column {
    padding-right: 0;
  }

  .home-three-team-content-image-box {
    width: 40%;
  }

  .home-three-input-button-box {
    margin-right: 0;
    position: relative;
  }

  .home-three-input {
    min-height: 56px;
  }

  .font-weight-medium {
    font-size: 1.65rem;
    line-height: 2rem;
  }

  .heading-two.padding-bottom-ten {
    margin-bottom: 4px;
  }

  .text-color-white {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .text-color-white.padding-bottom-ten.other-padding {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .text-color-white.padding-right-fifty {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .text-color-white.smaller-text {
    font-size: 2rem;
  }

  .text-color-white.inner-page-banner-section-title {
    font-size: 1.42rem;
    line-height: 2rem;
  }

  .text-color-white.less-text {
    text-align: left;
  }

  .all-btn.bg-red {
    width: 100%;
    height: auto;
    margin-top: 17px;
  }

  .all-btn.go-green-button {
    margin-bottom: 11px;
  }

  .faq.contact-one {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-main-row-menu-item-inner-link, .header-main-row-menu-item-inner-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-bottom-twenty-two {
    line-height: 1.7rem;
  }

  .menu-button-icon {
    justify-content: center;
    width: auto;
  }

  .menu-button-icon-inner {
    width: 30px;
  }

  .inner-page-banner.contact-one.text-center {
    background-position: 38% 0;
  }

  .inner-page-banner-section-title-box {
    padding-top: 83px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .inner-page-banner-section-title-box.other {
    padding-top: 79px;
  }

  .free-consultation.service-gogreen {
    padding-left: 24px;
    padding-right: 24px;
  }

  .free-consultation-image-column {
    height: 200px;
  }

  .free-consultation-caption-button-box, .caption-button {
    flex-direction: column;
  }

  .hero-home-three-main-block {
    height: 700px;
  }

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

  .pricing-plan-card.bg-sky-blue.pricing-two.pricing-two-page, .pricing-plan-card.bg-sky-blue.pricing-two.text-color-white.pricing-page-one, .pricing-plan-card.bg-dark-blue.text-color-white.pricing-page-one, .pricing-plan-card.margin-pricing.pricing-page-one, .pricing-plan-card.pricing-two-page {
    padding: 35px;
  }

  .padding-bottom-ten {
    margin-top: 0;
    font-size: 1.7rem;
  }

  .padding-bottom-ten.centered-text {
    font-size: 1.6rem;
  }

  .believe.bg-dark-blue.other {
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-bottom-thirty {
    margin-bottom: 26px;
    padding-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .service-details-card-section.career-page {
    padding-top: 30px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .service-details-card.text-center {
    height: auto;
    padding: 19px;
  }

  .latest-project-article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-project-article-image.autofit.full-width-image {
    max-height: 175px;
  }

  .about-company.contact-two-page {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-company-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .contact-form.contact-two {
    padding: 17px 25px;
  }

  .contact-form.request {
    padding: 20px;
  }

  .contact-mail-box {
    padding-left: 12px;
    padding-right: 12px;
  }

  .get-touch-contact-two {
    padding-left: 18px;
    padding-right: 18px;
  }

  .get-touch-contact-two-container {
    max-width: 1320svh;
  }

  .get-in-touch-block {
    padding: 35px 17px;
  }

  .register-shape-two-icon-box.reset-password-shape-adjuested {
    display: none;
  }

  .register-form-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .request-demo {
    padding-bottom: 70px;
  }

  .demo-conducted-card-details {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .request-demo-video-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .subscribe-field-input {
    height: 56px;
  }

  .subscribe-button-box {
    text-align: left;
    justify-content: flex-start;
    height: auto;
    display: block;
    position: relative;
    right: 0;
  }

  .team-leader-contact-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo.desktop, .template-logo.w--current {
    width: 100%;
  }

  .template-logo.padding-bottom-twenty {
    padding-bottom: 0;
  }

  .hero-section-overlay-home-one {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .testimonials-home-two-slider-card-column-image-inner-box {
    width: 60px;
  }

  .landing-home-container.no-left-padiding {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-home-container.footer-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-home-container.other {
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
    padding: 0 0 30px 5px;
  }

  .dropdown-mega-menu-flex {
    flex-direction: column;
  }

  .dropdown-mega-menu-flex-col {
    width: 100%;
  }

  .dropdown-mega-menu-footer-block {
    padding-top: 0;
  }

  .dizify {
    padding-left: 0;
  }

  .flex-center {
    margin-top: 10%;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-body-text-font {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-color-pallette-title-wrapper.padding-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-inner-image-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-utility-image-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-cms-image-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-five.padding-bottom-ten {
    margin-top: 0;
  }

  .service-two-progress-title, .service-two-progress-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium-small {
    font-size: 1rem;
  }

  .button-main {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    width: 100%;
    display: block;
  }

  .align-center-2.change-size {
    font-size: 2.4rem;
  }

  .mega-button {
    font-size: 1rem;
    font-weight: 300;
  }

  .dropdown-mega-menu-link {
    flex-direction: column;
  }

  .cover-image {
    width: 90%;
    font-size: .4rem;
  }

  .cover-image._250px {
    margin-top: 0;
  }

  .gray-color {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .heading-six {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .heading-four.text-color-white {
    font-size: 1.2rem;
  }

  .padding-mega-menu {
    padding-left: 13px;
    padding-right: 13px;
  }

  .contact-one-heading.other {
    padding-left: 15px;
  }

  .italic-text {
    font-size: 1.8rem;
    line-height: 1rem;
  }

  .italic-text-2 {
    font-size: 1.4rem;
  }

  .link-white {
    font-size: 1.1rem;
  }

  .modal {
    display: none;
  }

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

  .all-btn-animation-2.smaller-text {
    width: auto;
  }

  .modal-button-open {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .all-btn-2.other-button.red {
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button-all-wrapper-2 {
    width: 100%;
    display: block;
  }

  .heading-five-2.text-color-white.padding-bottom-ten.padding-top-twenty {
    text-align: left;
  }

  .image-section-row {
    height: 180px;
  }

  .go-green-logo {
    width: 80%;
  }

  .padding-bottom-twenty-two-2 {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .paragraph-6.smaller-text {
    font-size: 14px;
  }

  .free-consultation-caption-column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .free-consultation-main-block-2.other {
    flex-direction: row;
    height: auto;
    margin-top: 49px;
    margin-bottom: 49px;
    display: block;
  }

  .padding-bottom-ten-3.left-aligned {
    margin-bottom: 9px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .points {
    padding-top: 13px;
  }

  .div-block-67 {
    width: auto;
    padding-bottom: 17px;
  }

  .contact-form-block-2.other-form {
    padding-left: 0;
    padding-right: 0;
  }

  .free-consultation-caption-image-2 {
    height: 100%;
  }

  .heading-8 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .heading-17 {
    text-align: center;
    width: 100%;
  }

  .section-3 {
    flex-direction: column;
    height: auto;
  }

  .link-37 {
    width: 100%;
    font-size: 1.4rem;
  }

  .div-block-68 {
    flex-direction: column;
    padding-top: 19px;
    padding-bottom: 30px;
  }

  .div-block-69 {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .padding-bottom-twenty-two-3.big-size-text.centered {
    font-size: 1.25rem;
    line-height: 1.73rem;
  }

  .section-8 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .always-block-column-2 {
    padding-right: 0;
  }

  .always-block-column-2.home-three.career {
    padding-left: 19px;
    padding-right: 19px;
  }

  .section-9 {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .paragraph-11 {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .service-details-card-main-block-2 {
    grid-row-gap: 20px;
  }

  .always-block-image-column-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .always-block-image-column-2.referral {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
  }

  .always-track-2.main.referral {
    padding-top: 24px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .always-track-2.main.more-padding-up {
    padding-top: 29px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .padding-bottom-ten-5.left-aligned {
    line-height: 2.4rem;
  }

  .always-block-column-3 {
    padding-right: 0;
  }

  .landing-home-container-2.vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .services-tabs-content-first-2, .services-tabs-content-second-2, .services-tabs-content-fourth-2 {
    padding-top: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-tabs-content-third-2 {
    padding-top: 12rem;
    padding-left: 1em;
    padding-right: 1rem;
  }

  .services-tabs-content-fifth-2 {
    padding-top: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-tabs-first-title-2 {
    grid-column-gap: 15px;
  }

  .text-color-white-2.other-padding.centered {
    text-align: center;
  }

  .column-40 {
    margin-bottom: 59px;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-112 {
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-112.heating, .div-block-112.cooling, .div-block-112.air-quality, .div-block-112.plumbing {
    width: 100%;
  }

  .container-7 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .section-21 {
    margin-top: 0;
    padding-bottom: 22px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-113 {
    display: none;
  }

  .subscribe-field-input-2 {
    height: 56px;
  }

  .heading-five-6 {
    text-align: left;
    font-size: 1.1255rem;
    line-height: 1.2rem;
  }

  .heading-five-6.padding-top-ten.padding-bottom-ten.no-padding-left {
    margin-top: 8px;
  }

  .heading-two-2.margin-zero {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .image-30 {
    width: 70%;
  }

  .padding-bottom-ten-6.left-aligned {
    padding-bottom: 0;
  }

  .heading-span-2 {
    font-size: 1.9rem;
  }

  .image-31 {
    width: 70%;
  }

  .testimonials-quote-icon {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .base-container {
    background-color: #fff0;
    padding: 0;
  }

  .right-arrow-2 {
    z-index: 9999999;
    width: 40px;
    font-size: 28px;
  }

  .left-arrow-2 {
    z-index: 999999;
    width: 40px;
    font-size: 28px;
  }

  .heading-46 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .map {
    height: 180px;
  }

  .link-40 {
    font-size: .6rem;
    line-height: .7rem;
  }

  .button-2.standard {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 18px;
  }

  .button-2.standard.header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10px;
  }

  .form-2 {
    align-items: center;
  }

  .text-area {
    color: #000;
    font-size: 14px;
  }

  .text-field-contact {
    width: 100%;
    font-size: 14px;
  }

  .text-field-contact.small-width {
    width: 90%;
  }

  .left-alignment {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .left-alignment.smaller-text {
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 2em;
  }

  .form-block-5 {
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5.outline-outside {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    overflow: scroll;
  }

  .form-block-5.centred-alignment {
    padding-bottom: 0;
  }

  .button-wrapper-2 {
    width: auto;
  }

  .flex-form {
    flex-direction: column;
    width: 94%;
  }

  .div-block-107 {
    display: flex;
  }

  .image-73 {
    width: 30%;
    margin-bottom: 16px;
  }

  .button-3.standard {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 18px;
  }

  .button-3.standard.header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10px;
  }

  .top-header-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-2 {
    justify-content: space-between;
  }

  .sponsor-link.with-line {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sponsor-liks {
    flex-direction: column;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div {
    padding-left: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-2 {
    padding: 70px 25px;
    display: flex;
  }

  .heading-47 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div.less._100 {
    width: auto;
  }

  .div.less {
    width: 95%;
    height: 90%;
  }

  .heading-48 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-span-46 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .div-block-94.less-padding-dwn {
    margin-bottom: 20px;
  }

  .believe-grid-2._2-columns {
    flex-direction: column;
    display: flex;
  }

  .all-btn-4.reverse {
    height: auto;
  }

  .paragraph-4 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .precision-card-body-caption-column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .always-block-build-caption-2 {
    min-height: auto;
    padding: 20px 30px 10px;
  }

  .padding-bottom-ten-7.left-aligned {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .padding-bottom-ten-7.padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .padding-bottom-ten-7.padding-left-right.little-text {
    font-size: 1.4rem;
  }

  .padding-bottom-ten-7.padding-left-right.little-text.centered-text {
    font-size: 1.6rem;
  }

  .always-block-image-column-3 {
    padding: 6.3rem 1rem;
  }

  .always-block-image-column-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-122 {
    width: 35%;
    height: 60px;
  }

  .paragraph-85 {
    line-height: 1.6rem;
  }

  .bold-text-25 {
    text-align: left;
  }

  .bold-text-26 {
    letter-spacing: .1rem;
    font-size: 1.1rem;
  }

  .text-span-47 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .column-44 {
    padding-left: 31px;
  }

  .columns-14 {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .column-45, .column-46 {
    justify-content: center;
    align-items: center;
  }

  .image-79 {
    max-width: 70%;
  }

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

  .image-81 {
    max-width: 70%;
    margin-left: 0;
  }

  .column-47 {
    padding-left: 22px;
  }

  .column-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .heading-50 {
    font-size: 1.8rem;
  }

  .columns-17 {
    flex-direction: column;
  }

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

  .heading-51 {
    line-height: 2rem;
  }

  .bold-text-32 {
    font-size: 1.4rem;
  }

  .heading-52 {
    line-height: 2rem;
  }

  .image-83 {
    margin-bottom: 33px;
  }

  .bold-text-33, .heading-53 {
    font-size: .8rem;
  }

  .div-block-128 {
    justify-content: space-between;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    inset: 100% 0% auto;
  }

  .image-84 {
    max-width: 75%;
    margin-top: 16px;
  }

  .field-label {
    text-align: left;
  }

  .div-block-129 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-field-contact-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .image-85 {
    max-width: 75%;
    margin-top: 16px;
  }

  .modal-2 {
    padding-top: 33px;
    display: none;
  }

  .flex-form-2 {
    flex-direction: column;
    width: 100%;
  }

  .paragraph-88 {
    line-height: 1.7rem;
  }

  .bold-text-34 {
    font-size: 1.6rem;
  }

  .section-title-description {
    text-align: left;
  }

  .section-title-wrapper {
    margin-bottom: 12px;
  }

  .base-container-2 {
    max-width: 100%;
  }

  .section-title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .section {
    padding: 32px 20px;
  }

  .social-icon-link.white.main {
    min-width: 14px;
    max-width: 10px;
    min-height: 14px;
    max-height: 10px;
  }

  .dropdown-list.w--open {
    display: flex;
  }

  .text-200.bold.dropdown-title {
    margin-bottom: 8px;
  }

  .dropdown-card {
    display: flex;
  }

  .grid-2-columns.dropdown-pages-grid {
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 48px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
  }

  .div-block-134 {
    grid-template-columns: 1fr;
  }

  .div-block-135 {
    padding-top: 97px;
    padding-bottom: 0;
  }

  .text-block-18 {
    line-height: 1.2rem;
  }

  .div-block-137 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-138 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .bold-text-35 {
    font-size: .6rem;
  }

  .btn-primary {
    width: 100%;
  }

  .header-logo-link {
    margin-right: 24px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-left-side {
    margin-right: 16px;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .image-87 {
    margin-bottom: 12px;
  }

  .div-block-142 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-144 {
    border-right-style: none;
  }

  .div-block-146 {
    height: auto;
  }

  .link-44 {
    font-size: 1.3rem;
  }

  .section-23.white-back {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .text-block-22 {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .div-block-148 {
    grid-template-columns: 1fr;
    place-items: start;
  }

  .heading-54 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .header-logo-link-2 {
    width: 100%;
    margin-right: 7px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-right-side-2 {
    grid-column-gap: 15px;
  }

  .header-left-side-2 {
    margin-right: 0;
  }

  .dropdown-list-3 {
    display: flex;
  }

  .bold-text-36 {
    font-size: .6rem;
  }

  .image-92 {
    width: 100%;
  }

  .div-block-150 {
    height: 200px;
  }

  .image-94.guild-hall-dr {
    height: 100%;
  }

  .service-details-sidebar-wrapper-2 {
    padding: 20px;
  }

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

  .no-margin-2.bigger-text {
    font-size: 22px;
  }

  .contact-link {
    font-size: 14px;
  }

  .contact-row {
    padding: 0 17px 30px;
  }

  .contact-image-div {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-24 {
    margin-bottom: 6px;
    padding: 55px 0 0;
  }

  .section-24.less-padding-left-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .follow-text {
    font-size: 14px;
  }

  .submit-wrapper {
    width: 100%;
  }

  .container-wrapper {
    justify-content: space-between;
  }

  .image-left-contact {
    border-left-width: 20px;
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .image-left-contact._2nd-floor-additions, .image-left-contact.full-home-renovations, .image-left-contact.home-extensions, .image-left-contact.custom-detached-homes, .image-left-contact.picckering, .image-left-contact.picckering.vaughan, .image-left-contact.picckering.toronto {
    border-left-width: 20px;
    height: 200px;
  }

  .image-left-contact.picckering.richmond-hill {
    height: 200px;
  }

  .image-left-contact.picckering.east-york {
    border-left-width: 20px;
    height: 200px;
  }

  .submit-card {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-card.semi-detached-div {
    width: 100%;
  }

  .submit-card.semi-detached-div.area-div {
    max-width: none;
    margin-left: 0;
  }

  .heading-3 {
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .top-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    font-weight: 600;
  }

  .heading-55 {
    font-size: 1.6rem;
  }

  .list-7 {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  ._50-width {
    height: auto;
  }

  .image-97 {
    height: 100%;
  }

  .div-block-161 {
    width: 100px;
    margin-left: 27px;
  }

  .div-block-162 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .image-100 {
    height: 100%;
  }

  .bold-text-37, .text-block-28 {
    line-height: 1.2rem;
  }

  .list-8 {
    padding-left: 17px;
  }

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

  .section-25.ads-hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-5-banner-slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .form-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-field-contact-3 {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .text-block-29 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-span-6 {
    font-size: 26px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 32px;
  }

  .home-5-banner-wrapper {
    width: 100%;
  }

  .div-block-36 {
    width: auto;
  }

  .rich-text-block-2, .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 22px;
  }

  .accordion-list-content {
    font-size: 14px;
    line-height: 18px;
  }

  .section-title-wrapper-2 {
    margin-bottom: 12px;
  }

  .base-container-3 {
    width: 100%;
    max-width: 100%;
  }

  .section-title-2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 2rem;
  }

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

  .section-26 {
    padding: 32px 20px;
  }

  .section-27 {
    margin-bottom: 6px;
    padding: 22px 16px 55px;
  }

  .paragraph-expertise {
    max-width: none;
  }

  .heading-expertise {
    max-width: none;
    font-size: 2rem;
    line-height: 2rem;
  }

  .content {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .grid-4-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-169 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-link-block:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-4 {
    z-index: 1;
  }

  .service-details-section-one.custome-homes {
    background-image: linear-gradient(#000, #fff0 4%), url('../images/Image-Feb-25-2026-03_56_48-PM.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .service-details-grid-col.service-details-grid-two {
    padding: 25px 0;
  }

  .service-card-text-wrap {
    width: 100%;
  }

  .service-title {
    line-height: 1.2em;
  }

  .service-details-grid-wrapper {
    width: 100%;
  }

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

  .p-teaser-img-wrap {
    height: 400px;
  }

  .service-details-grid-wrap {
    width: 100%;
  }

  .dropdown-list-4.w--open {
    inset: auto auto 98% -69%;
  }
}

#w-node-_6c1f7701-3205-5ac8-445b-6dfdddcf65fe-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c1f7701-3205-5ac8-445b-6dfdddcf65ff-28a02f8e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c1f7701-3205-5ac8-445b-6dfdddcf6601-28a02f8e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0c2fd9c9-b1ac-deb2-2baf-ae5e0389b383-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c2fd9c9-b1ac-deb2-2baf-ae5e0389b384-28a02f8e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72310561-660c-2c20-df8d-0cf815a51b69-28a02f8e {
  place-self: center;
}

#w-node-_72310561-660c-2c20-df8d-0cf815a51b6a-28a02f8e, #w-node-_72310561-660c-2c20-df8d-0cf815a51b70-28a02f8e, #w-node-_72310561-660c-2c20-df8d-0cf815a51b76-28a02f8e, #w-node-_8231b0fe-8ff7-7337-f292-399fc3de5adc-28a02f8e, #w-node-_72310561-660c-2c20-df8d-0cf815a51b7c-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3152448b-a2f4-3f96-4173-f4db94664986-28a02f8e {
  place-self: center;
}

#w-node-_3152448b-a2f4-3f96-4173-f4db94664987-28a02f8e, #w-node-_3152448b-a2f4-3f96-4173-f4db9466498e-28a02f8e, #w-node-_3152448b-a2f4-3f96-4173-f4db94664995-28a02f8e, #w-node-_3152448b-a2f4-3f96-4173-f4db9466499c-28a02f8e, #w-node-_3152448b-a2f4-3f96-4173-f4db946649a1-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ae3022a-7e9f-58ba-4e69-8098ff68981d-28a02f8e {
  place-self: center;
}

#w-node-_2ae3022a-7e9f-58ba-4e69-8098ff68981e-28a02f8e, #w-node-_2ae3022a-7e9f-58ba-4e69-8098ff689825-28a02f8e, #w-node-_2ae3022a-7e9f-58ba-4e69-8098ff68982c-28a02f8e, #w-node-_2ae3022a-7e9f-58ba-4e69-8098ff689833-28a02f8e, #w-node-_2ae3022a-7e9f-58ba-4e69-8098ff689838-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb759932-b13e-99c9-605c-474f36f6a310-28a02f8e {
  place-self: center;
}

#w-node-cb759932-b13e-99c9-605c-474f36f6a311-28a02f8e, #w-node-cb759932-b13e-99c9-605c-474f36f6a318-28a02f8e, #w-node-cb759932-b13e-99c9-605c-474f36f6a31f-28a02f8e, #w-node-cb759932-b13e-99c9-605c-474f36f6a326-28a02f8e, #w-node-cb759932-b13e-99c9-605c-474f36f6a32b-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86176648-9e41-9342-9d85-c38057b387a3-28a02f8e {
  place-self: center;
}

#w-node-_86176648-9e41-9342-9d85-c38057b387a4-28a02f8e, #w-node-_86176648-9e41-9342-9d85-c38057b387ab-28a02f8e, #w-node-_86176648-9e41-9342-9d85-c38057b387b2-28a02f8e, #w-node-_86176648-9e41-9342-9d85-c38057b387b9-28a02f8e, #w-node-_86176648-9e41-9342-9d85-c38057b387be-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aadd7cdb-286c-be1c-b4bc-77e99b0e4dc9-28a02f8e {
  place-self: center;
}

#w-node-aadd7cdb-286c-be1c-b4bc-77e99b0e4dca-28a02f8e, #w-node-aadd7cdb-286c-be1c-b4bc-77e99b0e4dd1-28a02f8e, #w-node-aadd7cdb-286c-be1c-b4bc-77e99b0e4dd8-28a02f8e, #w-node-aadd7cdb-286c-be1c-b4bc-77e99b0e4ddf-28a02f8e, #w-node-aadd7cdb-286c-be1c-b4bc-77e99b0e4de4-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f774a5c2-a0a0-60ac-c5c0-58e69a52e974-28a02f8e {
  place-self: center;
}

#w-node-f774a5c2-a0a0-60ac-c5c0-58e69a52e975-28a02f8e, #w-node-f774a5c2-a0a0-60ac-c5c0-58e69a52e97c-28a02f8e, #w-node-f774a5c2-a0a0-60ac-c5c0-58e69a52e983-28a02f8e, #w-node-f774a5c2-a0a0-60ac-c5c0-58e69a52e98a-28a02f8e, #w-node-f774a5c2-a0a0-60ac-c5c0-58e69a52e98f-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8c6b861-21a6-acb4-06a8-ecaa47f03584-28a02f8e {
  place-self: center;
}

#w-node-b8c6b861-21a6-acb4-06a8-ecaa47f03585-28a02f8e, #w-node-b8c6b861-21a6-acb4-06a8-ecaa47f0358c-28a02f8e, #w-node-b8c6b861-21a6-acb4-06a8-ecaa47f03593-28a02f8e, #w-node-b8c6b861-21a6-acb4-06a8-ecaa47f0359a-28a02f8e, #w-node-b8c6b861-21a6-acb4-06a8-ecaa47f0359f-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b6900db-410f-22f0-aa23-16be54971603-28a02f8e {
  place-self: center;
}

#w-node-_8b6900db-410f-22f0-aa23-16be54971604-28a02f8e, #w-node-_8b6900db-410f-22f0-aa23-16be5497160b-28a02f8e, #w-node-_8b6900db-410f-22f0-aa23-16be54971612-28a02f8e, #w-node-_8b6900db-410f-22f0-aa23-16be54971619-28a02f8e, #w-node-_8b6900db-410f-22f0-aa23-16be5497161e-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88a3889-0f14-a0e6-4deb-96c18cc9b62b-28a02f8e {
  place-self: center;
}

#w-node-b88a3889-0f14-a0e6-4deb-96c18cc9b62c-28a02f8e, #w-node-b88a3889-0f14-a0e6-4deb-96c18cc9b633-28a02f8e, #w-node-b88a3889-0f14-a0e6-4deb-96c18cc9b63a-28a02f8e, #w-node-b88a3889-0f14-a0e6-4deb-96c18cc9b641-28a02f8e, #w-node-b88a3889-0f14-a0e6-4deb-96c18cc9b646-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d313a3cf-b1d4-1168-64ec-84a33a6bd324-28a02f8e {
  place-self: center;
}

#w-node-d313a3cf-b1d4-1168-64ec-84a33a6bd325-28a02f8e, #w-node-d313a3cf-b1d4-1168-64ec-84a33a6bd32c-28a02f8e, #w-node-d313a3cf-b1d4-1168-64ec-84a33a6bd333-28a02f8e, #w-node-d313a3cf-b1d4-1168-64ec-84a33a6bd33a-28a02f8e, #w-node-d313a3cf-b1d4-1168-64ec-84a33a6bd33f-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5b471e-b9c5-9662-6822-fb3355291d3a-28a02f8e {
  place-self: center;
}

#w-node-ed5b471e-b9c5-9662-6822-fb3355291d3b-28a02f8e, #w-node-ed5b471e-b9c5-9662-6822-fb3355291d42-28a02f8e, #w-node-ed5b471e-b9c5-9662-6822-fb3355291d49-28a02f8e, #w-node-ed5b471e-b9c5-9662-6822-fb3355291d50-28a02f8e, #w-node-ed5b471e-b9c5-9662-6822-fb3355291d55-28a02f8e, #w-node-_4ba65b13-7c17-8d45-1545-54b522d28840-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ba65b13-7c17-8d45-1545-54b522d28841-28a02f8e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-28a02f8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-28a02f8e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db663-28a02f8e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_078b1de0-b087-cde2-1252-3cf81b5a2872-1b5a286e, #w-node-_078b1de0-b087-cde2-1252-3cf81b5a287e-1b5a286e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f264908-7e3c-67ba-30ff-f9cd6ca370a0-1b5a286e, #w-node-a33eea10-8471-d9ba-7ac0-7f2e66adaee9-1b5a286e, #w-node-_17a99978-f5ac-fa30-2c5e-ce86b71520df-1b5a286e, #w-node-_290d4b3c-3f1a-94b9-fd64-ed19cb3de32d-1b5a286e, #w-node-cce2d1b1-18f6-0431-0a3e-13bce24582d1-1b5a286e, #w-node-_713737a4-d1f9-09e2-05cd-dad208cf5af4-1b5a286e, #w-node-_1d7e1679-808e-35ee-0bca-95db1da48305-1b5a286e, #w-node-_1448b6c1-a577-b616-d43e-44fa59bd5fc9-1b5a286e, #w-node-c193f498-0144-fd03-5827-87f657a09f0f-1b5a286e, #w-node-_8feff170-b960-5ff5-8d8c-7f2cac36dd40-1b5a286e {
  place-self: center;
}

#w-node-_8a4e038a-8a5e-0ac3-a03d-3d9623bacdc7-1b5a286e, #w-node-dd15db93-bb83-539a-7b61-6534341da991-4969fdab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd15db93-bb83-539a-7b61-6534341da992-4969fdab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5459f8d8-0d1e-5dea-0f74-af0d87ea8d2b-4f8c7439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5459f8d8-0d1e-5dea-0f74-af0d87ea8d2c-4f8c7439 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5459f8d8-0d1e-5dea-0f74-af0d87ea8d2f-4f8c7439 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb9afdfa-4f10-3ff1-f659-a872da0e798a-28a02f90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb9afdfa-4f10-3ff1-f659-a872da0e798b-28a02f90 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb9afdfa-4f10-3ff1-f659-a872da0e798d-28a02f90 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2b092e10-5ad3-722f-6ee9-3121eb6d72b4-28a02f91, #w-node-_2b092e10-5ad3-722f-6ee9-3121eb6d72bc-28a02f91, #w-node-_2b092e10-5ad3-722f-6ee9-3121eb6d72cc-28a02f91, #w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-28a02f91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-28a02f91 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-28a02f91 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca05d593-0f2a-eef0-fa48-087807cf6ec0-a08f82e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca05d593-0f2a-eef0-fa48-087807cf6ec1-a08f82e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7062ba5b-ffcb-7250-953a-8f8a558adb86-a08f82e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7062ba5b-ffcb-7250-953a-8f8a558adb87-a08f82e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f15d7ce6-44a2-3d8f-cc27-9b7dbb0c13dc-a08f82e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f15d7ce6-44a2-3d8f-cc27-9b7dbb0c13dd-a08f82e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-a08f82e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-a08f82e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db663-a08f82e2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7062ba5b-ffcb-7250-953a-8f8a558adb86-2ce53a18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7062ba5b-ffcb-7250-953a-8f8a558adb87-2ce53a18 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-2ce53a18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-2ce53a18 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db663-2ce53a18 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_34776349-b4f7-6bd8-c3e2-fec087d6c482-02a7a8a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34776349-b4f7-6bd8-c3e2-fec087d6c483-02a7a8a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb6e800c-0044-9ed0-4b3f-1c2a18115ebe-5a3c0735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb6e800c-0044-9ed0-4b3f-1c2a18115ebf-5a3c0735 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7fe3dc3d-5370-7ac4-1d02-1efa80f0ec2d-baa6ee6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe3dc3d-5370-7ac4-1d02-1efa80f0ec2e-baa6ee6b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-c163966b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-c163966b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-c163966b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_102fca35-9f0c-e647-3e37-2127996d374d-0d19f287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_102fca35-9f0c-e647-3e37-2127996d374e-0d19f287 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b90907c-9e65-c9a9-c5cd-42245dfffa9a-0d19f287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b90907c-9e65-c9a9-c5cd-42245dfffa9b-0d19f287 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b90907c-9e65-c9a9-c5cd-42245dfffa9d-0d19f287 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_242c920f-92f4-fa34-bb61-1dfcd6c331d7-1f89cd20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0fecb44-a5e6-5e8d-b03d-0d52deb2dccb-1f89cd20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0fecb44-a5e6-5e8d-b03d-0d52deb2dccc-1f89cd20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b90907c-9e65-c9a9-c5cd-42245dfffa9a-1f89cd20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b90907c-9e65-c9a9-c5cd-42245dfffa9b-1f89cd20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b90907c-9e65-c9a9-c5cd-42245dfffa9d-1f89cd20 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-29e45344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-29e45344 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-29e45344 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-71b5e25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-71b5e25d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-71b5e25d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-63b6a049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-63b6a049 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-63b6a049 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-71b6f68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-71b6f68c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-71b6f68c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-ed3cb056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-ed3cb056 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-ed3cb056 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-711c8723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-711c8723 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-711c8723 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-711c8723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-711c8723 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-711c8723 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-21b229d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-21b229d1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-21b229d1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-21b229d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-21b229d1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-21b229d1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-750e8e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-750e8e16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-750e8e16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-750e8e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-750e8e16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-750e8e16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-436849d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-436849d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-436849d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-436849d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-436849d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-436849d7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-8d72e5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-8d72e5f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-8d72e5f4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-8d72e5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-8d72e5f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-8d72e5f4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-cf37bc06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-cf37bc06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-cf37bc06 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-cf37bc06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-cf37bc06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-cf37bc06 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c5-49668bc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c6-49668bc5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_560236d3-6fdb-4a61-d6b9-416e645f62c8-49668bc5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-49668bc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-49668bc5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-49668bc5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-358dfc9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-358dfc9a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-2b79afd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-2b79afd4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-b4f4d95e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-b4f4d95e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-99878b45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-99878b45 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-88119f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-88119f26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-3d9eb645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-3d9eb645 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db660-5267c4ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db661-5267c4ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d230a1ec-a588-c451-0d4e-7cc3300db663-5267c4ec {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-9d1f7640 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-9d1f7640 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-9d1f7640 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-9d1f7640 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-9d1f7640 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-9d1f7640 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-e4494b80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-e4494b80 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-e4494b80 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-e4494b80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-e4494b80 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-e4494b80 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-25024dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-25024dbc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-25024dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-25024dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-25024dbc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-25024dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-472bd3a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-472bd3a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-472bd3a0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-472bd3a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-472bd3a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-472bd3a0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-05164b0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-05164b0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-05164b0e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-05164b0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-05164b0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-05164b0e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-30e6873d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-30e6873d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-30e6873d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-30e6873d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-30e6873d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-30e6873d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-f9e85bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-f9e85bb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-f9e85bb2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-f9e85bb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-f9e85bb2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-f9e85bb2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-a32d4248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-a32d4248 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-a32d4248 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-a32d4248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-a32d4248 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-a32d4248 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-e37e0d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-e37e0d1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-e37e0d1d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-e37e0d1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-e37e0d1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-e37e0d1d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969e-3f5d0b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee51420b-3474-f278-194e-73bb752a969f-3f5d0b06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee51420b-3474-f278-194e-73bb752a96a1-3f5d0b06 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d2-3f5d0b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d3-3f5d0b06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca5e6d5f-34d6-b804-aea1-e00c269594d5-3f5d0b06 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-a0fecb44-a5e6-5e8d-b03d-0d52deb2dcc9-1f89cd20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5459f8d8-0d1e-5dea-0f74-af0d87ea8d2b-4f8c7439 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0fecb44-a5e6-5e8d-b03d-0d52deb2dcc9-1f89cd20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Line Rounded Icon Font';
  src: url('../fonts/line-rounded-icon-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icon Font';
  src: url('../fonts/line-square-icon-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}