@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey-body-color: #484848;
  --black: black;
  --lime-green-primary-color: #89c07e;
  --white: white;
  --green-secondary-color: #467750;
  --khaki: #f0cd6e;
  --dark-slate-grey: #2a3f3f;
  --less-black: #1f242c;
  --section-bg-color: #eff6ed;
  --coral: #fc814a;
  --white-smoke: #f8f8f8;
}

body {
  color: var(--dim-grey-body-color);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #1f242c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
}

h2 {
  color: #1f242c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .3s;
}

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

li {
  background-image: url('../images/check-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
  list-style-type: none;
}

blockquote {
  background-color: var(--lime-green-primary-color);
  color: #fffaf2;
  background-image: url('../images/quate-icon.svg');
  background-position: 4% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 0 solid #000;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 35px 36px 40px 110px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

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

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

.container.about-contaier {
  max-width: 100%;
}

.breadcrumb-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 19px;
}

.text-black {
  color: #15110b;
}

.line-shape-block {
  background-color: var(--white);
  width: 5px;
  height: 1px;
}

.current-page-name {
  text-transform: capitalize;
}

.breadcrumb-link-block {
  grid-column-gap: 10px;
  color: var(--white);
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.breadcrumb-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 368px;
  padding-top: 127px;
  padding-bottom: 127px;
  display: flex;
}

.button-primary {
  grid-column-gap: 15px;
  min-width: 175px;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-primary:hover {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
  color: #fff;
}

.button-primary.another-button {
  background-color: var(--khaki);
  color: var(--dark-slate-grey);
  border-color: #46775000;
}

.button-primary.another-button:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.button-primary.consultancy-button {
  position: relative;
}

.button-primary.consultancy-button:hover {
  color: var(--black);
  background-color: #0000;
}

.button-primary.consultancy-button.w--current {
  border-color: var(--black);
  background-color: #0000;
}

.button-primary.fw-400 {
  font-size: 16px;
  font-weight: 400;
}

.button-primary.fw-400.w--current {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
  color: var(--white);
}

.button-primary.fw-400.w--current:hover {
  background-color: var(--green-secondary-color);
}

.button-primary.contact-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.contact-button:hover {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
}

.button-primary.search-page-button {
  border-color: var(--lime-green-primary-color);
  background-color: var(--lime-green-primary-color);
  min-width: 140px;
  color: var(--white);
  margin-top: 20px;
}

.button-primary.search-page-button:hover {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
}

.button-primary.password-button {
  align-self: center;
  margin-top: 25px;
}

.button-primary.error-button {
  align-self: center;
}

.button-primary.hide {
  display: none;
}

.page-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.breadcrumb-backlink {
  color: var(--white);
  letter-spacing: .04em;
  text-decoration: none;
}

.breadcrumb-backlink:hover {
  color: var(--green-secondary-color);
}

.fontawesome-icon {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.fontawesome-icon.arrow-icon {
  color: var(--green-secondary-color);
  font-size: 20px;
}

.fontawesome-icon.testi-icon {
  border: 1px solid var(--less-black);
  width: 100%;
  min-width: 93px;
  max-width: 93px;
  height: 100%;
  max-height: 55px;
  color: var(--less-black);
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.fontawesome-icon.testi-icon:hover {
  border-color: var(--green-secondary-color);
  color: var(--green-secondary-color);
}

.fontawesome-icon.brand-icon {
  font-family: "Fa brands 400", sans-serif;
}

.fontawesome-icon.sidebar-icon {
  color: var(--white);
  font-size: 10px;
}

.fontawesome-icon.faq-icon {
  color: var(--white);
  font-size: 16px;
}

.header-top-section {
  z-index: 1;
  background-color: var(--khaki);
  color: var(--white);
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  line-height: 18px;
  display: flex;
}

.header-content-wrapper.d-u-md-none {
  display: flex;
}

.header-content-wrapper.d-u-md-block {
  display: none;
}

.header-content-side {
  grid-column-gap: 41px;
  display: flex;
}

.header-single-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  display: flex;
}

.header-single-content-block.hide {
  display: none;
}

.number-link {
  color: var(--white);
  text-decoration: none;
}

.number-link:hover {
  color: var(--khaki);
}

.number-link.text-black {
  color: var(--black);
}

.header-right-text {
  color: var(--less-black);
  font-weight: 500;
}

.header-design-shape {
  z-index: -1;
  border-bottom: 450px solid var(--khaki);
  border-left: 450px solid var(--khaki);
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.navigation-section {
  background-color: #e9f1e7;
}

.nav-dropdown-icon {
  margin-right: 0;
  font-size: 13px;
}

.mobile-margin-top-10 {
  background-image: none;
  padding-left: 0;
  overflow: hidden;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c39953;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 29px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: inline-block;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #000;
  transform: translate(0, -5px);
}

.navbar {
  background-color: var(--lime-green-primary-color);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  transition: top .3s;
  top: 102%;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 5px;
  width: 190px;
  max-width: 190px;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 100%;
  box-shadow: 0 4px 12px #00000026;
}

.nav-dropdown-toggle {
  color: #1f242c;
  border-bottom: 1px solid #0000;
  padding: 0 14px 0 0;
  font-size: 15px;
  line-height: 85px;
  transition: border-color .3s, color .3s;
}

.nav-dropdown-toggle:hover {
  border-bottom-color: var(--green-secondary-color);
  color: var(--green-secondary-color);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-brand, .navbar-brand.w--current {
  height: 80px;
  display: flex;
}

.nav-link {
  color: #1f242c;
  border-bottom: 1px solid #0000;
  line-height: 85px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.nav-link:hover {
  border-bottom-color: var(--green-secondary-color);
  color: var(--green-secondary-color);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom-color: var(--green-secondary-color);
  color: var(--green-secondary-color);
}

.nav-dropdown-link {
  color: #1f242c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  transition: color .3s;
}

.nav-dropdown-link:hover {
  color: var(--green-secondary-color);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--green-secondary-color);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-dropdown {
  display: flex;
}

.nav-list-item {
  background-image: none;
  padding-left: 0;
}

.navbar-left.d-lg-none {
  display: none;
}

.slider-section {
  background-color: #f8f8f8;
  background-image: url('../images/slider-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 115px;
  display: flex;
  position: relative;
}

.intro-line-shape {
  background-color: var(--dark-slate-grey);
  width: 40px;
  height: 4px;
}

.slider-content {
  max-width: 530px;
  color: var(--dim-grey-body-color);
  margin-top: 40px;
}

.slider-title {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.slider-details-text {
  max-width: 80%;
  color: var(--dark-slate-grey);
  margin-top: 33px;
  margin-bottom: 33px;
}

.slider-intro-box {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.intro-text {
  color: var(--dark-slate-grey);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.3px;
}

.slider-button-block {
  grid-column-gap: 20px;
  display: flex;
}

.slider-image-block {
  z-index: 1;
  position: relative;
}

.image-bg-shape {
  z-index: -1;
  background-color: #e6f0e3;
  width: 100%;
  max-width: 335px;
  height: 100%;
  max-height: 417px;
  position: absolute;
  bottom: -28px;
  left: -27px;
  transform: rotate(-15deg);
}

.curved-image {
  z-index: -1;
  max-width: 65%;
  position: absolute;
  top: 127px;
  right: -120px;
}

.client-logo-section {
  padding-top: 100px;
}

.client-logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eff6ed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 50px;
  display: grid;
  overflow: hidden;
}

.client-logo-wrapper.hide {
  display: none;
}

.client-logo-inner {
  justify-content: space-between;
  width: 960px;
  max-width: 960px;
  display: flex;
}

.single-logo {
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 95px;
  display: flex;
}

.single-client-logo {
  justify-content: center;
  align-items: center;
  height: 95px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.client-logo {
  height: 60px;
}

.client-logo.small {
  height: 40px;
}

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

.service-section.pt-0px {
  padding-top: 0;
}

.section-title-block {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-title-block.center-block {
  max-width: 100%;
}

.section-title {
  margin-top: 0;
  margin-bottom: 19px;
}

.section-title.team-member-name {
  color: var(--lime-green-primary-color);
}

.section-title.password-title {
  margin-top: 30px;
}

.section-summary {
  margin-bottom: 0;
}

.service-wrapper-block {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-wrapper-block.mt-0px {
  margin-top: 0;
}

.service-list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-list.service-page {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.service-page {
  max-width: 100%;
}

.single-service-block {
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 30px 25px;
  transition: border-color .3s, box-shadow .3s;
}

.single-service-block:hover {
  border-color: #0000;
  box-shadow: 4px 0 15px #0000001a;
}

.service-thumb-block {
  width: 100%;
  display: block;
  overflow: hidden;
}

.service-thumb-image {
  width: 100%;
}

.service-thumb-link-block {
  display: block;
}

.service-content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.service-category-link {
  color: var(--dark-slate-grey);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.service-category-link:hover {
  color: var(--green-secondary-color);
}

.service-details-link {
  color: #1f242c;
  text-decoration: none;
}

.service-details-link:hover {
  color: var(--green-secondary-color);
}

.service-title {
  color: var(--dark-slate-grey);
  font-size: 22px;
  line-height: 32px;
}

.service-button-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.about-section {
  background-color: var(--section-bg-color);
  padding-top: 114px;
  padding-bottom: 114px;
}

.about-section.hide {
  display: none;
}

.about-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.about-left-side {
  width: 100%;
  max-width: 665px;
}

.about-right-side {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.section-intro-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.imtro-line-shape {
  background-color: var(--lime-green-primary-color);
  width: 40px;
  height: 3px;
}

.imtro-line-shape.bg-light {
  background-color: #00820b;
}

.section-intro-text {
  color: var(--lime-green-primary-color);
  letter-spacing: .12em;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.section-intro-text.contact-intro {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-intro-text.bg-light {
  color: #00820b;
}

.section-content-title {
  margin-top: 32px;
  margin-bottom: 31px;
}

.section-content-title.testi-title {
  margin-top: 0;
  margin-bottom: 27px;
}

.section-content-summary.testi-summary {
  margin-bottom: 13px;
}

.about-content {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 13px;
  display: flex;
}

.single-about-content {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.icon-side {
  border: 2px solid var(--green-secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  min-width: 39px;
  height: 39px;
  display: flex;
}

.about-content-text {
  color: var(--less-black);
  font-weight: 500;
}

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

.project-section.hide {
  display: none;
}

.project-title-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.project-tab-wrapper {
  flex-direction: column;
}

.project-tab-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.project-list {
  grid-column-gap: 30px;
  grid-row-gap: 33px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-project-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.project-thumbnail-block {
  overflow: hidden;
}

.project-thumbnail-image {
  width: 100%;
}

.project-content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-category-title {
  color: var(--lime-green-primary-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.project-category-title:hover {
  color: var(--green-secondary-color);
}

.project-title-link {
  color: var(--less-black);
  text-decoration: none;
}

.project-title-link:hover {
  color: var(--green-secondary-color);
}

.project-title {
  font-size: 22px;
  line-height: 30px;
}

.project-thumbnail-link {
  display: block;
}

.counter-section {
  background-color: var(--green-secondary-color);
  padding-top: 50px;
  padding-bottom: 50px;
}

.counter-wrapper {
  justify-content: space-between;
  display: flex;
}

.single-counter {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-number {
  color: #fff;
  margin-bottom: 8px;
  font-size: 75px;
  line-height: 102px;
}

.counter-sub-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.design-shape {
  background-color: #fff3;
  width: 2px;
  height: 200px;
  position: relative;
}

.small-design-shape {
  background-color: var(--white);
  width: 2px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-section {
  background-image: linear-gradient(#89c07e, #89c07e);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-section.hide {
  display: none;
}

.testimonial-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.testimonial-title-block {
  width: 100%;
  max-width: 399px;
}

.testimonial-content-block {
  width: 100%;
  max-width: 563px;
}

.testimonial-slider-author-job-title {
  color: var(--coral);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.testimonial-slider-author-block {
  border: 1px solid var(--lime-green-primary-color);
  background-color: #eff6ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  display: flex;
  overflow: hidden;
}

.testi-right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 10%;
  margin-bottom: 0;
  left: 115px;
}

.testi-right-arrow.hide {
  display: none;
}

.testimonial-slider-content-text {
  max-width: 486px;
  margin-top: 32px;
  margin-bottom: 26px;
  font-size: 18px;
  font-style: italic;
  line-height: 38px;
}

.testimonial-slider-wrapper {
  background-color: #0000;
  height: 600px;
}

.testimonial-slider-author-name {
  color: var(--less-black);
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.testimonial-slider-item-inner {
  padding-bottom: 54px;
  padding-left: 70px;
  padding-right: 86px;
}

.d-none {
  display: none;
}

.testi-left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 10%;
  margin-bottom: 0;
}

.testi-left-arrow.hide {
  display: none;
}

.testimonial-slider-mask {
  max-width: 641px;
  height: auto;
  min-height: 522px;
  padding-top: 45px;
}

.testimonial-slider-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-author-image {
  border-radius: 500px;
  width: 70px;
  height: 70px;
}

.testimonial-slider-item {
  background-color: var(--white);
}

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

.blog-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-end;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.blog-left-block {
  width: 100%;
  max-width: 350px;
  height: 100%;
}

.blog-left-block.hover-image-block {
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.blog-left-block.blog-static-image {
  max-width: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.blog-right-block {
  width: 100%;
  max-width: 520px;
}

.blog-left-image {
  object-fit: cover;
  height: 100%;
}

.blog-left-image.hover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-list {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.blog-post-list.blog-page {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-list.sidebar-block {
  grid-row-gap: 25px;
}

.single-blog-wrapper {
  z-index: 1;
  grid-column-gap: 25px;
  border: 1px solid #eaeaea;
  align-items: center;
  padding: 18px 36px 15px 25px;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.single-blog-wrapper:hover {
  border-color: var(--green-secondary-color);
}

.single-blog-wrapper.blog-page {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
}

.single-blog-wrapper.sidebar-block {
  grid-column-gap: 16px;
  border-style: none;
  align-items: flex-start;
  padding: 0;
}

.blog-thumbnail {
  display: inline-block;
}

.blog-thumbnail.blog-page {
  width: 100%;
  display: block;
}

.blog-thumbnail.sidebar-block {
  display: flex;
}

.blog-thumbnail-image {
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}

.blog-thumbnail-image.blog-page {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  height: 350px;
  min-height: 100%;
  max-height: 100%;
}

.blog-thumbnail-image.sidebar-block {
  min-width: 68px;
  max-width: 68px;
  min-height: 65px;
  max-height: 100%;
}

.blog-content.blog-page {
  flex-direction: column;
  display: flex;
}

.blog-content.sidebar-block {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.blog-link-block {
  color: var(--less-black);
  text-decoration: none;
}

.blog-link-block:hover {
  color: var(--green-secondary-color);
}

.blog-title {
  font-size: 19px;
  line-height: 32px;
}

.blog-title.sidebar-block {
  font-size: 16px;
  line-height: 21px;
}

.blog-thumb-link-block {
  overflow: hidden;
}

.blog-thumb-link-block.blog-page {
  display: block;
}

.blog-date-block {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.blog-date-block.sidebar-block {
  margin-top: 0;
}

.blog-date-block.hide {
  display: none;
}

.blog-square-block {
  background-color: var(--lime-green-primary-color);
  width: 5px;
  height: 5px;
}

.blog-date {
  font-size: 14px;
}

.blog-line-shape {
  background-color: #eaeaea;
  width: 1px;
  height: 486px;
  max-height: 486px;
}

.blog-color-line {
  background-color: var(--green-secondary-color);
  width: 1px;
  height: 70px;
  position: absolute;
  left: -32px;
}

.contact-info-section {
  background-image: url('../images/contact-info-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px;
}

.contact-info-wrapper {
  grid-column-gap: 4px;
  justify-content: space-between;
  display: flex;
}

.single-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  background-color: var(--khaki);
  align-items: center;
  width: 100%;
  max-width: 583px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 30px;
  display: flex;
}

.single-content-wrapper.bg-theme-color {
  background-color: var(--green-secondary-color);
}

.content-icon-block {
  background-color: #ffffff26;
  border: 8px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  min-height: 96px;
  display: flex;
}

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

.cumtent-text-block {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.content-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.content-link {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}

.title-line-shape {
  background-color: var(--white);
  width: 42px;
  height: 3px;
}

.contact-title-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: var(--green-secondary-color);
}

.footer-social-block {
  grid-column-gap: 13px;
  margin-top: 30px;
  display: flex;
}

.footer-social-block.sidebar-social-block {
  display: none;
}

.footer-link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-link-block.hide {
  display: none;
}

.footer-inner {
  color: #fff;
  background-image: url('../images/footer-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-button {
  background-color: var(--lime-green-primary-color);
  background-image: url('../images/paper-plane-regular.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 50px;
  min-height: 51px;
  padding: 10px 0;
  font-size: 16px;
  transition: background-color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.subscribe-button:hover {
  background-color: var(--green-secondary-color);
}

.address-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.single-link-block {
  grid-column-gap: 13px;
  color: var(--white);
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  transition: padding-left .3s, color .3s;
  display: flex;
}

.single-link-block:hover {
  color: var(--khaki);
  padding-left: 5px;
}

.footer-content {
  max-width: 287px;
  margin-bottom: 30px;
}

.footer-content-block {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subscribe-input-field {
  background-color: #fff;
  border: 1px solid #0000;
  width: 100%;
  min-width: 270px;
  height: 51px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 55px;
  transition: border-color .3s;
}

.subscribe-input-field:focus {
  border: 1px solid #5a48e0;
}

.subscribe-input-field::placeholder {
  color: #5d5f6c;
}

.footer-subscribe-form {
  margin-bottom: 0;
}

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

.bottom-link {
  color: var(--lime-green-primary-color);
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.bottom-link:hover {
  color: var(--green-secondary-color);
}

.footer-title {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.subscribe-wrapper {
  position: relative;
}

.footer-block {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-address-text {
  max-width: 400px;
  color: var(--white);
  font-size: 16px;
}

.social-link-block {
  background-color: #2a2e41;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-link-block.footer-social {
  color: var(--white);
  background-color: #ffffff26;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.social-link-block.footer-social:hover {
  background-color: var(--green-secondary-color);
}

.footer-details-text {
  color: var(--white);
  font-size: 16px;
}

.footer-details-text.update-text {
  max-width: 270px;
}

.footer-bottom {
  grid-column-gap: 10px;
  background-color: #30353f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
}

.company-link {
  color: var(--lime-green-primary-color);
  font-weight: 500;
  text-decoration: none;
}

.company-link:hover {
  color: var(--green-secondary-color);
}

.title-underline {
  z-index: 2;
  background-color: #c4c4c433;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 54px;
}

.footer-title-block {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 52px;
  display: flex;
  position: relative;
}

.footer-square-shape {
  background-color: var(--lime-green-primary-color);
  width: 8px;
  height: 8px;
}

.footer-color-shape {
  background-color: var(--lime-green-primary-color);
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -21px;
}

.bottom-border {
  z-index: -1;
  background-color: #c4c4c433;
  width: 100%;
  min-width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  top: 54px;
}

.breadcurmb-section {
  background-image: url('../images/breadcrumb-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcurmb-section.hide {
  display: none;
}

.breadcrumb-wrapper-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 209px;
  padding-bottom: 134px;
  display: flex;
}

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

.team-section.hide {
  display: none;
}

.team-wrapper {
  margin-top: 50px;
}

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

.team-thumb-block {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.team-thumb-link-block {
  display: block;
}

.team-thumb-image {
  width: 100%;
}

.team-content-block {
  grid-row-gap: 7px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.team-details-link {
  color: var(--less-black);
  text-decoration: none;
}

.team-details-link:hover {
  color: var(--green-secondary-color);
}

.team-title {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 30px;
}

.team-job-title {
  color: var(--lime-green-primary-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.single-team-wrapper {
  grid-row-gap: 30px;
  border: 1px solid #eaeaea;
  flex-direction: column;
  padding: 30px;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.single-team-wrapper:hover {
  border-color: #0000;
  box-shadow: 4px 0 15px #0000001a;
}

.team-social-wrapper {
  z-index: 2;
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-left: -77.5px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.single-social-link {
  border: 1px solid var(--white);
  background-color: var(--white);
  width: 35px;
  height: 35px;
  color: var(--lime-green-primary-color);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.single-social-link:hover {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
  color: var(--white);
}

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

.service-details-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.service-sidebar {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.service-details-content {
  width: 100%;
  max-width: 860px;
}

.sidebar-box {
  grid-row-gap: 25px;
  background-color: #eff4f2;
  flex-direction: column;
  padding: 33px 30px 40px 33px;
  display: flex;
}

.sidebar-service-list {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sidebar-service-link-block {
  z-index: 1;
  background-color: var(--white);
  color: var(--less-black);
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 15px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.49px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.sidebar-service-link-block:hover {
  background-color: var(--green-secondary-color);
  color: #fff;
  border-bottom-color: #c39953;
}

.sidebar-title-block {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar-title {
  color: var(--less-black);
  font-size: 22px;
  line-height: 30px;
}

.design-block {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.long-shape {
  background-color: var(--lime-green-primary-color);
  min-width: 46px;
  max-width: 46px;
  min-height: 2px;
}

.shot-shape {
  background-color: var(--green-secondary-color);
  min-width: 12px;
  max-width: 12px;
  min-height: 2px;
}

.icon-block {
  background-color: var(--green-secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.icon-block.faq-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
}

.sidebar-banner-block {
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-banner-image {
  width: 100%;
}

.sidebar-banner-content {
  text-align: center;
  background-image: url('../images/sidebar-banner-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 33px 33px;
  display: flex;
}

.sidebar-content-inner {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar-icon-block {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 75px;
  max-width: 75px;
  height: 100%;
  min-height: 75px;
  max-height: 75px;
  margin-bottom: 24px;
  display: flex;
}

.banner-title {
  max-width: 215px;
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.banner-contect-title {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.contect-link-block {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.contect-link-block:hover {
  color: var(--green-secondary-color);
}

.service-details-main-image-block {
  border-radius: 10px;
  overflow: hidden;
}

.service-details-image {
  width: 100%;
}

.service-details-title {
  margin-top: 46px;
  margin-bottom: 27px;
}

.service-details-content-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.service-details-content-image {
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.service-details-content-image-one {
  width: 100%;
}

.stats-charts-block {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
  display: flex;
}

.stats-content {
  width: 100%;
  max-width: 100%;
}

.chart-summary-one {
  margin-bottom: 29px;
}

.chart-side {
  width: 100%;
  max-width: 100%;
}

.chart-image {
  margin-top: 30px;
  padding-bottom: 30px;
}

.chart-value {
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.chart-single-value {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.chart-single-value.retail {
  color: #3098f4;
}

.chart-single-value.generation {
  color: #5f14ff;
}

.chart-single-value.project-thumbnail-link {
  color: #fdd247;
}

.chart-single-value.industrial {
  color: #03c17b;
}

.chart-single-value.scences {
  color: #ff8214;
}

.color-circle {
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.color-circle.retail {
  background-color: #3098f4;
}

.color-circle.generation {
  background-color: #5f14ff;
}

.color-circle.oil {
  background-color: #fdd247;
}

.color-circle.industrial {
  background-color: #03c17b;
}

.color-circle.scences {
  background-color: #ff8214;
}

.service-video-block {
  margin-bottom: 45px;
}

.service-video-inner {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.live-video-block {
  z-index: 1;
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-video-block-inner {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.video-overlay {
  background-color: #1941718f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-overview-title {
  color: var(--less-black);
  margin-bottom: 27px;
  font-size: 50px;
  line-height: 62px;
}

.service-overview-summary-one {
  margin-bottom: 29px;
}

.accordion-item {
  background-color: #0000;
}

.accordion-text {
  padding-top: 20px;
}

.faq-wrapper {
  margin-top: 60px;
}

.accordion-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.accordion-item-trigger {
  cursor: pointer;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.accordion-item-content {
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.faq-title {
  color: var(--less-black);
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.chart-title {
  width: 100%;
  max-width: 100%;
  color: var(--less-black);
  margin-bottom: 27px;
  font-size: 50px;
  line-height: 62px;
}

.project-details-section {
  padding-top: 100px;
  padding-bottom: 73px;
}

.project-detail-top-block {
  grid-column-gap: 30px;
  display: flex;
}

.project-detail-image-block {
  border-radius: 10px;
  width: 100%;
  max-width: 770px;
  overflow: hidden;
}

.project-detail-content {
  width: 100%;
  max-width: 320px;
}

.project-detail-image {
  width: 100%;
}

.project-single-detail {
  border-bottom: 1px solid #d3deda;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 20.49px;
  display: flex;
}

.project-single-detail.border-none {
  border-bottom-style: none;
}

.project-paramiter {
  color: var(--less-black);
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.project-value {
  color: #676868;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.project-detail-inner {
  margin-top: -9px;
}

.project-category-link {
  color: #676868;
  text-decoration: none;
}

.project-category-link:hover {
  color: var(--green-secondary-color);
}

.project-category-link-list {
  grid-column-gap: 5px;
  display: flex;
}

.project-social-media {
  grid-column-gap: 10px;
  margin-top: 18px;
  display: flex;
}

.project-single-social-media {
  width: 37px;
  min-width: 37px;
  height: 37px;
  color: var(--lime-green-primary-color);
  background-color: #f7f7f7;
  border: 1px solid #57b33e4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.project-single-social-media:hover {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
  color: var(--white);
}

.project-deatil-title-block {
  margin-top: 46px;
}

.project-deatil-title {
  margin-bottom: 27px;
}

.project-details-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.project-detail-page-image {
  border-radius: 10px;
  width: 100%;
}

.project-details-rich-text-block h2, .project-details-rich-text-block p {
  margin-bottom: 27px;
}

.section-title-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
  display: flex;
  position: relative;
}

.relative-product-title-block {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.relative-product-title-block.flex-div {
  grid-column-gap: 15px;
  flex-direction: row;
}

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

.blog-page-section.pt-0px {
  padding-top: 0;
}

.blog-post-summary {
  margin-top: 9px;
  margin-bottom: 30px;
}

.blog-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-detail-content {
  width: 100%;
  max-width: 790px;
}

.blog-sidebar {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.blog-detail-image-block {
  border-radius: 10px;
  overflow: hidden;
}

.blog-detail-image {
  width: 100%;
}

.blog-detail-date {
  margin-top: 15px;
  margin-bottom: 16px;
}

.blog-detail-rich-text h2 {
  margin-bottom: 27px;
}

.blog-detail-rich-text p {
  margin-bottom: 25px;
}

.blog-detail-rich-text h4 {
  color: var(--less-black);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

.tag-text-block {
  color: var(--less-black);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.tag-share-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #e3e0e0;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
}

.tag-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.single-tag-item-list {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.single-tag-item {
  margin-left: 5px;
}

.tag-link-text {
  color: #9e9e9e;
  border: 1px solid #d2d2d2;
  border-radius: 78px;
  justify-content: center;
  align-items: center;
  padding: 1px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.tag-link-text:hover {
  border-color: var(--green-secondary-color);
  background-color: var(--green-secondary-color);
  color: var(--white);
}

.blog-search-form {
  margin-bottom: 0;
  position: relative;
}

.property-search-single-field {
  background-color: #0000;
  border: 1px solid #01614e99;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 40px;
  transition: box-shadow .2s, border-color .2s;
}

.property-search-single-field:focus {
  border-color: #ff6500;
  box-shadow: 0 6px 15px #0000001a;
}

.property-search-single-field::placeholder {
  color: #494949;
}

.property-search-single-field.blog-search-field {
  background-color: var(--lime-green-primary-color);
  color: #fff;
  border-style: none;
  border-width: 0;
  border-bottom-color: #244d4d80;
  border-left-color: #c39953;
  border-right-color: #244d4d80;
  border-radius: 0;
  height: 57px;
  padding-left: 24px;
  padding-right: 65px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.property-search-single-field.blog-search-field::placeholder {
  color: #fff;
}

.search-button {
  background-color: var(--lime-green-primary-color);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #ffffff82;
  min-width: 60px;
  height: 25px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.blog-category-link-text {
  width: 100%;
  color: var(--less-black);
  border-bottom: 1px solid #cccfcc;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24.6px;
  text-decoration: none;
  transition: border-color .3s, padding-left .3s, color .3s;
  display: inline-block;
}

.blog-category-link-text:hover {
  border-bottom-color: var(--green-secondary-color);
  color: var(--green-secondary-color);
  padding-left: 5px;
}

.team-menber-details-block {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.team-thumbnail {
  border-radius: 5px;
  width: 100%;
  max-width: 470px;
}

.team-details-name {
  line-height: 1;
}

.social-icon-wrapper {
  grid-column-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.team-thumbnail-inner {
  border-radius: 5px;
  overflow: hidden;
}

.team-details-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.team-value {
  color: var(--dim-grey-body-color);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.team-rich-text p {
  margin-bottom: 27px;
}

.team-rich-text h4 {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 40px;
}

.team-popertise {
  color: var(--less-black);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.team-details-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.team-details-content {
  width: 100%;
  max-width: 670px;
}

.team-single-block {
  grid-column-gap: 10px;
  display: flex;
}

.team-thumbnail-image {
  width: 100%;
}

.team-details-content-inner {
  margin-bottom: 30px;
}

.single-social-icon {
  border: 1px solid var(--lime-green-primary-color);
  width: 37px;
  height: 37px;
  color: var(--lime-green-primary-color);
  background-color: #57b33e26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.single-social-icon:hover {
  border-color: var(--lime-green-primary-color);
  background-color: var(--lime-green-primary-color);
  color: var(--white);
}

.team-member-number-link {
  color: var(--dim-grey-body-color);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.team-member-number-link:hover {
  color: var(--green-secondary-color);
}

.single-contact {
  grid-column-gap: 20px;
  background-color: #eff4f2;
  border-radius: 5px;
  align-items: flex-start;
  height: 100%;
  padding: 35px 20px;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-field {
  border: 1px solid #cacaca;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  transition: box-shadow .3s, border-color .4s;
}

.form-input-field:focus {
  border-color: var(--green-secondary-color);
  background-color: #0000;
  box-shadow: 0 0 15px #0000001a;
}

.form-input-field::placeholder {
  text-transform: capitalize;
}

.form-textarea {
  border: 1px solid #cacaca;
  border-radius: 8px;
  min-height: 196px;
  padding-left: 20px;
  transition: box-shadow .3s, border-color .4s;
}

.form-textarea:focus {
  border-color: var(--green-secondary-color);
  background-color: #0000;
  box-shadow: 0 0 15px #0000001a;
}

.form-textarea::placeholder {
  text-transform: capitalize;
}

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

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

.contect-form-section.pt-0px {
  padding-top: 100px;
}

.contact-form-wrapper {
  margin-top: 40px;
}

.form {
  flex-direction: column;
  display: flex;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  max-height: 643px;
  overflow: hidden;
}

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

.utility-page-wrap.error-page {
  width: 100%;
  height: 100%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.utility-page-content.error-page {
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-title {
  margin-bottom: 20px;
}

.search-page-wrapper-block {
  margin-bottom: 40px;
}

.search-link-title {
  color: var(--lime-green-primary-color);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.search-link-title:hover {
  color: var(--green-secondary-color);
}

.search-result-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.password-label {
  margin-bottom: 10px;
}

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

.error-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.error-image {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-overlay {
  z-index: 1;
  border: 1px solid var(--black);
  background-color: var(--less-black);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image {
  margin-left: -55px;
}

.text-span {
  color: var(--khaki);
}

.success-message {
  background-color: var(--khaki);
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media screen and (min-width: 1280px) {
  .container.service-container {
    max-width: 100%;
  }

  .container.about-contaier {
    max-width: 1438px;
  }

  .breadcrumb-title {
    font-size: 64px;
  }

  .breadcrumb-link-block {
    line-height: 21px;
  }

  .button-primary.fw-400 {
    align-self: stretch;
    min-height: 80px;
    font-size: 19px;
  }

  .header-design-shape {
    border-bottom-width: 350px;
    border-left-width: 420px;
  }

  .mobile-margin-top-10 {
    background-image: none;
    padding-left: 0;
  }

  .button-primary-2 {
    min-width: 140px;
    min-height: 50px;
    display: inline-block;
  }

  .nav-menu-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-list-item {
    background-image: none;
    padding-left: 0;
  }

  .slider-wrapper {
    min-height: 810px;
  }

  .image-bg-shape {
    max-width: 401px;
    max-height: 501px;
  }

  .curved-image {
    max-width: 100%;
    top: 127px;
    right: -170px;
  }

  .client-logo-section {
    padding-top: 120px;
  }

  .client-logo-wrapper {
    max-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .client-logo-inner {
    width: 1200px;
  }

  .single-logo {
    justify-content: center;
  }

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

  .service-wrapper-block {
    margin-top: 70px;
  }

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

  .service-button-block {
    margin-top: 60px;
  }

  .about-wrapper {
    grid-column-gap: 98px;
  }

  .project-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-title-block {
    max-width: 1300px;
    margin-bottom: 75px;
  }

  .project-tab-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .project-tab-menu {
    flex-direction: column;
    max-width: 300px;
    margin-bottom: 0;
    margin-right: 50px;
  }

  .testimonial-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-wrapper {
    grid-column-gap: 132px;
  }

  .testimonial-title-block {
    max-width: 399px;
  }

  .testimonial-content-block {
    max-width: 639px;
  }

  .testimonial-slider-content-text {
    font-size: 22px;
    line-height: 38px;
  }

  .testimonial-slider-item-inner {
    max-width: 908px;
  }

  .blog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-wrapper {
    grid-column-gap: 56px;
    margin-top: 70px;
  }

  .blog-left-block {
    max-width: 486px;
  }

  .blog-left-block.blog-static-image {
    max-width: 40%;
  }

  .blog-right-block {
    max-width: 570px;
  }

  .blog-left-image.hover-image {
    max-width: 80%;
  }

  .blog-post-list {
    grid-row-gap: 25px;
  }

  .blog-post-list.blog-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-blog-wrapper {
    grid-column-gap: 36px;
    padding-top: 20px;
    padding-bottom: 13px;
    padding-right: 40px;
  }

  .single-blog-wrapper.blog-page {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    flex-direction: row;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .blog-thumbnail.blog-page {
    width: auto;
  }

  .blog-thumbnail-image.blog-page {
    min-width: 214px;
    max-width: 214px;
    min-height: 243px;
    max-height: 243px;
  }

  .blog-color-line {
    left: -58px;
  }

  .single-content-wrapper {
    grid-column-gap: 37px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .cumtent-text-block {
    grid-row-gap: 12px;
  }

  .content-text {
    font-size: 20px;
    line-height: 27px;
  }

  .content-link {
    font-size: 30px;
    line-height: 41px;
  }

  .title-line-shape {
    width: 42px;
  }

  .address-block {
    max-width: 235px;
    margin-top: -8px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .team-wrapper {
    margin-top: 70px;
  }

  .service-details-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .stats-content {
    max-width: 460px;
  }

  .chart-side {
    max-width: 370px;
  }

  .chart-image {
    margin-top: 0;
  }

  .project-details-section {
    padding-top: 120px;
    padding-bottom: 93px;
  }

  .project-detail-image-block {
    max-width: 770px;
  }

  .project-detail-content {
    max-width: 370px;
  }

  .relative-product-title-block {
    margin-bottom: 50px;
  }

  .blog-page-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-details-wrapper {
    grid-column-gap: 45px;
    flex-direction: row;
    align-items: flex-start;
  }

  .tag-share-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .team-details-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .team-details-wrapper {
    grid-column-gap: 40px;
  }

  .single-contact {
    grid-column-gap: 29px;
    padding: 35px 30px;
  }

  .form-textarea {
    min-height: 260px;
  }

  .contect-form-section {
    padding-top: 111px;
    padding-bottom: 130px;
  }

  .contect-form-section.pt-0px {
    padding-bottom: 120px;
  }

  .utility-page-content {
    max-width: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .header-design-shape {
    border-bottom-width: 400px;
    border-left-width: 520px;
  }

  .service-list {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    justify-items: center;
  }

  .service-title {
    font-size: 20px;
  }

  .testimonial-section {
    background-image: linear-gradient(#89c07e, #89c07e);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-content-block {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .container.service-container {
    max-width: 1700px;
  }

  .breadcrumb-link-block {
    line-height: 36px;
  }

  .page-wrapper {
    z-index: 2;
  }

  .header-design-shape {
    border-bottom-width: 667px;
    border-left-width: 790px;
  }

  .nav-link {
    border-bottom-style: none;
  }

  .nav-link:hover {
    color: var(--section-bg-color);
    border-bottom-style: none;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .service-list {
    justify-content: space-between;
  }

  .project-tab-menu {
    max-width: 340px;
    margin-right: 80px;
  }

  .testimonial-section {
    background-image: url('../images/Group_1.avif'), linear-gradient(#89c07e, #89c07e);
    background-position: -5% 270%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 434px 690px, auto;
  }

  .blog-left-block {
    height: 100%;
  }

  .footer-inner {
    background-position: 75%;
  }

  .footer-content-block {
    justify-content: space-between;
  }

  .text-span {
    text-decoration: none;
  }

  .link {
    border: 1px #000;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  li {
    background-position: 0 0;
  }

  .breadcrumb-title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 62px;
  }

  .breadcrumb-wrapper {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary.sideber-button {
    color: var(--white);
    border-color: #fff9;
  }

  .button-primary.sideber-button:hover {
    border-color: var(--green-secondary-color);
  }

  .header-top-section {
    background-color: var(--khaki);
  }

  .header-content-wrapper {
    font-size: 14px;
  }

  .header-content-wrapper.d-u-md-none {
    display: none;
  }

  .header-content-wrapper.d-u-md-block {
    display: block;
  }

  .header-content-wrapper.d-u-md-block.nav-sidebar {
    color: var(--white);
    border-top: 1px solid #fff9;
    border-bottom: 1px solid #fff9;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: block;
  }

  .header-content-side {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-content-side.nav-sidebar {
    justify-content: flex-start;
  }

  .header-design-shape {
    border-bottom-width: 265px;
    border-left-width: 265px;
    display: none;
  }

  .navigation-section {
    z-index: 1;
    min-height: 68px;
  }

  .nav-dropdown-icon {
    position: absolute;
    right: 0;
  }

  .button-primary-2 {
    padding: 10px 25px;
    font-size: 12px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    background-color: #087512;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 5px;
  }

  .nav-dropdown-toggle {
    width: 100%;
    color: var(--white);
    border-bottom-style: none;
    padding-right: 18px;
    line-height: 25px;
  }

  .nav-link {
    color: var(--white);
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 5px;
    line-height: 25px;
  }

  .nav-link:hover {
    border-bottom-color: var(--green-secondary-color);
  }

  .nav-link.w--current {
    color: var(--section-bg-color);
  }

  .nav-dropdown-link {
    color: var(--white);
  }

  .nav-dropdown-link.w--current {
    color: var(--green-secondary-color);
  }

  .menu-button {
    background-color: var(--lime-green-primary-color);
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 12px;
  }

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

  .nav-menu-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #00820b;
    border-bottom: 1px solid #fff9;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    display: flex;
  }

  .nav-menu-two.bb-0px {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .logo-image {
    margin-top: 10px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-menu-wrapper {
    background-color: #00820b;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 30px;
    position: absolute;
    overflow: visible;
  }

  .navbar-left.d-lg-block {
    display: none;
  }

  .navbar-left.d-lg-none {
    background-color: #00820b;
    justify-content: flex-start;
    display: flex;
  }

  .slider-wrapper {
    min-height: 600px;
    padding-bottom: 80px;
  }

  .slider-content {
    max-width: 450px;
    margin-top: 0;
  }

  .client-logo-section {
    padding-top: 80px;
  }

  .client-logo-inner {
    width: auto;
  }

  .single-logo {
    justify-content: center;
  }

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

  .section-title {
    font-size: 32px;
    line-height: 42px;
  }

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

  .service-title {
    font-size: 17px;
  }

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

  .about-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

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

  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-title-block {
    margin-bottom: 40px;
  }

  .project-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .project-title {
    font-size: 20px;
  }

  .counter-number {
    font-size: 48px;
    line-height: 62px;
  }

  .counter-sub-text {
    font-size: 18px;
  }

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

  .testimonial-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .testimonial-slider-content-text {
    font-size: 18px;
    line-height: 38px;
  }

  .testimonial-slider-item-inner {
    max-width: 600px;
  }

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

  .blog-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 40px;
  }

  .blog-left-block {
    max-width: 100%;
  }

  .blog-left-block.hover-image-block {
    height: 100%;
    max-height: 400px;
    display: block;
  }

  .blog-left-block.blog-static-image {
    max-width: 100%;
    max-height: 400px;
    position: relative;
  }

  .blog-right-block {
    max-width: 100%;
  }

  .blog-left-image {
    width: 100%;
    max-height: 400px;
  }

  .blog-left-image.hover-image {
    display: none;
  }

  .blog-thumbnail-image.blog-page {
    height: 300px;
  }

  .blog-line-shape, .blog-color-line {
    display: none;
  }

  .contact-info-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .single-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-icon-block {
    min-width: 60px;
    min-height: 60px;
  }

  .icon-inner {
    width: 52px;
    height: 52px;
  }

  .content-icon-image {
    max-width: 45%;
  }

  .content-link {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-social-block.sidebar-social-block {
    margin-left: 30px;
    display: flex;
  }

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

  .footer-content-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .title-underline {
    display: none;
  }

  .bottom-border {
    display: block;
  }

  .breadcrumb-wrapper-2 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-wrapper {
    margin-top: 40px;
  }

  .team-list {
    grid-column-gap: 20px;
  }

  .team-title {
    font-size: 20px;
  }

  .single-team-wrapper {
    padding: 20px;
  }

  .service-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .service-details-title {
    margin-top: 30px;
  }

  .service-details-content-image-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .stats-charts-block, .service-video-block {
    margin-bottom: 30px;
  }

  .live-video-block-inner {
    width: 80px;
    height: 80px;
  }

  .video-play-icon {
    max-width: 30%;
  }

  .service-overview-title {
    font-size: 36px;
    line-height: 48px;
  }

  .faq-wrapper {
    margin-top: 30px;
  }

  .chart-title {
    font-size: 36px;
    line-height: 48px;
  }

  .project-details-section {
    padding-top: 80px;
    padding-bottom: 53px;
  }

  .project-detail-top-block {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .project-detail-image-block, .project-detail-content {
    max-width: 100%;
  }

  .section-title-block-2 {
    margin-bottom: 40px;
  }

  .blog-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-detail-rich-text h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .team-menber-details-block {
    grid-row-gap: 5px;
  }

  .team-details-name {
    font-size: 24px;
    line-height: 36px;
  }

  .team-details-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .team-value {
    font-size: 16px;
  }

  .team-rich-text h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .team-rich-text h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 36px;
  }

  .team-popertise {
    font-size: 16px;
  }

  .team-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .single-contact {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

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

  .contect-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form-wrapper {
    margin-top: 30px;
  }

  .map-wrapper {
    max-height: 400px;
  }

  .utility-page-content.error-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-content-left {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  li {
    background-position: 0 40%;
  }

  blockquote {
    background-position: 8% 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .breadcrumb-title {
    font-size: 36px;
    line-height: 48px;
  }

  .breadcrumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-primary.sideber-button {
    color: var(--white);
  }

  .fontawesome-icon.faq-icon {
    font-size: 16px;
  }

  .header-content-wrapper.d-u-md-none {
    display: none;
  }

  .header-content-wrapper.d-u-md-block {
    justify-content: center;
    display: flex;
  }

  .header-content-wrapper.d-u-md-block.nav-sidebar {
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .header-content-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-content-side.nav-sidebar {
    align-items: flex-start;
    padding-top: 10px;
  }

  .header-design-shape {
    border-bottom-width: 200px;
    border-left-width: 200px;
    display: none;
  }

  .navigation-section {
    min-height: 58px;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    position: absolute;
  }

  .nav-dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

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

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-two.bb-0px {
    border-bottom-style: none;
  }

  .logo-image {
    object-fit: contain;
    max-width: 80%;
    margin-top: 5px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    max-width: 300px;
    padding-top: 20px;
  }

  .slider-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 140px;
  }

  .slider-details-text {
    margin-top: 15px;
    margin-bottom: 30px;
  }

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

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

  .image-bg-shape {
    max-width: 401px;
    max-height: 501px;
  }

  .curved-image {
    max-width: 100%;
    display: none;
    top: auto;
    bottom: 12%;
    right: 0;
  }

  .single-client-logo {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .service-list, .service-list.service-page {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .service-title {
    font-size: 18px;
  }

  .project-tab-menu {
    flex-wrap: wrap;
  }

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

  .counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .counter-number {
    font-size: 36px;
    line-height: 48px;
  }

  .counter-sub-text {
    font-size: 16px;
    line-height: 28px;
  }

  .design-shape {
    display: none;
  }

  .testi-right-arrow {
    align-items: flex-end;
  }

  .testimonial-slider-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testi-left-arrow {
    align-items: flex-end;
  }

  .blog-left-block.hover-image-block {
    height: 100%;
    max-height: 300px;
  }

  .blog-left-block.blog-static-image, .blog-left-image {
    max-height: 300px;
  }

  .blog-post-list.blog-page {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .single-blog-wrapper.blog-page {
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
  }

  .blog-thumbnail-image.blog-page {
    height: auto;
  }

  .contact-info-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-link-block {
    flex-flow: wrap;
  }

  .footer-content-block {
    flex-wrap: wrap;
  }

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

  .team-title {
    font-size: 19px;
  }

  .single-team-wrapper {
    grid-row-gap: 20px;
  }

  .service-details-content-image-block {
    grid-column-gap: 20px;
  }

  .service-overview-title {
    font-size: 28px;
    line-height: 36px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-title {
    font-size: 18px;
  }

  .chart-title {
    font-size: 28px;
    line-height: 36px;
  }

  .project-details-image-block {
    grid-column-gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .project-details-rich-text-block h2 {
    margin-bottom: 20px;
  }

  .blog-detail-rich-text h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .tag-share-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .single-tag-item {
    margin-left: 10px;
  }

  .team-rich-text h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .team-rich-text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-form-wrapper {
    margin-top: 20px;
  }

  .error-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .header-content-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--white);
    flex-direction: column;
    display: flex;
  }

  .header-content-right {
    grid-column-gap: 10px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  li {
    background-position: 0 20%;
  }

  blockquote {
    background-position: 5% 22%;
    padding-left: 70px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .breadcrumb-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .breadcrumb-link-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .button-primary {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .fontawesome-icon.arrow-icon {
    font-size: 16px;
  }

  .fontawesome-icon.testi-icon {
    min-width: 60px;
    max-width: 60px;
  }

  .header-content-side {
    grid-row-gap: 15px;
  }

  .button-primary-2 {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 3;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .logo-image {
    max-width: 70%;
    margin-top: 7px;
  }

  .slider-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .slider-content {
    max-width: 100%;
  }

  .slider-title {
    font-size: 36px;
    line-height: 48px;
  }

  .slider-button-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .client-logo-section {
    padding-top: 60px;
  }

  .client-logo-inner {
    flex-direction: column;
  }

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

  .section-title-block {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-title.another-title {
    margin-bottom: 5px;
  }

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

  .service-list.service-page {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-item {
    max-width: 100%;
  }

  .service-title {
    font-size: 20px;
  }

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

  .section-content-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-about-content {
    align-items: flex-start;
  }

  .icon-side {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-top: 7px;
  }

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

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

  .counter-wrapper {
    grid-row-gap: 30px;
  }

  .single-counter {
    width: 100%;
  }

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

  .testimonial-slider-author-job-title {
    font-size: 12px;
  }

  .testi-right-arrow {
    margin-bottom: 20px;
    left: 80px;
  }

  .testimonial-slider-content-text {
    font-size: 16px;
    line-height: 32px;
  }

  .testimonial-slider-author-name {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonial-slider-item-inner {
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testi-left-arrow {
    margin-bottom: 20px;
  }

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

  .blog-left-block.hover-image-block, .blog-left-block.blog-static-image, .blog-left-image {
    max-height: 200px;
  }

  .blog-post-list {
    grid-row-gap: 30px;
  }

  .blog-post-list.sidebar-block {
    grid-row-gap: 35px;
  }

  .single-blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px 20px;
  }

  .single-blog-wrapper.blog-page {
    flex-direction: column;
  }

  .blog-thumbnail {
    width: 100%;
    display: block;
  }

  .blog-thumbnail.sidebar-block {
    width: 100%;
  }

  .blog-thumbnail-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .blog-thumbnail-image.sidebar-block {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .blog-title.sidebar-block {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-thumb-link-block {
    width: 100%;
    display: block;
  }

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

  .single-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .content-link {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-title-block {
    justify-content: center;
  }

  .footer-link-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

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

  .footer-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  .footer-bottom-text {
    padding-bottom: 5px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-block {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-copyright {
    padding-bottom: 0;
    line-height: 30px;
  }

  .bottom-border {
    top: 40px;
  }

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

  .team-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .service-details-wrapper {
    grid-row-gap: 30px;
  }

  .service-details-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .service-details-content-image-block {
    grid-column-gap: 15px;
  }

  .chart-single-value {
    max-width: 100%;
  }

  .service-video-block {
    margin-bottom: 20px;
  }

  .live-video-block-inner {
    width: 50px;
    height: 50px;
  }

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

  .accordion-item, .accordion-item-trigger, .accordion-item-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-title {
    font-size: 16px;
  }

  .chart-title {
    margin-bottom: 20px;
  }

  .project-details-section {
    padding-top: 60px;
    padding-bottom: 33px;
  }

  .project-detail-top-block {
    grid-row-gap: 60px;
  }

  .project-deatil-title {
    margin-bottom: 20px;
  }

  .project-details-image-block {
    grid-column-gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-title-block-2 {
    margin-bottom: 30px;
  }

  .relative-product-title-block {
    margin-bottom: 20px;
  }

  .relative-product-title-block.flex-div {
    flex-direction: column;
  }

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

  .blog-detail-rich-text h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .tag-share-wrapper {
    flex-direction: column;
  }

  .tag-side {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .single-tag-item-list {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .single-tag-item {
    margin-left: 5px;
  }

  .team-details-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .team-rich-text h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .team-rich-text h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .contact-form-wrapper {
    margin-top: 0;
  }

  .map-wrapper {
    max-height: 300px;
  }

  .utility-page-content {
    max-width: 290px;
  }

  .utility-page-content.error-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .error-image {
    max-width: 90%;
  }

  .header-content-left {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-content-right {
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: center;
  }
}

#w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e93-195f8e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e97-195f8e84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f709a67d-6f1f-bf0f-9e02-105c801c5c25-959248f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e8f-195f8e84, #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e91-195f8e84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e93-195f8e84 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e95-195f8e84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e8f-195f8e84, #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e91-195f8e84, #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e93-195f8e84, #w-node-_7ec917cb-9c68-5a52-0ed3-935d195f8e95-195f8e84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}