/*!
Theme Name: Code Crewz - Victoria Concreting
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Victoria 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_victoriaconcreting 
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 - Victoria 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");
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 {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  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 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
body {
  background-color: #000000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

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;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

p {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #f8f8f8;
}

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 {
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  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;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #dedede;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-large {
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.btn.btn-custom-medium {
  padding: 10px 25px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.btn.btn-custom-small {
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 400;
}
.btn.btn-primary {
  background-color: #018a2c;
  color: #ffffff;
  border-color: #018a2c;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #018a2c;
  color: #018a2c;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #018a2c;
  color: #018a2c;
}
.btn.btn-primary-ghost:hover {
  background-color: #018a2c;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #018a2c;
  color: #ffffff;
  border-color: #018a2c;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #018a2c;
  color: #018a2c;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #018a2c;
  color: #018a2c;
}
.btn.btn-secondary-ghost:hover {
  background-color: #018a2c;
  color: #ffffff;
}

@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(1, 138, 44, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #01571c;
  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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

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;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.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(1, 138, 44, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: auto 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #018a2c;
  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: #333;
  border: 1px solid #333;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 24px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #018a2c;
  text-shadow: 1px 1px 7px 2px #dedede;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.review {
  max-width: 150px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 2px solid #000000;
  border-radius: 25px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 999;
}
.review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.review .img {
  width: 100%;
  z-index: 999;
}
.review:hover::after {
  width: 0;
}

@media screen and (max-width: 576px) {
  .review {
    max-width: 100px;
    padding: 0 10px;
  }
  .review .img {
    width: 100%;
    z-index: 999;
  }
  .review:hover::after {
    width: 100%;
    height: 100%;
  }
}
.section {
  padding: 80px 0;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.header-title h4 {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: 900;
  color: #018a2c;
  word-spacing: 0.25rem;
  text-transform: uppercase;
}

.nav-social {
  display: flex;
  flex: 0 0 10%;
}
.nav-social .nav-social-block {
  margin: 0 5px;
}
.nav-social .nav-social-block .social-icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: 0.3s ease-out;
}
.nav-social .nav-social-block .social-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  transition: 0.3s ease-out;
}
.nav-social .nav-social-block .social-icon i {
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 30px;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
.nav-social .nav-social-block .social-icon:hover::before {
  width: 0;
  height: 0;
}
.nav-social .nav-social-block .social-icon.primary::before {
  background-color: #018a2c;
}
.nav-social .nav-social-block .social-icon.primary:hover {
  outline: 1px solid #018a2c;
}
.nav-social .nav-social-block .social-icon.primary:hover i {
  color: #018a2c;
}
.nav-social .nav-social-block .social-icon.secondary::before {
  background-color: #018a2c;
}
.nav-social .nav-social-block .social-icon.secondary:hover {
  outline: 1px solid #018a2c;
}
.nav-social .nav-social-block .social-icon.secondary:hover i {
  color: #018a2c;
}
.nav-social .nav-social-block .social-icon.territary::before {
  background-color: #c49d5a;
}
.nav-social .nav-social-block .social-icon.territary:hover {
  outline: 1px solid #c49d5a;
}
.nav-social .nav-social-block .social-icon.territary:hover i {
  color: #c49d5a;
}
.nav-social .nav-social-block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
  .nav-social {
    justify-content: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .nav-social {
    display: none;
  }
}
.breadcrumb {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
  padding: 100px 0;
  text-align: center;
  z-index: 1;
}
.breadcrumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.breadcrumb .breadcrumb-wrapper {
  display: inline-block;
  text-align: center;
}
.breadcrumb .breadcrumb-wrapper h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #018a2c;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 16px;
  color: #fff;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
  content: "\f105";
  font-family: "font Awesome 5 free";
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:first-child::before {
  content: none;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  display: inline;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 80px 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 36px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
    font-size: 14px;
    color: #fff;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
    padding: 0 8px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 60px 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row {
    bottom: 5px;
    flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
    padding: 0 6px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 40px 0;
  }
  .breadcrumb .breadcrumb-wrapper h5 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row {
    bottom: 5px;
    flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
    padding: 0 6px;
  }
}
header {
  z-index: 999;
  background-color: #ffffff;
}
header .top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(138, 138, 138, 0.4);
}
header .top-navbar .navbar-brand .figure {
  width: 150px;
}
header .top-navbar .navbar-brand .figure img {
  width: 100%;
}
header .top-navbar .navbar-brand .figure h4 {
  color: #018a2c;
  font-weight: 700;
}
header .top-navbar .nav-info {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-navbar .nav-info .nav-info-block {
  display: flex;
  align-items: center;
}
header .top-navbar .nav-info .nav-info-block .nav-icon {
  padding-right: 25px;
}
header .top-navbar .nav-info .nav-info-block .nav-icon i {
  font-size: 1.25rem;
  color: #018a2c;
}
header .top-navbar .nav-info .nav-info-block .nav-content h5 {
  font-weight: 600;
  color: #018a2c;
}
header .top-navbar .nav-info .nav-info-block .nav-content p {
  color: #1a1818;
}
header .navbar {
  padding: 0;
  justify-content: space-between;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar-collapse {
  justify-content: space-between;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
  width: 100%;
  padding-block: 5px;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 10px 15px;
  padding: 0;
  color: #1a1818;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 1rem;
  transition: 0.5s ease-out;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000000;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 8px 25px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #018a2c;
  border-color: #018a2c;
  border-radius: 10px;
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
}
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 {
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  color: #1a1818;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 0;
  padding: 5px;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #018a2c;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  background: linear-gradient(128.65deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 86.11%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(31px);
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.fixed-header .top-navbar {
  display: none;
}
header.fixed-header .navbar .navbar-brand {
  display: inline-block;
  width: 125px;
}
header.fixed-header .navbar .navbar-brand img {
  width: 100%;
}
header.fixed-header .navbar-collapse {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .nav-social {
  display: none;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #1a1818;
}

@media screen and (max-width: 992px) {
  header .top-navbar .navbar-brand {
    display: none;
  }
  header .top-navbar .nav-info {
    flex: 0 0 100%;
  }
  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-brand {
    display: block;
    width: 150px;
  }
  header .navbar svg rect {
    fill: #1a1818;
  }
  header .navbar .navbar-toggler {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #8a8a8a;
  }
  header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 10px;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  header .top-navbar {
    display: none;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .navbar-brand h4 {
    font-size: 1rem;
  }
  header .navbar svg rect {
    fill: #1a1818;
  }
  header .navbar .nav-item.dropdown {
    text-align: center;
  }
  header .navbar .nav-item.dropdown .dropdown-menu {
    position: relative;
    opacity: 1;
    pointer-events: all;
    height: 100%;
  }
  header .navbar .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    color: #ffffff;
  }
  header.fixed-header {
    background-color: #ffffff;
  }
}
.banner .slider-block .block-wrap {
  width: 100%;
}
.banner .slider-block .block-wrap img {
  width: 100%;
  height: calc(100vh - 130px);
  object-fit: cover;
  object-position: center;
}
.banner .slider-block .block-wrap .text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  height: auto;
  width: 400px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.85);
}
.banner .slider-block .block-wrap .text h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: #35a5d2;
  line-height: 1.1;
}
.banner .slider-block .block-wrap .text h6 {
  font-weight: 400;
  color: #231F20;
  text-transform: capitalize;
  line-height: 1;
}
.banner .slider-block .block-wrap .text p {
  color: #1a1818;
  line-height: 1.3;
  padding: 20px 0;
}

@media screen and (max-width: 992px) {
  .banner .slider-block .block-wrap img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider-block .block-wrap::before {
    display: none;
  }
  .banner .slider-block .block-wrap .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    width: 100%;
    padding: 20px 40px;
    background-color: #000000;
  }
  .banner .slider-block .block-wrap .text p {
    color: #f8f8f8;
  }
}
.about-section {
  position: relative;
  background-color: #018a2c;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/background_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}
.about-section .about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section .about-wrapper .about-content {
  flex: 0 0 calc(50% - 30px);
}
.about-section .about-wrapper .about-content h3 {
  font-weight: 900;
  color: #018a2c;
  text-transform: capitalize;
  line-height: 1.2;
}
.about-section .about-wrapper .about-content p {
  padding-top: 20px;
}
.about-section .about-wrapper .about-images {
  flex: 0 0 calc(50% - 30px);
  display: flex;
}
.about-section .about-wrapper .about-images .first-img {
  flex: 0 0 55%;
  position: relative;
  box-shadow: 0 0 2px -1px #000000;
}
.about-section .about-wrapper .about-images .first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .about-wrapper .about-images .first-img .landscape-img {
  display: none;
}
.about-section .about-wrapper .about-images .first-img .lil-desc {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 200px;
  background-color: rgba(1, 138, 44, 0.9);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.about-section .about-wrapper .about-images .first-img .lil-desc h6 {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
}
.about-section .about-wrapper .about-images .first-img .lil-desc h6 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}
.about-section .about-wrapper .about-images .second-img {
  flex: 0 0 45%;
}
.about-section .about-wrapper .about-images .second-img img {
  width: 100%;
  height: calc(100% - 30px);
  margin-top: 15px;
  box-shadow: 0 0 2px -1px #000000;
  object-fit: cover;
}
.about-section .about-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .about-section .about-wrapper {
    flex-direction: column;
  }
  .about-section .about-wrapper .about-content {
    margin-bottom: 30px;
  }
  .about-section .about-wrapper .about-images .first-img {
    flex: 0 0 100%;
  }
  .about-section .about-wrapper .about-images .first-img img {
    display: none;
  }
  .about-section .about-wrapper .about-images .first-img .landscape-img {
    display: block;
  }
  .about-section .about-wrapper .about-images .first-img .landscape-img img {
    display: block;
  }
  .about-section .about-wrapper .about-images .first-img .lil-desc {
    left: 0;
  }
  .about-section .about-wrapper .about-images .second-img {
    display: none;
  }
  .about-section .about-wrapper.reverse {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .about-section .about-wrapper .about-content {
    text-align: center;
  }
}
.service-section {
  background-color: #ffffff;
}
.service-section .service-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-section .service-wrapper .service-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin-top: 40px;
}
.service-section .service-wrapper .service-block .figure {
  overflow: hidden;
}
.service-section .service-wrapper .service-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .service-block .desc {
  padding: 20px 15px;
  box-shadow: 0 0 9px -6px #018a2c;
}
.service-section .service-wrapper .service-block .desc h6 {
  color: #018a2c;
  font-weight: 700;
  text-transform: capitalize;
}
.service-section .service-wrapper .service-block .desc p {
  color: #231F20;
  padding: 10px 0;
}
.service-section .service-wrapper .service-block .desc .service-btn {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more {
  display: flex;
  align-items: center;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more .txt {
  font-weight: 400;
  color: #f8f8f8;
  padding-right: 5px;
  transition: 0.3s ease-out;
  transition-delay: 0.2s;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more i {
  color: #f8f8f8;
  transition: 0.3s ease-out;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more:hover .txt {
  color: #018a2c;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more:hover i {
  transform: translateX(5px);
  color: #018a2c;
}
.service-section .service-wrapper .service-block:hover .figure img {
  transform: scale(1.1);
}
.service-section .service-wrapper .service-block:hover .desc .service-btn {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 992px) {
  .service-section .service-wrapper .service-block {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .service-section .service-wrapper {
    flex-direction: column;
  }
  .service-section .service-wrapper .service-block .figure img {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 481px) {
  .service-section .service-wrapper .service-block .figure img {
    transform: scale(1.1);
  }
  .service-section .service-wrapper .service-block .desc .service-btn {
    opacity: 1;
    transform: translateX(0);
  }
  .service-section .service-wrapper .service-block .desc .service-btn .read-more {
    display: flex;
    align-items: center;
  }
  .service-section .service-wrapper .service-block .desc .service-btn .read-more .txt {
    color: #018a2c;
  }
  .service-section .service-wrapper .service-block .desc .service-btn .read-more i {
    transform: translateX(5px);
    color: #018a2c;
  }
}
.gallery {
  background-color: #ffffff;
}
.gallery .header-title {
  margin-bottom: 20px;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.gallery-wrapper .gallery-item {
  flex: 0 0 calc(25% - 10px);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.gallery-wrapper .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.gallery-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/2;
  object-fit: cover;
  object-position: center center;
}
.gallery-wrapper .gallery-item .txt-slidein {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gallery-wrapper .gallery-item .txt-slidein .imgzoomin {
  text-align: right;
}
.gallery-wrapper .gallery-item .txt-slidein .imgzoomin i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  transform: translateX(45px);
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.gallery-wrapper .gallery-item .txt-slidein .imgzoomin i:hover {
  background-color: #018a2c;
}
.gallery-wrapper .gallery-item .txt-slidein h6 {
  font-size: 16px;
  color: #000000;
  background-color: #018a2c;
  padding: 12px 20px;
  transform: translateY(45px);
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.gallery-wrapper .gallery-item:hover::before {
  opacity: 1;
  z-index: 1;
}
.gallery-wrapper .gallery-item:hover img {
  transform: scale(1.2);
}
.gallery-wrapper .gallery-item:hover .txt-slidein {
  z-index: 2;
}
.gallery-wrapper .gallery-item:hover .txt-slidein .imgzoomin i {
  transform: translateX(0);
}
.gallery-wrapper .gallery-item:hover .txt-slidein h6 {
  transform: translateY(0);
}

@media screen and (max-width: 992px) {
  .gallery-wrapper {
    justify-content: initial;
  }
  .gallery-wrapper .gallery-item {
    flex: 0 0 calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-wrapper .gallery-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 577px) {
  .gallery-wrapper {
    flex-direction: column;
  }
  .gallery-wrapper .gallery-item::before {
    display: none;
  }
  .gallery-wrapper .gallery-item img {
    aspect-ratio: 3/2;
  }
  .gallery-wrapper .gallery-item .txt-slidein {
    position: relative;
    bottom: unset;
    width: 100%;
    z-index: 2;
  }
  .gallery-wrapper .gallery-item .txt-slidein .imgzoomin {
    display: none;
  }
  .gallery-wrapper .gallery-item .txt-slidein h6 {
    transform: translateY(0);
    padding: 8px 15px;
  }
  .gallery-wrapper .gallery-item:hover img {
    transform: scale(1);
  }
}
.before-after {
  padding-top: 0;
}
.before-after .header-title {
  margin-bottom: 20px;
}
.before-after .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.before-after .wrapper .image-block {
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.before-after .wrapper .image-block .figure {
  flex-basis: 50%;
  position: relative;
}
.before-after .wrapper .image-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.before-after .wrapper .image-block .figure p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #018a2c;
  padding: 5px 10px;
  color: #f8f8f8;
  border-radius: 3px;
  font-size: 0.9375rem;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .before-after .wrapper {
    flex-direction: column;
    gap: 30px 15px;
  }
  .before-after .wrapper .image-block .figure img {
    aspect-ratio: 5/4;
  }
}
.features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.features .wrapper {
  padding-right: 40px;
  position: relative;
}
.features .wrapper li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.features .wrapper li:last-child {
  margin-bottom: 0;
}
.features .wrapper li .icon {
  margin: 5px 20px 5px 0;
  flex: 0 0 75px;
}
.features .wrapper li .icon img {
  width: 70px;
}
.features .wrapper li .text h5 {
  font-weight: 700;
  color: #018a2c;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.features .wrapper li .text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.features .request-quote {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
}
.features .request-quote h4 {
  font-weight: 500;
  color: #018a2c;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.features .request-quote h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #018a2c;
  margin-top: 5px;
}
.features .request-quote .form {
  margin-top: 20px;
}
.features .request-quote .form .group {
  margin-bottom: 15px;
}
.features .request-quote .form .group .form-control {
  padding: 8px 10px;
  font-weight: 300;
  border-radius: 5px;
}
.features .request-quote .form .group textarea {
  min-height: 100px;
  font-weight: 300;
  resize: none;
}

@media screen and (max-width: 480px) {
  .features .wrapper {
    padding-right: 0;
  }
  .features .wrapper li {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 10px;
  }
  .features .wrapper li:last-child {
    margin-bottom: 30px;
  }
  .features .wrapper li .icon {
    margin: 0;
    flex: 0 0 100%;
  }
  .features .wrapper li .icon img {
    width: 50px;
  }
  .features .wrapper li .text h5 {
    font-size: 1.125rem;
    text-align: center;
  }
  .features .wrapper li .text p {
    text-align: center;
  }
}
.testimonial_section {
  background-color: #018a2c;
}
.testimonial_section .header-title {
  padding-bottom: 30px;
}
.testimonial_section .header-title h4 {
  color: #ffffff;
}
.testimonial_section .testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_section .testimonial-wrapper .block {
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.6);
  padding: 10px 40px;
  margin: 5px 10px;
  border-radius: 10px;
}
.testimonial_section .testimonial-wrapper .block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 26px 0;
}
.testimonial_section .testimonial-wrapper .block .info .image img {
  width: 70px;
}
.testimonial_section .testimonial-wrapper .block .info .name {
  margin-left: 20px;
}
.testimonial_section .testimonial-wrapper .block .info .name h3,
.testimonial_section .testimonial-wrapper .block .info .name h6 {
  line-height: 1.4;
  text-transform: capitalize;
}
.testimonial_section .testimonial-wrapper .block .info .name h3 {
  font-size: 1rem;
  color: #ffcc33;
  font-weight: 500;
}
.testimonial_section .testimonial-wrapper .block .info .name h6 {
  font-size: 0.875rem;
  color: #f8f8f8;
}
.testimonial_section .testimonial-wrapper .block .info::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 98%;
  bottom: 0px;
  left: 0;
  background-color: #8a8a8a;
}
.testimonial_section .testimonial-wrapper .block p {
  font-size: 0.9375rem;
  padding: 20px 0 10px 0;
  font-weight: 500;
  color: #f8f8f8;
}

.slick-arrow.arw-lft {
  left: -50px;
  z-index: 9;
}
.slick-arrow.arw-right {
  right: -50px;
}

.call_us {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.call_us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.call_us .call_wrap {
  position: relative;
  text-align: center;
}
.call_us .call_wrap h4 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.call_us .call_wrap p {
  color: #f8f8f8;
  text-transform: capitalize;
  margin-top: 20px;
}
.call_us .call_wrap .button {
  padding-top: 40px;
}
.call_us .call_wrap .button .btn-primary {
  border-radius: 40px;
}
.call_us .call_wrap .button .btn-primary:hover {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .call_us .call_wrap h4 {
    line-height: 1.1;
  }
  .call_us .call_wrap p {
    padding-top: 8px;
  }
}
footer {
  background: url("images/footerbg.jpg") no-repeat;
  background-position: center center;
  position: relative;
  padding: 70px 0 35px 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
footer .footer-block .logo {
  max-width: 200px;
}
footer .footer-block .footer-about-desc p {
  padding: 10px 0;
  color: #ffffff;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-block .footer-title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #018a2c;
}
footer .footer-block ul li .quick-link,
footer .footer-block ul li .nav-link {
  color: #ffffff;
  margin-bottom: 5px;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .quick-link:hover,
footer .footer-block ul li .nav-link:hover {
  color: #018a2c;
}
footer .footer-block ul li .footer-cntct {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.5;
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}
footer .footer-block ul li .footer-cntct i {
  font-size: 12px;
  color: #018a2c;
  padding-right: 4px;
}
footer .footer-block ul li .footer-cntct p {
  color: #ffffff;
}
footer .footer-block ul li .footer-cntct:hover p {
  color: #018a2c;
}
footer .footer-block .quote-block {
  padding: 5px 0;
  text-align: center;
}
footer .footer-block .quote-block h6 {
  font-size: 20px;
  color: #018a2c;
  font-weight: 600;
}
footer .footer-block .quote-block p {
  font-size: 16px;
  color: #8a8a8a;
}

.footer-bottom {
  padding-top: 30px;
  position: relative;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .block a {
  padding: 0 4px;
  color: #018a2c;
}
.footer-bottom .bottom-wrapper .block p {
  color: #ffffff;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .develop .text-center {
  color: #ffffff;
}
.footer-bottom .bottom-wrapper .develop a {
  padding: 0 4px;
  color: #018a2c;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 70px 0 35px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-block .logo {
    max-width: 150px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
  footer .footer-block ul {
    text-align: center;
  }
  footer .footer-block ul li .footer-cntct {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .bottom-wrapper {
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
.page-services {
  background: url("../images/Pattern-Randomized.svg");
}
.page-services .servie-block {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
}
.page-services .servie-block .images {
  flex: 0 0 50%;
}
.page-services .servie-block .images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-services .servie-block .content {
  flex: 0 0 calc(50% + 40px);
  padding: 20px 30px;
  background-color: #ffffff;
  margin: 20px 0 20px -40px;
  box-shadow: 2px 1px 14px -8px #1a1818;
}
.page-services .servie-block .content h5 {
  font-weight: 700;
  color: #018a2c;
}
.page-services .servie-block .content p {
  padding-top: 20px;
}
.page-services .servie-block.alternative {
  flex-direction: row-reverse;
}
.page-services .servie-block.alternative .content {
  margin: 20px -40px 20px 0;
}
.page-services .servie-block:last-child {
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
    padding-top: 40px;
  }
  .page-services .servie-block .content {
    margin: 0;
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block.alternative {
    flex-direction: column;
  }
  .page-services .servie-block.alternative .content {
    margin: 0;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
.page-gallery .header-title {
  padding: 40px 0;
  text-align: center;
}
.page-gallery .gallery {
  background-color: transparent;
}

.contact_us .contact-wrapper .contact-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_us .contact-wrapper .contact-block.block-left {
  margin-right: -120px;
  position: relative;
  z-index: 33;
}
.contact_us .contact-wrapper .contact-block .ofyc-info {
  flex: 0 0 40%;
  padding: 0 20px;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(1, 138, 44, 0.1);
  border-radius: 5px;
  box-shadow: 0 0 6px -3px #018a2c;
  position: relative;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  border: 1px solid #018a2c;
  background-color: #018a2c;
  margin-right: 20px;
  text-align: center;
  transition: 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon i {
  font-size: 1rem;
  line-height: 60px;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text {
  flex: 0 0 50%;
  position: relative;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #018a2c;
  line-height: 1.3;
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h6 {
  font-weight: 400;
  color: #018a2c;
  line-height: 1.2;
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(1, 138, 44, 0.7);
  border-radius: 5px;
  transition: 0.4s ease-out;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover::before {
  width: 100%;
  height: 100%;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon i {
  color: #018a2c;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .text h5,
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .text h6 {
  color: #ffffff;
}
.contact_us .contact-wrapper .contact-block .form {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(60% + 30px);
  padding: 40px 60px;
  box-shadow: 0 0 12px -8px #1a1818;
  border-radius: 10px;
  background-color: #ffffff;
}
.contact_us .contact-wrapper .contact-block .form .form-title h6 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  word-spacing: 0.2rem;
  padding-bottom: 30px;
}
.contact_us .contact-wrapper .contact-block .map {
  flex: 0 0 100%;
}
.contact_us .contact-wrapper .contact-block .map iframe {
  height: 699px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: -80px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: 0;
    padding: 60px 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    flex: 0 0 calc(40% - 40px);
    margin: 0 30px 0 10px;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    flex: 0 0 calc(60% + 30px - 90px);
  }
  .contact_us .contact-wrapper .contact-block .map iframe {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_us .contact-wrapper .contact-block {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 50%;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    width: 100%;
    padding: 40px 40px;
  }
  .contact_us .contact-wrapper .contact-block .map {
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 100%;
  }
}
.page-quote {
  background-image: url(../images/gallery1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 138, 44, 0.7);
}
.page-quote .quote-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc {
  flex: 0 0 50%;
  padding: 40px;
}
.page-quote .quote-wrapper .quote-desc .title h4 {
  font-weight: 700;
  color: #ffffff;
}
.page-quote .quote-wrapper .quote-desc .title p {
  font-weight: 400;
  color: #ffffff;
  padding-top: 10px;
}
.page-quote .quote-wrapper .quote-desc .company-info {
  padding: 30px 0;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
  margin-bottom: 15px;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block h6 {
  font-weight: 500;
  color: #ffffff;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc i {
  font-size: 0.75rem;
  color: #dedede;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc a {
  pointer-events: auto;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc p {
  font-size: 0.9375rem;
  color: #dedede;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover i {
  color: #1a1818;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover p {
  color: #1a1818;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block:last-child {
  margin-bottom: 0;
}
.page-quote .quote-wrapper .quote-desc .company-link {
  display: flex;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon i {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover i {
  color: #018a2c;
}
.page-quote .quote-wrapper .form-wrap {
  flex: 0 0 50%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .page-quote::before {
    background-color: rgba(1, 138, 44, 0.8);
  }
  .page-quote .quote-wrapper {
    flex-direction: column;
  }
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 481px) {
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
}
.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: #018a2c;
}
.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: #018a2c;
  border: 1px solid #018a2c;
  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;
}

.form {
  width: 100%;
}
.form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form .form-group label {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #525252;
  padding-bottom: 5px;
}
.form .form-group .form-fill {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid rgba(138, 138, 138, 0.3);
  resize: none;
  text-transform: initial;
}
.form .form-group .form-fill:focus {
  outline: none;
  box-shadow: none;
}
.form .form-group .form-fill::placeholder {
  text-transform: capitalize;
  color: #525252;
  font-weight: 300;
}
.form .form-submit .btn {
  border-radius: 40px;
}

.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: #f8f8f8;
}
.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: #f8f8f8;
  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;
  color: #1a1818;
}
.single-service-page .inner-services-section .content-wrap h2 {
  color: #018a2c;
  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(1, 138, 44, 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;
  background-color: transparent;
}

@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;
  }
}

/*# sourceMappingURL=style.css.map */
