html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

nav {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

strong {
  font-weight: bold
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

img {
  border: 0
}



[class^="w-icon-"] {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
  content: "\e600"
}

.w-icon-slider-left:before {
  content: "\e601"
}

.w-icon-nav-menu:before {
  content: "\e602"
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin-bottom: 10px
}

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 10px
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px
}

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

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

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

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-row:after {
  clear: both
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.w-col-2 {
  width: 16.66666667%
}

.w-col-3 {
  width: 25%
}

.w-col-5 {
  width: 41.66666667%
}

.w-col-7 {
  width: 58.33333333%
}

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

  .w-col-medium-6 {
    width: 50%
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }
}

@media screen and (max-width:767px) {

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }
}

@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }

  .w-col {
    width: 100%
  }
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color 100ms, color 100ms
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'] {
  position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-nav:after {
  clear: both
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  position: relative;
  float: right
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  right: auto;
  z-index: 1;
  top: 0
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-nav-button:focus {
  outline: 0
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block
  }
}

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

body {
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 16px;
  line-height: 1.625;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 60px;
  line-height: 1.16;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  color: #177165;
  text-decoration: none;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px;
  border-style: none;
  border-width: 5px;
  border-color: #000 #000 #000 #177165;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.hero-section {
  position: relative;
}

.container {
  position: relative;
  max-width: 960px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary-white-fill {
  display: inline-block;
  padding: 15px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 200ms ease, color 300ms ease, background-color 300ms ease;
  color: #6a961f;
  font-weight: 500;
  text-decoration: none;
}

.button-primary-white-fill:hover {
  border-color: #fab935;
  background-color: #fab935;
  color: #fff;
}

.button-primary-white-fill.blog-read-more-button {
  margin-top: 20px;
}

.button-text-icon {
  padding-left: 10px;
}

.section-inner-vertical-gap-150 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-content.margin-bottom-120 {
  margin-bottom: 50px;
}

.section-content.margin-bottom-100 {
  margin-bottom: 50px;
}

.section-tag-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-tag-box.text-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-tag-text {
  color: #777;
  font-size: 18px;
}

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

.section-title {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}

.section-title.text-white {
  color: #fff;
}

.about-bottom-block {
  position: relative;
  z-index: 1;
}

.about-bottom-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-content {
  margin-right: 80px;
}

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

.about-bottom-image-block {
  position: relative;
}

.button-primary-green-fill {
  display: inline-block;
  padding: 15px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fab935;
  background-color: #fab935;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-primary-green-fill:hover {
  border-color: #2c604a;
  background-color: #fff;
  color: #6a961f;
}

.button-primary-green-fill.margin-top-70 {
  margin-top: 20px;
}

.button-primary-green-fill.margin-top-100 {
  margin-top: 60px;
}

.service-section {
  position: relative;
}

.service-thumbnail-block {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.service-thumbnail-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-catagories-link {
  display: block;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #777;
  text-decoration: none;
}

.service-catagories-link:hover {
  color: #177165;
}

.service-content {
  margin-top: 30px;
}

.service-name-link {
  display: inline-block;
  margin-top: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.service-name-link:hover {
  color: #177165;
}

.service-catagories-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-catagories-link-block.text-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.more-button-block {
  text-align: center;
}

.section-inner-vertical-gap-80 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-column-right {
  text-align: right;
}

.cta-tag-text {
  font-size: 18px;
}

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

.cta-phone-number {
  color: #6a961f;
  font-size: 18px;
  text-decoration: none;
}

.cta-phone-number.text-white {
  color: #fff;
}

.cta-section-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 150, 31, 0.9)), to(rgba(106, 150, 31, 0.9))), url("image/back.jpeg");
  background-image: linear-gradient(180deg, rgba(106, 150, 31, 0.9), rgba(106, 150, 31, 0.9)), url("image/back.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.team-single-item {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-thumnail-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-thumbnail-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.team-job-title {
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
}

.team-member-name {
  display: inline-block;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
}

