/*!
Theme Name: Code Crewz - Rocky Hedging & Gardening
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Ecommerce
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_rockyhedginggardening
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 - Rocky Hedging & Gardening 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/
*/
/* ----- WP Scss File ------- */
/* Main Fonts */
@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=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");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  color: inherit;
}

p {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #1c1c1c;
  margin: 0;
  padding: 0;
}

a {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #1c1c1c;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

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

span {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 1.75rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #0a3e2d;
  color: #fff;
  border-color: #0a3e2d;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #0a3e2d;
  color: #0a3e2d;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #0a3e2d;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #0a3e2d;
  color: #0a3e2d;
}
.btn.btn-primary-ghost:hover {
  background-color: #0a3e2d;
  color: #fff;
  border-color: #0a3e2d;
}
.btn.btn-secondary {
  background-color: #0f3f2d;
  color: #fff;
  border-color: #0f3f2d;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #0f3f2d;
  color: #0f3f2d;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #0f3f2d;
  color: #0f3f2d;
}
.btn.btn-secondary-ghost:hover {
  background-color: #0f3f2d;
  color: #fff;
  border-color: #0f3f2d;
}
.btn.btn-whitey {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
.btn.btn-blackie {
  background-color: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}
.btn.btn-blackie:hover {
  background-color: transparent;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn.btn-blackie-ghost {
  background-color: transparent;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn.btn-blackie-ghost:hover {
  background-color: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}
.btn .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn .btn-wrap span {
  margin: 0;
  padding: 0;
}
.btn .btn-wrap i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn:hover .btn-wrap i {
  transform: translateX(10px);
}

/* -- 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(10, 62, 45, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #03120d;
  border-radius: 10px 10px 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;
}

figure {
  margin: 0;
}

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

.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: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(10, 62, 45, 0.7);
  border-radius: 100%;
}

.section {
  padding: 80px 0;
}

.header-title {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 5px;
  position: relative;
}
.header-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #0a3e2d;
}
.header-title h1 {
  font-weight: 300;
  font-size: 50px;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #0a3e2d;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #0a3e2d;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #fff;
}
.icon-block:hover svg path {
  fill: #0f3f2d;
  stroke: #0f3f2d;
}

.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;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(10, 62, 45, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(10, 62, 45, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #fff;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #fff;
}

/* -- 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(10, 62, 45, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #03120d;
  border-radius: 10px 10px 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-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  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: #0f3f2d;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #0f3f2d;
}

.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: #fff;
}
.slick-arrow.left {
  left: 5px;
  z-index: 9;
}
.slick-arrow.right {
  right: 5px;
}

.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
  padding-block: 150px 60px;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb h2 {
  color: #fff;
  margin-bottom: 10px;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #f8f8f8;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #0a3e2d;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

header {
  background-color: #fff;
}
header .navbar {
  padding: 0;
  border-bottom: 1px solid #fff;
}
header .navbar .navbar-brand figure {
  width: 150px;
}
header .navbar .navbar-toggler {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #1c1c1c;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 800;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #0a599d;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #0a599d;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  background-image: none;
}
header.fixed-header .navbar .navbar-brand figure {
  width: 125px;
}
header.fixed-header .navbar-collapse .navbar-nav {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item {
  color: #fff;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #0a3e2d;
  transition: 0.5s ease-in-out;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #0a599d;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #0a599d;
}
header.fixed-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.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
  margin: 0;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #1c1c1c;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 0;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
  position: relative;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1c1c1c;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #fff;
  position: relative;
  z-index: 1;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  header .navbar .navbar-brand figure {
    width: 125px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar {
    padding: 0 20px;
  }
  header .navbar .navbar-brand figure {
    width: 100px;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    padding: 0;
    margin: 8px 0;
    letter-spacing: 0.03em;
    color: #1c1c1c;
  }
  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;
    font-size: 0.875rem;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .navbar-toggler {
    padding: 0.25rem;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
    display: none;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
    color: #1c1c1c;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block .image img {
  height: calc(100vh - 161px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.banner .block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .block .text h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
}
.banner .block .text .txt-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.banner .block .text .txt-button .btn-primary {
  margin-right: 10px;
}
.banner .block .text .txt-button .btn:hover {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
.banner .company-details {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.banner .company-details .company-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.banner .company-details .company-info h5 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 2px 2px #333;
}
.banner .company-details .company-info .info {
  font-size: 1rem;
  padding-left: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.banner .company-details .company-info .info i {
  font-size: 0.875rem;
  color: #fff;
}
.banner .company-details .company-info .info i.fa-facebook-f {
  padding-right: 10px;
}
.banner .slick-arrow.left {
  left: 0;
  z-index: 9;
}
.banner .slick-arrow.right {
  right: 0;
}

@media screen and (max-width: 991px) {
  .banner .block .image img {
    width: 100%;
    height: auto;
  }
  .banner .block .text h2 {
    font-size: 26px;
  }
  .banner .company-details .company-info h5 {
    font-size: 20px;
  }
  .banner .company-details .company-info .info {
    font-size: 16px;
  }
  .banner .company-details .company-info .info i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 30px 0;
  }
  .banner .block .text h2 {
    font-size: 24px;
  }
  .banner .company-details {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .text h2 {
    font-size: 22px;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
.about {
  padding: 80px 0;
  background-color: #eaefe4;
}
.about .about-desc {
  padding: 0 40px;
}
.about .about-desc .title h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #0a3e2d;
  word-spacing: 0.05em;
}
.about .about-desc p {
  padding: 20px 0 0 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  word-spacing: 0.05em;
}
.about .about-desc .inner_abt_btn {
  margin-top: 30px;
}
.about .about-desc .inner_abt_btn .abt-cntct {
  padding: 10px 35px;
  color: #fff;
  box-shadow: 0 0 0 3em #0a3e2d inset;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}
.about .about-desc .inner_abt_btn .abt-cntct:hover {
  box-shadow: 0 0 0 2px #0a3e2d inset;
  color: #333;
}
.about .img-block {
  border: 1px solid rgba(138, 138, 138, 0.5);
  text-align: center;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
.about .img-block img {
  transition: 0.5s ease-in-out;
}
.about .img-block h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.03em;
  word-spacing: 0.04em;
  padding-top: 10px;
  transition: 0.5s ease-in-out;
}
.about .img-block:hover {
  box-shadow: -1px 12px 14px -12px #333;
  cursor: pointer;
}
.about .img-block:hover img {
  transform: scale(1.05);
}
.about .img-block:hover h6 {
  color: #0a3e2d;
}

@media screen and (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
  .about .about-desc {
    padding: 0 10px;
  }
  .about .about-desc .title h2 {
    font-size: 28px;
  }
  .about .about-desc .inner_abt_btn .abt-cntct {
    padding: 10px 25px;
  }
  .about .img-block {
    padding: 0 10px;
  }
  .about .img-block h6 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
  .about .about-desc {
    margin-bottom: 20px;
    text-align: center;
  }
  .about .about-desc .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .about .img-block {
    max-width: 50%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .about .img-block {
    max-width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .about .img-block {
    max-width: 100%;
  }
}
.gallery .gallery-wrapper {
  display: flex;
  justify-content: space-between;
}
.gallery .gallery-wrapper .gallery-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 40%;
  background-color: #fff;
  border: 4px solid #0a3e2d;
}
.gallery .gallery-wrapper .gallery-text .logo {
  padding: 0 30px;
}
.gallery .gallery-wrapper .gallery-text .logo img {
  max-width: 200px;
}
.gallery .gallery-wrapper .top-image {
  border: 4px solid #0a3e2d;
}
.gallery .gallery-wrapper .gallery-desc p {
  font-size: 2rem;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
  line-height: 1.2;
  max-width: 600px;
  text-align: center;
  margin-top: 20px;
}
.gallery .gallery-image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-image-wrapper .images {
  flex: 0 0 25%;
  border: 4px solid #0a3e2d;
}
.gallery .gallery-image-wrapper .images img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .gallery .gallery-wrapper .gallery-text {
    flex: 0 0 50%;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 20px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 100px;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 20px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 120px;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper .gallery-text {
    flex-direction: column;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 100px;
  }
  .gallery .gallery-wrapper .gallery-desc {
    padding: 0 10px;
    text-align: center;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 16px;
    margin-top: 10px;
  }
  .gallery .gallery-image-wrapper .images {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper {
    flex-direction: column;
  }
  .gallery .gallery-wrapper .gallery-text {
    flex-direction: row;
    padding: 10px 30px;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 10px;
  }
  .gallery .gallery-wrapper .gallery-desc {
    padding: 0;
    text-align: center;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 16px;
  }
}
.service {
  background-color: #fff;
  padding: 80px 0;
}
.service .service-top {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.service .service-top .title {
  flex: 0 0 40%;
  padding-right: 50px;
}
.service .service-top .title h2 {
  font-size: 32px;
  font-weight: 700;
  word-spacing: 0.05em;
  color: #0a3e2d;
  line-height: 1.2;
  padding-bottom: 20px;
}
.service .service-top .title h6 {
  font-size: 14px;
  color: #0a3e2d;
  padding-bottom: 5px;
  border-bottom: 1px solid #0a3e2d;
  display: inline-block;
}
.service .service-top .detail p {
  color: #333;
}
.service .service-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.service .service-bottom .services-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  padding: 10px;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .images {
  width: 100%;
  height: auto;
}
.service .service-bottom .services-block .images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service .service-bottom .services-block .service-desc h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0a3e2d;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc p {
  transition: 0.5s ease-in-out;
  color: #333;
}
.service .service-bottom .services-block:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 10px -4px #333;
}
.service .service-bottom .services-block:hover .service-desc h6 {
  color: #0a3e2d;
}

.service-contact {
  display: flex;
  justify-content: space-between;
  background-color: #4c755f;
  gap: 40px 40px;
}
.service-contact .images {
  flex: calc(50% - 40px);
  height: auto;
}
.service-contact .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-contact .service-cntct-desc {
  flex: calc(50% - 40px);
  padding-right: 40px;
  padding-block: 30px;
}
.service-contact .service-cntct-desc .desc {
  margin-bottom: 30px;
}
.service-contact .service-cntct-desc .desc h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  padding-bottom: 10px;
  line-height: 1.1;
}
.service-contact .service-cntct-desc .desc p {
  font-size: 0.9375rem;
  color: #fff;
  opacity: 0.9;
}

@media screen and (max-width: 991px) {
  .service .service-top .title {
    flex: 0 0 50%;
    padding-right: 50px;
  }
  .service .service-top .title h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .service .service-bottom .services-block {
    flex: 0 0 calc(50% - 20px);
  }
  .service-contact {
    flex-direction: column;
    gap: 20px;
  }
  .service-contact .service-cntct-desc {
    padding: 30px;
    padding-top: 0;
  }
  .full-width {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-top {
    flex-direction: column;
    text-align: center;
  }
  .service .service-top .title {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-contact .service-cntct-desc .desc h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .service-contact {
    flex-direction: column;
  }
  .service-contact .service-cntct-desc {
    width: 100%;
    justify-content: center;
  }
  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-top .title h2 {
    font-size: 24x;
  }
  .service .service-bottom {
    flex-direction: column;
  }
  .service .service-bottom .services-block {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.testimonial {
  padding: 80px 0;
  background-color: #0a3e2d;
}
.testimonial .testi-title {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial .testi-title h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.testimonial .testi-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testi-wrapper .testi-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  object-position: center;
  padding: 40px 20px;
  background-color: #eaefe4;
  border: 1px solid #eaefe4;
}
.testimonial .testi-wrapper .testi-block img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: auto;
  object-position: center;
  object-fit: contain;
}
.testimonial .testi-wrapper .testi-block .cmnt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}
.testimonial .testi-wrapper .testi-block .cmnt .star-icon i {
  padding: 0 2px;
  color: #0a3e2d;
}
.testimonial .testi-wrapper .testi-block .cmnt p {
  padding: 20px 0;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail p {
  padding: 10px 0;
}

.quote {
  padding: 80px 0;
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.quote .form {
  position: relative;
  padding: 60px;
  background-color: rgba(76, 117, 95, 0.8);
}
.quote .form .title {
  padding-bottom: 40px;
}
.quote .form .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 800;
}
.quote .form .title p {
  font-size: 16px;
  color: #fff;
}
.quote .form .select-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.quote .form .select-bar .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.quote .form .select-bar .select-option {
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 16px;
  color: #343434;
}
.quote .form .select-bar .select-option:focus {
  outline: none;
}
.quote .form .form-group {
  margin-bottom: 20px;
}
.quote .form .form-group .form-control {
  padding: 10px;
  border-radius: 4px;
  color: #343434;
  resize: none;
}
.quote .form .form-group .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

footer {
  background-color: #fff;
  padding: 70px 0 0 0;
}
footer .footer-block .logo {
  width: 200px;
}
footer .footer-block .logo img {
  width: 100%;
}
footer .footer-block .footer-about-desc {
  padding-top: 20px;
}
footer .footer-block .footer-about-desc p {
  font-size: 0.875rem;
}
footer .footer-block .social-icon-wrap {
  margin-top: 10px;
}
footer .footer-block .social-icon-wrap a {
  overflow: visible;
}
footer .footer-block .social-icon-wrap a i {
  font-size: 1.25rem;
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}
footer .footer-block .social-icon-wrap a:hover i {
  color: #0a3e2d;
}
footer .footer-block .quote-block {
  padding: 5px 0;
}
footer .footer-block .quote-block h6 {
  font-size: 1.025rem;
  color: #0a3e2d;
  font-weight: 600;
}
footer .footer-block .quote-block p {
  font-size: 0.875rem;
  color: #8a8a8a;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a3e2d;
  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: #0a3e2d;
}
footer .footer-block ul li .quick-link,
footer .footer-block ul li a {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  line-height: 1.5;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .quick-link:hover,
footer .footer-block ul li a:hover {
  color: #0a3e2d;
}
footer .footer-block ul li .footer-contact {
  display: flex;
  align-items: center;
  gap: 0 8px;
  transition: 0.5s ease-in-out;
  margin-bottom: 10px;
}
footer .footer-block ul li .footer-contact i {
  font-size: 1rem;
  color: #0a3e2d;
}
footer .footer-block ul li .footer-contact p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
footer .footer-block ul li .footer-contact .wrap-it {
  overflow-wrap: anywhere;
  line-height: 1.1;
}
footer .footer-block ul li .footer-contact:hover p {
  color: #0a3e2d;
}
footer .footer-block ul li .footer-contact .abn {
  line-height: 1.5;
  font-size: 0.6125rem;
  padding: 2px;
  border: 1px solid #0a3e2d;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul li .footer-contact .abn:hover {
  background-color: #0a3e2d;
  color: #fff;
}

.footer-bottom {
  padding: 10px 0;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  gap: 0 5px;
}
.footer-bottom .bottom-wrapper .block p,
.footer-bottom .bottom-wrapper .block a {
  font-family: "Mulish", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-bottom .bottom-wrapper .develop .text-center,
.footer-bottom .bottom-wrapper .develop a {
  font-size: 0.875rem;
  font-family: "Mulish", sans-serif;
  padding: 0 4px;
  line-height: 1.5;
}
.footer-bottom .bottom-wrapper a {
  color: #0a3e2d;
  transition: 0.3s ease-in-out;
}
.footer-bottom .bottom-wrapper a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 50px 0 0 0;
  }
  footer .col-md-12:last-child .footer-block {
    margin-bottom: 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-block .logo {
    margin: 0 auto;
    width: 180px;
  }
  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 a,
  footer .footer-block ul li .quick-link {
    font-size: 0.875rem;
  }
  footer .footer-block ul li .footer-contact {
    justify-content: center;
  }
  footer .footer-block ul li .footer-contact i {
    font-size: 0.75rem;
  }
  footer .footer-block ul li .footer-contact p {
    font-size: 0.875rem;
  }
  footer .footer-block ul li:last-child .footer-contact {
    margin-bottom: 0;
  }
}
@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;
  }
}
.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: #1c1c1c;
}
.thanks .message {
  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: #0a3e2d;
  border: 1px solid #0a3e2d;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  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: #0a3e2d;
}
.thanks .redirect:hover h5 {
  color: #0a3e2d;
}

.about_us .about-top-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.about_us .about-top-section .about-content {
  flex-basis: calc(50% - 40px);
  padding-bottom: 40px;
}
.about_us .about-top-section .about-content .header-title {
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
}
.about_us .about-top-section .about-content .header-title::before {
  display: none;
}
.about_us .about-top-section .about-content .header-title h1 {
  font-weight: 700;
}
.about_us .about-top-section .about-content .para {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #8a8a8a;
  padding-top: 20px;
}
.about_us .about-top-section .image {
  flex-basis: calc(50% - 40px);
  text-align: center;
  position: relative;
}
.about_us .about-top-section .image::before, .about_us .about-top-section .image::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.about_us .about-top-section .image::before {
  top: -20px;
  right: -20px;
  background-color: #0a3e2d;
}
.about_us .about-top-section .image::after {
  bottom: -20px;
  left: -20px;
  background-color: #1c1c1c;
}
.about_us .about-top-section .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 991px) {
  .about_us .about-top-section {
    flex-direction: column;
  }
  .about_us .about-top-section .about-content {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about_us .about-top-section .about-content {
    padding-bottom: 0;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .about_us .about-top-section .about-content .header-title {
    text-align: center;
  }
  .about_us .about-top-section .about-content .header-title h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .about_us .about-top-section .image::before, .about_us .about-top-section .image::after {
    width: 100%;
    height: 100px;
  }
  .about_us .about-top-section .image::before {
    top: -10px;
    right: 0;
  }
  .about_us .about-top-section .image::after {
    bottom: -10px;
    left: 0;
  }
}
.page-portfolio .gallery .gallery-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  gap: 10px;
}
.page-portfolio .gallery .gallery-image-wrapper .images {
  flex: 0 0 calc(25% - 10px);
  border: none;
}

@media screen and (max-width: 991px) {
  .page-portfolio .gallery .gallery-image-wrapper .images {
    flex: 0 0 calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .page-portfolio .gallery .gallery-image-wrapper {
    flex-direction: column;
  }
}
.service-section {
  padding: 80px 0;
}
.service-section .service-wrapper .block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(138, 138, 138, 0.2);
  padding: 15px 10px;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .block .figure {
  flex: 0 0 calc(45% - 20px);
}
.service-section .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-section .service-wrapper .block .text {
  flex: 0 0 55%;
  padding: 15px 0;
}
.service-section .service-wrapper .block .text h6 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #0a3e2d;
}
.service-section .service-wrapper .block .text p {
  font-size: 0.9375rem;
  color: #8a8a8a;
  margin-bottom: 10px;
}
.service-section .service-wrapper .block .text p.para {
  min-height: 90px;
}
.service-section .service-wrapper .block:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 12px -4px #333;
  cursor: pointer;
}
.service-section .service-wrapper .block.reverse-block {
  flex-direction: row-reverse;
}

.titles {
  text-align: center;
  padding-bottom: 40px;
}
.titles h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.titles h2 {
  font-size: 36px;
  color: #ff9933;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .service-section {
    padding: 50px 0;
  }
  .service-section .titles {
    padding-bottom: 40px;
    text-align: center;
  }
  .service-section .service-wrapper .block {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .service-section .service-wrapper .block.reverse-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 30px 0;
  }
  .service-section .titles {
    padding-bottom: 30px;
  }
  .service-section .titles h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  .service-section .titles h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .service-section .service-wrapper .block {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .service-section .titles {
    padding-bottom: 15px;
  }
  .service-section .service-wrapper .block {
    height: auto;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .service-section .service-wrapper .block .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .service-section .titles {
    padding-bottom: 10px;
  }
  .service-section .titles h5 {
    line-height: 1.5;
  }
  .service-section .titles h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .service-section .titles h5 {
    font-size: 15px;
  }
  .service-section .titles h2 {
    font-size: 20px;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .service-section .service-wrapper .block .text p {
    padding: 0;
    font-size: 12px;
  }
}
.page-contact {
  margin: 80px 0;
}
.page-contact .container {
  width: 85%;
  margin: auto;
}
.page-contact .contact-title {
  text-align: center;
  margin-bottom: 60px;
}
.page-contact .contact-title h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.page-contact .contact-title h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  padding-top: 10px;
}
.page-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrapper .contact-info {
  flex: 0 0 40%;
  padding: 40px 40px;
  background-color: rgba(10, 62, 45, 0.3);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.page-contact .contact-wrapper .contact-info::before {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
}
.page-contact .contact-wrapper .contact-info::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #525252;
}
.page-contact .contact-wrapper .contact-info .desc h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}
.page-contact .contact-wrapper .contact-info .desc p {
  font-size: 0.875rem;
  color: #333;
  padding-top: 10px;
}
.page-contact .contact-wrapper .contact-info .info {
  margin: 40px 0;
}
.page-contact .contact-wrapper .contact-info .info .co-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .icon i {
  font-size: 0.875rem;
  color: #333;
  padding-right: 10px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .text .info-link {
  font-size: 1rem;
  color: #333;
  overflow-wrap: anywhere;
}
.page-contact .contact-wrapper .contact-info .info .co-detail:last-child {
  margin-bottom: 0;
}
.page-contact .contact-wrapper .contact-info .contact-social-link {
  display: flex;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
  margin-right: 30px;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0a3e2d;
  z-index: -1;
  border-radius: 4px;
  transition: 0.3s ease-out;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img i {
  font-size: 0.875rem;
  color: #fff;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link:hover::before {
  background-color: #3b5998;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.insta:hover::before {
  background-color: #125688;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.twit:hover::before {
  background-color: #55acee;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link.linke:hover::before {
  background-color: #0077b5;
}
.page-contact .contact-wrapper .contact-form {
  flex: 0 0 calc(60% - 20px);
}
.page-contact .contact-wrapper .contact-form .title h5 {
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-form .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contact .contact-wrapper .contact-form .form .form-block {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.page-contact .contact-wrapper .contact-form .form .form-block label {
  font-size: 0.875rem;
  color: #333;
}
.page-contact .contact-wrapper .contact-form .form .form-block .form-fill {
  padding: 8px 10px;
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 4px;
  background-color: transparent;
  resize: none;
  color: #333;
}
.page-contact .contact-wrapper .contact-form .form .form-block .form-fill:focus {
  outline: none;
  box-shadow: none;
}
.page-contact .contact-wrapper .contact-form .form .form-block:nth-child(5) {
  flex: 0 0 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-contact {
    margin: 60px 0;
  }
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img {
    line-height: 35px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img img {
    width: 15px;
  }
}
@media screen and (max-width: 800px) {
  .page-contact {
    margin: 40px 0;
  }
  .page-contact .contact-wrapper {
    flex-direction: column-reverse;
  }
  .page-contact .contact-wrapper .contact-form {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact {
    margin: 30px 0;
  }
  .page-contact .contact-wrapper .contact-form {
    margin-bottom: 30px;
  }
  .page-contact .contact-wrapper .contact-form .form {
    flex-direction: column;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #1c1c1c;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #0a3e2d;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #fff;
  color: #0a3e2d;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery .container {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery .container .gallery-wrapper .block .image {
  aspect-ratio: 3/2;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #0a3e2d;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #646464;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

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