/*!
Theme Name: Code Crewz - Dekora Pro Painters 
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Dekora Pro Painters
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_dekorapropainters 
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 - Dekora Pro Painters 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/css?family=Gabriela|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #8a8a8a;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

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

a {
  font-family: "Open Sans", sans-serif;
  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;
}
a:hover img {
  transform: scale(1.1);
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border: 2px solid #50543d;
  background-color: #50543d;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #50543d;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
  font-size: 12px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #50543d;
  color: #50543d;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #50543d;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #50543d;
  color: #fff;
  border-color: #50543d;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #50543d;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #a8ab97;
  color: #fff;
  border-color: #a8ab97;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #a8ab97;
  color: #000;
}

@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: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(80, 84, 61, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #343628;
  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: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

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

figure {
  margin: 0;
}

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

.navbar-brand:hover img {
  transform: scale(1);
}

i {
  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(80, 84, 61, 0.7);
  border-radius: 100%;
}

.section-map iframe {
  display: block;
  height: 450px;
  width: 100%;
}

.socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  text-align: center;
  margin: 0 0.3em;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.socials li a i {
  font-size: 12px;
}
.socials li a:hover {
  border-color: white;
}
.socials li a:hover i {
  color: #a8ab97;
}
@media screen and (max-width: 992px) {
  .socials {
    display: flex;
    flex-direction: row;
  }
  .socials li a {
    border-color: rgba(80, 84, 61, 0.7);
  }
}

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.section-header h2 {
  font-size: 38px;
  font-weight: 500;
  color: #1c1c1c;
}
.section-header h2 span {
  color: #a8ab97;
}
.section-header h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #50543d;
  margin: 10px auto;
}
.section-header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #8a8a8a;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.section-header.left {
  border-left: 5px solid #50543d;
  padding: 2px 0 2px 20px;
  text-align: left;
}
.section-header.left h2::after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
  .section-header {
    margin-bottom: 30px;
  }
  .section-header h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
  .section-header h2 {
    font-size: 30px;
  }
  .section-header h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section-header h2 {
    font-size: 24px;
  }
  .section-map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .section-header h2 {
    font-size: 20px;
  }
  .section-header h6 {
    font-size: 13px;
  }
  .section-map iframe {
    height: 240px;
  }
}
.slick-slide:focus {
  outline: none;
}

.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: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  display: none;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #50543d;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  background-color: #fff;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

#breadcrumb {
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  z-index: -1;
}
#breadcrumb h1 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-block: 10px;
}
#breadcrumb .breadcrumb-wrapper a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
#breadcrumb .breadcrumb-wrapper a:hover {
  color: #50543d;
}
#breadcrumb .breadcrumb-wrapper span {
  color: #f8f8f8;
}

/* Index Section Style */
header {
  transition: 0.4s all;
  background-color: #50543d;
  background: linear-gradient(123deg, #50543d 30%, #2c8e4e 100%);
}
header .top-bar {
  background-color: #000;
}
header .top-bar .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .top-bar .wrapper i,
header .top-bar .wrapper span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
header .top-bar .wrapper i {
  margin-right: 8px;
}
header .top-bar .wrapper h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
header .top-bar .wrapper .item-wrapper {
  flex: 0 0 50%;
  justify-content: flex-end;
  padding: 10px;
}
header .top-bar .social-links {
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .top-bar .social-links::before {
  content: "|";
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin-right: 15px;
}
header .top-bar .social-links i {
  margin-right: 0;
  margin-left: 10px;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: space-between;
  align-items: center;
}
header .navbar-collapse .logo {
  flex: 0 0 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
header .navbar-collapse .logo .navbar-brand {
  display: block;
  z-index: 9999;
  overflow: inherit;
}
header .navbar-collapse .logo .navbar-brand figure {
  max-width: 110px;
  position: relative;
}
header .navbar-collapse .navbar-nav {
  flex: 0 0 40%;
  align-items: center;
  /* Dropdown Menu */
}
header .navbar-collapse .navbar-nav .mobile-only {
  display: none;
}
header .navbar-collapse .navbar-nav.left .nav-item:first-child .nav-link {
  padding-left: 0;
  margin-left: 0;
}
header .navbar-collapse .navbar-nav.right {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav.right .nav-item:last-child .nav-link {
  padding-right: 0;
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  border: 1px solid #50543d;
  padding: 7px 22px;
  color: #50543d;
  font-size: 13px;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  background-color: #50543d;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #a8ab97;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #1c1c1c;
  padding: 0;
  overflow: hidden;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
  padding: 5px;
  margin: 8px 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
  margin: 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:hover {
  background-color: #ffffff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:hover .nav-link {
  color: #50543d;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #36454f;
  box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
header.fixed-header .top-bar {
  display: none;
}
header.fixed-header .navbar {
  padding-bottom: 0;
}
header.fixed-header .navbar-collapse .logo {
  margin-top: -10px;
}
header.fixed-header .navbar-collapse .logo .navbar-brand {
  padding-bottom: 0;
}
header.fixed-header .navbar-collapse .logo .navbar-brand figure {
  max-width: 100px;
}

@media screen and (max-width: 992px) {
  header .top-bar {
    display: none;
  }
  header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
  }
  header .navbar .navbar-brand figure {
    max-width: 80px;
  }
  header .navbar-collapse .logo {
    display: none;
  }
  header .navbar-collapse .navbar-nav {
    flex: 0 0 100%;
    align-items: center;
    /* Dropdown Menu */
  }
  header .navbar-collapse .navbar-nav.left .nav-item {
    padding: 0;
    margin: 0;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 8px 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    border: 1px solid #50543d;
    padding: 7px 22px;
    color: #50543d;
    font-size: 13px;
  }
  header .navbar-collapse .navbar-nav .nav-link.button:hover {
    background-color: #50543d;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-link:hover {
    color: #a8ab97;
  }
  header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #1c1c1c;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1c1c1c;
  }
  header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar-toggler[aria-expanded=true] svg {
    fill: #1c1c1c;
  }
  header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
}
.banner {
  position: relative;
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background: url(images/shape.png) no-repeat center 100%/contain;
  display: none;
}
.banner .slider .block .image {
  position: relative;
  max-height: calc(100vh - 135px);
  overflow: hidden;
  margin-left: -1px;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.banner .slider .block .image img {
  height: 100%;
  width: 100%;
  max-width: initial;
}
.banner .slider .block .text {
  position: absolute;
  bottom: 0;
  left: auto;
  width: 450px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.banner .slider .block .text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 10px;
}
.banner .slider .block .text .button {
  margin: 0;
  margin-top: 25px;
  position: relative;
  border-color: #fff;
}
.banner .slider .block .text .button a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 8px 32px 8px 45px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  color: #fff;
  position: relative;
}
.banner .slider .block .text .button a i {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 28px;
}
.banner .slider .block .text .button a:hover {
  background-color: #fff;
  color: #1c1c1c;
}
.banner .slider .block .text .button a:hover i {
  border-color: #1c1c1c;
}
.banner .slider .slick-arrow {
  z-index: 9;
}
.banner .slider .slick-arrow.left {
  left: 0;
}
.banner .slider .slick-arrow.right {
  right: 0;
}
.banner .slider .slick-arrow i {
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
.banner .slider .slick-arrow i:hover {
  opacity: 1;
}

.bannerform {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  width: 400px;
  padding: 40px 60px;
}
.bannerform .form-title h4 {
  font-size: 20px;
  color: #fff;
  word-spacing: 0.02em;
  padding-bottom: 20px;
}
.bannerform .form-wrapper {
  display: flex;
  flex-direction: column;
}
.bannerform .form-wrapper .form-info {
  margin-bottom: 20px;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  resize: none;
}
.bannerform .form-wrapper .form-info option {
  padding: 0;
  color: #333;
}
.bannerform .form-wrapper .form-info::placeholder {
  color: #fff;
}
.bannerform .form-wrapper .form-submit-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  width: 150px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.bannerform .form-wrapper .form-submit-btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .bannerform {
    width: 320px;
    padding: 20px;
  }
  .bannerform .form-title h4 {
    font-size: 18px;
  }
  .bannerform .form-wrapper .form-info {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .bannerform .form-wrapper textarea {
    height: 80px;
  }
  .bannerform .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slider .block .text h4 {
    font-size: 16px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
  .bannerform {
    position: relative;
    transform: translateY(0);
    right: 0;
    width: 100%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.9);
  }
  .bannerform .form-wrapper .form-submit-btn {
    width: 165px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .text {
    width: 100%;
    position: relative;
    background-color: #50543d;
    margin-top: -40px;
  }
  .banner .slider .block .text h4 {
    font-size: 14px;
    font-weight: 400;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    height: 300px;
    width: auto;
  }
  .banner .slider .block .image img {
    width: auto;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.section-about {
  position: relative;
  background-color: #50543d;
  background: linear-gradient(123deg, #50543d 30%, #2c8e4e 100%);
}
.section-about .section-header h2,
.section-about .section-header span {
  color: #fff;
}
.section-about .section-header h2::after {
  display: none;
}
.section-about .section-header p {
  color: #ffffff;
  margin-top: 5px;
}
.section-about .wrapper {
  position: relative;
  z-index: 1;
}
.section-about .absolute-image {
  max-width: 150px;
  margin-inline: auto;
  margin-top: 20px;
  background-color: #ffffff;
  padding: 10px;
  z-index: -1;
}
.section-about .absolute-image img {
  width: 100%;
  height: 100%;
}
.section-about .about-desc p {
  font-size: 16px;
  color: #dedede;
  line-height: 1.6;
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.section-about .about-desc p:first-child {
  margin-top: 0;
}
.section-about .about-desc .button {
  text-align: center;
  margin-top: 30px;
}
.section-about .about-desc .button .btn {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 32px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
}
.section-about .about-desc .button .btn:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

@media screen and (max-width: 767px) {
  .section-about {
    position: relative;
  }
  .section-about .about-desc p {
    font-size: 14px;
  }
  .section-about .about-desc .button {
    margin-top: 20px;
  }
  .section-about .about-desc .button .btn {
    font-size: 12px;
    padding: 8px 26px;
  }
}
.section-features {
  position: relative;
  overflow: hidden;
}
.section-features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1c1c;
  z-index: 1;
}
.section-features .section-header {
  position: relative;
  z-index: 2;
}
.section-features .section-header h2 {
  color: #fff;
}
.section-features .section-header h2 span {
  color: #fff;
}
.section-features .wrapper {
  position: relative;
  z-index: 2;
}
.section-features .wrapper .item {
  margin-bottom: 40px;
}
.section-features .wrapper .item img {
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}
.section-features .wrapper .item .content {
  background-color: #fff;
  text-align: center;
  padding: 10px 10px 30px 10px;
}
.section-features .wrapper .item .content .icon i {
  font-size: 40px;
  color: #a8ab97;
  height: 80px;
  width: 80px;
  background-color: #fff;
  margin-top: -30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
}
.section-features .wrapper .item .content h3 {
  font-size: 18px;
  color: #1c1c1c;
  margin-bottom: 30px;
}
.section-features .wrapper .item .content h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #dedede;
  margin: 15px auto;
}

@media screen and (max-width: 991px) {
  .section-features .wrapper {
    position: relative;
  }
  .section-features .wrapper .item .content .icon {
    margin-top: -10px;
  }
  .section-features .wrapper .item .content .icon i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .section-features .wrapper .item .content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section-services {
  background: url(images/service-bg.jpg) no-repeat center 100%/cover;
  position: relative;
}
.section-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #50543d;
  background: linear-gradient(123deg, #50543d 30%, #2c8e4e 100%);
}
.section-services .section-header {
  position: relative;
}
.section-services .section-header h2 {
  color: #fff;
}
.section-services .section-header h2 span {
  color: #fff;
}
.section-services .block {
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.section-services .block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.section-services .block .text {
  text-align: center;
  padding: 15px 15px 20px 15px;
}
.section-services .block .text .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #1c1c1c;
}
.section-services .block .text .button {
  margin-top: 20px;
  text-align: center;
}
.section-services .block::before, .section-services .block::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 95%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.section-services .block::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media screen and (max-width: 992px) {
  .section-services .block .text {
    padding: 10px 6px;
  }
  .section-services .block .text .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section-services .block {
    margin-bottom: 20px;
  }
  .section-services .block .text {
    padding: 10px;
  }
  .section-services .block .text .title {
    font-size: 16px;
  }
}
.mfp-gallery {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2);
}

.section-gallery {
  background-color: #1c1c1c;
}
.section-gallery .section-header h2 {
  color: #fff;
}
.section-gallery .section-header h2 span {
  color: #fff;
}
.section-gallery .gallery-block .item {
  width: 100%;
}
.section-gallery .gallery-block .item a {
  height: auto;
}
.section-gallery .gallery-block .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gallery .main-button {
  margin-top: 30px;
  text-align: center;
}

.choose-us .choose-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.choose-us .choose-wrapper .choose-block {
  flex-basis: 40%;
}
.choose-us .choose-wrapper .choose-block .section-header {
  text-align: left;
}
.choose-us .choose-wrapper .choose-block .section-header h2 {
  text-transform: capitalize;
}
.choose-us .choose-wrapper .choose-block .section-header h2::after {
  display: none;
}
.choose-us .choose-wrapper .choose-block:last-child {
  flex-basis: 50%;
}
.choose-us .choose-wrapper .choose-block .choose-content {
  text-align: right;
  position: relative;
  z-index: 1;
  height: 100%;
}
.choose-us .choose-wrapper .choose-block .choose-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  height: 100%;
  border: 8px solid #1c1c1c;
  z-index: -2;
}
.choose-us .choose-wrapper .choose-block .choose-content::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-image: linear-gradient(to bottom, #50543d, #a8ab97);
  z-index: -1;
}
.choose-us .choose-wrapper .choose-block .choose-content .desc {
  margin: 0 60px;
  padding-top: 40px;
  position: relative;
}
.choose-us .choose-wrapper .choose-block .choose-content .desc h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  word-spacing: 0.3rem;
  padding-top: 10px;
}
.choose-us .choose-wrapper .choose-block .choose-content .desc h4 span {
  display: block;
  font-size: 2rem;
}
.choose-us .choose-wrapper .choose-block .choose-content .desc p {
  padding: 20px 0;
}
.choose-us .choose-wrapper .choose-block .choose-content .image {
  position: relative;
  height: 100%;
}
.choose-us .choose-wrapper .choose-block .choose-content .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  padding-block: 20px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box:last-child {
  margin-bottom: 0;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #a8ab97;
  transition: 0.4s ease-out;
  position: relative;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #a8ab97;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  z-index: 111;
  transition: 0.5s ease-in-out;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon:hover::before {
  width: 0;
  height: 0;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .icon-wrap .icon:hover i {
  color: #a8ab97;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .text {
  padding-left: 15px;
}
.choose-us .choose-wrapper .choose-block .contents .small-box .text h5 {
  font-size: 18px;
  text-transform: capitalize;
  word-spacing: 0.2rem;
  color: #a8ab97;
  line-height: 1;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .choose-us .choose-wrapper {
    flex-direction: column;
    gap: 30px 20px;
  }
  .choose-us .choose-wrapper .choose-block .choose-content::before {
    left: 45%;
  }
}
@media screen and (max-width: 992px) {
  .choose-us .choose-wrapper .choose-block .choose-content {
    margin-bottom: 40px;
  }
  .choose-us .choose-wrapper .choose-block .choose-content .image img {
    aspect-ratio: 3/2;
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .choose-us .choose-wrapper .choose-block .choose-content::before, .choose-us .choose-wrapper .choose-block .choose-content::after {
    display: none;
  }
  .choose-us .choose-wrapper .choose-block .choose-content .desc {
    margin: 0 40px;
  }
  .choose-us .choose-wrapper .choose-block .choose-content .desc p {
    padding: 10px 0;
    font-size: 0.875rem;
    text-align: center;
  }
  .choose-us .choose-wrapper .choose-block .contents {
    margin-top: 60px;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box {
    margin-bottom: 20px;
  }
  .choose-us .choose-wrapper .choose-block .contents .small-box .text h5 {
    font-size: 1rem;
    text-transform: capitalize;
  }
}
.section-quote .main-image {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.section-quote .main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 28, 28, 0.7);
}
.section-quote .main-image .text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  color: #fff;
  text-align: center;
}
.section-quote .main-image .text h6,
.section-quote .main-image .text h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-quote .main-image .text h3 {
  font-size: 48px;
}
.section-quote .wrapper .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 990px;
  margin: 0 auto;
  margin-top: -150px;
  background-color: #fff;
  position: relative;
}
.section-quote .wrapper .block-wrapper .block {
  flex: 0 0 calc(50% - 40px);
}
.section-quote .wrapper .block-wrapper .block .quote-wrap {
  padding: 40px;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .form .form-group {
  font-size: 15px;
  color: #8a8a8a;
  line-height: 1.2;
  padding: 10px;
  color: #1c1c1c;
}
.section-quote .wrapper .block-wrapper .block .quote-wrap .form textarea {
  resize: none;
  min-height: 100px;
}
.section-quote .wrapper .block-wrapper .block .quote-man {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-quote .wrapper .block-wrapper .block .quote-man img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-quote .wrapper .block-wrapper .block .quote-man:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 991px) {
  .section-quote .main-image {
    height: 400px;
  }
  .section-quote .main-image .text {
    top: 100px;
  }
  .section-quote .main-image .text h6,
  .section-quote .main-image .text h3 {
    font-size: 16px;
  }
  .section-quote .main-image .text h3 {
    font-size: 24px;
  }
  .section-quote .wrapper .block-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .section-quote .wrapper .block-wrapper .block {
    flex: 0 0 50%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-wrap {
    padding: 20px;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-quote .main-image {
    height: 300px;
  }
  .section-quote .main-image .text {
    top: 80px;
  }
  .section-quote .wrapper .block-wrapper {
    max-width: 450px;
    margin-top: -100px;
  }
  .section-quote .wrapper .block-wrapper .block {
    flex: 0 0 100%;
  }
  .section-quote .wrapper .block-wrapper .block .quote-man {
    display: none;
  }
}
.section-testimonials {
  background-color: #50543d;
  background: linear-gradient(123deg, #50543d 30%, #2c8e4e 100%);
}
.section-testimonials .section-header h2 {
  color: #fff;
}
.section-testimonials .section-header h2 span {
  color: #fff;
}
.section-testimonials .wrapper .block {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  margin: 5px;
  border-radius: 6px;
  box-shadow: 0px 4px 47px 0px rgba(160, 190, 212, 0.22);
}
.section-testimonials .wrapper .block .image img {
  width: 70px;
  height: 70px;
  object-position: center;
  object-fit: cover;
  line-height: 70px;
  border-radius: 100%;
  margin: 0 auto;
}
.section-testimonials .wrapper .block .title {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  margin-top: 20px;
}
.section-testimonials .wrapper .block .subtitle {
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0;
  color: #50543d;
}
.section-testimonials .wrapper .block .subtitle::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #50543d;
  margin: 20px auto 10px auto;
}
.section-testimonials .wrapper .block .ratings {
  margin-top: 20px;
}
.section-testimonials .wrapper .block .ratings i {
  margin: 1px;
  color: #ffd21f;
}

@media screen and (max-width: 767px) {
  .section-testimonials .wrapper .block .title {
    font-size: 18px;
  }
  .section-testimonials .wrapper .block .subtitle {
    font-size: 14px;
  }
  .section-testimonials .wrapper .block .subtitle::after {
    margin: 10px auto 10px auto;
  }
}
.section-brands .section-header h2 {
  color: #fff;
}
.section-brands .wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}
.section-brands .wrapper ul li {
  text-align: center;
  margin-inline: 10px;
}
.section-brands .wrapper ul li img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .section-brands .wrapper {
    padding: 25px;
  }
}
footer {
  background-color: #1c1c1c;
  padding: 50px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 220px;
}
footer .footer-block .about p {
  font-size: 14px;
  color: #fff;
  padding-right: 30px;
}
footer .footer-block .about strong {
  font-size: 16px;
  display: block;
}
footer .footer-block .follow {
  margin-top: 30px;
}
footer .footer-block .follow h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
footer .footer-block .follow ul {
  display: flex;
  flex-direction: row;
}
footer .footer-block .follow ul li {
  margin-right: 10px;
}
footer .footer-block .follow ul li a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  color: #fff;
}
footer .footer-block .follow ul li a i {
  margin: 0;
  font-size: 13px;
}
footer .footer-block .follow ul li a:hover {
  background-color: #fff;
  color: #50543d;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
footer .footer-block .footer-title h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #fff;
  margin-top: 10px;
}
footer .footer-block .footer-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  margin-top: 4px;
  background-color: #a8ab97;
}
footer .footer-block .links h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
footer .footer-block .links li {
  margin: 10px 0;
}
footer .footer-block .links li a {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
  padding: 3px 0;
}
footer .footer-block .links li i {
  margin-right: 8px;
}
footer .footer-block .links li .info {
  font-size: 14px;
  color: #fff;
  word-break: break-all;
}
footer .footer-block .links li a,
footer .footer-block .links li .info:hover {
  color: #50543d;
}
footer .footer-block .links.menu li a {
  position: relative;
  color: #fff;
}
footer .footer-block .links.menu li a::before {
  content: "\f054";
  font-size: 12px;
  margin-right: 10px;
  font-family: "fontAwesome";
}
footer .footer-block .links .links {
  margin-top: 15px;
  display: flex;
}
footer .footer-block .links .links li {
  margin: 0;
}
footer .footer-block .links .links li:first-child a {
  margin-left: 0;
}
footer .footer-block .links .links a {
  margin: 0 7px;
  color: #fff;
}
footer .footer-block .list {
  flex-wrap: wrap;
}
footer .footer-block .list li {
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px 15px 0;
}

.footer-bottom {
  background-color: #1c1c1c;
  padding: 8px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.footer-bottom .wrapper p {
  color: #f8f8f8;
}
.footer-bottom .wrapper a {
  color: #fff;
  margin-left: 6px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0;
  }
  footer .footer-block .about p {
    padding-right: 15px;
  }
  footer .footer-block .links h5 {
    font-size: 14px;
  }
  footer .footer-block .links.information li .info span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-block .about p {
    padding: 10px;
    margin-bottom: 20px;
  }
  footer .footer-block .follow ul {
    justify-content: center;
  }
  footer .footer-block .footer-title h3 {
    font-size: 14px;
  }
  footer .footer-block .footer-title h3::after {
    margin: 10px auto;
    margin-bottom: 0;
  }
  footer .footer-block .footer-title::after {
    margin: 4px auto;
  }
  footer .footer-block .links.menu li a::before {
    display: none;
  }
  footer .footer-block .links .links {
    justify-content: center;
  }
  footer .footer-block .list {
    justify-content: center;
  }
  footer .footer-block .list li {
    flex: 0 0 calc(25% - 30px);
    margin: 0 8px 8px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  footer .footer-block .list li {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 15px 0;
  }
}
.page-about .section-about .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.page-about .section-about .wrapper .about-desc {
  flex-basis: calc(50% - 30px);
}
.page-about .section-about .wrapper .about-desc .section-header {
  text-align: left;
  margin-bottom: 20px;
}
.page-about .section-about .wrapper .about-desc .section-header h2::after {
  margin: 0;
}
.page-about .section-about .wrapper .about-desc p {
  text-align: left;
  margin-top: 20px;
}
.page-about .section-about .wrapper .about-desc p:first-child {
  margin-top: 0;
}
.page-about .section-about .wrapper .about-image {
  flex-basis: calc(50% - 30px);
}
.page-about .section-about .wrapper .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .section-about .wrapper.reverse-wrapper {
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .page-about .section-about .wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .page-about .section-about .wrapper .about-desc .section-header {
    text-align: left;
    margin-bottom: 20px;
  }
  .page-about .section-about .wrapper .about-desc .section-header h2::after {
    margin: 0;
  }
  .page-about .section-about .wrapper .about-desc p {
    text-align: left;
    margin-top: 20px;
  }
  .page-about .section-about .wrapper .about-desc p:first-child {
    margin-top: 0;
  }
  .page-about .section-about .wrapper .about-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  .page-about .section-about .wrapper.reverse-wrapper {
    margin-top: 30px;
    flex-direction: column;
  }
}
.page-gallery .section-gallery {
  background-color: transparent;
}

.gallery-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.gallery-block .item {
  flex-basis: calc(25% - 10px);
  height: auto;
}
.gallery-block .item a {
  width: 100%;
}
.gallery-block .item a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 5px;
}
.gallery-block .item a h6 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 5px;
}

@media screen and (max-width: 992px) {
  .gallery-block .item {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-block .item {
    flex-basis: calc(50% - 10px);
  }
}
.contact_form {
  padding: 40px 0;
}
.contact_form .contact_form_title {
  padding-bottom: 40px;
  text-align: center;
}
.contact_form .contact_form_title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
}
.contact_form .contact_form_title p {
  font-size: 18px;
  font-weight: 500;
  color: #8a8a8a;
  word-spacing: 0.02em;
}
.contact_form .contact_form_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.contact_form .contact_form_wrapper .co_contact_info {
  flex-basis: calc(40% - 20px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact_form .contact_form_wrapper .co_contact_info .co_title h2 {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #1c1c1c;
}
.contact_form .contact_form_wrapper .co_contact_info .co_title p {
  font-size: 0.9375rem;
  color: #1c1c1c;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block {
  padding: 30px;
  background-color: transparent;
  border: 1px solid #a8ab97;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon {
  text-align: center;
  margin-right: 60px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-40%, -50%);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 60px solid #1c1c1c;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content {
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #50543d;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content .co_con {
  font-size: 0.9375rem;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover {
  cursor: pointer;
  background-color: #a8ab97;
  border: 1px solid #a8ab97;
  box-shadow: 2px 3px 12px -7px #1c1c1c;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .icon::before {
  border-left-color: #ffffff;
  z-index: 1;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .icon i {
  color: #a8ab97;
  position: relative;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .content h3 {
  color: #ffffff;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .content .co_con {
  color: #ffffff;
}
.contact_form .contact_form_wrapper .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
  padding: 30px;
  flex-basis: calc(60% - 20px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 10px;
}
.contact_form .contact_form_wrapper .form .personal_info_title {
  flex-basis: 100%;
}
.contact_form .contact_form_wrapper .form .personal_info_title h5 {
  font-size: 26px;
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_form .contact_form_wrapper .form .personal_info_title h5 span {
  background-color: #1c1c1c;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 100%;
  color: #ffffff;
  margin-right: 8px;
}
.contact_form .contact_form_wrapper .form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
}
.contact_form .contact_form_wrapper .form .form-group .form-label.overlap {
  margin-bottom: -12px;
  margin-left: 12px;
  z-index: 2;
}
.contact_form .contact_form_wrapper .form .form-group .form-label.overlap h5 {
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  background-color: #ffffff;
  padding: 0 10px;
  display: inline-block;
}
.contact_form .contact_form_wrapper .form .form-group .form-input {
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  padding: 10px 15px;
  border: 1px solid #1c1c1c;
  border-radius: 2px;
}
.contact_form .contact_form_wrapper .form .form-group .form-input:focus {
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.contact_form .contact_form_wrapper .form .form-group.half-width {
  flex-basis: calc(50% - 15px);
}
.contact_form .contact_form_wrapper .form .form_submit_btn {
  padding: 8px 25px;
  color: #ffffff;
  background-color: #50543d;
  border: 1px solid #50543d;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .form .form_submit_btn:hover {
  background-color: transparent;
  color: #8a8a8a;
}

@media screen and (max-width: 992px) {
  .contact_form .contact_form_wrapper {
    flex-direction: column;
  }
  .contact_form .contact_form_wrapper .co_contact_info {
    flex: 0 0 calc(100% - 20px);
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title {
    text-align: center;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block {
    width: 60%;
    margin: 0 auto;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
    font-size: 16px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .contact_form .contact_form_wrapper .form {
    margin-left: 0;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 {
    font-size: 22px;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_title {
    padding-bottom: 30px;
  }
  .contact_form .contact_form_title h2 {
    font-size: 20px;
  }
  .contact_form .contact_form_title p {
    font-size: 14px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title {
    text-align: center;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title h2 {
    font-size: 18px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title p {
    font-size: 13px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block {
    width: 100%;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
    font-size: 14px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
    font-size: 15px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content .co_con {
    font-size: 13px;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 {
    font-size: 18px;
  }
  .contact_form .contact_form_wrapper .form .personal_info_title h5 span {
    font-size: 13px;
    padding: 8px 12px;
  }
  .contact_form .contact_form_wrapper .form .form-group .form-label.overlap h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .contact_form .contact_form_wrapper .form {
    flex-direction: column;
  }
}
.single-service-page {
  background-color: #50543d;
  background: linear-gradient(123deg, #50543d 30%, #2c8e4e 100%);
}

.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: #50543d;
  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: #ffffff;
  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: #ffffff;
  color: #50543d;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .section-gallery {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #f8f8f8;
}

@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 */