.intro-section {
  position: relative;
  background-image: url("image/ground.jpeg");
  background-position: 0px 0px;
  background-size: auto;
}

.intro-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-block-left {
  padding: 40px;
  background-color: rgba(106, 150, 31, 0.9);
}

.intro-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.funfact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.funfact-single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f8f2e6;
}

.funfact-single-item.funfact-last-item {
  border-right-style: none;
}

.funfact-number {
  color: #6a961f;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}

.funfact-tag-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-section {
  margin-bottom: 170px;
}

.project-slider {
  height: auto;
  background-color: transparent;
}

.project-slider-mask {
  height: auto;
  margin-right: -17.5px;
  margin-bottom: 70px;
  margin-left: -17.5px;
}

.project-slide {
  width: 50%;
  height: auto;
  padding-right: 17.5px;
  padding-left: 17.5px;
}

.project-single-slide-item {
  position: relative;
  height: 530px;
}

.slide-nav {
  display: none;
}

.project-image-block {
  height: 100%;
}

.project-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 55px 50px 60px;
  background-color: #6a961f;
}

.project-content-list {
  margin-top: 0px;
  margin-bottom: -30px;
  padding-left: 0px;
}

.project-content-list-item {
  margin-bottom: 20px;
}

.project-tiitle-tag {
  color: #f8f2e6;
}

.project-title {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.project-slider-arrow {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  margin: 70px auto 0px;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8f2e6;
}

.project-slider-arrow.project-slider-arrow-next {
  right: -230px;
}

.project-slider-arrow.project-slider-arrow-prev {
  left: -230px;
}

.project-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-top-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.testimoial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-mask {
  height: auto;
  padding-right: 35px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.testimonial-slide {
  width: 50%;
  height: auto;
  margin-right: 35px;
}

.testimonial-single-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 60px;
  background-color: #f8f2e6;
}

.testimonial-icon-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', sans-serif;
  color: rgba(23, 113, 101, 0.06);
  font-size: 704px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.job-title-tag-text {
  color: #777;
  font-size: 18px;
}

.team-member-name {
  display: block;
}

.blog-list-wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.blog-single-item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-thumbnail-block {
  display: block;
  overflow: hidden;
  height: 350px;
}

.blog-content {
  z-index: 1;
  overflow: hidden;
  height: 100%;
  padding: 40px;
  background-color: #efefef;
}

.post-meta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.post-meta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta-info-text {
  margin-right: 5px;
  color: #6a961f;
  font-weight: 700;
}

.post-meta-info-author {
  color: #777;
  text-decoration: none;
}

.blog-item {
  overflow: visible;
}

.blog-thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #6a961f;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.blog-title:hover {
  color: #fab935;
}

.brand-slider {
  height: auto;
  background-color: transparent;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.brand-slider-item {
  width: 20%;
  background-color: transparent;
  text-align: center;
}

.brand-slide-image {
  width: auto;
  height: 120px;
}

.footer-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 30px;
  white-space: pre;
}

.footer-nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 3.25;
}

.footer-nav-link {
  padding-left: 15px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-nav-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #a4d6cf;
}

