@charset "UTF-8";
/*
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 Khadamat HTML Template
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

	- Desc           : Main Template CSS
	- Date           : 10/10/2020
	- Author         : OTOD
	- Author URI     : https://themeforest.net/user/otod
	- Email          : info@otod.io

   ---------------------------------------------------------------------------
   Table of content
   ---------------------------------------------------------------------------
   01. General Styles
      - Section title
      - Porfolio filter buttons
      - Inner page title banner
   02. Components
   03. Default navigation styles
   04. Slick slider resets
   05. Headers
      - Footer v-01
      - Footer v-02
      - Footer v-03
      - Footer v-04
      - Footer v-05
   06. Hero Sliders
   07. Page Sections
       - About us sections
       - About the comapany (Carpenter)
       - Services
       - Portfolio
       - Our projects
       - Testimonials
       - Quote form
       - News/Blog
       - Partners logo
       - Features
       - Newsletter
       - Why choose us
       - Appointment form
       - Cleaning services porfolio
       - Carpenter services
       - Carpenter porfolio
       - Callback
       - Factory services
       - Factory company story
       - Factory quote form
       - Counters
       - Portfolio v-03
       - Team
       - About us V-03
       - Project masonry
       - Standard project
   08. Shop pages
   09. 404 Page
   10. Contact Page
   11. Footers
      - Footer v-01
      - Footer v-02
      - Footer v-03
      - Footer v-04
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/


/* ========================================================================== *\
    01. GENERAL
\* ========================================================================== */


/*
* ------------------------------------------------------------------------------
* 						          General styles and defaults
* ------------------------------------------------------------------------------
* ------------ / General styles, colors, backgrounds, resets etc.../ -----------
* ------------------------------------------------------------------------------
*/
body {
  color: #727272;
}

a {
  transition: color 0.5s;
}

a:hover {
  text-decoration: none;
}

/* --------------------- Button hover styles --------------------- */
.btn {
  font-family: "Poppins", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  transition: all 0.5s;
}

.btn--text-black:not(:hover) {
  color: #000000;
}

.btn--text-white:not(:hover) {
  color: #ffffff;
}

.btn.btn-outline-light:hover {
  color: #222;
}

.btn.btn-primary-outline-50 {
  border-color: rgba(254, 179, 0, 0.5);
  transition: border 0.5s;
}

.btn.btn-primary-outline-50:hover {
  border-color: #feb300;
}

.btn.btn-yellow-outline-50 {
  border-color: rgba(254, 179, 0, 0.5);
  transition: border 0.5s;
}

.btn.btn-yellow-outline-50:hover {
  border-color: #feb300;
}

.btn.btn-primary-blue-outline-50 {
  border-color: rgba(0, 189, 219, 0.5);
  transition: border 0.5s;
}

.btn.btn-primary-blue-outline-50:hover {
  border-color: #5D051D;
}

.btn.btn-primary-brown-outline-50 {
  border-color: rgba(171, 116, 66, 0.5);
  transition: border 0.5s;
}

.btn.btn-primary-brown-outline-50:hover {
  border-color: #ab7442;
}

.btn.btn-primary-green-outline-50 {
  border-color: rgba(25, 185, 95, 0.5);
  transition: border 0.5s;
}

.btn.btn-primary-green-outline-50:hover {
  border-color: #19b95f;
}

.btn.btn-secondary-outline-50 {
  border-color: rgba(0, 0, 0, 0.5);
  transition: border 0.5s;
}

.btn.btn-secondary-outline-50:hover {
  border-color: #000000;
}

.btn.btn-success-outline-50 {
  border-color: rgba(40, 167, 69, 0.5);
  transition: border 0.5s;
}

.btn.btn-success-outline-50:hover {
  border-color: #28a745;
}

.btn.btn-info-outline-50 {
  border-color: rgba(23, 162, 184, 0.5);
  transition: border 0.5s;
}

.btn.btn-info-outline-50:hover {
  border-color: #17a2b8;
}

.btn.btn-warning-outline-50 {
  border-color: rgba(254, 179, 0, 0.5);
  transition: border 0.5s;
}

.btn.btn-warning-outline-50:hover {
  border-color: #feb300;
}

.btn.btn-danger-outline-50 {
  border-color: rgba(220, 53, 69, 0.5);
  transition: border 0.5s;
}

.btn.btn-danger-outline-50:hover {
  border-color: #dc3545;
}

.btn.btn-light-outline-50 {
  border-color: rgba(248, 249, 250, 0.5);
  transition: border 0.5s;
}

.btn.btn-light-outline-50:hover {
  border-color: #f8f9fa;
}

.btn.btn-dark-outline-50 {
  border-color: rgba(0, 0, 0, 0.5);
  transition: border 0.5s;
}

.btn.btn-dark-outline-50:hover {
  border-color: #000000;
}

.btn--alt-outline.btn-primary:hover {
  border-color: #feb300;
  color: #feb300;
  background-color: transparent;
}

.btn--alt-outline.btn-yellow:hover {
  border-color: #feb300;
  color: #feb300;
  background-color: transparent;
}

.btn--alt-outline.btn-primary-blue:hover {
  border-color: #5D051D;
  color: #5D051D;
  background-color: transparent;
}

.btn--alt-outline.btn-primary-brown:hover {
  border-color: #ab7442;
  color: #ab7442;
  background-color: transparent;
}

.btn--alt-outline.btn-primary-green:hover {
  border-color: #19b95f;
  color: #19b95f;
  background-color: transparent;
}

.btn--alt-outline.btn-secondary:hover {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
}

.btn--alt-outline.btn-success:hover {
  border-color: #28a745;
  color: #28a745;
  background-color: transparent;
}

.btn--alt-outline.btn-info:hover {
  border-color: #17a2b8;
  color: #17a2b8;
  background-color: transparent;
}

.btn--alt-outline.btn-warning:hover {
  border-color: #feb300;
  color: #feb300;
  background-color: transparent;
}

.btn--alt-outline.btn-danger:hover {
  border-color: #dc3545;
  color: #dc3545;
  background-color: transparent;
}

.btn--alt-outline.btn-light:hover {
  border-color: #f8f9fa;
  color: #f8f9fa;
  background-color: transparent;
}

.btn--alt-outline.btn-dark:hover {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
}

.btn--alt-dark:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn--alt-outline-dark:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.btn--alt-primary:hover {
  border-color: #feb300;
  background-color: #feb300;
}

.btn--alt-yellow:hover {
  border-color: #feb300;
  background-color: #feb300;
}

.btn--alt-primary-blue:hover {
  border-color: #5D051D;
  background-color: #5D051D;
}

.btn--alt-primary-brown:hover {
  border-color: #ab7442;
  background-color: #ab7442;
}

.btn--alt-primary-green:hover {
  border-color: #19b95f;
  background-color: #19b95f;
}

.btn--alt-secondary:hover {
  border-color: #000000;
  background-color: #000000;
}

.btn--alt-success:hover {
  border-color: #28a745;
  background-color: #28a745;
}

.btn--alt-info:hover {
  border-color: #17a2b8;
  background-color: #17a2b8;
}

.btn--alt-warning:hover {
  border-color: #feb300;
  background-color: #feb300;
}

.btn--alt-danger:hover {
  border-color: #dc3545;
  background-color: #dc3545;
}

.btn--alt-light:hover {
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}

.btn--alt-dark:hover {
  border-color: #000000;
  background-color: #000000;
}

/* --------------------- Headings --------------------- */
h1,
h2,
h3 {
  font-weight: 600;
  color: inherit;
}

h4,
h5,
h6 {
  font-weight: 500;
  color: inherit;
}

h6 {
  letter-spacing: 5px;
}

h1,
.h1 {
  font-size: 38px;
}

h2.fancy-title {
  margin-bottom: 0;
}

.text-gray {
  color: #adb5bd;
}

.font-sm p {
  font-size: 13px;
  line-height: 22px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-header p {
  letter-spacing: 5px;
}

@media (max-width: 767.98px) {
  .section-header.center-text--sm {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .section {
    padding: 80px 0;
  }
}

/* --------------------- Max width utilities --------------------- */
.max-w-1 {
  max-width: 100px;
}

.max-w-2 {
  max-width: 200px;
}

.max-w-3 {
  max-width: 300px;
}

.max-w-4 {
  max-width: 400px;
}

.max-w-5 {
  max-width: 500px;
}

.max-w-6 {
  max-width: 600px;
}

.max-w-7 {
  max-width: 700px;
}

.max-w-8 {
  max-width: 800px;
}

.max-w-9 {
  max-width: 900px;
}

.max-w-10 {
  max-width: 1000px;
}

/* --------------------- Fancy titles --------------------- */
.factory-fancy-title {
  position: relative;
  margin-top: 20px;
}

.factory-fancy-title::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #feb300;
  width: 100%;
  max-width: 30px;
}

.factory-fancy-title.text-center::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.factory-fancy-title.text-center::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .text-center>.factory-fancy-title::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
  }
}

.carpenter-fancy {
  position: relative;
}

.carpenter-fancy::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 2px;
  background: #ab7442;
  width: 100%;
  max-width: 30px;
  margin-left: 15px;
}

.carpenter-fancy.text-white::after {
  content: "";
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .carpenter-fancy.text-white::after {
    background: none;
  }
}

.fancy-title {
  position: relative;
  padding-bottom: 40px;
}

.fancy-title::after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  height: 2px;
  display: block;
  width: 100%;
  max-width: 60px;
}

.fancy-title>h2 {
  margin-bottom: 0;
}

.fancy-title>h2::after,
.fancy-title--dark::after {
  content: "";
  background: #000000;
}

.fancy-title--primary::after {
  content: "";
  background: #5D051D;
}

.fancy-title--primary3::after {
  content: "";
  background: #ab7442;
  max-width: 30px;
}

.fancy-title--primary2::after {
  content: "";
  background: #feb300;
}

.fancy-title--right::after {
  content: "";
  right: 0;
  top: 60%;
  background: #5D051D;
}

.fancy-title.text-center::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.fancy-title.text-right::after {
  content: "";
  right: 0;
}

.fancy-title.carpenter-center::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  max-width: 30px;
}

/* --------------------- Color resets --------------------- */
.border-light {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.text-primary2 {
  color: #5D051D;
}

.btn-primary2 {
  background: #5D051D;
}

.bg-primary2 {
  background-color: #5D051D;
}

.btn.btn-outline-dark:not(:hover) {
  color: #000000;
}

/* --------------------- Spacing utilities --------------------- */
.spacing-bottom {
  padding-bottom: 100px;
}

.spacing-bottom--sm {
  margin-bottom: 50px;
}

.spacing-up {
  padding-top: 100px;
}

.spaced-cols {
  margin-top: -20px;
}

.spaced-cols>* {
  padding-top: 20px;
}

.spaced-cols--sm {
  margin-top: -10px;
}

.spaced-cols--sm>* {
  padding-top: 10px;
}

.gutter.row {
  margin-top: -30px;
}

.gutter.row>[class*="col-"] {
  padding-top: 30px;
}

.gutter-lg.row {
  margin-top: -40px;
}

.gutter-lg.row>[class*="col-"] {
  padding-top: 40px;
}

/* --------------------- Text colors --------------------- */
.color-inherit {
  color: inherit;
}

.text-black {
  color: #000000;
}

/* ------------- Dots background image [cleaning services] --------- */
.dot-pattern-bg {
  position: relative;
}

.dot-pattern-bg::before {
  content: "";
  height: 120px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background-image: url(/assets/images/dot-pattern.png);
  background-size: contain;
}

.dot-pattern-bg-centered {
  position: relative;
}

.dot-pattern-bg-centered::before {
  content: "";
  height: 140px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: 20%;
  max-width: 250px;
  background-image: url(/assets/images/dot-pattern.png);
  background-size: contain;
  transform: translateX(-50%);
}

select {
  padding: 4px 20px !important;
}

/* --------------------- Blog Resets --------------------- */
.single-page-title {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}

.single-page-title::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  border-top: 3px solid;
  max-width: 60px;
  width: 100%;
  bottom: 4px;
}

.single-page-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

article p {
  line-height: 1.8;
}

article p:last-child {
  margin-bottom: 0;
}

/* --------------------- Star Rating --------------------- */
.star-rating {
  font-family: "Font Awesome 5 Free";
  letter-spacing: 2px;
  position: relative;
  color: #feb300;
}

.star-rating::after {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 400;
}

.star-rating [data-rating] {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.star-rating [data-rating]::after {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
}

/* --------------------- Simple title heading --------------------- */
.simple-title {
  padding-bottom: 30px;
  position: relative;
}

.simple-title::before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  background-color: #feb300;
}

/* --------------------- Comments Area --------------------- */
.comments-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.comments-list .comment {
  color: #727272;
  font-size: 13px;
}

.comments-list .comment:not(:last-child) {
  margin-bottom: 40px;
}

.comments-list .comment-author {
  font-weight: 600;
  font-size: 15px;
}

.comments-list .comment-meta {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comments-list .comment-reply-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 10px auto 0 auto;
  transition: all 0.5s;
}

.comments-list .comment-reply-link:hover {
  background-color: #feb300;
  color: #ffffff;
  border-color: #feb300;
}

