/*!
Theme Name: Code Crewz - Chan Concreting
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Chan Concreting
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_chanconcret
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Code Crewz - Chan Concreting is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  background-color: #cfcfcf;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p,
a {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p,
  a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #dedede;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: 2px solid #0c8c0c;
  background-color: #0c8c0c;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #0c8c0c;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #0c8c0c;
  color: #0c8c0c;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #0c8c0c;
  color: #ffffff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #0c8c0c;
  color: #ffffff;
  border-color: #0c8c0c;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #0c8c0c;
  color: #0c8c0c;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #69b869;
  color: #ffffff;
  border-color: #69b869;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #69b869;
  color: #69b869;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(12, 140, 12, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #085d08;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

/* Slick Dot Scss */
.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #0c8c0c;
}

/* Slick Arrow Scss */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(12, 140, 12, 0.7);
  border-radius: 100%;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  resize: none;
}

@media screen and (max-width: 767px) {
  .form .form-group {
    width: 100%;
  }
  .form .form-group label {
    font-size: 13px;
  }
  .form .form-group .form-input {
    width: calc(100% - 100px);
  }
  .form .form-group .form-input.text-full {
    width: calc(100% - 30px);
  }
  .form .form-group .submit {
    margin-left: 0;
  }
  .form .form-group .form-submit {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .form .form-group label.full {
    margin-left: 0;
  }
  .form .form-group .form-input {
    width: 100%;
  }
  .form .form-group .form-input.text-full {
    margin-left: 0;
    width: 100%;
  }
  .form .form-group .submit {
    font-size: 12px;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.section {
  padding: 80px 0;
}

.title {
  text-align: center;
  margin-bottom: 40px;
}
.title h5 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.5;
  color: #0c8c0c;
}
.title p {
  font-size: 1rem;
  font-weight: 400;
  color: #8a8a8a;
  max-width: 700px;
  margin: 0 auto;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -2;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper h1 {
  color: #0c8c0c;
  font-weight: 900;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  position: relative;
  z-index: 1;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "font awesome 5 free";
  font-weight: 700;
  font-size: 12px;
  color: #f8f8f8;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #f8f8f8;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link:hover {
  color: #0c8c0c;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:first-child::before {
  display: none;
}

header {
  z-index: 999;
  background-color: #cfcfcf;
}
header .navbar {
  padding: 0;
  position: relative;
  justify-content: space-between;
}
header .navbar .nav-logo {
  flex: 0 0 20%;
}
header .navbar .nav-logo .navbar-brand {
  padding: 0;
  width: 120px;
}
header .navbar svg rect {
  fill: #000000;
}
header .navbar .navbar-toggler {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: space-between;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #1a1818;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #69b869;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #1a1818;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 10px;
  opacity: 1;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #0c8c0c;
}
header .navbar-collapse .navbar-nav.right-nav {
  background-color: #0c8c0c;
  padding: 10px 0 10px 40px;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item {
  display: flex;
  align-items: center;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #0c8c0c;
  transform: skewY(-45deg);
  transition: 0.5s ease-in-out;
  z-index: -1;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .icon i {
  line-height: 60px;
  font-size: 1.125rem;
  color: #69b869;
  transition: 0.3s linear;
  transition-delay: 0.1s;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .icon:hover {
  background-color: #0c8c0c;
  transition-delay: 0.3s;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .icon:hover::before {
  left: -50%;
  width: 150%;
  height: 150%;
  background-color: #0c8c0c;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .icon:hover i {
  color: #ffffff;
  animation: shake 1s infinite;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .call-info {
  padding-left: 15px;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .call-info p {
  font-size: 1rem;
  font-weight: 500;
  color: #f8f8f8;
}
header .navbar-collapse .navbar-nav.right-nav .nav-item .call-info a {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #f8f8f8;
}
header .navbar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0c8c0c;
  z-index: -1;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-color: #cfcfcf;
    height: auto;
  }
  header .navbar {
    padding: 0;
    position: relative;
    justify-content: space-between;
  }
  header .navbar .nav-logo {
    flex: 0 0 20%;
  }
  header .navbar .nav-logo .navbar-brand {
    padding: 0;
    width: 120px;
  }
  header .navbar-collapse .navbar-nav {
    position: relative;
    z-index: 999;
    background-color: #cfcfcf;
    text-align: center;
    z-index: 1;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 5px 0;
  }
  header .navbar-collapse .navbar-nav.right-nav {
    background-color: #cfcfcf;
    padding: 5px 0;
  }
  header .navbar-collapse .navbar-nav.right-nav .nav-item {
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav.right-nav .nav-item .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  header .navbar-collapse .navbar-nav.right-nav .nav-item .icon i {
    line-height: 50px;
    font-size: 1.125rem;
  }
  header .navbar-collapse .navbar-nav.right-nav .nav-item .call-info {
    text-align: left;
  }
  header .navbar-collapse .navbar-nav.right-nav .nav-item .call-info p {
    color: #000000;
  }
  header .navbar-collapse .navbar-nav.right-nav .nav-item .call-info a {
    color: #000000;
  }
  header .navbar::before {
    display: none;
  }
}
.banner .block {
  position: relative;
  height: calc(100dvh - 80px);
}
.banner .block .image {
  height: 100%;
}
.banner .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .block .text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.banner .block .text h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  word-spacing: 2px;
}
.banner .block .text h5 span {
  font-size: 2rem;
  display: block;
  font-weight: 700;
  color: #69b869;
  text-transform: capitalize;
}
.banner .block .text p {
  font-size: 1.125rem;
  max-width: 500px;
  color: #1a1818;
  padding: 30px 0 40px 0;
}

@media screen and (max-width: 992px) {
  .banner .block {
    height: auto;
  }
  .banner .block .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    background-color: #ffffff;
    padding: 20px;
  }
  .banner .block .text h5 {
    font-size: 1.25rem;
  }
  .banner .block .text h5 span {
    font-size: 1.75rem;
  }
  .banner .block .text p {
    font-size: 1rem;
    padding: 25px 0 35px 0;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .text h5 {
    font-size: 1rem;
  }
  .banner .block .text h5 span {
    font-size: 1.5rem;
  }
  .banner .block .text p {
    font-size: 1rem;
    padding: 20px 0 30px 0;
  }
}
.features .ft-wrapper {
  display: flex;
  max-width: 1200px;
  border-radius: 10px;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.features .ft-wrapper .block {
  flex: 0 0 33.3333333333%;
  padding: 50px;
  text-align: center;
  background-color: #0c8c0c;
}
.features .ft-wrapper .block i {
  font-size: 2rem;
  color: #ffffff;
}
.features .ft-wrapper .block p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f8f8f8;
  text-transform: capitalize;
  padding-top: 10px;
}
.features .ft-wrapper .block:hover {
  background-color: #69b869;
}
.features .ft-wrapper .block:nth-child(even) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 992px) {
  .features .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .features .ft-wrapper {
    border-radius: 0;
  }
  .features .ft-wrapper .block {
    padding: 40px;
  }
  .features .ft-wrapper .block p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .features .ft-wrapper .block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .features .ft-wrapper {
    flex-direction: column;
  }
  .features .ft-wrapper .block {
    padding: 20px 0;
  }
  .features .ft-wrapper .block:nth-child(even) {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.about .abt-wrap {
  position: relative;
}
.about .abt-wrap .image-block {
  width: 100%;
  aspect-ratio: 4/2;
}
.about .abt-wrap .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .abt-wrap .text-block {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px;
}
.about .abt-wrap .text-block .description {
  height: 100%;
}
.about .abt-wrap .text-block .description h6 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #69b869;
}
.about .abt-wrap .text-block .description h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0c8c0c;
  line-height: 1.1;
  padding: 20px 0;
}
.about .abt-wrap .text-block .description p {
  padding-bottom: 20px;
  color: #1a1818;
}

@media screen and (max-width: 1200px) {
  .about {
    background-color: #ffffff;
  }
  .about .abt-wrap .image-block {
    aspect-ratio: 2/1;
  }
  .about .abt-wrap .text-block {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    max-width: 100%;
    background-color: #ffffff;
    padding: 40px 0;
  }
  .about .abt-wrap .text-block .description h6 {
    font-size: 1.25rem;
  }
  .about .abt-wrap .text-block .description h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .about .abt-wrap .text-block .description h6 {
    font-size: 1.125rem;
  }
  .about .abt-wrap .text-block .description h4 {
    font-size: 1.5rem;
  }
}
.service .service-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.service .service-wrapper .block {
  transition: 0.3s ease-in-out;
}
.service .service-wrapper .block .figure {
  width: 100%;
  aspect-ratio: 3/2;
}
.service .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service-wrapper .block .desc {
  padding: 20px;
  background-color: rgba(138, 138, 138, 0.1);
}
.service .service-wrapper .block .desc h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c8c0c;
}
.service .service-wrapper .block .desc p {
  padding: 15px 0;
}
.service .service-wrapper .block .desc .learn-more {
  font-size: 0.875rem;
  color: #1a1818;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s linear;
}
.service .service-wrapper .block .desc .learn-more:hover {
  text-decoration: underline;
  color: rgba(255, 0, 0, 0.7);
}
.service .service-wrapper .block:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 992px) {
  .service .service-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrapper {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
  .service .service-wrapper .block .figure {
    aspect-ratio: 2/1;
  }
  .service .service-wrapper .block .desc {
    padding: 15px;
  }
  .service .service-wrapper .block .desc h6 {
    font-size: 1.375rem;
  }
}
.what-we-offer .what-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 0;
  position: relative;
  z-index: 1;
}
.what-we-offer .what-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(12, 140, 12, 0.9);
  z-index: -1;
}
.what-we-offer .what-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("images/offer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -2;
}
.what-we-offer .what-wrapper .content-block {
  flex: 0 0 45%;
}
.what-we-offer .what-wrapper .content-block .top-content {
  margin-bottom: 60px;
}
.what-we-offer .what-wrapper .content-block .top-content h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.what-we-offer .what-wrapper .content-block .top-content h4 {
  font-weight: 700;
  color: #000000;
  padding: 10px 0 20px 0;
  line-height: 1.3;
}
.what-we-offer .what-wrapper .content-block .top-content p {
  font-size: 0.9375rem;
  color: #f8f8f8;
}
.what-we-offer .what-wrapper .content-block .down-content {
  display: flex;
  justify-content: space-between;
}
.what-we-offer .what-wrapper .content-block .down-content .block {
  flex: 0 0 calc(50% - 20px);
  transition: 0.3s cubic-bezier(0.74, 0.36, 0.49, 0.71);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 10px 20px;
  border-radius: 5px;
}
.what-we-offer .what-wrapper .content-block .down-content .block .icon i {
  font-size: 2rem;
  color: #69b869;
}
.what-we-offer .what-wrapper .content-block .down-content .block .desc h5 {
  font-weight: 700;
  color: #1a1818;
  padding: 10px 0 15px 0;
}
.what-we-offer .what-wrapper .content-block .down-content .block .desc p {
  font-size: 0.9375rem;
  font-weight: 400;
}
.what-we-offer .what-wrapper .content-block .down-content .block:hover {
  transform: translateY(-5px);
  cursor: text;
}
.what-we-offer .what-wrapper .image-block {
  flex: 0 0 45%;
  border-radius: 10px;
  overflow: hidden;
}
.what-we-offer .what-wrapper .image-block img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .what-we-offer .what-wrapper .content-block {
    flex: 0 0 50%;
  }
  .what-we-offer .what-wrapper .content-block .top-content {
    margin-bottom: 120px;
  }
  .what-we-offer .what-wrapper .content-block .top-content h4 {
    font-size: 1.25rem;
  }
  .what-we-offer .what-wrapper .content-block .down-content {
    flex-direction: column;
    gap: 30px;
  }
  .what-we-offer .what-wrapper .content-block .down-content .block {
    display: flex;
    gap: 20px;
  }
  .what-we-offer .what-wrapper .content-block .down-content .block .icon i {
    font-size: 2rem;
    color: #69b869;
  }
  .what-we-offer .what-wrapper .content-block .down-content .block .desc h5 {
    padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 992px) {
  .what-we-offer .what-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 40px;
  }
  .what-we-offer .what-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(12, 140, 12, 0.9);
    z-index: -1;
  }
  .what-we-offer .what-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url("../images/offer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: -2;
  }
  .what-we-offer .what-wrapper .content-block .top-content {
    margin-bottom: 20px;
  }
  .what-we-offer .what-wrapper .content-block .down-content .block .icon i {
    font-size: 2rem;
    color: #ffffff;
  }
  .what-we-offer .what-wrapper .content-block .down-content .block .desc h5 {
    color: #ffffff;
  }
  .what-we-offer .what-wrapper .content-block .down-content .block .desc p {
    color: #f8f8f8;
  }
}
.project .project-wrapper .figure {
  width: calc(25% - 10px);
  margin: 0 5px;
  transition: 0.5s all;
  overflow: hidden;
}
.project .project-wrapper .figure img {
  filter: grayscale(0.3);
  transition: 0.5s all;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.project .project-wrapper .figure:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.quote .quote-wrapper {
  display: flex;
}
.quote .quote-wrapper .image-block {
  flex: 0 0 40%;
}
.quote .quote-wrapper .image-block img {
  height: 100%;
  object-fit: cover;
}
.quote .quote-wrapper .form-block {
  flex: 0 0 60%;
  padding: 40px;
  background-color: rgba(138, 138, 138, 0.1);
}
.quote .quote-wrapper .form-block .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.quote .quote-wrapper .form-block .form .form-group {
  flex: 0 0 calc(50% - 10px);
}
.quote .quote-wrapper .form-block .form .form-group .inputGroup {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9375rem;
  color: #1a1818;
  border: 0;
  outline: 1px solid rgba(26, 24, 24, 0.05);
  resize: none;
}
.quote .quote-wrapper .form-block .form .form-group .inputGroup::placeholder {
  font-size: 0.9375rem;
  color: #1a1818;
}
.quote .quote-wrapper .form-block .form .form-group.fullWidth {
  flex: 0 0 100%;
}

@media screen and (max-width: 992px) {
  .quote .quote-wrapper {
    flex-direction: column;
  }
  .quote .quote-wrapper .image-block img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  .quote .quote-wrapper .form-block .title {
    margin-bottom: 20px;
  }
  .quote .quote-wrapper .form-block .title h5 {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .quote .quote-wrapper .form-block {
    padding: 40px 20px;
  }
  .quote .quote-wrapper .form-block .form {
    flex-direction: column;
  }
  .quote .quote-wrapper .form-block .form .form-group {
    flex: 0 0 calc(50% - 10px);
  }
}
.testimonial {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.testimonial .testimonial-wrapper .main-block .block {
  text-align: center;
  margin: auto;
  max-width: 800px;
}
.testimonial .testimonial-wrapper .main-block .block .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #69b869;
  overflow: hidden;
  margin: auto;
}
.testimonial .testimonial-wrapper .main-block .block .image img {
  height: 100%;
  object-fit: cover;
}
.testimonial .testimonial-wrapper .main-block .block .desc p {
  font-size: 1rem;
  padding: 20px 0;
}
.testimonial .testimonial-wrapper .main-block .block .desc .info h5 {
  font-size: 1rem;
  font-weight: 700;
}
.testimonial .testimonial-wrapper .main-block .block .desc .info h6 {
  font-size: 0.875rem;
  font-weight: 300;
}

.call-us {
  margin-bottom: -100px;
}
.call-us .call-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px;
  background-image: url("../images/call_us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  z-index: 1;
}
.call-us .call-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 184, 105, 0.9);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1;
}
.call-us .call-wrap .desc {
  flex: 0 0 60%;
}
.call-us .call-wrap .desc h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
.call-us .call-wrap .desc p {
  font-size: 1rem;
  color: #f8f8f8;
  padding-top: 20px;
}
.call-us .call-wrap .call-icon {
  flex: 0 0 20%;
}
.call-us .call-wrap .call-icon a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.call-us .call-wrap .call-icon a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0%;
  background-color: #ffffff;
  z-index: -1;
  transform: skewY(-45deg);
  transition: 0.5s ease-in-out;
}
.call-us .call-wrap .call-icon a i {
  font-size: 2rem;
  line-height: 100px;
  color: #69b869;
  transition: 0.5s ease-in-out;
}
.call-us .call-wrap .call-icon a:hover {
  background-color: #69b869;
  transition-delay: 0.3s;
}
.call-us .call-wrap .call-icon a:hover::before {
  left: -50%;
  width: 150%;
  height: 150%;
  background-color: #69b869;
}
.call-us .call-wrap .call-icon a:hover i {
  color: #ffffff;
  animation: shake 1s infinite;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1200px) {
  .call-us {
    margin-bottom: 0;
    padding: 80px 0;
  }
  .call-us .call-wrap {
    padding: 60px;
    border-radius: 10px;
  }
  .call-us .call-wrap::before {
    background-color: rgba(105, 184, 105, 0.7);
    border-radius: 10px;
  }
  .call-us .call-wrap .desc {
    flex: 0 0 60%;
  }
  .call-us .call-wrap .desc p {
    color: #1a1818;
  }
}
@media screen and (max-width: 768px) {
  .call-us {
    padding: 0;
  }
  .call-us .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .call-us .call-wrap {
    padding: 60px 40px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .call-us .call-wrap .call-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .call-us .call-wrap .call-icon a i {
    font-size: 1.5rem;
    line-height: 80px;
  }
}
footer {
  background-color: #151515;
  padding: 100px 0 0 0;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper .block {
  flex: 0 0 30%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .block:first-child {
  flex: 0 0 40%;
  background-color: #cfcfcf;
  border-bottom-right-radius: 50px;
}
footer .footer-wrapper .block:first-child .logo {
  max-width: 80px;
}
footer .footer-wrapper .block:first-child p {
  padding: 15px 0;
  line-height: 1.5;
}
footer .footer-wrapper .block:first-child .social-icons {
  display: flex;
  align-items: center;
}
footer .footer-wrapper .block:first-child .social-icons p {
  font-weight: 600;
  color: #000000;
}
footer .footer-wrapper .block:first-child .social-icons .iconLink {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #69b869;
  margin-left: 10px;
  text-align: center;
  border-radius: 5px;
  outline: 1px solid #69b869;
  transition: 0.3s all;
}
footer .footer-wrapper .block:first-child .social-icons .iconLink i {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 30px;
  transition: 0.3s all;
}
footer .footer-wrapper .block:first-child .social-icons .iconLink:hover {
  background-color: #ffffff;
}
footer .footer-wrapper .block:first-child .social-icons .iconLink:hover i {
  color: #69b869;
}
footer .footer-wrapper .block .title {
  text-align: left;
}
footer .footer-wrapper .block .title h5 {
  color: #ffffff;
}
footer .footer-wrapper .block .footer-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .footer-wrapper .block .footer-link .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 5px;
  transition: 0.3s all;
}
footer .footer-wrapper .block .footer-link .icon i {
  font-size: 0.875rem;
  color: #0c8c0c;
  line-height: 30px;
  transition: 0.3s all;
}
footer .footer-wrapper .block .footer-link p {
  color: #f8f8f8;
}
footer .footer-wrapper .block .footer-link:hover .icon {
  background-color: #0c8c0c;
}
footer .footer-wrapper .block .footer-link:hover .icon i {
  color: #f8f8f8;
}
footer .footer-wrapper .block:last-child {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .block:last-child .footer-nav .menu-item {
  margin-bottom: 20px;
}
footer .footer-wrapper .block:last-child .footer-nav .menu-item .nav-link {
  color: #f8f8f8;
}
footer .footer-wrapper .block:last-child .footer-nav .menu-item:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 30px 0;
  background-color: #151515;
}
.footer-bottom .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom .wrapper .block,
.footer-bottom .wrapper .develop {
  display: flex;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #f8f8f8;
}
.footer-bottom .wrapper .block a,
.footer-bottom .wrapper .develop a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f8f8f8;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
}
.footer-bottom .wrapper .block a::before,
.footer-bottom .wrapper .develop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0c8c0c;
  z-index: -1;
  transition: 0.3s all;
}
.footer-bottom .wrapper .block a:hover,
.footer-bottom .wrapper .develop a:hover {
  color: #0c8c0c;
}
.footer-bottom .wrapper .block a:hover::before,
.footer-bottom .wrapper .develop a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 60px 0 0 0;
  }
  footer .footer-wrapper {
    flex-wrap: wrap;
  }
  footer .footer-wrapper .block {
    flex: 0 0 50%;
    padding: 40px;
  }
  footer .footer-wrapper .block:first-child {
    flex: 0 0 100%;
    border-radius: 10px;
  }
  footer .footer-wrapper .block:first-child .logo {
    max-width: 120px;
  }
  footer .footer-wrapper .block .title h5 {
    font-size: 1.5rem;
  }
  .footer-bottom .wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0 0;
  }
  footer .footer-wrapper {
    flex-direction: column;
  }
  footer .footer-wrapper .block {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  footer .footer-wrapper .block .title {
    margin-bottom: 20px;
  }
  .footer-bottom .wrapper {
    flex-wrap: wrap;
  }
  .footer-bottom .wrapper .block,
  .footer-bottom .wrapper .develop {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-about {
  /* About Us Section */
  /* What We Offer Section */
}
.page-about .about {
  background-color: transparent;
}
.page-about .about .abt-wrap {
  position: relative;
}
.page-about .about .abt-wrap.main-abt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 25px;
}
.page-about .about .abt-wrap.main-abt-wrap .image-block {
  flex-basis: calc(50% - 25px);
  border-radius: 20px;
  overflow: hidden;
}
.page-about .about .abt-wrap.main-abt-wrap .text-realtive {
  flex-basis: calc(50% - 25px);
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0);
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}
.page-about .about .abt-wrap.main-abt-wrap .text-realtive .container {
  padding: 0;
}
.page-about .about .abt-wrap.main-abt-wrap .text-realtive p:last-child {
  padding-bottom: 0;
}
.page-about .about .abt-wrap.main-abt-wrap .full-content {
  flex-basis: 100%;
}
.page-about .about .abt-wrap.main-abt-wrap .full-content p {
  margin-bottom: 20px;
}
.page-about .about .abt-wrap.main-abt-wrap .full-content p:last-child {
  margin-bottom: 0;
}
.page-about .what-we-offer {
  background-image: url(../images/we_offer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-about .what-we-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.7);
  z-index: -1;
}
.page-about .what-we-offer .what-wrapper {
  padding: 0;
}
.page-about .what-we-offer .what-wrapper::before, .page-about .what-we-offer .what-wrapper::after {
  display: none;
}
.page-about .what-we-offer .what-wrapper .content-block {
  flex: 0 0 100%;
}
.page-about .what-we-offer .what-wrapper .content-block .top-content h6 {
  color: #0c8c0c;
}
.page-about .what-we-offer .what-wrapper .content-block .top-content h4 {
  color: #ffffff;
}
.page-about .what-we-offer .what-wrapper .content-block .top-content p {
  color: #f8f8f8;
}
.page-about .what-we-offer .what-wrapper .content-block .down-content {
  flex-wrap: wrap;
  gap: 40px 20px;
}
.page-about .what-we-offer .what-wrapper .content-block .down-content .block {
  flex: 0 0 calc(33.3333333333% - 20px);
  background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .page-about {
    /* What We Offer Section */
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content {
    flex-direction: row;
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content .block {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .page-about {
    /* About Us Section */
    /* What We Offer Section */
  }
  .page-about .about .abt-wrap.main-abt-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content .block .icon i {
    color: #69b869;
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content .block .desc h5 {
    color: #000000;
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content .block .desc p {
    color: #1a1818;
  }
}
@media screen and (max-width: 768px) {
  .page-about {
    /* What We Offer Section */
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content {
    gap: 20px 10px;
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content .block {
    flex-basis: calc(50% - 10px);
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .page-about {
    /* What We Offer Section */
  }
  .page-about .what-we-offer .what-wrapper .content-block .down-content {
    flex-direction: column;
  }
}
.page-service .page-service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-service .page-service-wrapper .service-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-service .page-service-wrapper .service-block .figure {
  flex-basis: calc(50% - 20px);
}
.page-service .page-service-wrapper .service-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.page-service .page-service-wrapper .service-block .content {
  flex-basis: calc(50% - 20px);
}
.page-service .page-service-wrapper .service-block .content .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
  width: 100%;
}
.page-service .page-service-wrapper .service-block .content .desc h5 {
  color: #0c8c0c;
  font-weight: 800;
  text-transform: capitalize;
}
.page-service .page-service-wrapper .service-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .page-service .page-service-wrapper {
    gap: 40px;
  }
  .page-service .page-service-wrapper .service-block {
    flex-direction: column;
  }
  .page-service .page-service-wrapper .service-block:nth-child(even) {
    flex-direction: column;
  }
}
.page-gallery .project .project-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.page-gallery .project .project-wrapper .figure {
  width: 100%;
  height: auto;
}
.page-gallery .project .project-wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .page-gallery .project .project-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-gallery .project .project-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 15px;
}
.contact-wrap .form {
  flex-basis: calc(60% - 15px);
  padding: 40px 30px;
  box-shadow: rgba(255, 255, 255, 0.28) 6px 2px 16px 0px, rgba(255, 255, 255, 0.2) -6px -2px 16px 0px;
  border-radius: 25px;
}
.contact-wrap .contact-image {
  flex-basis: calc(40% - 15px);
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}
.contact-wrap .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #69b869;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #0c8c0c;
  border: 1px solid #0c8c0c;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

.single-service-page {
  padding-bottom: 0;
}
.single-service-page .section-gap {
  margin: 30px 0;
}
.single-service-page .inner-services-section .content-wrap {
  /* First Paragraph Section Field Input */
  /* Second Paragraph Section Field Input */
  /* Third Paragraph Section Field Input */
  /* Gallery Section */
}
.single-service-page .inner-services-section .content-wrap p {
  font-size: 1rem;
  color: #000000;
}
.single-service-page .inner-services-section .content-wrap ul,
.single-service-page .inner-services-section .content-wrap ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0;
}
.single-service-page .inner-services-section .content-wrap ul h6,
.single-service-page .inner-services-section .content-wrap ol h6 {
  font-size: 1.25rem;
  flex-basis: 100%;
}
.single-service-page .inner-services-section .content-wrap ul li,
.single-service-page .inner-services-section .content-wrap ol li {
  position: relative;
  padding-left: 30px;
  font-size: 1.25rem;
  flex-basis: 45%;
}
.single-service-page .inner-services-section .content-wrap ul li::before,
.single-service-page .inner-services-section .content-wrap ol li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.5rem;
  color: #000000;
  position: absolute;
  left: 0;
}
.single-service-page .inner-services-section .content-wrap ul li h6,
.single-service-page .inner-services-section .content-wrap ol li h6 {
  font-size: 1.25rem;
}
.single-service-page .inner-services-section .content-wrap ul li p,
.single-service-page .inner-services-section .content-wrap ol li p {
  font-size: 0.875rem;
  padding-top: 5px;
}
.single-service-page .inner-services-section .content-wrap h2 {
  color: #0c8c0c;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-service-page .inner-services-section .content-wrap .desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
}
.single-service-page .inner-services-section .content-wrap .desc h1,
.single-service-page .inner-services-section .content-wrap .desc h2,
.single-service-page .inner-services-section .content-wrap .desc h3,
.single-service-page .inner-services-section .content-wrap .desc h4,
.single-service-page .inner-services-section .content-wrap .desc h5,
.single-service-page .inner-services-section .content-wrap .desc h6,
.single-service-page .inner-services-section .content-wrap .desc p {
  flex-basis: 100%;
}
.single-service-page .inner-services-section .content-wrap .desc ul,
.single-service-page .inner-services-section .content-wrap .desc ol {
  margin: 0;
}
.single-service-page .inner-services-section .content-wrap figure {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.single-service-page .inner-services-section .content-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px;
}
.single-service-page .inner-services-section .content-wrap .custom-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.single-service-page .inner-services-section .content-wrap .custom-field h1,
.single-service-page .inner-services-section .content-wrap .custom-field h2,
.single-service-page .inner-services-section .content-wrap .custom-field h3,
.single-service-page .inner-services-section .content-wrap .custom-field h4,
.single-service-page .inner-services-section .content-wrap .custom-field h5,
.single-service-page .inner-services-section .content-wrap .custom-field h6 {
  margin-top: 10px;
}
.single-service-page .inner-services-section .content-wrap .field-wrap ul li {
  background-color: rgba(12, 140, 12, 0.5);
  border-radius: 5px;
  padding: 20px;
  padding-left: 40px;
}
.single-service-page .inner-services-section .content-wrap .field-wrap ul li::before {
  left: 10px;
}
.single-service-page .inner-services-section .content-wrap .field-wrap ul li p {
  flex-basis: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.single-service-page .inner-services-section .content-wrap .gallery {
  padding: 0;
}
.single-service-page .inner-services-section .content-wrap .gallery .gallery-image-wrapper {
  gap: 20px 10px;
}
.single-service-page .inner-services-section .content-wrap .gallery .gallery-image-wrapper .images {
  flex-basis: calc(25% - 10px);
  border: none;
}

@media screen and (max-width: 992px) {
  .single-service-page .section-gap {
    margin: 20px 0;
  }
  .single-service-page .inner-services-section .content-wrap p {
    font-size: 0.875rem;
  }
  .single-service-page .inner-services-section .content-wrap ul h6 {
    font-size: 1rem;
  }
  .single-service-page .inner-services-section .content-wrap ul li {
    flex-basis: 48%;
  }
  .single-service-page .inner-services-section .content-wrap .desc {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .single-service-page .inner-services-section .content-wrap p {
    font-size: 0.875rem;
  }
  .single-service-page .inner-services-section .content-wrap ul {
    flex-direction: column;
    margin: 20px 0;
  }
  .single-service-page .inner-services-section .content-wrap .desc {
    flex-direction: column;
  }
}
.blog .header-title h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.blog .wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.blog .wrapper .blog-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background-color: #000000;
  padding: 60px 40px;
  box-shadow: rgba(255, 255, 255, 0.19) 0px 10px 20px, rgba(255, 255, 255, 0.23) 0px 6px 6px;
  border-radius: 20px;
}
.blog .wrapper .blog-block .content {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.blog .wrapper .blog-block .content .title {
  text-align: left;
}
.blog .wrapper .blog-block .content .title h4 {
  color: #0c8c0c;
}
.blog .wrapper .blog-block .content .desc {
  margin-top: 20px;
}
.blog .wrapper .blog-block .content .desc p {
  color: #f8f8f8;
}
.blog .wrapper .blog-block .content .desc .link {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #0c8c0c;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog .wrapper .blog-block .content .desc .link i {
  color: #0c8c0c;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.blog .wrapper .blog-block .content .desc .link:hover {
  color: #69b869;
}
.blog .wrapper .blog-block .content .desc .link:hover i {
  transform: translateX(5px);
  color: #69b869;
}
.blog .wrapper .blog-block .image {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.blog .wrapper .blog-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}

.single-page-blog .blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #000000;
  padding: 60px 40px;
  border-radius: 20px;
}
.single-page-blog .blog-wrap .title {
  flex-basis: 100%;
  text-align: left;
  margin: 0;
}
.single-page-blog .blog-wrap .title h2 {
  color: #0c8c0c;
}
.single-page-blog .blog-wrap .content {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .content p {
  color: #f8f8f8;
}
.single-page-blog .blog-wrap .image {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.single-page-blog .blog-wrap .all-content {
  flex-basis: 100%;
}
.single-page-blog .blog-wrap .all-content .sub-desc h3 {
  color: #69b869;
  margin-bottom: 15px;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li {
  display: list-item;
  list-style-type: decimal;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li h6 {
  color: #dedede;
  font-weight: 500;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li p {
  color: #f8f8f8;
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .single-page-blog .blog-wrap {
    flex-direction: column;
    padding: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