.footer-nav-link-icon {
  width: 14px;
  height: auto;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-about-box {
  padding-right: 70px;
}

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

.footer-about-text {
  color: #fff;
}

.footer-about-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-content {
  margin-left: 30px;
}

.header-section {
  position: absolute;
  top: 0px;
  z-index: 9;
  width: 100%;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(85%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, #fff 85%, hsla(0, 0%, 100%, 0));
}

.header-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headert-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-link {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  -webkit-transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #2c604a;
}

.nav-link:hover {
  color: #2c604a;
  font-weight: 700;
}

.nav-link.w--current {
  color: #2c604a;
  font-weight: 700;
}

.section-fluid-90 {
  padding-right: 20px;
  padding-left: 20px;
}

.header-contact-content {
  margin-left: 10px;
}

.main-wrapper {
  overflow: hidden;
}

.offcanvas-logo-link {
  display: none;
}

.offcanvas-logo-link.w--current {
  display: none;
}

.team-section {
  position: relative;
  z-index: 1;
}

.copyright-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(106, 150, 31, 0.9);
  text-align: center;
}

.copyright-text {
  margin-bottom: 0px;
  color: #fff;
}

.home-hero-slider {
  height: 100%;
}

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

.home-hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("image/shape2.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-hero-single-slide {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.home-hero-content {
  width: 425px;
  padding-top: 146px;
  padding-bottom: 146px;
}

.hero-heading-title {
  margin-bottom: 40px;
  font-size: 68px;
}

.home-hero-arrow {
  display: none;
}

.home-hero-nav {
  display: none;
}

.about-section-image-object-one {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.about-section-image-object-two {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.about-section-image-object-three {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.service-background-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.funfact-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #6a961f;
}

.container-fluid {
  position: relative;
  max-width: 100%;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-nav-text {
  color: #6a961f;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.project-slider-nav-icon {
  width: 14px;
}

.testimonial-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.testimonial-image-block {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.section-brand-bg {
  background-image: linear-gradient(180deg, rgba(106, 150, 31, 0.9), rgba(106, 150, 31, 0.9)), url("image/back.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-olive {
  background-color: #6a961f;
}

.about-image-small {
  position: absolute;
  left: -86.5px;
  top: 50%;
  right: auto;
  bottom: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

  .button-primary-white-fill {
    padding: 20px 50px;
  }

  .section-inner-vertical-gap-150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-content.margin-bottom-100 {
    margin-bottom: 60px;
  }

  .section-title {
    font-size: 48px;
  }

  .about-bottom-image {
    width: 100%;
  }

  .button-primary-green-fill {
    padding: 20px 50px;
  }

  .button-primary-green-fill.margin-top-70 {
    margin-top: 50px;
  }

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

  .all-service-list {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .intro-block-left {
    padding: 50px;
  }

  .funfact-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .project-slide {
    width: 33.333%;
  }

  .blog-list-wrapper {
    height: 100%;
  }

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

  .blog-single-item {
    overflow: hidden;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-content {
    padding: 30px;
  }

  .post-meta-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .post-meta-item {
    padding-bottom: 10px;
  }

  .blog-thumbnail-image {
    height: 100%;
  }

  .nav-link {
    padding-left: 20px;
  }

  .section-bg-olive {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6a961f), to(#6a961f)), url("image/footer-bg.jpg");
    background-image: linear-gradient(180deg, #6a961f, #6a961f), url("image/footer-bg.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media screen and (min-width: 1440px) {
  .all-service-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cta-section-block {
    background-color: #177165;
  }

  .intro-block-left {
    padding: 60px;
  }

  .section-fluid-90 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1920px) {

  .section-inner-vertical-gap-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-content.margin-bottom-120 {
    margin-bottom: 100px;
  }

  .section-content.margin-bottom-100 {
    margin-bottom: 100px;
  }

  .button-primary-green-fill.margin-top-100 {
    margin-top: 90px;
  }

  .service-top-block {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .all-service-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .more-button-block {
    text-align: center;
  }

  .intro-block-left {
    padding: 70px;
  }

  .project-slider {
    background-color: transparent;
  }

  .project-slide {
    width: 25%;
  }

  .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-fluid-90 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .about-section-image-object-one {
    margin-left: 80px;
  }

  .about-section-image-object-two {
    margin-right: 80px;
  }

  .about-section-image-object-three {
    margin-right: 80px;
  }

  .section-brand-bg {
    background-color: #e1f4f2;
    color: #777;
  }

  .section-bg-olive {
    color: #777;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  .hero-section {
    height: 900px;
  }

  .container {
    max-width: 720px;
  }

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

  .section-content.margin-bottom-120 {
    margin-bottom: 60px;
  }

  .section-content.margin-bottom-100 {
    margin-bottom: 60px;
  }

  .section-tag-box.text-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title {
    font-size: 35px;
  }

  .about-bottom-column-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .about-content {
    margin-right: 20px;
  }

  .button-primary-green-fill.margin-top-100 {
    margin-top: 40px;
  }

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

  .cta-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-column-right {
    margin-top: 30px;
    text-align: left;
  }

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

  .team-member-name {
    font-size: 22px;
  }

  .intro-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-block-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .funfact-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-mask {
    padding-right: 40px;
  }

  .testimonial-slide {
    margin-right: 40px;
  }

  .testimonial-single-item {
    padding: 30px;
  }

  .testimonial-icon-text {
    font-size: 600px;
  }

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

  .blog-content {
    padding: 30px;
  }

  .post-meta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .post-meta-item {
    margin-right: 0px;
    padding-bottom: 5px;
  }

  .blog-thumbnail-image {
    height: 100%;
  }

  .brand-slider-item {
    width: 25%;
  }

  .footer-single-column {
    padding-bottom: 30px;
  }

  .footer-nav-widget {
    padding-top: 0px;
  }

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

  .footer-column {
    margin-bottom: -40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-about-box {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
  }

  .footer-about-text {
    margin-bottom: 0px;
  }

  .footer-about-contact {
    margin-top: 10px;
  }

  .header-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-column-left {
    position: static;
  }

  .headert-column-center {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-column-right {
    display: none;
  }

  .header-contact {
    margin-top: 40px;
  }

  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    position: fixed;
    left: 0px;
    z-index: 67;
    width: 320px;
    height: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
  }

  .nav-link:hover {
    color: #6a961f;
  }

  .nav-link.w--current {
    color: #177165;
  }

  .menu-button {
    padding: 10px;
    border-radius: 7px;
    background-color: #6a961f;
    color: #fff;
  }

  .main-wrapper {
    position: relative;
  }

  .offcanvas-logo-link {
    display: block;
    padding: 10px;
    background-color: #6a961f;
  }

  .offcanvas-logo-link.w--current {
    display: block;
    padding: 10px 20px;
    background-color: #6a961f;
    color: #6a961f;
  }

  .home-hero-container {
    width: 700px;
    background-size: contain;
  }

  .hero-heading-title {
    font-size: 50px;
  }

  .about-section-image-object-one {
    display: none;
  }

  .about-section-image-object-two {
    display: none;
  }

  .about-section-image-object-three {
    display: none;
  }

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

  .about-image-small {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-section {
    height: 600px;
  }

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

  .section-inner-vertical-gap-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-section {
    margin-top: 0px;
  }

  .section-content.margin-bottom-120 {
    margin-bottom: 40px;
  }

  .section-content.margin-bottom-100 {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 30px;
  }

  .about-bottom-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-bottom-image-block {
    margin-bottom: 40px;
  }

  .button-primary-green-fill {
    padding: 10px 30px;
  }

  .button-primary-green-fill.home-hero-button {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .section-inner-vertical-gap-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .funfact-single-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .funfact-tag-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-section {
    margin-bottom: 120px;
  }

  .project-slide {
    width: 100%;
  }

  .project-slider-arrow {
    width: 150px;
    margin-top: 40px;
  }

  .project-slider-arrow.project-slider-arrow-next {
    right: -180px;
  }

  .project-slider-arrow.project-slider-arrow-prev {
    left: -180px;
  }

  .testimonial-top-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .testimonial-mask {
    padding-right: 0px;
  }

  .testimonial-slide {
    width: 100%;
    margin-right: 0px;
  }

  .testimonial-single-item {
    padding: 10px 20px 30px;
  }

  .testimonial-icon-text {
    font-size: 400px;
  }

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

  .blog-single-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-content {
    width: 100%;
    padding: 40px;
  }

  .post-meta-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .post-meta-item {
    margin-right: 20px;
  }

  .brand-slider-item {
    width: 33.333%;
  }

  .footer-about-contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    width: 360px;
  }

  .home-hero-container {
    width: 450px;
  }

  .home-hero-single-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-hero-content {
    width: 400px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .hero-heading-title {
    font-size: 40px;
  }

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

  .testimonial-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

  .hero-section {
    height: 450px;
  }

  .section-inner-vertical-gap-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 26px;
  }

  .button-primary-green-fill {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary-green-fill.home-hero-button {
    padding: 9px 15px;
  }

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

  .section-inner-vertical-gap-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .intro-block-left {
    padding: 30px;
  }

  .funfact-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-section {
    margin-bottom: 100px;
  }

  .project-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-slider-arrow {
    width: 120px;
  }

  .project-slider-arrow.project-slider-arrow-next {
    right: -150px;
  }

  .project-slider-arrow.project-slider-arrow-prev {
    left: -150px;
  }

  .testimonial-top-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .testimonial-slide {
    margin-right: 0px;
  }

  .testimonial-icon-text {
    display: inline-block;
  }

  .blog-content {
    padding: 20px;
  }

  .post-meta-list {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .post-meta-item {
    margin-right: 0px;
  }

  .blog-title {
    font-size: 22px;
  }

  .brand-slider-item {
    width: 50%;
  }

  .footer-single-column {
    padding-bottom: 30px;
  }

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

  .footer-column {
    margin-bottom: -30px;
  }

  .footer-about-box {
    padding-right: 0px;
  }

  .footer-contact-content {
    margin-left: 10px;
  }

  .headert-column-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu {
    width: 300px;
  }

  .section-fluid-90 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-contact-content {
    margin-left: 10px;
  }

  .home-hero-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home-hero-container {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .home-hero-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-heading-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.header-logo-link img {
  width: 100px;
  height: 80px;
}

#w-node-_236d2b8b-09bb-657b-51e8-91d564763976-ddbb54ec {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}


/* Burger Menu Styles */
.menu-button {
  display: none;
  position: relative;
  float: right;
  padding: 10px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  background-color: #6a961f;
  border-radius: 7px;
  width: 40px;
  height: 40px;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.burger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 3px 0;
  transition: all 0.3s ease;
}

.menu-button.is-open .burger-line-1 {
  transform: translateY(8px) rotate(45deg);
}

.menu-button.is-open .burger-line-2 {
  opacity: 0;
}

.menu-button.is-open .burger-line-3 {
  transform: translateY(-1px) rotate(-45deg);
}

/* Hero Section Improvements */
.hero-section {
  position: relative;
  height: 100vh;
  /* Full viewport height */
  min-height: 500px;
  /* Minimum height for smaller devices */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-hero-slider {
  height: 100%;
  width: 100%;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure image covers the area without distortion */
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-hero-content {
  width: 100%;
  max-width: 425px;
  padding: 40px 20px;
  /* Reduced padding for mobile */
  text-align: center;
}

.hero-heading-title {
  font-size: 52px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 700px;
    /* Adjusted for tablet */
    min-height: 400px;
  }

  .home-hero-container {
    width: 90%;
    max-width: 700px;
  }

  .home-hero-content {
    max-width: 400px;
    padding: 30px 15px;
  }

  .hero-heading-title {
    font-size: 50px;
    /* Smaller font size for tablets */
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 600px;
    /* Adjusted for mobile */
    min-height: 350px;
  }

  .home-hero-container {
    width: 95%;
    padding: 15px;
  }

  .home-hero-content {
    max-width: 350px;
    padding: 20px 10px;
  }

  .hero-heading-title {
    font-size: 40px;
    /* Further reduced for mobile */
    line-height: 1.3;
  }

  .button-primary-green-fill.home-hero-button {
    padding: 10px 20px;
    /* Smaller button padding */
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 500px;
    /* Smaller height for very small screens */
    min-height: 300px;
  }

  .home-hero-container {
    width: 100%;
    padding: 10px;
  }

  .home-hero-content {
    max-width: 300px;
    padding: 15px 10px;
  }

  .hero-heading-title {
    font-size: 28px;
    /* Smallest font size for readability */
    margin-bottom: 15px;
  }

  .home-hero-tag-text {
    font-size: 16px;
  }

  .button-primary-green-fill.home-hero-button {
    padding: 8px 15px;
    font-size: 12px;
  }
}