.comments-list .comment>ul {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .comments-list .comment>ul {
    margin-left: 70px;
  }
}

.comments-list .comment .avatar-wrapper {
  margin-right: 20px;
  width: 150px;
}

.comments-list .comment .avatar-wrapper img {
  width: 100%;
  transition: all 0.5s;
  border-radius: 50%;
}

.comments-list .comment:hover .avatar-wrapper img {
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
}

/*
* ----------------------------------------------------------------------------
* sections header && titles stylings
* ----------------------------------------------------------------------------
*/
.section-title,
.section-header {
  display: block;
}

.section-title h1,
.section-title .h1,
.section-header h1,
.section-header .h1 {
  font-weight: 600;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 576px) {
  .header-wrapper {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}

/*
* ------------------------------------------------------------------------------
* Portfolio filter buttons
* ------------------------------------------------------------------------------
*/
.filter {
  display: flex;
  flex-wrap: wrap;
}

.filter.v-02 {
  background-color: #e9ecef;
}

.filter .filter-btn {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
  transition: all 0.5s;
  background-color: #ffffff;
}

.filter .filter-btn:hover,
.filter .filter-btn.filter-btn-control-active {
  background-color: #feb300;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: none;
    width: 100%;
  }

  .filter .filter-btn {
    flex: 0 0 20%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }

  .filter.v-02 {
    background-color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  .filter .filter-btn {
    flex: 0 0 auto;
  }
}

/*
* ------------------------------------------------------------------------------
* Banner Widget
* ------------------------------------------------------------------------------
*/
.banner {
	margin-top: -5px;
	padding: 150px 0;
	background-size: cover;
	background-position: center right;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner>.container {
  position: relative;
  align-items: center;
}

.banner .title {
  font-size: 50px;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .banner {
    padding: 100px 0;
  }

  .banner .title {
    font-size: 34px;
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
}

.banner .breadcrumb-container {
  position: relative;
}

.banner .breadcrumb {
  background: none;
  margin-bottom: 0;
  align-items: center;
}

.banner .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.banner .breadcrumb-item.active a {
  color: #bababa;
}

/* ========================================================================== *\
   02. COMPONENTS
\* ========================================================================== */
/*
* --------------------------------------------------------------------
* styling for components like pagination and prev/next arrows
* --------------------------------------------------------------------
*/
.pagination {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination-button {
  display: flex;
}

.pagination-button h6 {
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 40px;
  margin-bottom: 0;
}

.pagination .rounded-btn {
  border: none;
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .rounded-btn:hover {
  background: #feb300;
  color: #ffffff !important;
}

.pagination .pages {
  display: flex;
  text-align: center;
}

.pagination .pages .page-number {
  width: 20px;
  height: 20px;
  padding: 20px;
  border-radius: 50%;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

.pagination .pages .page-number:not(:last-child) {
  margin-right: 30px;
}

.pagination .pages .page-number:hover,
.pagination .pages .page-number.active {
  background-color: #feb300;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .pagination {
    flex-direction: column;
  }

  .pagination-button {
    margin-top: 20px;
  }

  .pagination-button h6:last-child {
    margin-right: 0;
  }

  .pagination .pages {
    order: -1;
  }
}

.slider-nav.v-01 .btn {
  width: 50px;
  height: 50px;
  padding: 0;
}

@media (min-width: 1300px) {
  .slider-nav.v-01 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -50px;
    right: -50px;
  }
}

.slider-nav.v-02 .btn {
  padding: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: color 0.6s;
  border: none;
  position: relative;
  height: 40px;
}

.slider-nav.v-02 .btn:not(:last-child) {
  margin-right: 30px;
}

.slider-nav.v-02 .btn.prev {
  padding-left: 30px;
}

.slider-nav.v-02 .btn.prev i {
  left: -12px;
}

.slider-nav.v-02 .btn.next {
  padding-right: 30px;
}

.slider-nav.v-02 .btn.next i {
  right: -12px;
}

.slider-nav.v-02 .btn:hover {
  color: #000000;
}

.slider-nav.v-02 .btn i {
  font-size: 40px;
  position: absolute;
}

.slider-nav.v-02.v-black .btn:hover {
  color: #feb300;
}

.slider-nav.v-02.v-gray .btn {
  color: #cacaca;
}

.slider-nav.v-02.v-gray .btn:hover {
  color: #feb300;
}

.slider-nav.v-02.v-white .btn {
  color: #cacaca;
}

.slider-nav.v-02.v-white .btn:hover {
  color: #ffffff;
}

.slider-nav.v-02.v-green .btn {
  color: #cacaca;
}

.slider-nav.v-02.v-green .btn:hover {
  color: #28a745;
}

.office-dropdown .flag {
  width: 20px;
  height: 20px;
  height: auto;
  margin-right: 8px;
  padding: 0;
}

.office-dropdown .dropdown {
  position: relative;
}

.office-dropdown .dropdown::after {
  content: '\e874';
  position: absolute;
  right: 10px;
  font-family: 'Linearicons-Free';
  /* stylelint-disable-line */
  speak: none;
  font-style: normal;
  font-weight: normal;
  /* stylelint-disable-line */
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.office-dropdown .dropdown li {
  width: 100%;
  z-index: 1;
  order: 2;
  top: auto;
}

.office-dropdown .dropdown li:not(.active) {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #000000;
}

.office-dropdown .dropdown li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 5px 10px;
  width: 100%;
  color: inherit;
}

.office-dropdown .dropdown li a span {
  display: block;
}

.office-dropdown .dropdown li.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  order: 1;
}

.office-dropdown .dropdown li.active a {
  background: transparent;
  padding: 5px 30px 5px 10px;
}

@media (max-width: 991.98px) {
  .office-dropdown .dropdown li.active a {
    background: rgba(0, 0, 0, 0.9);
  }
}

.office-dropdown.shown .dropdown li {
  opacity: 1;
  visibility: visible;
}

.service-slider-dots {
  padding: 0;
  list-style: none;
  margin: 0;
}

.service-slider-dots li {
  padding-left: 15px;
  position: relative;
}

.service-slider-dots li a {
  font-weight: 500;
  padding: 10px 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-slider-dots li a span {
  margin-right: 4px;
  position: relative;
}

.service-slider-dots li a span::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #5D051D;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.service-slider-dots li:hover,
.service-slider-dots li .active {
  color: #ffffff;
}

.service-slider-dots li:hover span,
.service-slider-dots li .active span {
  color: #5D051D;
}

.service-slider-dots li:hover span::before,
.service-slider-dots li .active span::before {
  opacity: 1;
  left: -40px;
}

@media (max-width: 991.98px) {
  .service-slider-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .service-slider-dots li {
    padding-left: 40px;
  }

  .service-slider-dots li a {
    padding: 5px 0;
  }

  .service-slider-dots li a span::before {
    opacity: 1;
    left: -40px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .service-slider-dots li:not(:last-child) {
    margin-left: 15px;
  }
}

.service-slider.v-01 .service-content p {
  color: #bababa;
  line-height: 24px;
}

.service-slider.v-01 .single-service .service-title {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 50px;
  margin-bottom: 40px;
  position: relative;
}

.service-slider.v-01 .single-service .service-title::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 20%;
  border-bottom: 2px solid;
  position: absolute;
  height: 2px;
  bottom: 10px;
}

.service-slider.v-01 .single-service .service-title span {
  padding-right: 10px;
  display: inline-block;
}

.service-slider.v-01 .single-service .service-title a {
  color: #fff;
  text-decoration: none;
}

.portfolio-slider div.slick-list {
  padding-top: 1.2% !important;
  padding-bottom: 1.2% !important;
}

.portfolio-slider .slick-slide {
  position: relative;
  z-index: 1;
}

.portfolio-slider .slick-slide .item {
  transition: all 0.7s;
}

.portfolio-slider .slick-slide:not(.slick-current) .item {
  transform: scale(0.76);
}

.portfolio-slider .slick-slide.slick-current,
.portfolio-slider .slick-slide.slick-center {
  z-index: 2;
}

.portfolio-slider .slick-slide.slick-current .item,
.portfolio-slider .slick-slide.slick-center .item {
  transform: scale(1.2);
}

.about-us-banner-container {
  position: relative;
  height: 100%;
}

.about-us-banner-container .pattern-svg {
  width: 100%;
  max-height: 100%;
}

.about-us-banner-container .pattern-svg .bg-img {
  object-fit: cover;
  object-position: center;
}

.about-us-banner-container .pattern-svg .sub-title {
  font-size: 16px;
  fill: #fff;
}

.about-us-banner-container .pattern-svg .heading {
  font-size: 110px;
  position: relative;
  z-index: 1;
  font-weight: 300;
  letter-spacing: -5px;
}

.about-us-banner-container .pattern-svg .overlay {
  opacity: 0.95;
}

.about-us-banner-container .pattern-svg .title {
  font-size: 45px;
  fill: #fff;
  font-weight: 300;
}

.about-us-banner-container .pattern-svg .title tspan {
  font-weight: 500;
}

.play-btn {
  position: absolute;
  left: 40px;
  top: 15%;
  height: 75px;
  width: 75px;
  background-image: url(../images/icons/play-btn.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.play-btn.v02 {
  position: relative;
  left: 0;
  top: 0;
}

.play-btn.v-dark {
  background-image: url(../images/icons/play-btn-dark.svg);
}

.check-list li {
  padding-left: 22px;
  position: relative;
}

.check-list li::before {
  content: '\f00c';
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #feb300;
}

.check-list li:not(:last-child) {
  margin-bottom: 5px;
}

.preloader {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader .preloader-icon {
  background-image: url(../images/preloader.svg);
  background-size: contain;
  height: 40px;
  width: 40px;
}

/* ========================================================================== *\
   03. DEFAULT NAVIGATION
\* ========================================================================== */
/*
* -----------------------------------------------------------------
* Default navbar styles
* -----------------------------------------------------------------
*/
.navbar .cart-btn {
  font-size: 16px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  display: flex;
  border-radius: 50%;
  transition: all 0.6s;
  position: relative;
  color: #ffffff;
}

.navbar .cart-btn>i {
  position: relative;
  z-index: 1;
}

.navbar .cart-btn::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  transition: all 0.5s;
  z-index: 0;
}

.navbar .cart-btn:hover::before {
  text-decoration: none;
  background-color: #feb300;
}

.navbar .search-btn {
  color: inherit;
}

@media (max-width: 991.98px) {
  .navbar {
    position: relative;
    flex-wrap: wrap;
  }

  .navbar .factory-search-btn {
    position: absolute;
    top: 7%;
    right: 25%;
    transform: translateX(-25%);
  }

  .navbar .nav-item .nav-link:hover {
    transition: 0.7s;
  }

  .navbar.navbar-effect {
    flex-wrap: nowrap;
  }

  .navbar .quote-btn {
    width: 100%;
    margin-top: 10px;
  }

  .navbar .icons {
    margin: 20px 0 !important;
  }

  .navbar .icons .first-icon {
    padding-left: 15px;
  }

  .navbar .icons .social-icon {
    margin-right: 15px !important;
  }

  .navbar .get-quote-btn {
    display: none;
  }

  .navbar .quote-btn-effect {
    display: block;
  }

  .navbar .navbar-collapse {
    background-color: #f8f9fa;
    margin-top: 0;
    padding: 10px 20px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 100%;
  }

  .navbar .navbar-collapse .dropdown {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .navbar .navbar-collapse .navbar-nav {
    position: relative;
  }

  .navbar .navbar-collapse .navbar-nav::before {
    content: "";
    position: absolute;
    border-left: 2px solid #dedede;
    left: 2.5px;
    top: 16px;
    width: 2px;
    bottom: 16px;
    z-index: 1;
  }

  .navbar .navbar-collapse .navbar-nav .dropdown li {
    padding-left: 10px;
    margin-left: 15px;
  }

  .navbar .navbar-collapse .navbar-nav .dropdown li::before {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {

  .navbar .navbar-collapse .navbar-nav .dropdown li>a:hover,
  .navbar .navbar-collapse .navbar-nav .dropdown li>a:active {
    background: transparent;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-collapse .navbar-nav li {
    margin: 0;
    color: #000000;
    position: relative;
    padding-left: 20px;
  }

  .navbar .navbar-collapse .navbar-nav li.has-chilren::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: #adb5bd;
    font-weight: 500;
  }

  .navbar .navbar-collapse .navbar-nav li.has-chilren:hover::after {
    content: "-";
  }

  .navbar .navbar-collapse .navbar-nav li::before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #dedede;
  }

  .navbar .navbar-collapse .navbar-nav li>a.nav-link {
    padding: 8px 0;
  }

  .navbar .navbar-collapse .navbar-nav li:hover .dropdown {
    height: auto;
  }
}

.navbar .navbar-nav li {
  position: relative;
	 
}

.navbar .navbar-nav li:hover>.dropdown {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}

.navbar .navbar-nav li .dropdown {
  background-color: #f8f9fa;
  margin: 0;
  list-style: none;
  width: 100%;
  top: 95%;
  min-width: 180px;
  transition: all 0.6s;
  z-index: 100;
  padding: 0;
}

.navbar .navbar-nav li .dropdown li a {
  text-decoration: none;
  color: #343a40;
  display: block;
  padding: 6px;
}

@media (min-width: 992px) {
  .navbar .navbar-nav li .dropdown {
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.04) rotate(-1deg);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    background-color: #000000;
  }

  .navbar .navbar-nav li .dropdown .dropdown li a {
    padding: 10px 20px;
  }

  .navbar .navbar-nav li .dropdown li a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
  }

  .navbar .navbar-nav li .dropdown li a:hover {
    background-color: #feb300;
  }
}

.navbar .navbar-nav li .dropdown .dropdown {
  left: 100%;
  top: 100%;
  top: calc(100% - 50px);
}

.navbar .navbar-nav li .dropdown.v02 li a:hover {
  background-color: #5D051D;
}

.navbar .navbar-nav li .dropdown.v03 li a:hover {
  background-color: #ab7442;
}

/*search Input*/
.in-header-search-form {
  visibility: hidden;
  opacity: 0;
  width: 280px;
  position: absolute;
  right: 0;
  top: 90%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: all 0.5s;
}

.in-header-search-form .close-btn {
  left: -15px;
  top: -15px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 2;
  display: block;
  height: 25px;
  width: 25px;
  padding: 5px;
  color: #631a21;
  background-color: rgba(220, 53, 69, 0.9);
  border: 0;
  font-size: 16px;
  position: absolute;
  background-position: center;
  opacity: 0.92;
  outline: none;
}

.in-header-search-form .search-form fieldset {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}

.in-header-search-form .search-form fieldset .form-control {
  border: none;
  width: 100%;
}

.in-header-search-form .search-form fieldset input[type="search"] {
  padding-right: 0;
}

.in-header-search-form .search-form fieldset button {
  border: none;
  background: none;
  top: 0;
  padding: 15px;
  outline: 0;
}

@media (max-width: 991.98px) {
  .in-header-search-form {
    width: 100%;
    bottom: -75px;
  }
}

.navbar-toggler {
  color: #000000;
  width: 55px;
  height: 40px;
  padding: 0;
  align-items: center;
  border: none;
  font-size: 20px;
  display: flex;
  background-image: url(../images/icons/mobile-nav-icon.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: right center;
}

.navbar-toggler.light {
  background-image: url(../images/icons/mobile-nav-icon--light.svg);
}

.navbar-toggler:hover {
  cursor: pointer;
  transition: 0.6s all;
}

.navbar-toggler:focus {
  outline: none;
}

/* ========================================================================== *\
   04. DEFAULT SLICK SLIDER
\* ========================================================================== */
/*
* ------------------------------------------------------------------------------
* slick sliders
* ------------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  .slick-slider.gutter {
    margin: 0 -14px;
  }

  .slick-slider.gutter .slick-slide {
    padding: 0 14px;
  }

  .slick-slider.gutter .slick-list {
    max-width: none;
  }
}

.slick-slider.gutter.no-padding .slick-slide {
  padding: 0;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  outline: 0;
}

.slick-slider .slick-arrow.slider-next-btn {
  right: 0;
}

.slick-slider .slick-arrow.slider-prev-btn {
  left: 0;
}

@media (max-width: 1199.98px) {
  .slick-slider .slick-arrow {
    top: auto;
    bottom: 50px;
  }
}

.slick-slider .slide {
  background-position: center;
  background-size: cover;
}

.slick-slider .slick-dots {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.slick-slider .slick-dots li {
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  background-color: #000000;
  margin: 0 5px;
  border-radius: 50%;
}

.slick-slider .slick-dots li.slick-active {
  background-color: #ffffff;
}

.slick-slider.slider-arrows-v-01 .slick-arrow {
  overflow: hidden;
  height: 50px;
  width: 50px;
  background: none;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0;
}

.slick-slider.slider-arrows-v-01 .slick-arrow>span {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}

.slick-slider.slider-arrows-v-01 .slick-arrow.slider-next-btn {
  right: 25px;
}

.slick-slider.slider-arrows-v-01 .slick-arrow.slider-prev-btn {
  left: 25px;
}

.slick-slider.slider-arrows-v-02 .slick-arrow {
  overflow: hidden;
  height: 45px;
  width: 50px;
  background: none;
  display: block;
}

.slick-slider.slider-arrows-v-02 .slick-arrow>span {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  width: calc(100% - 15px);
}

.slick-slider.slider-arrows-v-02 .slick-arrow.slider-next-btn {
  right: 25px;
}

.slick-slider.slider-arrows-v-02 .slick-arrow.slider-next-btn>span {
  right: 0;
}

.slick-slider.slider-arrows-v-02 .slick-arrow.slider-next-btn>span::before {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 20px;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: -5px;
  transform: skew(-10deg);
}

.slick-slider.slider-arrows-v-02 .slick-arrow.slider-prev-btn {
  left: 25px;
}

.slick-slider.slider-arrows-v-02 .slick-arrow.slider-prev-btn>span {
  left: 0;
}

.slick-slider.slider-arrows-v-02 .slick-arrow.slider-prev-btn>span::after {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 20px;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: -5px;
  transform: skew(-10deg);
}

@media (max-width: 767.98px) {
  .slick-slider.slider-arrows-v-02 .slick-arrow.slider-prev-btn {
    left: 15px;
    bottom: 0;
  }

  .slick-slider.slider-arrows-v-02 .slick-arrow.slider-next-btn {
    left: 55px;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slick-slider.slider-arrows-v-02 .slick-arrow.slider-prev-btn {
    left: calc(50% - 345px);
  }

  .slick-slider.slider-arrows-v-02 .slick-arrow.slider-next-btn {
    left: calc(50% - 305px);
  }
}

/* ========================================================================== *\
   05. HEADERS
\* ========================================================================== */
/*
* ------------------------------------------------------------------------
* Header - Construction
* ------------------------------------------------------------------------
*/
.main-header.v-01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  font-family: "Poppins", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* Navigation  */
}

.main-header.v-01 .main-header--top-bar {
  padding: 15px 0;
  font-size: 14px;
}

.main-header.v-01 .main-header--top-bar .top-bar-address {
  line-height: 1.2;
  display: flex;
}

.main-header.v-01 .main-header--top-bar .top-bar-address>span {
  display: flex;
}

.main-header.v-01 .main-header--top-bar .top-bar-address>span>i {
  display: inline-block;
  margin-right: 6px;
}

.main-header.v-01 .main-header--top-bar .top-bar-address>span span {
  display: flex;
}

@media (max-width: 767.98px) {
  .main-header.v-01 .main-header--top-bar .top-bar-address {
    font-size: 13px;
  }
}

.main-header.v-01 .main-header--top-bar .top-right-bar .quote-btn:hover {
  background: transparent;
  color: #feb300;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .main-header.v-01 .main-header--top-bar .top-right-bar {
    display: flex;
    font-size: 12px;
  }

  .main-header.v-01 .main-header--top-bar .top-right-bar .quote-btn {
    width: 30vw;
    height: 30px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding: 0;
  }
}

.main-header.v-01 .main-navbar .navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 170px;
}

@media (max-width: 767.98px) {
  .main-header.v-01 .main-navbar .navbar-brand img {
    max-width: 140px;
  }
}

.main-header.v-01 .main-navbar .navbar-nav>.nav-item {
  position: relative;
}

.main-header.v-01 .main-navbar .navbar-nav>.nav-item>a {
  position: relative;
  color: inherit;
  font-weight: 700;
}

.main-header.v-01 .main-navbar .navbar-nav>.nav-item>a:hover {
  color: #feb300;
}

@media (min-width: 992px) {
  .main-header.v-01 .main-navbar .navbar-nav>.nav-item:not(:last-child) {
    margin-right: 45px;
  }

  .main-header.v-01 .main-navbar .navbar-nav>.nav-item>a {
    padding: 2.2rem 0;
  }
}

.main-header.v-01 .main-navbar .navbar-nav>.nav-item.active>a {
  color: #feb300;
}

@media (min-width: 992px) {
  .main-header.v-01 .main-navbar .navbar-nav>.nav-item.active>a::after {
    content: "";
    background: #feb300;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px;
  }
}

.search-btn {
  cursor: pointer;
}

.show-form {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*customized section header*/
.green-underline {
  background-color: #28a745;
  width: 50px;
  height: 2.5px;
  display: inline-block;
}

/*
* -------------------------------------------------------------------
* Main header - Cleaning services
* -------------------------------------------------------------------
*/
.main-header {
  /* Navigation  */
}

.main-header.v-02 {
  position: relative;
}

.main-header.v-02 .social-icons {
  list-style: none;
  margin: 0;
}

.main-header.v-02 .social-icons li a {
  padding: 5px 10px;
  color: inherit;
}

.main-header.v-02 .social-icons li a:hover {
  color: #5D051D;
}

.main-header.v-02 .search-btn {
  color: inherit;
}

.main-header.v-02 .search-btn:hover {
  color: #5D051D;
}

.main-header.v-02 .top-bar-address {
  font-weight: 500;
}

.main-header.v-02 .top-bar-address div {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .main-header.v-02 .top-bar-address div {
    margin-bottom: 5px;
  }
}

.main-header.v-02 .top-bar-address div i {
  border: 2px solid #5D051D;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  font-size: 13px;
  margin-right: 8px;
}

.main-header.v-02 .main-header--top-bar {
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 500;
  padding: 15px 0;
}

.main-header.v-02 .main-header--top-bar a {
  color: inherit;
}

.main-header .bg-white .navbar {
  position: relative;
}

.main-header .bg-white .navbar.v-02 .navbar-brand {
  max-width: 250px;
}

.main-header .bg-white .navbar.v-02 .navbar-brand img {
  max-width: 100%;
}

.main-header .bg-white .navbar.v-02 .navbar-nav>.nav-item {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
	padding-left: -10px;
	padding-right: -10px;
}

.main-header .bg-white .navbar.v-02 .navbar-nav>.nav-item>a {
  color: #000000;
  font-weight: 600;
}

.main-header .bg-white .navbar.v-02 .navbar-nav>.nav-item>a:hover {
  color: #5D051D;
}

@media (min-width: 992px) {
  .main-header .bg-white .navbar.v-02 .navbar-nav>.nav-item>a {
    padding: 30px 8px;
  }

  .main-header .bg-white .navbar.v-02 .navbar-nav>.nav-item.active>a::after {
    content: "";
    background: #5D051D;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
  }
}

.main-header .header-contacts {
  transition: all 0.4s;
  display: none;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .main-header .header-contacts {
    display: flex;
  }
}

.main-header .header-contacts .header-contact-box {
  display: flex;
  align-items: center;
}

.main-header .header-contacts .header-contact-box .icon {
  border: 2px solid #5D051D;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  font-size: 13px;
  margin-right: 8px;
}

/*
* --------------------------------------------------------------------
* Carpenter Header
* --------------------------------------------------------------------
*/
.main-header.v-03 {
  position: relative;
  width: 100%;
  z-index: 3;
  font-family: "Poppins", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* Navigation  */
}

.main-header.v-03 .main-header--top-bar {
  line-height: 1;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  background: #000000;
  z-index: 10;
}

@media (min-width: 992px) {
  .main-header.v-03 .main-header--top-bar::after {
    content: "";
    background: #ab7442;
    height: 100%;
    left: 75%;
    left: calc(50% + 28.2rem);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-header.v-03 .main-header--top-bar::after {
    content: "";
    height: 100%;
    left: calc(50% + 22rem);
  }
}

@media (max-width: 1199.98px) {
  .main-header.v-03 .main-header--top-bar {
    padding-right: 0;
  }

  .main-header.v-03 .main-header--top-bar>span {
    display: flex;
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.main-header.v-03 .main-header--top-bar .top-right-bar {
  position: relative;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .main-header.v-03 .main-header--top-bar .top-right-bar {
    display: flex;
    font-size: 12px;
    background: transparent;
    width: 100%;
    justify-content: center;
  }

  .main-header.v-03 .main-header--top-bar .top-right-bar .quote-btn {
    width: 30vw;
    height: 30px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding: 0;
  }
}

.main-header.v-03 .main-header--top-bar .top-bar-contacts>span:not(:last-child) {
  margin-right: 10px;
}

.main-header.v-03 .main-header--top-bar .top-bar-contacts>span>i {
  display: inline-block;
  margin-right: 6px;
  color: #ab7442;
}

.main-header.v-03 .main-header--top-bar .icon-wrapper {
  padding: 10px 0;
}

.main-header.v-03 .main-header--top-bar .icon-wrapper a i {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .main-header.v-03 .main-header--top-bar .icon-wrapper {
    background: transparent;
  }

  .main-header.v-03 .main-header--top-bar .icon-wrapper a i {
    background: transparent;
  }
}

.main-header.v-03 .main-navbar.navbar .logo img {
  width: 100%;
  height: auto;
  max-width: 170px;
}

.main-header.v-03 .main-navbar.navbar .quote-btn {
  color: #ffffff;
}

.main-header.v-03 .main-navbar.navbar .quote-btn:hover {
  background: transparent;
  color: #ab7442;
  transition: 0.5s;
}

.main-header.v-03 .main-navbar.navbar .navbar-nav {
  margin: 0 auto;
}

.main-header.v-03 .main-navbar.navbar .navbar-nav>.nav-item:not(:last-child) {
  margin-right: 35px;
}

.main-header.v-03 .main-navbar.navbar .navbar-nav>.nav-item>a {
  position: relative;
  color: inherit;
  font-weight: 600;
}

.main-header.v-03 .main-navbar.navbar .navbar-nav>.nav-item>a:hover {
  color: #ab7442;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .main-header.v-03 .main-navbar.navbar .navbar-nav .nav-item>a {
    padding: 1.6rem 0;
  }

  .main-header.v-03 .main-navbar.navbar .navbar-nav .nav-item>a.active>a::after {
    content: "";
    background: #ab7442;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
  }
}

/*
* ------------------------------------------------------------------
* Factory Header
* ------------------------------------------------------------------
*/
.main-header.v-04 {
  position: relative;
  width: 100%;
  font-family: "Poppins", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.main-header.v-04 .main-header--dark-bar {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  background: #000000;
}

@media (min-width: 992px) {
  .main-header.v-04 .main-header--dark-bar::after {
    content: "";
    background: #feb300;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
  }
}

.main-header.v-04 .main-header--dark-bar .factory-bottom-bar {
  padding-right: 70px;
  line-height: 1;
}

.main-header.v-04 .main-header--dark-bar .factory-bottom-bar>span:not(:last-child) {
  margin-right: 10px;
}

.main-header.v-04 .main-header--dark-bar .factory-bottom-bar>span>i {
  display: inline-block;
  margin-right: 6px;
}

@media (max-width: 1199.98px) {
  .main-header.v-04 .main-header--dark-bar .factory-bottom-bar {
    padding-top: 10px;
    padding-right: 0;
  }

  .main-header.v-04 .main-header--dark-bar .factory-bottom-bar>span {
    display: flex;
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.main-header.v-04 .main-header--dark-bar .factory-bottom-right-bar {
  position: relative;
  background-color: #000000;
}

.main-header.v-04 .main-header--dark-bar .factory-bottom-right-bar .quote-btn:hover {
  color: #ffffff;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .main-header.v-04 .main-header--dark-bar .factory-bottom-right-bar {
    font-size: 12px;
    width: 100%;
    justify-content: space-between;
  }

  .main-header.v-04 .main-header--dark-bar .factory-bottom-right-bar .quote-btn {
    width: 30vw;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding: 5px;
  }
}

.main-header.v-04 .navbar .logo-img img {
  width: 100%;
  height: auto;
  max-width: 170px;
}

.main-header.v-04 .navbar .icon-wrapper a i {
  color: #495057;
  background: transparent;
}

.main-header.v-04 .navbar .navbar-nav>.nav-item:not(:last-child) {
  margin-right: 30px;
}

.main-header.v-04 .navbar .navbar-nav>.nav-item>a {
  position: relative;
  color: inherit;
  font-weight: 600;
}

@media (min-width: 992px) {
  .main-header.v-04 .navbar .navbar-nav>.nav-item>a {
    padding: 1.9rem 0.4rem;
  }
}

.main-header.v-04 .navbar .navbar-nav>.nav-item>a:hover {
  color: #feb300;
}

.main-header.v-04 .navbar .navbar-nav>.nav-item.active>a {
  color: #feb300;
}

/*
* ------------------------------------------------------------------------
* Main Header - Plumber
* ------------------------------------------------------------------------
*/
.main-header.v-05 {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.main-header.v-05 .header-logo {
  max-width: 145px;
}

.main-header.v-05 .header-infos {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.main-header.v-05 .header-descriptions {
  display: flex;
}

.main-header.v-05 .header-descriptions .icon-wrapper i {
  font-size: 26px;
}

.main-header.v-05 .header-descriptions .text {
  line-height: 1.2;
  font-size: 13px;
}

.main-header.v-05 .header-descriptions .text span+span {
  color: #727272;
}

.main-header.v-05 .navbar {
  position: relative;
  background-color: #000000;
  border: 5px solid #fff;
}

.main-header.v-05 .navbar .navbar-nav>li>a {
  color: inherit;
  font-weight: 600;
}

.main-header.v-05 .navbar .navbar-nav>li>a:hover {
  color: #feb300;
}

.main-header.v-05 .navbar .navbar-nav.green-variant>li>a:hover {
  color: #19b95f;
}

@media (min-width: 992px) {
  .main-header.v-05 .navbar .navbar-nav.green-variant .dropdown li a:hover {
    background-color: #19b95f;
  }
}

.main-header.v-05 .navbar .icons {
  padding-right: 20px;
}

.main-header.v-05 .navbar .icons i {
  color: #a7a7a7;
}

.main-header.v-05 .navbar .icons .social-icon:hover i {
  cursor: pointer;
  color: #feb300 !important;
}

.main-header.v-05 .navbar .icons .social-icon.v02:hover i {
  color: #28a745 !important;
}

.main-header.v-05 .header-btn a {
  color: #ffffff;
}

@media (min-width: 992px) {
  .main-header.v-05 .navbar-nav {
    padding: 0 20px;
  }

  .main-header.v-05 .navbar-nav>li:not(:last-child) {
    margin-right: 30px;
  }

  .main-header.v-05 .navbar-nav>li>a {
    padding: 15px 0;
  }
}

@media (max-width: 991.98px) {
  .main-header.v-05 .header-infos {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .main-header.v-05 .header-descriptions {
    margin: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .main-header.v-05 .header-descriptions {
    flex-direction: column;
  }

  .main-header.v-05 .header-descriptions .email {
    margin: 10px 0;
  }
}

/* ========================================================================== *\
   06. HERO SLIDERS
\* ========================================================================== */
/*
* -------------------------------------------------------------------
* Slider Construction
* --------------------------------------------------------------------
*/
.hero.v-01 .slick-slider .slick-arrow>span {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.5);
}

.hero.v-01 .slick-slider .slick-arrow>span:hover {
  background-color: #feb300;
  color: #ffffff;
}

.hero.v-01 .slick-slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}

.hero.v-01 .slick-slider .slide>.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero.v-01 .slick-slider .slide::before {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 0.45;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (min-width: 768px) {
  .hero.v-01 .slick-slider .slide {
    height: 80vh;
    min-height: 740px;
  }
}

@media (max-width: 991.98px) {
  .hero.v-01 .slick-slider .slide {
    height: 90vh;
    min-height: 740px;
  }
}

.hero.v-01 .container {
  position: relative;
  width: 100%;
  height: auto;
  align-content: center;
  margin-top: 35px;
  padding-bottom: 10px;
}

.hero.v-01 .container .title {
  font-size: 70px;
  line-height: 80px;
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .hero.v-01 .container .title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero.v-01 .container .title+h6 {
    line-height: 28px;
    letter-spacing: 6px;
    font-size: 14px;
  }
}

.hero.v-01 .container h6 {
  text-align: inherit;
  line-height: 22px;
  letter-spacing: 10px;
  font-size: 14px;
}

.hero.v-01 .container .slider-contact {
  position: absolute;
  bottom: -50%;
  left: 42%;
}

.hero.v-01 .container .slider-contact i {
  transform: rotate(225deg);
}

@media (max-width: 767.98px) {
  .hero.v-01 .container .slider-contact {
    position: relative;
    left: 0;
    top: 50px;
  }
}

/*
* ----------------------------------------------------------------------------
* Hero v-02 - Cleaning services
* ----------------------------------------------------------------------------
*/
.hero {
  /* Hero 2 on Cleaning Services Page */
}

.hero.v-02 {
  background-color: rgba(34, 34, 34, 0.1);
}

.hero.v-02 .slick-slider .slick-arrow>span {
  background-color: #ffffff;
}

.hero.v-02 .slick-slider .slick-arrow>span:hover {
  background-color: #5D051D;
  color: #ffffff;
}

.hero.v-02 .slide {
  background-size: cover;
  background-position: center;
  height: 60vh;
  min-height: 600px;
}

.hero.v-02 .slide>.container {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero.v-02 .slide>.container .row {
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero.v-02 .slide {
    height: 80vh;
  }
}

.hero.v-02 .title {
  line-height: 1.12;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 70px;
}

@media (max-width: 767.98px) {
  .hero.v-02 .title {
    font-size: 50px;
  }
}

.hero.v-02 .description {
  line-height: 1.7;
  color: #4c4c4c;
}

/*
* ---------------------------------------------------------------------
* carpenter page - hero section
* ---------------------------------------------------------------------
*/
.hero.v-03 .slick-slider .slick-arrow>span {
  background-color: #ab7442;
  color: #ffffff;
}

.hero.v-03 .slick-slider .slick-arrow>span:hover {
  background-color: #000000;
}

.hero.v-03 .slick-slide {
  height: 600px;
  background-size: cover;
}

.hero.v-03 .slick-slide .slide {
  height: 600px;
}

.hero.v-03 .title {
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero.v-03 .title {
    font-size: 60px;
  }
}

.hero.v-03 .container {
  position: relative;
}

.hero.v-03 .main-img {
  position: absolute;
  object-fit: cover;
  max-width: 100%;
  bottom: 0;
}

.hero.v-03 .text-right .main-img {
  right: 0;
}

.hero.v-03 .container,
.hero.v-03 .row {
  height: 100%;
}

@media (min-width: 992px) {
  .hero.v-03 .row .main-img.v-02 {
    height: 100%;
  }
}

.hero.v-03 .row p {
  font-size: 16px;
  color: #222;
  opacity: 0.8;
}

.hero.v-03 .row .hero-quote-btn {
  background: #ab7442;
}

/*
* ----------------------------------------------------------------------------
* Hero v-04 - On plumber
* ----------------------------------------------------------------------------
*/
.hero.v-04 {
  position: relative;
  margin-top: -30px;
}

.hero.v-04 .slick-slider .slick-arrow>span {
  background-color: #ffffff;
}

.hero.v-04 .slick-slider .slick-arrow>span:hover {
  background-color: #000000;
  color: #ffffff;
}

.hero.v-04 .slick-slide {
  height: 640px;
  background-size: cover;
}

.hero.v-04 .slick-slide .slide {
  height: 640px;
  padding-top: 40px;
}

.hero.v-04 .slick-slide .slide .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero.v-04 .slick-slide .slide .row {
  flex: 0 0 100%;
}

.hero.v-04 .slick-slide .slide .main-img {
  margin-top: 40px;
}

.hero.v-04 .title {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .hero.v-04 .title {
    font-size: 60px;
  }
}

@media (min-width: 576px) {
  .hero.v-04 .title {
    font-size: 50px;
  }
}

.hero.v-04 .description {
  color: #ffffff !important;
}

/*
* ----------------------------------------------------------------------------
* Slider
* ----------------------------------------------------------------------------
*/
.hero.v-05 {
  position: relative;
}

.hero.v-05 .main-slider-nav-wrapper {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
  right: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 40px;
}

.hero.v-05 .main-slider-nav-wrapper nav {
  max-width: 800px;
  width: 100%;
  padding: 0 60px;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow {
  border: none;
  background: none;
  padding: 0;
  overflow: hidden;
  outline: 0;
  position: relative;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow span {
  padding: 20px;
  display: block;
  background-color: #ffffff;
  transition: opacity 0.6s;
  opacity: 0.5;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow span i {
  opacity: 1;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: inherit;
  transform: skew(-10deg);
  z-index: -1;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow span:hover {
  opacity: 1;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow.slider-prev-btn {
  padding-right: 15px;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow.slider-prev-btn span::before {
  left: 60%;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow.slider-next-btn {
  padding-left: 15px;
}

.hero.v-05 .main-slider-nav-wrapper nav .slick-arrow.slider-next-btn span::before {
  right: 60%;
}

@media (max-width: 991.98px) {
  .hero.v-05 .main-slider-nav-wrapper nav {
    padding: 0 20px;
  }
}

.hero.v-05 .slide {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center;
}

.hero.v-05 .slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .hero.v-05 .slide {
    max-height: 85vh;
  }

  .hero.v-05 .slide::before {
    right: 0;
  }
}

.hero.v-05 .slide .content-wrapper {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 992px) {
  .hero.v-05 .slide .content-wrapper .content {
    max-width: 800px;
    padding: 0 60px;
  }
}

.hero.v-05 .slide .content-wrapper .title {
  font-size: 70px;
}

@media (max-width: 991.98px) {
  .hero.v-05 .slide .content-wrapper {
    width: 100%;
  }

  .hero.v-05 .slide .content-wrapper .content {
    width: 100%;
    padding: 0 20px;
  }

  .hero.v-05 .slide .content-wrapper .content .title {
    font-size: 50px;
  }
}

/* ========================================================================== *\
   07. PAGE SECTIONS
\*  ========================================================================= */
/*
* -----------------------------------------------------------------------
* styling for about section which can be found on different pages
* -----------------------------------------------------------------------
*/
.section-about .img-container {
  margin: 0 auto;
  border: 8px solid #e9ecef;
  position: relative;
  z-index: 0;
}

.section-about .stack-img-container {
  position: relative;
}

.section-about .stack-img-container .stack-img-one {
  min-height: 520px;
  position: relative;
  object-fit: cover;
  object-position: right;
  max-width: 100%;
  margin-bottom: 40px;
}

.section-about .stack-img-container .stack-img-two {
  position: absolute;
  max-width: 80%;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid #ffffff;
  bottom: -30px;
  z-index: 2;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-about .stack-img-container::before {
    content: "";
    position: absolute;
    border: 10px solid #e9ecef;
    left: 50px;
    right: 40px;
    top: 0;
    bottom: 15%;
  }

  .section-about .stack-img-container .stack-img-one {
    min-height: 520px;
    margin-top: 40px;
    max-width: calc(100% - 80px);
    position: relative;
    object-fit: cover;
    object-position: right;
    margin-bottom: 0;
  }

  .section-about .stack-img-container .stack-img-two {
    position: absolute;
    object-fit: cover;
    max-width: 75%;
    height: 75%;
    right: 0;
    left: auto;
    transform: none;
    border: 10px solid #ffffff;
    bottom: 10%;
  }
}

.section-about .description {
  color: #727272;
  line-height: 25px;
  margin: 30px 0;
}

.section-about .counter-group {
  margin-top: -30px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .section-about .counter-group {
    justify-content: center;
    align-items: center;
  }
}

.section-about .counter-box {
  margin-top: 30px;
}

.section-about .counter-box h3 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 500;
}

.section-about .counter-box p {
  text-transform: uppercase;
  color: #727272;
  font-weight: 500;
  letter-spacing: 1.5px;
}

@media (min-width: 992px) {
  .section-about .counter-box:not(:last-child) {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-about .counter-box {
    flex: 0 0 50%;
  }

  .section-about .counter-box h3 {
    font-size: 32px;
  }
}

.section-about.cleaning-section {
  position: relative;
}

.section-about.cleaning-section .pattern-img {
  position: absolute;
  top: 15%;
}

.section-about.cleaning-section .about-video {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 20px 30px;
}

.section-about.cleaning-section .about-video .overlay {
  background-color: rgba(0, 189, 219, 0.95);
  height: inherit;
  padding-top: 60px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.section-about.cleaning-section .about-video .overlay .text-transparent {
  margin-top: 60px;
  font-size: 150px;
  line-height: 1;
  text-transform: uppercase;
}

.section-about.cleaning-section .about-video .overlay span {
  font-size: 16px;
}

.section-about.cleaning-section .about-video .overlay .success {
  font-size: 44px;
}

.section-about.cleaning-section .about-video .overlay .success span {
  font-size: inherit;
}

/*
* ----------------------------------------------------------------------------
* carpenter page - about company section
* ----------------------------------------------------------------------------
*/
.about-company-section {
  position: relative;
  z-index: 100;
  height: 100%;
}

@media (max-width: 991.98px) {
  .about-company-section {
    padding: 100px 0;
  }
}

.about-company-section .row>[class^="col-"] span {
  color: #ab7442;
}

.about-company-section .row .counter-container .counter span {
  font-size: 36px;
  font-weight: 500;
}

/*
* ------------------------------------------------------------------------------
* Our Services / What We do / construction services
* ------------------------------------------------------------------------------
*/
.services-section.service-home {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-section.service-home::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 0;
}

.services-section.service-home .container {
  position: relative;
  z-index: 1;
}

.services-section h6 {
  margin-bottom: 10px;
  font-size: 13px;
}

.services-section h1 {
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.services-section .single-feature i {
  font-size: 50px;
  color: #feb300;
  display: block;
  line-height: 55px;
  margin-bottom: 10px;
}

.services-section .single-feature h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .services-section .single-feature h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .services-section .single-feature h3>span {
    display: block;
  }

  .services-section .single-feature i {
    font-size: 38px;
    line-height: 42px;
  }
}

.services-section.v-02 {
  position: relative;
  background-position: center;
  background-size: cover;
}

.services-section.v-02::before {
  content: "";
  position: absolute;
  background-color: #5D051D;
  left: 0;
  top: 24%;
  top: calc(24% + 60px);
  bottom: 25%;
  right: 70%;
  right: calc(50% + 35.5rem);
  z-index: 0;
}

.services-section.v-02 .service-title {
  font-weight: 300;
}

.services-section.v-02 .img-wrapper {
  position: relative;
  z-index: 100;
  padding: 0;
}

.services-section.v-02 .img-wrapper .service-img {
  width: 100%;
  max-height: 100%;
  object-position: center;
  object-fit: cover;
}

.services-section.v-02 .img-wrapper::after {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 5%;
  right: 5%;
  left: 5%;
  background: transparent;
  z-index: 100;
  width: 90%;
  height: 90%;
  border: 2px solid #ffffff;
}

@media (max-width: 991.98px) {
  .services-section.v-02 .img-wrapper {
    margin-bottom: 30px;
  }
}

.services--v-02 .service-wrapper {
  padding: 50px 30px;
}

.services--v-02 .service-wrapper p {
  padding: 30px 0;
}

.services--v-02 .icon-wrapper img {
  margin-bottom: 20px;
}

.services--v-03 .service-wrapper h5 {
  font-weight: 600;
}

.services--v-03 .service-wrapper p {
  padding: 30px 15px;
}

.services--v-03 .service-wrapper .fancy-title {
  padding-bottom: 10px;
}

.services--v-03 .img-wrapper {
  width: 100%;
  height: 180px;
}

.services--v-03 .img-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

/* version 02 - khadamat plumber */
.plumber-services--section {
  padding-top: 100px;
}

.plumber-services--section .header-services {
  margin-bottom: 60px;
  justify-content: space-between;
}

.plumber-services--section .services .slick-active:nth-of-type(2n+1) .service {
  background: #f8f8f8;
}

.plumber-services--section .services .service {
  padding: 50px 25px;
  background: #f3f3f3;
  background-size: cover;
  text-align: center;
  transition: all 0.6s;
}

.plumber-services--section .services .service img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .plumber-services--section .header-services {
    position: relative;
    margin-bottom: 80px;
    justify-content: center;
  }

  .plumber-services--section .header-services .prev,
  .plumber-services--section .header-services .next {
    position: absolute;
    top: 120%;
  }

  .plumber-services--section .header-services .prev {
    left: 10px;
  }

  .plumber-services--section .header-services .next {
    right: 10px;
  }
}

/*
* ------------------------------------------------------------------------------
* Porfolio section
* ------------------------------------------------------------------------------
*/
.portfolio {
  display: flex;
  flex-wrap: wrap;
}

.portfolio .item {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio .item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: opacity 0.5s;
}

.portfolio .item .overlay:not(.active) {
  opacity: 0;
}

.portfolio .item .overlay-text {
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.portfolio .item .overlay-text p {
  margin-bottom: 0;
}

.portfolio .item .overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.portfolio .item .overlay:hover {
  opacity: 1;
}

.portfolio .item .overlay .preview-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 18px;
  padding: 0;
  text-decoration: none;
  transition: all 0.5s;
}

.portfolio.v-01 {
  display: grid;
  grid-template-columns: repeat(4, minmax(300px, 1fr));
  grid-template-rows: repeat(2, 400px);
  overflow: hidden;
}

.portfolio.v-01 .item {
  flex-direction: column;
  flex-grow: 0;
  float: left;
}

.portfolio.v-01 .item:first-of-type {
  height: 800px;
  width: 100%;
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.portfolio.v-01 .item:first-of-type .overlay {
  opacity: 1;
}

.portfolio.v-01 .item:first-of-type .overlay .preview-btn {
  width: 80px;
  height: 80px;
  line-height: 85px;
  font-size: 22px;
}

.portfolio.v-01 .item:first-of-type .overlay::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio.v-01 .item:first-of-type .overlay h5 {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .portfolio.v-01 {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-template-rows: repeat(4, 400px);
  }
}

@media (max-width: 767.98px) {
  .portfolio.v-01 {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(6, 400px);
  }

  .portfolio.v-01 .item:first-of-type {
    grid-column: 1 / -1;
  }
}

.portfolio.v-02 .item {
  flex: 0 0 25%;
  padding: 50px;
  cursor: pointer;
}

.portfolio.v-02 .item .overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .portfolio.v-02 .item {
    padding: 25px;
    flex: 0 0 50%;
  }
}

@media (max-width: 767.98px) {
  .portfolio.v-02 .item {
    padding: 25px;
    flex: 0 0 100%;
  }
}

.section-projects .section-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .section-projects .section-header {
    justify-content: center;
  }

  .section-projects .header-container {
    text-align: center;
  }
}

/*
* ------------------------------------------------------------------------------
* Testimonial
* ------------------------------------------------------------------------------
*/
.testimonial-section {
  background-size: cover;
}

.testimonial-section .item {
  padding: 50px 0 0;
}

.testimonial-section .item:hover .avatar img {
  box-shadow: 0 0 12px rgba(34, 34, 34, 0.5);
}

.testimonial-section .item-container {
  padding: 60px 30px 30px 30px;
  position: relative;
}

.testimonial-section .item-container .avatar img {
  position: absolute;
  height: 80px;
  width: 80px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: all 0.5s;
}

.testimonial-section .testimonial {
  position: relative;
}

.testimonial-section .testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 100;
}

.testimonial-section .testimonial .quote {
  font-family: sans-serif;
  color: #adb5bd;
  font-size: 60px;
}

.testimonial-section .testimonial .author {
  margin-bottom: 20px;
}

.testimonial-section .testimonial .author p {
  letter-spacing: 2px;
}

.testimonial-section .slick-slider .slick-dots li {
  background-color: #ffffff;
  border: 1px solid #feb300;
}

.testimonial-section .slick-slider .slick-dots li.slick-active {
  background-color: #feb300;
}

.testimonial-section .slick-slider.v02 .slick-dots li {
  background-color: #ffffff;
  border: 1px solid #28a745;
}

.testimonial-section .slick-slider.v02 .slick-dots li.slick-active {
  background-color: #28a745;
}

/*
* ----------------------------------------------------------------------------
* carpenter page - quote section
* ----------------------------------------------------------------------------
*/
.form-quote-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.form-quote-section .content-wrapper {
  background: rgba(0, 0, 0, 0.6);
  width: 65%;
  max-width: 100%;
  padding: 100px 50px;
  color: #ffffff;
}

.form-quote-section .content-wrapper .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.form-quote-section .content-wrapper .subtitle {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-quote-section .content-wrapper .subtitle.top {
  margin-bottom: 5px;
}

.form-quote-section .content-wrapper .header-underline {
  position: relative;
}

.form-quote-section .content-wrapper .header-underline::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}

.form-quote-section form .form-control {
  border: 1px solid #ffffff;
}

.form-quote-section form .form-control::placeholder {
  color: #ffffff;
}

.form-quote-section .fancy-title {
  padding-bottom: 20px;
}

.form-quote-section.v-success .content-wrapper {
  background: rgba(40, 167, 69, 0.8);
}

.form-quote-section.v-primary .content-wrapper {
  background: rgba(254, 179, 0, 0.85);
}

.form-quote-section.v-primary form .btn {
  background-color: #000000;
}

@media (max-width: 991.98px) {
  .form-quote-section .content-wrapper {
    width: 80%;
    padding: 80px 50px;
  }
}

@media (max-width: 767.98px) {
  .form-quote-section .container {
    padding-right: 0;
    padding-left: 0;
  }

  .form-quote-section .content-wrapper {
    width: 100%;
    padding: 80px 25px;
  }
}

/*
* ----------------------------------------------------------------------
* styling for request a blog section (index)
* ----------------------------------------------------------------------
*/
.quote-request-form {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote-request-form .container {
  position: relative;
}

.quote-request-form .container .row>[class^="col-"] img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.quote-request-form .contact-form-container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.quote-request-form .contact-form-container .contact-form {
  padding-top: 50px;
}

.quote-request-form.section .form-img-container {
  position: absolute;
  padding-top: 0 !important;
  top: -10px;
  bottom: -100px;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .quote-request-form {
    display: flex;
  }

  .quote-request-form.section .form-img-container {
    position: absolute;
    padding-top: 0 !important;
    top: -10px;
    bottom: -80px;
    z-index: 0;
  }

  .quote-request-form .section-header {
    z-index: 2;
    position: relative;
  }

  .quote-request-form .form-img-container {
    opacity: 0.1;
    text-align: center;
  }

  .quote-request-form .contact-form-container {
    z-index: 2;
  }
}

/*
* -----------------------------------------------------------------
* styling for company news section
* -----------------------------------------------------------------
*/
.company-news-section.v-03 {
  background: #f8f9fa;
}

.company-news-section.v-02 {
  background-color: #f8f9fa;
}

.company-news-section.v-02 .date-header {
  background: rgba(0, 0, 0, 0.9);
}

.company-news-section .img-wrapper {
  position: relative;
}

.company-news-section .img-wrapper a img {
  width: 100%;
  height: auto;
  min-height: 300px;
}

@media (max-width: 991.98px) {
  .company-news-section .img-wrapper a img {
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
}

.company-news-section .img-wrapper span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
}

.company-news-section .news-content .date-header {
  background: #222;
  padding: 15px;
  font-size: 12px;
}

.company-news-section .news-content .news-body {
  position: relative;
  max-width: 100%;
  height: auto;
}

.company-news-section .news-content .news-body p {
  line-height: 1.8;
  font-size: 13px;
  word-wrap: break-word;
}

.company-news-section .news-content .news-body h5 a:hover {
  color: #feb300 !important;
  text-decoration: none;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .company-news-section .icons-scroll {
    margin: 20px 0;
  }
}

/*
* ------------------------------------------------------------------------------
* Partners section
* ------------------------------------------------------------------------------
*/
.partners-section {
  background: #f8f9fa;
}

.partners-section .item-container {
  text-align: center;
  padding: 30px 0;
  box-shadow: 0 0 1px #adb5bd;
}

@media (min-width: 992px) {
  .partners-section .item-container {
    padding: 50px 0;
  }
}

.partners-section img {
  transition: opacity 0.5s;
}

.partners-section img:hover {
  opacity: 1;
}

.partners-section.v-02 {
  background: #5D051D;
}

.partners-section.v-02 img {
  opacity: 0.7;
}

.partners-section.v-02 img:hover {
  opacity: 1;
}

.partners-section.v-03 img {
  opacity: 0.54;
}

.partners-section.v-03 img:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .partners-section .partners>div {
    margin: 10px 0;
  }
}

/*
* -----------------------------------------------------------------------------
* styling for experiences section (why choose us)
* -----------------------------------------------------------------------------
*/
.section-features {
  position: relative;
  overflow-x: hidden;
}

.section-features [class^="col-"] {
  position: static;
}

@media (max-width: 767.98px) {
  .section-features.section {
    padding-bottom: 0;
  }
}

.experiences {
  position: relative;
  margin-top: -30px;
  margin-right: -15px;
}

.experiences .experience {
  flex: 0 0 50%;
  padding: 30px 30px 0 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .experiences .experience {
    flex: 0 0 100%;
  }
}

.experiences .experience-icon {
  margin-right: 15px;
  border: 2px solid #feb300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.experiences .experience-icon i {
  font-size: 40px;
  color: #feb300;
}

.experiences .experience-icon.v02 {
  border: 2px solid #28a745;
}

.experiences .experience-icon.v02 i {
  color: #28a745;
}

.experiences .experience-desc p {
  margin-bottom: 0 !important;
  color: #727272;
}

.experiences .experience:hover .experience-icon {
  cursor: pointer;
  background-color: #feb300;
  transition: 0.5s;
}

.experiences .experience:hover .experience-icon i {
  color: #fff;
}

.experiences .experience:hover .experience-icon.v02 {
  background-color: #28a745;
}

@media (min-width: 768px) {
  .plumber {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 0;
  }
}

@media (max-width: 991.98px) {
  .plumber {
    opacity: 0.2;
  }
}

@media (max-width: 767.98px) {
  .plumber {
    opacity: 1;
  }
}

/*
* -------------------------------------------------------------
* Newsletter Section
* -------------------------------------------------------------
*/
.newsletter-section {
  background-size: cover;
}

.newsletter-section .form-inline {
  position: relative;
}

.newsletter-section .form-inline input {
  width: 100%;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
}

.newsletter-section .form-inline ::placeholder {
  color: #ffffff;
}

.newsletter-section .form-inline button {
  position: absolute;
  right: 0;
}

/*
* ----------------------------------------------------------------------------
* why us section
* ----------------------------------------------------------------------------
*/
.why-us-section .icon-wrapper {
  border: 2px solid #ab7442;
  padding: 10px;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-us-section .icon-wrapper i {
  color: #ab7442;
  font-size: 30px;
}

.why-us-section .icon-wrapper.v02 {
  border: 2px solid #feb300;
}

.why-us-section .icon-wrapper.v02 i {
  color: #feb300;
}

.why-us-section img {
  width: 100%;
  height: 100%;
}

.why-us-section .fancy-title {
  padding-bottom: 20px;
}

.why-us-section .feature-cols p {
  font-size: 13px;
}

.why-us-section .video-placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 20px 30px;
}

.why-us-section .video-placeholder .intro-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(171, 116, 66, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.why-us-section .video-placeholder .intro-overlay a {
  margin-bottom: 40px;
}

.why-us-section .video-placeholder .intro-overlay a img {
  width: 80px;
  height: 80px;
}

.why-us-section .video-placeholder .intro-overlay .intro-text {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
}

.why-us-section .video-placeholder .intro-overlay.v02 {
  background-color: rgba(254, 179, 0, 0.9);
}

@media (max-width: 991.98px) {
  .why-us-section .intro {
    margin-bottom: 25px;
  }

  .why-us-section .intro img {
    display: block;
    margin: 0 auto;
  }

  .why-us-section .intro-overlay {
    padding: 20px 0;
  }

  .why-us-section .video-placeholder {
    height: 450px;
  }
}

/*
* ----------------------------------------------------------------------------
* ceaning and services page - appointment form
* ----------------------------------------------------------------------------
*/
.appointment-form-section {
  position: relative;
  z-index: 4;
}

.appointment-form-section .appointment-form {
  text-align: center;
  width: 60%;
  margin: auto;
}

@media (max-width: 991.98px) {
  .appointment-form-section .appointment-form {
    width: 100%;
  }
}

.appointment-form-section .appointment-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.appointment-form-section .container {
  position: relative;
  z-index: 100;
}

.appointment-form-section .container .form-row input,
.appointment-form-section .container .form-row select {
  background: transparent;
  outline: none;
  color: #ffffff !important;
  z-index: 100;
  border: 2px solid #727272;
}

.appointment-form-section .container .form-row input::placeholder,
.appointment-form-section .container .form-row select::placeholder {
  color: #ffffff !important;
}

.appointment-form-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
  background: #000000;
}

/*
* ----------------------------------------------------------------------------
* Portfolio section - Cleaning services
* -----------------------------------------------------------------------------
*/
.works-section.v-02 .container {
  position: relative;
}

.works-section.v-02 .top-work-img {
  position: absolute;
  top: -15%;
  right: 50%;
  transform: translateX(50%);
  overflow: hidden;
}

.works-section.v-02 .section-header {
  position: relative;
  z-index: 100;
  font-weight: 200;
}

.works-section.v-02 .carousel {
  position: relative;
}

.works-section.v-02 .carousel .carousel-inner {
  width: 100%;
}

.works-section.v-02 .carousel .carousel-inner .carousel-item {
  position: relative;
}

.works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:last-child,
.works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:first-child {
  width: 20%;
}

@media (max-width: 991.98px) {

  .works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:last-child,
  .works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:first-child {
    display: none;
  }
}

.works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:nth-child(2) {
  width: 60%;
  height: 360px;
}

@media (max-width: 991.98px) {
  .works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:nth-child(2) {
    width: 100%;
  }
}

.works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:nth-child(2) img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:last-child img,
.works-section.v-02 .carousel .carousel-inner .carousel-item .item__third:first-child img {
  margin-top: 20%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.works-section.v-02 .carousel .item__third {
  float: left;
  position: relative;
  width: 33.33333333%;
  padding-right: 10px;
  height: 360px;
}

.works-section.v-02 .carousel .item__third img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

.works-section.v-02 .carousel .controllers {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.works-section.v-02 .carousel .controllers .left,
.works-section.v-02 .carousel .controllers .right {
  color: #dedede;
}

.works-section.v-02 .carousel .controllers .left img,
.works-section.v-02 .carousel .controllers .right img {
  height: 40px;
  filter: invert(68%) sepia(97%) saturate(1%) hue-rotate(22deg) brightness(105%) contrast(101%);
}

.works-section.v-02 .carousel .controllers .left:hover,
.works-section.v-02 .carousel .controllers .right:hover {
  color: #5D051D;
  transition: 0.6s;
}

.works-section.v-02 .carousel .controllers .left:hover img,
.works-section.v-02 .carousel .controllers .right:hover img {
  filter: invert(85%) sepia(12%) saturate(6864%) hue-rotate(170deg) brightness(93%) contrast(95%);
}

@media (min-width: 768px) {
  .works-section.v-02 .carousel .bottom-title {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {
  .works-section.v-02 .carousel .controllers {
    margin-bottom: 30px;
  }
}

.works-section.v-02 .slider-nav {
  position: relative;
}

.works-section.v-02 .slider-nav .slick-slider {
  padding-left: 70px;
  padding-right: 70px;
}

.works-section.v-02 .slider-nav .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  text-decoration: none;
  z-index: 1;
  display: flex;
  align-items: center;
  line-height: 1;
}

.works-section.v-02 .slider-nav .nav-btn i {
  font-size: 42px;
}

.works-section.v-02 .slider-nav .nav-btn:hover {
  color: #5D051D;
}

.works-section.v-02 .slider-nav .nav-btn-next {
  right: 0;
}

.works-section.v-02 .slider-nav .nav-btn-prev {
  left: 0;
}

.how-works-section .icon-wrapper {
  width: 80px;
  height: 80px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  margin: 0 0 30px 0;
  border: 2px solid #5D051D;
  color: #5D051D;
}

.how-works-section .icon-wrapper:hover {
  background: #5D051D;
  color: #ffffff !important;
  transition: 0.5s;
  cursor: pointer;
}

.how-works-section .icon-wrapper:hover img {
  filter: brightness(0) invert(1);
}

.how-works-section h5 {
  font-weight: 600;
}

@media (min-width: 768px) {
  .how-works-section li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .how-works-section .media-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .how-works-section .media-wrapper li {
    flex: 0 50%;
    margin-right: 0;
    padding-right: 20px;
  }
}

/*
* ----------------------------------------------------------------------------
* carpenter page - hero section
* ----------------------------------------------------------------------------
*/
.services-section .services-header-wrapper {
  background: url(../../placeholder-imgs/placeholder-dark.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section .services-header-wrapper .section-header {
  padding-top: 90px;
  padding-bottom: 50px;
}

.services-section .slick-active:nth-of-type(2n+1) .service-wrapper {
  background: #f3f3f3;
}

.services-section .slide {
  position: relative;
}

.services-section .slide .overlay-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.6s;
}

.services-section .slide .overlay-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.74);
}

.services-section .slide .overlay-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.services-section .slide>.service-wrapper {
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 30px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.services-section .slide>.service-wrapper .title {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  color: #000000;
}

.services-section .slide>.service-wrapper .icon-wrapper {
  font-size: 40px;
  color: #ab7442;
}

.services-section .slide>.service-wrapper p {
  font-size: 13px;
  color: #727272;
}

.services-section .slide:hover>.overlay-img {
  opacity: 1;
  top: -10px;
}

.services-section .slide:hover>.service-wrapper {
  background: transparent;
  color: #ffffff;
}

.services-section .slide:hover>.service-wrapper .title {
  color: #ffffff;
}

.services-section .slide:hover>.service-wrapper p {
  color: #bababa;
}

/*
* ----------------------------------------------------------------------------
* carpenter page - our work section
* ----------------------------------------------------------------------------
*/
.carpenter-work-section .section-header .btn {
  display: flex;
  align-items: center;
  height: 40px;
}

.carpenter-work-section .overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.6s;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  z-index: 1;
}

.carpenter-work-section .overlay .overlay-text h4 {
  color: #ab7442;
}

.carpenter-work-section .item-container {
  position: relative;
  overflow: hidden;
}

.carpenter-work-section .item-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.8s;
}

.carpenter-work-section .item-container:hover img {
  transform: scale(1.05);
}

.carpenter-work-section .item-container:hover .overlay {
  opacity: 1;
  left: 8%;
  top: 8%;
  bottom: 8%;
  right: 8%;
  transform: none;
}

/*
* ----------------------------------------------------------------------------
* carpenter page - callback section
* ----------------------------------------------------------------------------
*/
.call-back-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.call-back-section .container {
  position: relative;
  overflow-y: visible;
}

@media (min-width: 992px) {
  .call-back-section .main-img {
    position: absolute;
    right: 0;
    top: -102px;
    bottom: 0;
    width: auto;
    display: block;
  }

  .call-back-section .row>div {
    height: 100%;
    position: static;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .call-back-section .main-img {
    position: absolute;
    top: auto;
    bottom: -100px;
    width: auto;
    display: block;
    right: -30px;
  }
}

@media (max-width: 991.98px) {
  .call-back-section {
    padding: 80px 0 0;
    overflow: hidden;
  }

  .call-back-section .left-container {
    margin-bottom: 80px;
  }
}

/*
* ----------------------------------------------------------------------------
* factory page - what we offer section
* ----------------------------------------------------------------------------
*/
.what-we-offer-section {
  position: relative;
  width: 100%;
}

.what-we-offer-section::after {
  position: absolute;
  content: "";
  background: url(../../placeholder-imgs/placeholder-dark.svg);
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50%;
}

.what-we-offer-section .container img {
  position: relative;
  z-index: 1;
  transition: transform 0.6s;
  width: 100%;
}

.what-we-offer-section .container .row>[class^="col-"]::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
  opacity: 0;
}

.what-we-offer-section .container .row>[class^="col-"]:hover {
  z-index: 5;
}

.what-we-offer-section .container .row>[class^="col-"]:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.what-we-offer-section .container .row>[class^="col-"]:hover .content img {
  transform: scale(1.05);
}

.what-we-offer-section .container .content {
  margin: 1px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.what-we-offer-section .container .content a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  transition: all 0.5s;
  z-index: 2;
  color: #ffffff;
}

.what-we-offer-section .container .content a:hover {
  text-decoration: none;
  color: #feb300;
}

/*
* ----------------------------------------------------------------------------
* Factory page - company story section
* ----------------------------------------------------------------------------
*/
.company-story {
  position: relative;
}

.company-story .story {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.company-story .story-overlay {
  background-color: rgba(254, 179, 0, 0.9);
  height: 100%;
  width: 100%;
  padding: 60px;
}

.company-story .story-overlay .content {
  border: 8px solid #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.company-story .story-overlay .content a {
  margin-bottom: 30px;
}

.company-story .story-overlay .content .text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 991.98px) {
  .company-story .story-overlay {
    padding: 30px;
  }

  .company-story .story-overlay .content {
    padding: 20px;
  }
}

.company-story .text-content {
  max-width: 700px;
}

.company-story .text-content p {
  line-height: 1.8;
}

.company-story .item-container .title {
  font-weight: 300;
}

@media (min-width: 768px) {
  .company-story .item-container {
    padding-left: 100px;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .company-story .img-wrapper {
    margin-top: 50px;
  }

  .company-story .story {
    height: 400px;
  }
}

/*
* ----------------------------------------------------------------------------
* factory page - quote section
* ----------------------------------------------------------------------------
*/
.factory-quote-section .item-container {
  width: 100%;
  padding: 0 100px 0 0;
}

.factory-quote-section .item-container .quote-form,
.factory-quote-section .item-container .section-header {
  width: 60%;
}

@media (max-width: 991.98px) {
  .factory-quote-section .item-container {
    padding: 0;
  }

  .factory-quote-section .item-container .quote-form,
  .factory-quote-section .item-container .section-header {
    width: 100%;
  }
}

.factory-quote-section .item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.factory-quote-section .item-wrapper .success-work-img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.factory-quote-section .item-wrapper .overlay {
  position: absolute;
  content: "";
  top: 25px;
  left: 25px;
  bottom: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 1;
}

@media (max-width: 767.98px) {
  .factory-quote-section .item-wrapper .overlay {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}

.factory-quote-section .item-wrapper .overlay .myNumber {
  font-size: 130px;
  font-weight: 700;
}

.factory-quote-section .item-wrapper .overlay .success-word {
  font-size: 48px;
  margin: 10px auto;
}

.factory-quote-section .item-wrapper .overlay .work-word {
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .factory-quote-section .item-wrapper .overlay .myNumber {
    font-size: 80px;
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {
  .factory-quote-section .item-wrapper .overlay .myNumber {
    font-size: 50px;
    font-weight: 600;
  }

  .factory-quote-section .item-wrapper .overlay .success-word {
    font-size: 30px;
  }

  .factory-quote-section .item-wrapper .overlay .work-word {
    font-size: 15px;
  }
}

.factory-quote-section .item-wrapper .overlay .text-gray {
  color: #727272;
}

/*
* ------------------------------------------------------------------------------
* styling for statistics section
* ------------------------------------------------------------------------------
*/
.stat-section {
  position: relative;
  padding-top: 150px;
  z-index: 0;
}

.stats {
  padding: 0 180px;
}

@media (max-width: 991.98px) {
  .stats {
    padding: 0 100px;
  }
}

@media (max-width: 767.98px) {
  .stats {
    padding: 0 20px 20px 20px;
  }
}

.stats .video-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  margin-top: -80px;
  padding: 20px;
}

@media (max-width: 991.98px) {
  .stats .video-img {
    padding: 10px;
  }
}

.stats .video-img .play-icon {
  width: 100%;
  height: 100%;
  background-color: rgba(254, 179, 0, 0.8);
  cursor: pointer;
}

.stats .video-img .play-icon.v02 {
  background-color: rgba(25, 185, 95, 0.8);
}

.stats .stat {
  padding: 50px 0;
}

.stats .stat h1 {
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .stats .stat {
    padding: 25px 0;
  }
}

.stats .stat i {
  font-size: 35px;
  color: #e9ecef;
}

.stats .stat-desc {
  margin-left: 12px;
}

.stats .stat-desc p {
  color: #f8f9fa;
  margin: 0;
}

@media (max-width: 991.98px) {
  .stats .stat {
    flex: 0 0 50%;
  }
}

/*
* ----------------------------------------------------------------------------
* styling for Our works section
* ----------------------------------------------------------------------------
*/
.portfolio.v-03 {
  display: grid;
  width: 100%;
  grid-template-rows: repeat(2, 260px);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media (max-width: 991.98px) {
  .portfolio.v-03 {
    grid-template-rows: repeat(4, 300px);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .portfolio.v-03 {
    justify-content: center;
    grid-template-rows: repeat(5, 300px);
    grid-template-columns: repeat(1, 100%);
  }
}

.portfolio.v-03 .work {
  position: relative;
  background-size: cover;
}

.portfolio.v-03 .work .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 167, 69, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.portfolio.v-03 .work .overlay h6 {
  letter-spacing: 0;
}

.portfolio.v-03 .work:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
}

.portfolio.v-03 .work-1 {
  grid-row: 1/2;
  grid-column: 1/ span 2;
}

.portfolio.v-03 .work-2 {
  grid-row: 2/3;
  grid-column: 1/2;
}

.portfolio.v-03 .work-3 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.portfolio.v-03 .work-4 {
  grid-row: 1 / -1;
  grid-column: 3 / -1;
}

@media (max-width: 991.98px) {
  .portfolio.v-03 .work-1 {
    grid-column: 1 / -1;
  }

  .portfolio.v-03 .work-4 {
    grid-row: 3 / -1;
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .portfolio.v-03 .work-3 {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
  }

  .portfolio.v-03 .work-4 {
    grid-row: 4 / -1;
  }
}

/*
* ------------------------------------------------------------------------------
* Our Team
* ------------------------------------------------------------------------------
*/
.team-section {
  overflow: hidden;
}

.team-section .card {
  cursor: pointer;
}

.team-section .card.v02:hover .card-footer {
  background: #28a745 !important;
}

.team-section .card:hover .card-footer {
  background: #feb300 !important;
  cursor: pointer;
  transition: 0.3s;
}

.team-section .card-body {
  background: #f8f9fa;
  height: 100px;
}

.team-section .card-body .card-title {
  font-weight: 600;
}

.team-section .card-body .card-text {
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.team-section .plumber-team--header {
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .team-section .section-header {
    margin-bottom: 30px;
  }

  .team-section .plumber-team--header {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}

/*
* ----------------------------------------------------------------------------
* about v3 page - about
* ----------------------------------------------------------------------------
*/
.section-about p {
  color: #727272;
  line-height: 1.75;
}

.section-about p:last-child {
  margin-bottom: 0;
}

.section-about.v02 {
  background-image: url(../images/about-us-bg.png);
  background-size: cover;
  position: relative;
}

.section-about .about-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-about .about-content>*:not(:last-child) {
  margin-bottom: 20px;
}

.section-about .about-content .mission-vision {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-about .about-content .mission-vision>* {
  flex: 0 0 48%;
}

.section-about .about-content .counter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-about .about-content .counter h1 {
  color: #feb300;
}

.section-about .about-content .counter p {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.section-about .img-worker img {
  height: 100%;
}

@media (max-width: 991.98px) {
  .section-about .about-content {
    padding-bottom: 0;
  }

  .section-about .about-content .mission-vision>* {
    flex: 0 0 100%;
  }

  .section-about .about-content .mission-vision .mission {
    margin-bottom: 30px;
  }

  .section-about .img-worker {
    margin-top: 10px;
  }

  .section-about .img-worker img {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .section-about .img-worker img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .section-about .about-content .counter {
    justify-content: space-around;
    text-align: center;
  }

  .section-about .about-content .counter .count:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*
* -----------------------------------------------------------------------------
* Single Blog Post
* -----------------------------------------------------------------------------
*/
.single-blog-article .page-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.single-blog-article .article-share-box .sharing-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  align-items: center;
}

.single-blog-article .article-share-box .count {
  padding-right: 20px;
}

.single-blog-article .article-share-box .count h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}

.single-blog-article .article-share-box .count h3+span {
  text-align: center;
  display: block;
  opacity: 0.5;
  font-weight: 500;
  line-height: 1;
}

.single-blog-article .article-share-box li:not(:last-child) {
  margin-right: 10px;
}

.single-blog-article .article-share-box li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
}

.single-blog-article .article-share-box li a .icon-wrapper {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .single-blog-article .article-share-box li a {
    padding: 0 20px 0 0;
  }

  .single-blog-article .article-share-box li a .icon-wrapper {
    margin-right: 15px;
  }
}

.single-blog-article .article-share-box li a:hover .icon-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}

.single-blog-article .article-share-box li.facebook {
  background-color: #3d5b96;
}

.single-blog-article .article-share-box li.twitter {
  background-color: #1dadeb;
}

.single-blog-article .article-share-box li.linkedin {
  background-color: #0e76a8;
}

.single-blog-article .blog-banner .img-wrapper {
  position: relative;
}

.single-blog-article .blog-banner .img-wrapper span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
}

.single-blog-article .article-meta {
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.9);
  list-style: none;
  margin: 0;
  color: #bababa;
  flex-wrap: wrap;
}

.single-blog-article .article-meta li {
  font-size: 13px;
  padding: 5px 0;
}

.single-blog-article .article-meta li:not(:last-child) {
  margin-right: 40px;
}

.single-blog-article .quote {
  position: relative;
  background: #e9ecef;
  padding: 60px 50px 25px 50px;
  text-align: center;
  color: #000000;
  margin-top: 100px;
  margin-bottom: 60px;
}

.single-blog-article .quote-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #feb300;
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
}

.single-blog-article .quote h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
}

.single-blog-article .video {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  height: 460px;
  width: 100%;
}

.single-blog-article .video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.single-blog-article .video .play-icon {
  height: 100%;
}

.author-section {
  padding-bottom: 60px;
}

.author-section .author {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  display: flex;
}

.author-section .author-img {
  margin-right: 30px;
  display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.author-section .author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-section .author-name h4 {
  font-size: 12px;
}

.author-section .author-name h3 {
  font-size: 20px;
}

.author-section .author .socials .box {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #f8f9fa;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.author-section .author .socials .box:not(:last-child) {
  margin-right: 5px;
}

.author-section .author .socials .box:hover {
  background: #feb300;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .author-section .author-info {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

/*
* -----------------------------------------------------------------------------
* styling for projects masonry page
* -----------------------------------------------------------------------------
*/
.projects-masonry {
  margin: 40px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(4, 350px);
  grid-gap: 30px;
  justify-content: center;
}

.projects-masonry .project img {
  width: 100%;
  height: 100%;
}

.projects-masonry .project--one {
  grid-row: 1 / span 2;
}

.projects-masonry .project--eight {
  grid-column: 3 / 4;
  grid-row: 3 / span 2;
}

@media (max-width: 991.98px) {
  .projects-masonry {
    grid-template-columns: repeat(2, 350px);
    grid-template-rows: repeat(6, 350px);
    grid-gap: 20px;
  }

  .projects-masonry .project--eight {
    grid-row: 5 / span 2;
    grid-column: 1 / 2;
  }
}

@media (max-width: 767.98px) {
  .projects-masonry {
    grid-template-columns: repeat(1, 350px);
  }
}

/*
* ---------------------------------------------------------------------------
* styling for projects standard page
* ---------------------------------------------------------------------------
*/
.projects-v02 {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
}

.projects-v02 .project {
  position: relative;
  padding: 20px;
  height: 350px;
  cursor: pointer;
}

.projects-v02 .project .overlay {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.6s;
}

.projects-v02 .project.project-background {
  background-size: cover;
  background-repeat: no-repeat;
}

.projects-v02 .project:hover .overlay {
  opacity: 1;
}

/*
* --------------------------------------------------------------------
* styling for Projects tile page
* --------------------------------------------------------------------
*/
.projects-tiles {
  margin-top: 15px;
  margin-bottom: 30px;
  min-width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, minmax(220px, 300px));
  grid-gap: 15px;
}

.projects-tiles .project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-tiles .project--one {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.projects-tiles .project--eight {
  grid-column: 3 / -1;
  grid-row: 3 / -1;
}

@media (max-width: 991.98px) {
  .projects-tiles {
    grid-template-columns: repeat(2, 360px);
    grid-template-rows: repeat(8, 220px);
    grid-gap: 20px;
  }

  .projects-tiles .project--one {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .projects-tiles .project--eight {
    grid-column: 1 / span 2;
    grid-row: 7 / span 2;
  }
}

@media (max-width: 767.98px) {
  .projects-tiles {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(12, 220px);
  }

  .projects-tiles .project--one {
    grid-column: 1 / -1;
    grid-row: 1 / span 2;
  }

  .projects-tiles .project--eight {
    grid-column: 1 / -1;
    grid-row: 11 / span 2;
  }
}

/* ========================================================================== *\
   08. SHOP
\*  ========================================================================= */
/*
* ----------------------------------------------------------------------------
* styling for product item section
* ----------------------------------------------------------------------------
*/
.product-section .main-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-section .main-product .item-container {
  max-height: 100%;
  width: 100%;
}

.product-section .main-product .item-container .social-icon-wrapper {
  display: flex;
}

.product-section .main-product .item-container .social-icon-wrapper .social-icon {
  height: 40px;
  width: 40px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product-section .main-product .item-container .social-icon-wrapper .social-icon i {
  color: #000000;
}

.product-section .main-product .item-container .social-icon-wrapper .social-icon:hover {
  background: #feb300;
  transition: 0.5s;
}

.product-section .main-product .item-container .social-icon-wrapper .social-icon:hover i {
  color: #ffffff;
}

.product-section .accordion .card {
  border: none;
}

.product-section .accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

.product-section .accordion .card .card-header [aria-expanded="true"],
.product-section .accordion .card .card-header button:hover {
  background-color: #feb300;
  color: #ffffff;
  border-color: #feb300;
}

.product-section .accordion .card .card-header>button {
  width: 100%;
  text-align: left;
  outline: none;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  transition: 0.5s background-color;
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
  margin: 1px 0;
}

.product-section .accordion .card .card-header>button::after {
  content: "+";
  position: absolute;
  right: 20px;
}

.product-section .accordion .card .card-header>button[aria-expanded="true"]::after {
  content: "-";
}

.product-section .accordion .card .card-body {
  padding: 40px 0;
  border: none;
}

.product-stars .clip-star {
  background: #feb300;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 15px;
  width: 15px;
}

/*
* ----------------------------------------------------------------------------
* styling for related product section
* ----------------------------------------------------------------------------
*/
.related-product-section .product .img-wrapper {
  border: 1px solid #e9ecef;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.related-product-section .product .img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.related-product-section .product .prod-buttons {
  width: 100%;
  overflow: hidden;
}

.related-product-section .product .prod-buttons a {
  width: 49%;
  max-width: 100%;
  font-size: 13px;
  padding: 8px;
  font-weight: 200;
}

.related-product-section .product a:hover {
  text-decoration: none;
}

.related-product-section .product .product-content span {
  padding-bottom: 10px;
}

.related-product-section .product-header .right-container {
  position: relative;
}

.related-product-section .product-header .right-container input,
.related-product-section .product-header .right-container select,
.related-product-section .product-header .right-container .btn {
  height: 50px;
}

.related-product-section .product-header .right-container .btn {
  width: 50px;
  padding: 10px;
}

.related-product-section .product-header .right-container .btn img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {

  .related-product-section .product-header .right-container .input-group,
  .related-product-section .product-header .right-container .left-container {
    padding-bottom: 10px;
  }
}

/*
* --------------------------------------------------------------------
* Cart page styling
* --------------------------------------------------------------------
*/
.qty-input-group .qty-btn {
  border: none;
  border: 1px solid #ededed;
  padding: 6px 10px;
  outline: none;
  box-shadow: none;
}

.qty-input-group .qty-btn:active,
.qty-input-group .qty-btn:focus {
  box-shadow: none;
}

.qty-input-group .qty-input {
  border: 1px solid #ededed;
  text-align: center;
  max-width: 65px;
  outline: 0;
}

@media (max-width: 767.98px) {
  .qty-input-group .qty-input {
    order: 1;
  }

  .qty-input-group .input-group-append,
  .qty-input-group .input-group-prepend {
    order: 2;
    display: flex;
    width: 50%;
    margin: 0;
  }

  .qty-input-group .input-group-append .qty-btn,
  .qty-input-group .input-group-prepend .qty-btn {
    width: 100%;
    margin: 0;
  }
}

/* Cart items table */
.cart-items-table img {
  border: 1px solid #e9ecef;
}

.cart-items-table td,
.cart-items-table th {
  vertical-align: middle;
}

.cart-items-table .img-col {
  width: 80px;
}

/* Cart totals table */
.cart-totals-table td {
  padding: 20px;
  font-weight: 500;
  background-color: #ffffff;
}

.cart-totals-table td:first-child {
  background-color: #adadad;
  color: #ffffff;
}

@media (min-width: 992px) {
  .cart-totals-table td:first-child {
    width: 35%;
  }
}

/* ========================================================================== *\
   09. 404 Page
\*  ========================================================================= */
/*
* ------------------------------------------------------------------------------
* styling for notFound page
* ------------------------------------------------------------------------------
*/
.not-found-section {
  position: relative;
  padding-top: 280px;
  padding-bottom: 100px;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.not-found-section .info-container {
  width: 80%;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

.not-found-section .info-container .title-error {
  font-size: 42px;
  text-transform: uppercase;
}

.not-found-section .info-container .title-number {
  color: #feb300;
  font-size: 160px;
  font-weight: 800;
  letter-spacing: -25px;
  line-height: 1;
  margin-bottom: 0;
}

.not-found-section .info-container .subtitle-error {
  font-size: 24px;
}

.not-found-section .info-container .info {
  margin: 40px 0;
}

.not-found-section .info-container .info p {
  color: #eee;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}

.not-found-section .info-container .search-form {
  width: 370px;
  margin: 0 auto;
}

.not-found-section .info-container .search-form fieldset {
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.not-found-section .info-container .search-form fieldset .form-control {
  padding: 10px;
  background: transparent;
}

.not-found-section .info-container .search-form fieldset .form-control::placeholder {
  color: #bababa;
  opacity: 0.8;
}

.not-found-section .info-container .search-form fieldset button {
  position: absolute;
  right: 0;
  border: none;
  background: none;
  color: #feb300;
  padding: 15px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .not-found-section {
    background-position: center right;
  }

  .not-found-section .info-container {
    width: 100%;
    padding: 10px;
  }

  .not-found-section .info-container .search-form {
    width: 100%;
  }
}

/* ========================================================================== *\
   10. CONTACT PAGE
\*  ========================================================================= */
/*
* ----------------------------------------------------------------------------
* contact page - contact info section
* ----------------------------------------------------------------------------
*/
.contact-info {
  position: relative;
}

.contact-info .info-details {
  padding: 5px 0;
}

.contact-info .info-details p,
.contact-info .info-details i {
  color: #727272;
  margin-bottom: 0;
}

.contact-info .info-details>*:not(:last-child) {
  margin-bottom: 10px;
}

.contact-info .info-details .socials-networks i {
  font-size: 15px;
  cursor: pointer;
}

.contact-info .info-details .socials-networks i:not(:last-child) {
  margin-right: 30px;
}

.contact-info .info-details .socials-networks i:hover {
  color: #feb300;
  transition: 0.5s;
}

.contact-info #contact-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
}

@media (max-width: 991.98px) {
  .contact-info #contact-map {
    position: relative !important;
    top: 0;
    left: 0;
    height: 450px;
  }
}

/*
* ----------------------------------------------------------------------------
* contact page - message form section
* ----------------------------------------------------------------------------
*/
.message-form {
  background-color: #f8f9fa;
}

.message-form .section-header {
  margin-bottom: 50px;
}

.message-form .inputs-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.message-form .inputs-group .input {
  flex: 0 0 33.3333%;
}

.message-form .inputs-group .input:not(:last-child) {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .message-form .inputs-group {
    flex-direction: column;
    justify-content: space-around;
  }

  .message-form .inputs-group .input {
    flex: 0 0 100%;
  }

  .message-form .inputs-group .input:not(:last-child) {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.message-form.v02 {
  background-color: #ffffff;
}

.message-form.v02 form .btn {
  border: 1px solid #000000;
}

@media (max-width: 767.98px) {
  .message-form .ratings {
    flex-direction: column;
  }

  .message-form .ratings span {
    margin-bottom: 20px;
  }
}

.message-form .rates .rate {
  padding: 0 30px;
  cursor: pointer;
}

.message-form .rates .rate:not(:last-child) {
  border-right: 1px solid #e9ecef;
}

@media (max-width: 767.98px) {
  .message-form .rates .rate {
    padding: 0 15px;
  }
}

/* ========================================================================== *\
   11. FOOTERS
\*  ========================================================================= */
/*
* --------------------------------------------------------------------
* styling for the common footer section
* --------------------------------------------------------------------
*/
.main-footer.v-01 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.85));
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.main-footer.v-01.bg-black {
  background: #1a1a1a;
}

.main-footer.v-01 .footer {
  font-size: 13px;
}

.main-footer.v-01 .footer-info {
  line-height: 2;
}

.main-footer.v-01 .footer-info.v02 {
  padding: 60px 0 !important;
}

.main-footer.v-01 .footer a,
.main-footer.v-01 .footer p {
  color: #bababa;
}

.main-footer.v-01 .footer-nav li:not(:last-child) {
  margin-right: 25px;
}

.main-footer.v-01 .footer-nav li a:hover {
  color: #feb300;
}

.main-footer.v-01 .footer .footer-title {
  font-size: 18px;
}

.main-footer.v-01 .footer .footer-title::after {
  content: "";
  color: #feb300;
}

.main-footer.v-01 .footer i {
  margin-right: 5px;
}

.main-footer.v-01 .footer .company-links li:hover a {
  color: #feb300 !important;
}

.main-footer.v-01 .footer .socials {
  display: flex;
  flex-wrap: wrap;
}

.main-footer.v-01 .footer .socials-icon {
  height: 45px;
  width: 45px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}

.main-footer.v-01 .footer .socials-icon i {
  margin: 0 !important;
}

.main-footer.v-01 .footer .socials-icon:not(:last-child) {
  margin-right: 15px;
}

.main-footer.v-01 .footer .socials-icon:hover {
  background: #feb300;
}

.main-footer.v-01 .footer .socials-icon--v02:hover {
  background: #28a745 !important;
}

@media (max-width: 991.98px) {
  .main-footer.v-01 .footer-map {
    object-fit: cover;
  }
}

.main-footer.v-01 .sub-footer {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-footer.v-01 .sub-footer li a,
.main-footer.v-01 .sub-footer span {
  color: #7e7e7e;
}

/*
* ----------------------------------------------------------------------------
* Cleaning service footer
* ----------------------------------------------------------------------------
*/
.main-footer.v-02 {
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  line-height: 24px;
  vertical-align: center;
}

.main-footer.v-02 .company-img-container img {
  object-fit: cover;
  object-position: center;
}

.main-footer.v-02 .media-body p {
  margin: 0 !important;
  padding: 0 !important;
}

.main-footer.v-02 a {
  color: #adb5bd;
}

.main-footer.v-02 a:hover {
  color: #5D051D;
}

.main-footer.v-02 .footer-titles {
  display: flex;
  margin-bottom: 40px;
}

.main-footer.v-02 .footer-titles span {
  font-size: 18px;
  position: relative;
  display: block;
  line-height: 1;
}

.main-footer.v-02 .footer-titles span::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #5D051D;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

/*
* ----------------------------------------------------------------------------
* Plumber page - footer section
* ----------------------------------------------------------------------------
*/
.main-footer.v-03 {
  position: relative;
  background: linear-gradient(to right, #222 0%, #222 calc(50% - 200px), #2a2a2a calc(50% - 200px), #2a2a2a 100%);
  padding: 0;
}

.main-footer.v-03 .footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-footer.v-03 .footer-nav {
  margin-bottom: 0;
}

.main-footer.v-03 .footer-nav li:not(:last-child) {
  margin-right: 25px;
}

.main-footer.v-03 .footer-nav li a:hover {
  color: #feb300;
}

.main-footer.v-03 .sub-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
}

.main-footer.v-03 .sub-footer li a {
  color: #7e7e7e;
}

.main-footer.v-03 .sub-footer li a.active {
  color: #ffffff;
}

.main-footer.v-03 .sub-footer li a:hover {
  color: #28a745;
}

.main-footer.v-03 .socials {
  display: flex;
  flex-wrap: wrap;
}

.main-footer.v-03 .socials-icon {
  height: 45px;
  width: 45px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}

.main-footer.v-03 .socials-icon i {
  margin: 0 !important;
}

.main-footer.v-03 .socials-icon:not(:last-child) {
  margin-right: 15px;
}

.main-footer.v-03 .socials-icon:hover {
  background: #19b95f;
}

@media (max-width: 991.98px) {
  .main-footer.v-03 {
    background: #2a2a2a;
  }
}

@media (max-width: 767.98px) {
  .main-footer.v-03 .footer-nav {
    margin-bottom: 20px;
  }
}

/*
* ----------------------------------------------------------------------------
* carpenter page - footer section
* ----------------------------------------------------------------------------
*/
.main-footer.v-04 {
  background-size: cover;
  background-repeat: no-repeat;
}

.main-footer.v-04 .footer-copyright span {
  color: #ab7442;
}

.main-footer.v-04 li>a {
  color: #adb5bd;
}

.main-footer.v-04 li>a:hover {
  color: #ab7442;
}

.main-footer.v-04 .socials {
  display: flex;
}

.main-footer.v-04 .socials-icon {
  height: 45px;
  width: 45px;
  background-color: #222222;
  border-radius: 50%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8);
}

.main-footer.v-04 .socials-icon:not(:last-child) {
  margin-right: 15px;
}

.main-footer.v-04 .socials-icon:hover {
  background: #ab7442;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .main-footer.v-04 .socials {
    margin-bottom: 20px;
  }
}

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