/*!
Theme Name: bello-construction
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bello-construction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bello-construction is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Poppins", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: 'Roboto', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Montserrat", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --primarycolor: #142f4d;
  --secondarycolor: #ca9056;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --bodycolor: #5a5a5a;
  --navyblue: #1a2638;
  --Robotofont: "Roboto", sans-serif;
  --Poppinsfont: "Poppins", sans-serif;
  --Montserratfont: "Montserrat", sans-serif;
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--Robotofont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--bodycolor);
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--whitecolor);
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
  letter-spacing: 0.04em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--primarycolor);
  font-weight: 600;
  font-family: var(--Montserratfont);
  text-transform: capitalize;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 600;
  font-size: 68px;
  line-height: 1.14;
  color: var(--whitecolor);
}

h1 span,
.h1-title span {
  font-weight: 400;
}

h2,
.h2-title {
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
}

h2 span,
.h2-title span {
  color: var(--secondarycolor);
}

h3,
.h3-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
}

h4,
.h4-title {
  font-size: 22px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--secondarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--primarycolor);
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

/* input css start */
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* input css end */

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* custom css */
.cmn-gap {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 35px;
}

.section-head.aligncenter {
  text-align: center;
}

.common-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whitecolor);
  background: var(--secondarycolor);
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--secondarycolor);
  outline: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 20.5px 43px;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
}

.common-button::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid var(--secondarycolor);
  transform: skew(-0.6deg);
  -webkit-transform: skew(-0.6deg);
  -moz-transform: skew(-0.6deg);
  -ms-transform: skew(-0.6deg);
  -o-transform: skew(-0.6deg);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  pointer-events: none;
  user-select: none;
}

.common-button:hover::after {
  bottom: 0;
  left: 0;
  background: var(--whitecolor);
}

.common-button:hover {
  background: transparent;
  color: var(--secondarycolor);
  border-color: transparent;
}

.common-button>span {
  position: relative;
  display: inline-block;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  z-index: 3;
}

.common-border-button {
  background: transparent;
  border-color: var(--whitecolor);
}

.common-border-button::after {
  border-color: var(--secondarycolor);
}

.common-border-button:hover {
  border-color: transparent;
  background: transparent;
  color: var(--whitecolor);
}

.common-border-button:hover::after {
  border-color: var(--secondarycolor);
  background-color: var(--secondarycolor);
}

.head-toptitle {
  display: block;
  font-family: var(--Poppinsfont);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--primarycolor);
  margin-bottom: 18px;
}

/* custom css */

/* navbar*/

.main-head {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  position: relative;
  width: 100%;
  padding: 20px 0 20px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  /*width: 186px;
  */
  width: 155px;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar-brand>img {
  width: 100%;
  height: auto;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 20px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav>li.menu-item-has-children {
  padding-right: 22px;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: var(--whitecolor);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--whitecolor);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--whitecolor);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(images/white-dropdown.svg) center center no-repeat;
  display: block;
  background-size: 12px;
  cursor: pointer;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* navbar submenu*/

.sub-menu {
  background: var(--whitecolor);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  opacity: 0;
  /* border: 1px solid rgba(0, 0, 0, 0.13); */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* width: 160px; */
  width: 240px;
  padding: 0;
  box-shadow: 4px 10px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.sub-menu>li>a {
  color: var(--bodycolor);
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.2;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.13); */
  text-transform: uppercase;
}

.sub-menu>li:last-child>a {
  border-bottom: 0;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: var(--secondarycolor);
  color: var(--whitecolor);
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.navabr-collapse-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}

.navbar-contact-wrapper {
  margin-left: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-button-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.email-button,
.contact-button-link>i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 56px;
  height: 56px;
  background: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  /* background: var(--primarycolor); */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.email-button:hover,
.contact-button-link:hover>i {
  background: transparent;
  border-color: var(--whitecolor);
}

.nav-contact-wrap {
  width: calc(100% - 56px);
  padding-left: 15px;
}

.nav-contact-wrap p {
  font-size: 16px;
  color: var(--whitecolor);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 8px;
}

.nav-contact-wrap span {
  display: block;
  line-height: 1.1;
  color: var(--whitecolor);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact-button-link:hover span {
  color: var(--secondarycolor);
}

/* header css end */

/* banner css start */
.banner-section {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 100px 0 120px;
}

.banner-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.banner-bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(5, 33, 65, 0.33); */
  background: rgba(5, 33, 65, 0.2);
}

.banner-bg-wrapper>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content-wrapper {
  position: relative;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

.banner-btn-wrapper {
  padding-top: 19px;
}

.banner-btn-wrapper .common-button:not(:last-child) {
  margin-right: 25px;
}

/* banner css end */

/* mission css start */
.mission-section .section-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.mission-content-wrapper-outer {
  max-width: 928px;
  margin: 0 auto;
}

.mission-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -12px -30px;
}

.mission-experience-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}

.exp-year-num {
  display: inline-block;
  font-family: var(--Montserratfont);
  font-weight: 600;
  font-size: 110px;
  line-height: 1;
  color: var(--secondarycolor);
}

.experience-content {
  padding-left: 17px;
}

.experience-content>p {
  font-family: var(--Poppinsfont);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--primarycolor);
  margin-bottom: 4px;
}

.experience-content>span {
  font-family: var(--Montserratfont);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  text-transform: capitalize;
  color: var(--primarycolor);
}

.mission-certified-listing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -10px -10px;
}

.mission-certified-listing li {
  padding: 10px 10px;
}

.mission-certified-listing li figure {
  max-width: 130px;
}

.mission-certified-listing li figure img {
  width: 100%;
}

.mission-content-left {
  position: relative;
  width: 42%;
  padding: 12px 30px;
}

.mission-content-right {
  width: 58%;
  padding: 12px 30px;
}

.mission-content-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 87%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(20, 47, 77, 1) 46%,
      rgba(255, 255, 255, 1) 100%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* mission css end */

/* why us css start */
.why-us-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.why-us-left {
  width: 54%;
}

.why-us-right {
  width: 46%;
}

.why-us-sec .section-head {
  margin-bottom: 25px;
}

.why-us-btn-wrap {
  padding-top: 25px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.common-check-listing li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 2px;
  font-weight: 600;
}

.common-check-listing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url(images/check-icon.svg) no-repeat left center;
  background-size: 100%;
  z-index: 0;
  pointer-events: none;
}

.common-check-listing li:last-child {
  margin-bottom: 0;
}

.why-us-row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 30px;
  align-items: flex-end;
}

.why-us-right-inner {
  padding-bottom: 63px;
}

.why-us-home-img-wrap {
  margin-left: calc(((100vw - 1490px + 62%) / 2) * -1);
}

.why-us-home-img-wrap img {
  width: 100%;
}

.why-us-right-home-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 21%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  opacity: 0.08;
}

/* why us css end */

/* our projects css start */
.our-projects-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.our-projects-sec .section-head {
  position: relative;
  z-index: 2;
}

.featured-projects-slider .splide__slide {
  padding: 0 10px;
}

.featured-projects-image {
  position: relative;
  overflow: hidden;
  width: 465px;
  height: 575px;
}

.featured-projects-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-projects-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.common-border-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-family: var(--Poppinsfont);
  font-weight: 700;
  /* font-size: 180px; */
  font-size: 9.38vw;
  line-height: 0.74;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #d4dae0;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.featured-projects-slider {
  position: relative;
  z-index: 3;
}

/* our project css end */

/* how it works css start */
.how-it-works-heading-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.how-it-works-heading-wrap .section-head {
  margin-bottom: 0;
  max-width: 720px;
}

.how-it-works-heading-wrap .section-head h2,
.how-it-works-heading-wrap .section-head .h2-title,
.how-it-works-heading-wrap .section-head p {
  color: var(--whitecolor);
}

.how-it-works-sec {
  position: relative;
}

.how-it-works-shp {
  position: absolute;
  top: -7px;
  left: 0;
  width: 63.3%;
  height: 62.7%;
  background: var(--primarycolor);
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.slick-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--whitecolor);
  border: 0;
  outline: none;
  padding: 5px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.slider-arrow-long,
.slider-arrow-img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.slider-arrow-img {
  width: 13px;
}

.slider-arrow-long {
  width: 0;
  opacity: 0;
}

.slick-arrow:hover .slider-arrow-img {
  width: 0;
  opacity: 0;
}

.slick-arrow:hover .slider-arrow-long {
  width: 50px;
  opacity: 1;
}

.slick-arrow:hover {
  width: 108px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.slider-arrow-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slider-arrow-wrapper .slick-arrow:not(:last-child) {
  margin-right: 14px;
}

.how-it-works-slider .slick-list {
  margin: 0 -14px;
}

.how-it-works-slider .how-it-works-item {
  padding: 0 14px;
}

.how-it-works-card {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.how-it-works-card figure {
  position: relative;
  padding-top: 113%;
  overflow: hidden;
}

.how-it-works-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.how-it-works-card:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.how-it-works-content {
  text-align: center;
  padding: 23px 12px 10px;
}

.how-it-works-content h3 {
  color: var(--navyblue);
  letter-spacing: 0.04em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.how-it-works-card:hover .how-it-works-content h3 {
  color: var(--secondarycolor);
}

/* how it works css end */

/* testimonials css start */
.testimonials-sec {
  width: 100%;
  overflow: hidden;
}

.testimonials-content>p {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.38;
}

.testimonials-content .quote-icon {
  width: 82px;
  display: block;
  margin-bottom: 45px;
}

.testimonials-author-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 300px;
}

.testimonials-author-profile {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  flex-shrink: 0;
}

.testimonials-author-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-author-details {
  width: calc(100% - 76px);
  padding-left: 24px;
}

.testimonials-author-details>span {
  font-family: var(--Montserratfont);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #1a2638;
}

.testimonials-author-details>p {
  margin-bottom: 8px;
}

.testimonials-author-details .five-star-img {
  max-width: 94px;
}

.testimonials-author-wrapper {
  padding-top: 70px;
}

.testimonials-right-inner {
  margin-right: calc(((100vw - 1490px + 2%) / 2) * -1);
}

.testimonials-right-inner img {
  width: 100%;
}

.testimonials-row {
  --bs-gutter-y: 30px;
  align-items: center;
}

.testimonials-slider-wrapper {
  position: relative;
}

.testimonials-slider-wrapper .slider-arrow-wrapper {
  position: absolute;
  bottom: 2%;
  right: 15%;
}

.get-in-touch-sec {
  background-color: var(--primarycolor);
}

.get-in-touch-left p {
  color: var(--whitecolor);
}

.get-in-touch-left-inner {
  max-width: 888px;
}

.get-in-touch-right-inner {
  text-align: right;
}

.get-in-touch-row {
  align-items: center;
}

/* testimonials css end */

/* servicing area css start */
.servicing-area-sec {
  background-color: #ecf0f6;
}

.servicing-area-row {
  /* align-items: center; */
  --bs-gutter-x: 70px;
  /* --bs-gutter-y: 30px; */
}

.servicing-area-left {
  width: 62%;
}

.servicing-area-right {
  width: 38%;
  display: flex;
  align-items: center;
}

.servicing-area-img-wrap {
  margin-left: calc(((100vw - 1490px + 2%) / 2) * -1);
  height: 100%;
}

.servicing-area-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicing-area-right-inner .section-head {
  margin-bottom: 25px;
}

.servicing-area-listing li {
  position: relative;
  padding-left: 30px;
  font-family: var(--Montserratfont);
  font-weight: 600;
  font-size: 20px;
  color: var(--primarycolor);
  margin-bottom: 20px;
}

.servicing-area-listing li:last-child {
  margin-bottom: 0;
}

.servicing-area-listing li:first-of-type {
  font-size: 26px;
  color: var(--secondarycolor);
  margin-bottom: 11px;
}

.servicing-area-listing li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(images/check-icon.svg) no-repeat left center;
  background-size: 100% 100%;
  z-index: 1;
}

.servicing-area-listing li:first-of-type::before {
  top: 10px;
}

.servicing-area-btn-wrap {
  padding-top: 30px;
  padding-left: 10px;
}

.servicing-area-right-inner {
  padding: 60px 0 70px;
}

/* servicing area css end */

/* blogs css start */
.blogs-section {
  position: relative;
}

.blogs-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.blog-card>figure {
  position: relative;
  padding-top: 75.7%;
  overflow: hidden;
}

.blog-card>figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blog-card:hover>figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.blog-content-wrapper {
  padding-top: 30px;
}

.blog-published-date {
  color: var(--bodycolor);
  display: block;
  margin-bottom: 18px;
}

.blog-card h3 {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blog-content-wrapper p {
  color: var(--bodycolor);
}

.blog-view-details-btn {
  text-transform: uppercase;
  color: var(--bodycolor);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blog-card:hover h3,
.blog-card:hover .blog-view-details-btn {
  color: var(--secondarycolor);
}

.blogs-section-inner {
  position: relative;
  z-index: 3;
}

/* blogs css end */

/* contact-us css start */
.contact-us-left-part figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-us-left-part figure {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-right: -41.4%;
  margin-top: 22%;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 139.5%;
}

.contact-us-right-part {
  background: var(--whitecolor);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
  padding: 69px 68px 103px 298px;
}

.contact-us-right-part .section-head {
  margin-bottom: 62px;
}

.form-wpr input[type="text"],
.form-wpr input[type="tel"],
.form-wpr input[type="search"],
.form-wpr input[type="url"],
.form-wpr input[type="password"],
.form-wpr input[type="email"],
.form-wpr select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: var(--bodycolor);
  border-bottom: 1px solid var(--bodycolor);
  height: 50px;
  padding: 0 15px 7px;
  outline: none !important;
}

.form-wpr textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--bodycolor);
  padding: 0 15px 30px;
  width: 100%;
  color: var(--bodycolor);
  height: 80px;
  outline: none !important;
  resize: none;
}

.form-wpr select {
  border-bottom: 1px solid var(--bodycolor);
  width: 100%;
  padding: 0 15px 26px;
  background: url(images/blue-drop-down.png) no-repeat top 8px right 15px transparent;
  background-size: 15px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.submit-btn input[type="submit"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whitecolor);
  background: var(--secondarycolor);
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--secondarycolor);
  outline: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 20.5px 43px;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  z-index: 3;
}

.submit-btn {
  width: fit-content;
  position: relative;
}

.submit-btn:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid var(--secondarycolor);
  transform: skew(-10deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  pointer-events: none;
  user-select: none;
}

.submit-btn input[type="submit"]:hover {
  background: transparent;
  color: var(--secondarycolor);
}

/*---edit-start---*/
.form-group {
  margin-bottom: 25px;
}

/*---edit-end---*/
.form-part {
  margin-bottom: 30px;
}

.message-form-part {
  margin-bottom: 25px;
}

.captcha-img {
  margin-bottom: 40px;
}

.submit-btn:hover::after {
  bottom: 0;
  left: 0;
  background: var(--whitecolor);
}

.submit-btn:hover {
  background: transparent;
  color: var(--secondarycolor);
  border-color: transparent;
}

.contact-us-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 129px;
}

.contact-us-row {
  --bs-gutter-y: 24px;
}

/* contact-us css end */

/* footer start */
.main-footer {
  position: relative;
  background: var(--primarycolor);
  color: var(--whitecolor);
  padding-top: 120px;
  overflow: hidden;
}

.main-footer a {
  color: inherit;
}

.main-footer a:hover {
  color: var(--secondarycolor);
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.11;
}

.footer-wpr {
  position: relative;
  margin-bottom: 60px;
}

.footer-row {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin: -30px -15px 0;
}

.footer-col {
  padding: 30px 15px 0;
  flex: none;
  width: 20%;
}

.footer-logo-col {
  width: 22%;
}

.footer-quick-link-col {
  width: 18%;
}

.footer-resources-col {
  width: 20%;
}

.footer-newsltr-col {
  width: 24%;
}

.footer-blog-col {
  width: 16%;
}

.footer-title {
  font-family: var(--Montserratfont);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-logo {
  display: inline-block;
  max-width: 214px;
  margin-bottom: 46px;
}

.footer-contact-list li {
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-contact-list li:last-child {
  margin-bottom: 0;
}

.footer-contact-list li a {
  display: flex;
  align-items: center;
}

.footer-contact-list li a:hover {
  color: var(--secondarycolor);
}

/* .footer-contact-list li a:hover i img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(55%) saturate(501%)
    hue-rotate(340deg) brightness(85%) contrast(83%);
} */

.footer-contact-list li i {
  flex: none;
  line-height: 0;
  max-width: 18px;
  margin-right: 12px;
  position: relative;
  /* top: 3px; */
}

.footer-contact-list li a i img {
  max-width: 18px;
  transition: none;
}

.footer-links ul li {
  margin-bottom: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background: var(--whitecolor);
  position: absolute;
  left: 0;
  top: 10px;
}

.ft-newsltr-frm-wpr {
  margin-bottom: 22px;
}

.ft-newsltr-frm-wpr label {
  color: #949494;
  margin-bottom: 24px;
}

.ft-input-inr {
  position: relative;
  max-width: 328px;
}

.ft-newsltr-frm-wpr input[type="email"] {
  padding: 0 12px;
  background-color: #f4f4f5;
  border: 1px solid rgba(148, 148, 148, 0.25);
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: rgba(148, 148, 148, 0.31);
  padding-right: 100px;
  color: var(--primarycolor);
}

.ft-newsltr-frm-wpr {
  position: relative;
}

.ft-newsltr-frm-wpr input[type="submit"] {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 12px);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: var(--secondarycolor);
  color: var(--whitecolor);
  padding: 0 12px;
  min-width: 81px;
  border-radius: 100px;
}

.ft-newsltr-frm-wpr input[type="submit"]:hover {
  background: var(--primarycolor);
  color: var(--whitecolor);
}

.ft-newsltr-frm-wpr input::placeholder {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: rgba(148, 148, 148, 0.31);
}

.footer-social-hd {
  font-size: 22px;
  text-transform: capitalize;
  color: var(--whitecolor);
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-inr {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.footer-social-pin {
  margin-right: 30px;
}

.footer-social-pin img {
  max-width: 30px;
}

.footer-social-inr ul {
  display: flex;
  align-items: center;
  margin: -10px -14px 0;
}

.footer-social-inr ul li {
  padding: 10px 14px 0;
}

.footer-social-inr ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #17345e;
  border: 1px solid var(--whitecolor);
}

.footer-social-inr ul li a:hover {
  color: var(--primarycolor);
  border-color: var(--secondarycolor);
  background: var(--secondarycolor);
}

.footer-blog-itm {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-blog-itm:last-child {
  margin-bottom: 0;
}

.footer-blog-itm figure {
  width: 60px;
  border-radius: 10px;
  margin-right: 10px;
  overflow: hidden;
  flex: none;
}

/* blog name here */
.footer-blog-itm p {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0;
}

.footer-multi-logo {
  max-width: 1160px;
  margin: 0 auto 52px;
}

.footer-multi-logo-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: -20px -15px 0;
}

.footer-multi-logo-itm {
  padding: 20px 15px 0;
}

.footer-multi-logo-itm img {
  max-width: 370px;
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 23px 0;
  text-align: center;
}

.footer-btm p {
  letter-spacing: 0;
}

/* footer end */

/* pro 30/5/25 end */

.contact-us-sec .common-border-text {
  bottom: 0;
  top: auto;
}

.footer-links li.current-menu-item a {
  color: var(--secondarycolor);
}

.footer-links ul li.current-menu-item::before {
  background: var(--secondarycolor);
}

/* 03-06-2025 m.m css */
.faq-accordion-content {
  display: none;
}

.faq-accordion-wrapper {
  max-width: 1212px;
  margin: 0 auto;
}

.faq-accordion-item {
  background: var(--whitecolor);
  box-shadow: 0px 0px 30px rgba(20, 47, 77, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.faq-accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-title {
  position: relative;
  padding: 25px 60px 25px 30px;
  cursor: pointer;
}

.faq-accordion-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/plus-icon.svg) no-repeat center;
  background-size: auto;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.faq-accordion-title.active::after {
  background: url(images/minus-icon.svg) no-repeat center;
  background-size: auto;
}

/*---final-edit---*/
.faq-accordion-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--navyblue);
  text-transform: inherit;
}

/*---final-edit---*/
.faq-accordion-content {
  padding: 0 21px 30px 30px;
  border-bottom: 3px solid transparent;
}

.faq-accordion-item.active .faq-accordion-content {
  border-bottom-color: var(--primarycolor);
}

.faq-accordion-item.active {
  background: rgba(20, 47, 77, 0.1);
  box-shadow: none;
}

.remodel-gallery-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 30px;
}

.remodel-gallery-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.remodel-gallery-card>figure {
  position: relative;
  padding-top: 67%;
  overflow: hidden;
}

.remodel-gallery-card>figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.remodel-gallery-card:hover>figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.remodel-gallery-hover-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 20px 50px;
  text-align: center;
  background: rgba(20, 47, 77, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.remodel-gallery-card:hover .remodel-gallery-hover-card {
  opacity: 1;
  pointer-events: all;
}

.remodel-gallery-hover-card h3 {
  color: var(--whitecolor);
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.view-details-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whitecolor);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--whitecolor);
}

.view-details-btn i {
  display: inline-block;
  margin-left: 8px;
  width: 23px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.view-details-btn:hover {
  color: var(--secondarycolor);
  border-bottom-color: var(--secondarycolor);
}

.view-details-btn:hover i {
  filter: none;
  -webkit-filter: none;
}

.bathroom-remodel-sec .section-head {
  max-width: 1212px;
  margin: 0 auto 95px;
}

.bathroom-remodel-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bathroom-remodel-listing li {
  position: relative;
  /* display: inline-flex; */
  /* align-items: center; */
  margin-bottom: 18px;
  text-align: left;
  padding-left: 12px;
}

.bathroom-remodel-listing li:last-child {
  margin-bottom: 0;
}

.bathroom-remodel-listing li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #5a5a5a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-right: 0;
}

.banner-section.inner-banner {
  min-height: 100vh;
  padding-bottom: 132px;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  font-family: var(--Poppinsfont);
  text-transform: capitalize;
  font-weight: 300;
  color: var(--primarycolor);
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a {
  color: inherit;
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--secondarycolor);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: var(--navyblue);
  font-weight: 300;
  font-size: 16px;
}

.featured-projects-row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 30px;
  justify-content: center;
}

.featur-project-listing-sec {
  padding-left: 16px;
  padding-right: 16px;
}

.featured-projects-listing-slider {
  padding-bottom: 25px;
  z-index: 1;
}

.featured-projects-listing-slider .slick-list {
  margin: -25px -8px;
}

.featured-projects-listing-slider .featured-projects-slide {
  padding: 25px 8px;
}

.featured-projects-image-wrap {
  position: relative;
  padding-top: 79.5%;
  overflow: hidden;
  display: block;
  width: 100%;
}

.featured-projects-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-projects-image-wrap:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.featured-projects-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 29px 55px 30px;
  background: var(--whitecolor);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.07);
}

.featured-projects-content-wrap .h5-title {
  margin-bottom: 13px;
}

.featured-projects-content-wrap .h5-title a {
  color: var(--navyblue);
  letter-spacing: 0.04em;
}

.featured-projects-content-wrap .h5-title a:hover {
  color: var(--secondarycolor);
}

.black-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--navyblue);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 1px solid var(--navyblue);
  margin-top: auto;
}

.black-arrow-btn i {
  display: inline-block;
  margin-left: 23px;
  margin-left: 10px;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.black-arrow-btn:hover {
  color: var(--secondarycolor);
  border-bottom-color: var(--secondarycolor);
}

.black-arrow-btn:hover i {
  filter: none;
  -webkit-filter: none;
}

.more-projects-btn-wrap {
  text-align: center;
  padding-top: 70px;
}

.more-projects-btn {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--Montserratfont);
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: var(--blackcolor);
  display: inline-flex;
  align-items: center;
}

.more-projects-btn i {
  margin-right: 14px;
  display: inline-block;
}

.more-projects-btn:hover {
  color: rgba(0, 0, 0, 0.6);
}

.featured-projects-sec-inner {
  position: relative;
}

.featured-projects-sec {
  overflow: hidden;
}

.featured-projects-sec .section-head {
  position: relative;
  z-index: 2;
}

/*====bathroom-remodel css start====*/

.project-text-part {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 60px 30px 60px 32px;
}

.project-text-content h3 {
  color: var(--navyblue);
  letter-spacing: 0.04em;
}

.project-text-content p {
  margin-bottom: 15px;
}

.project-text-content {
  max-width: calc(100% - 24.1%);
}

.project-text-content a {
  border-bottom: 1px solid var(--navyblue);
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--navyblue);
  text-transform: uppercase;
  transition: 0.5s;
}

.project-text-content a:hover {
  color: var(--secondarycolor);
  border-bottom: 1px solid var(--secondarycolor);
}

.project-text-content a img {
  transition: 0.5s;
}

.project-text-content a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(14%) saturate(1688%) hue-rotate(343deg) brightness(85%) contrast(83%);
}

.project-text-content i {
  display: inline-block;
  padding-left: 2px;
}

.project-row {
  align-items: center;
  margin-bottom: 30px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.project-row:last-child {
  margin-bottom: 0;
}

.project-img-part img {
  width: 100%;
}

.project-row:nth-child(even) {
  flex-direction: row-reverse;
}

.project-row:nth-child(even) .project-text-content {
  margin-left: auto;
}

.project-row .project-img-part {
  margin-left: -66%;
}

.project-row:nth-child(even) .project-img-part {
  margin-right: -66%;
  margin-left: 0;
}

.project-text-part {
  position: relative;
}

.bathroom-remodel-sec {
  padding-bottom: 0;
}

.project-img-part {
  position: relative;
}

.project-big-col {
  width: 76%;
}

.project-small-col {
  width: 24%;
}

/* .project-row:nth-child(even) .project-text-part:before {
  content: "";
  position: absolute;
  width: 211px;
  height: 125%;
  top: -12%;
  left: -208px;
  background: url(images/slide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
} */
/* .project-text-part:before {
  content: "";
  position: absolute;
  width: 211px;
  height: 125%;
  top: -12%;
  right: -208px;
  background: url(images/slide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.project-img-part {
  position: relative;
  z-index: 2;
} */

/*====bathroom-remodel css end====*/
.contact-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 781px;
  margin: 0 auto;
}

.contact-details-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-details-box>i {
  padding: 5px;
  width: 75px;
  height: 75px;
  background: var(--secondarycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 18px;
}

.contact-details-box>i img {
  max-width: 31px;
}

.contact-details-box>span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--blackcolor);
  margin-bottom: 8px;
}

.contact-details-box a,
.contact-details-box p {
  font-weight: 400;
  letter-spacing: inherit;
  font-size: 18px;
  color: var(--primarycolor);
}

.contact-details-box p {
  max-width: 230px;
}

.contact-details-box a:hover {
  color: var(--secondarycolor);
}

.get-in-touch-txt {
  letter-spacing: 0.33em;
}

/* 03-06-2025 m.m css */

/* 04-06-2025 m.m css */
/* .inner-banner-vtwo {
  position: relative;
  min-height: 100vh;
  padding: 180px 0 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.inner-banner-vtwo-content {
  position: relative;
  text-align: center;
  z-index: 3;
}
.inner-banner-vtwo-content h1 {
  margin-bottom: 3px;
}
.inner-banner-img-wrap {
  max-width: 56.8%;
  margin: 0 auto;
}
.inner-banner-img-wrap img {
  width: 100%;
}
.inner-banner-vtwo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.inner-banner-vtwo-ovl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: url(images/filter-blur-ban.png) no-repeat top center;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.inner-banner-vtwo-ovl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
} */

.tenant-improvements-sec .why-us-row {
  align-items: center;
}

.tenant-improvements-sec .why-us-right-inner {
  padding-bottom: 0px;
}

.tenant-improvements-sec .section-head {
  margin-bottom: 10px;
}

.tenant-improvements-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 30px;
}

.tenant-improvements-card {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 72.7%;
  overflow: hidden;
}

.tenant-improvements-card>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.tenant-improvements-card:hover>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*==p.p-04.06.25-our-projects===*/
/*-----our-projects-css start----*/
.project-name-row {
  align-items: center;
  --bs-gutter-x: 34px;
  --bs-gutter-y: 24px;
}

.project-name-lt-col {
  width: 49.6%;
}

.project-name-rt-col {
  width: 50.4%;
}

.project-name-text {
  max-width: 91.9%;
}

.project-name-sec .section-head {
  margin-bottom: 67px;
}

.project-name-lt-col figure img {
  width: 100%;
}

.project-gallery-img {
  position: relative;
}

.project-gallery-img img {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--secondarycolor);
  padding: 12px 33px;
  text-align: center;
  min-width: 137px;
}

.overlay span {
  font-size: 20px;
  color: var(--whitecolor);
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: var(--Montserratfont);
  display: block;
  line-height: 1;
  text-transform: capitalize;
}

.project-gallery-row {
  --bs-gutter-y: 30px;
}

.projects-gallery-col:nth-child(even) .overlay {
  right: 20px;
  left: auto;
}

/*-----our-projects-css end----*/
/*==p.p-04.06.25-our-projects===*/

/*----quick-chat css start----*/
.quick-chat-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--secondarycolor);
  border-radius: 100px;
  padding: 14px 24.8px;
  z-index: 3;
  transition: 0.5s;
}

.quick-chat-btn span {
  color: var(--whitecolor);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.5s;
}

.quick-chat-btn i {
  display: inline;
  position: absolute;
  bottom: 2px;
  right: -12px;
}

.quick-chat-btn:hover span {
  color: var(--primarycolor);
}

/*----06.06.25-p.p-----*/
/*===testimonials css start====*/

.inner-banner.sub-inr-bnr {
  align-items: center;
}

.testimonials-items {
  background: #f8fafe;
  padding: 31px 28px 43px;
  border: 2px solid #ecf0f6;
}

.testimonials-items .quote-icon {
  width: 82px;
  display: block;
  margin-bottom: 34px;
}

.testimonials-items>p {
  max-width: 399px;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.38;
  margin-bottom: 0;
}

.testimonials-client-details {
  padding-top: 37px;
}

.testimonial-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 30px;
}

.testimonials-section.cmn-gap {
  position: relative;
  width: 100%;
}

.testimonials-sec-outer {
  position: relative;
  z-index: 2;
}

/*===testimonials css end====*/

/*---09.06.25--p.p---*/
/*===accordion css start====*/
.faq-accordion-sec .section-head {
  margin-bottom: 55px;
}

.accordion-items {
  border-bottom: 1px solid rgb(90, 90, 90, 0.4);
  /* margin-bottom: 42px; */
  /* padding: 0 0px 16px 0; */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.accordion-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px 30px 0;
  cursor: pointer;
}

.accordion-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  background: url(images/yellow-plus-icon.svg) no-repeat right center;
  background-size: 100%;
}

.accordion-title.active:after {
  background: url(images/yellow-minus-icon.svg) no-repeat right center;
  background-size: 100%;
}

/* .accordion-title.active::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0px;
  width: 19px;
  height: 2px;
  background-image: url(images/yellow-minus-icon.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  opacity: 0;
}
.accordion-title.active::before {
  opacity: 1;
} */
/* .accordion-title.active::after {
  opacity: 0;
} */
.accordion-title h3 {
  font-size: 20px;
  /* margin-bottom: 19px; */
  color: var(--navyblue);
}

.accordion-details {
  max-width: 637px;
  padding: 0 30px 30px 28px;
}

.accordion-details {
  display: none;
}

.accordion-sec .section-head {
  margin-bottom: 56px;
}

.accordion-wpr {
  column-count: 2;
  column-gap: 84px;
}

/*===accordion css end====*/
/*---09.06.25--p.p---*/

/*===oue-story css start====*/
.oue-story-main-sec .section-head {
  max-width: 874px;
  margin-bottom: 80px;
}

.foundation-lt-col h2,
.foundation-rt-col h2 {
  font-size: 40px;
  margin-bottom: 17px;
}

.foundation-lt-col-wpr {
  width: 51.7%;
}

.foundation-rt-col-wpr {
  width: 48.3%;
}

.foundation-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --bs-gutter-y: 24px;
}

.foundation-rt-col li {
  padding-left: 34px;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}

.foundation-rt-col li:last-child {
  margin-bottom: 0;
}

.foundation-rt-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  background: url(images/check-icon.svg) no-repeat left center;
  background-size: 100%;
  z-index: 0;
  pointer-events: none;
}

.foundation-rt-col {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 69px;
}

/*===oue-story css end====*/

/*===why-us css start====*/

/*==edit-start==*/
.why-us-main-sec {
  position: relative;
  padding: 171px 0 50px;
}

.why-us-items {
  padding: 12px 65px 76px;
}

/*==edit-end==*/
.why-us-cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*==edit-start==*/
.why-us-cards i {
  margin-bottom: 40px;
  display: block;
  flex-shrink: 0;
  max-width: 100px;
}

/*==edit-end==*/
.why-us-cards i>img {
  width: 100%;
}

/*==edit-start==*/
.why-us-cards h3 {
  font-size: 20px;
  margin: 0 0 16px 0;
}

.why-us-col:nth-child(6) .why-us-items {
  padding: 12px 34px 76px;
}

.why-us-col:nth-child(6) .why-us-cards p {
  max-width: 366px;
  margin-right: auto;
  margin-left: auto;
}

.why-us-col:nth-child(7) .why-us-items {
  padding: 12px 34px 76px;
}

.why-us-col:nth-child(7) .why-us-cards p {
  max-width: 366px;
  margin-right: auto;
  margin-left: auto;
}

/*==edit-end==*/
.why-us-col {
  width: 33.3%;
}

.why-us-col:first-child .why-us-items {
  padding: 12px 32px 72px;
}

.why-us-items-wpr {
  position: relative;
  height: 100%;
}

.why-us-items-wpr:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(20, 47, 77, 0.71) 50%,
      rgba(255, 255, 255, 1) 100%);
}

.why-us-items-wpr:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 296px;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(20, 47, 77, 0.71) 50%,
      rgba(255, 255, 255, 1) 100%);
}

.why-us-sec-row {
  --bs-gutter-y: 30px;
}

/*===why-us css end====*/
/*===experience css start====*/
/*----edit-start----*/
.experience-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 162px 0 432px;
}

/*----edit-end----*/
.experience-sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.experience-sec-bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-content-part {
  position: relative;
  z-index: 2;
  max-width: 656px;
  margin-left: auto;
}

/*===experience css end====*/

/*===commitment css start====*/
.commitment-sec {
  background-color: var(--primarycolor);
}

.commitment-content h2,
.commitment-content .head-toptitle,
.commitment-content p {
  color: var(--whitecolor);
}

.commitment-content h2 {
  margin-bottom: 28px;
}

.commitment-content {
  max-width: 1014px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.foundation-lt-col {
  max-width: 630px;
}

/*===commitment css end====*/

/*----06.06.25-p.p----*/

/* 12-06-2025 m.m css */
.featur-project-name-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 12px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.featured-projects-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  background: #000;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
}

.featur-project-name-wrap h3 {
  position: relative;
  color: var(--whitecolor);
  z-index: 3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-projects-image:hover .featur-project-name-wrap h3 {
  color: var(--secondarycolor);
}

.about-why-sec .why-us-right-inner {
  padding-bottom: 0;
}

.about-why-sec .why-us-row {
  align-items: center;
}

.bathroom-remodel-listing,
.why-us-right-inner ul {
  margin-bottom: 25px;
}

.bathroom-remodel-listing:last-child,
.why-us-right-inner ul:last-child {
  margin-bottom: 0;
}

.bathroom-remodel-listing {
  align-items: flex-start;
}

.bathroom-remodal-head-btm-wraper {
  text-align: left;
}

.bathroom-remodal-head-btm-wraper {
  display: flex;
  flex-wrap: nowrap;
  margin: -12px -20px;
  justify-content: center;
  gap: 15px;
}

.bathroom-remodal-head-col {
  padding: 12px 20px;
  width: 50%;
}

.email-button {
  display: none;
  margin-right: 12px;
}

.main-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 47, 77, 0.9);
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 72%, rgba(0, 0, 0, 0.8) 100%);
    */
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.main-head.fixed {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  background: var(--whitecolor);
  animation: slide-down 0.7s;
  -ms-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

.main-head.fixed .navbar-brand {
  width: 130px;
}

.servicing-area-img-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-wpr .form-row>*:last-child {
  padding-left: 21px;
}

/*support css update 25/6/2025*/
.servarea-mapimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicing-area-img-wrap {
  position: relative;
}

.form-wpr .gform_wrapper form input[type="text"],
.form-wpr .gform_wrapper form input[type="tel"],
.form-wpr .gform_wrapper form input[type="search"],
.form-wpr .gform_wrapper form input[type="url"],
.form-wpr .gform_wrapper form input[type="password"],
.form-wpr .gform_wrapper form input[type="email"],
.form-wpr .gform_wrapper form select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: var(--bodycolor);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--bodycolor);
  height: 50px;
  padding: 0 15px 7px;
  outline: none !important;
  box-shadow: none;
  font-size: 16px;
  color: var(--bodycolor);
}

.contact-us-right-part .form-wpr .gfield--input-type-select label {
  display: none;
}

.form-wpr .gform_wrapper textarea {
  padding: 0 15px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 80px;
  outline: none !important;
  resize: none;
  box-shadow: none;
  font-size: 16px;
}

.form-wpr .gform_wrapper textarea:focus {
  border-color: var(--bodycolor);
}

.form-wpr .gform_wrapper form select {
  padding: 0 15px 20px;
  background: url(images/blue-drop-down.png) no-repeat top 8px right 15px transparent;
  background-size: 15px;
  padding-right: 40px;
}

.form-wpr .gform_wrapper input::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

.form-wpr .gform_wrapper input:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

.form-wpr .gform_wrapper input::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

.form-wpr .gform_wrapper input:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

.form-wpr .gform-theme--foundation .gform_fields {
  row-gap: 25px;
}

.featured-projects-listing-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.featured-projects-listing-grid .featured-projects-slide {
  width: 25%;
  padding: 0 8px 30px 8px;
}

.fture-project-row {
  margin: 0 -8px -30px -8px;
}

.error-404 .page-header {
  margin-bottom: 30px;
  text-align: center;
}

.error-404 h1 {
  color: var(--primarycolor);
  font-size: 30px;
}

.eror404eror-wrp {
  text-align: center;
}

.eror404eror-wrp img {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.mb-howwrk-slider {
  display: none;
}

.form-wpr .gform-theme.gform_wrapper.gform-theme--foundation input[type="submit"].gform_button.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whitecolor);
  background: var(--secondarycolor);
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--secondarycolor);
  outline: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 20.5px 43px;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  z-index: 3;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.form-wpr .gform-theme.gform_wrapper.gform-theme--foundation input[type="submit"].gform_button.button:hover {
  background: transparent;
  color: var(--secondarycolor);
}

.form-wpr .gform-theme.gform_wrapper.gform-theme--foundation .gform-footer {
  padding-left: 8px;
}

/*support css update 25/6/2025*/

/* 26-6-25 start */

.form-wpr .gform-theme.gform_wrapper.gform-theme--foundation .submit-btn {
  position: relative;
}

.form-wpr .gform-theme.gform_wrapper.gform-theme--foundation .gform_validation_errors {
  display: none;
}

.project-big-col {
  align-self: stretch;
}

.project-row .project-img-part {
  padding-top: 22px;
  padding-bottom: 22px;
}

.project-text-part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row.category-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  justify-content: center;
}

.category-row-wpr {
  max-width: 1000px;
  margin: 0 auto;
}

.category-card {
  position: relative;
  padding: 35% 20px;
  height: 100%;
  text-align: center;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.category-card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.category-card-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(20, 47, 77, 0.5);
  z-index: 1;
}

.category-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.category-card:hover .category-card-img img {
  transform: scale(1.02);
}

.category-card h4 {
  position: relative;
  z-index: 2;
  color: var(--whitecolor);
  transition: all 0.3s ease-in-out;
}

.category-card:hover h4 {
  color: var(--secondarycolor);
}

.common-button-wpr {
  padding: 0 12px 10px;
}

.why-us-main-sec .section-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.modal-header,
.modal-footer {
  border-color: rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.stantdard-content ul,
.stantdard-content ol,
.stantdard-content p {
  margin-bottom: 24px;
}

.stantdard-content ul:last-child,
.stantdard-content ol:last-child,
.stantdard-content p:last-child {
  margin-bottom: 0;
}

.stantdard-content h1,
.stantdard-content h2,
.stantdard-content h3 {
  margin-bottom: 8px;
}

.stantdard-content h4,
.stantdard-content h5,
.stantdard-content h6 {
  margin-bottom: 6px;
}

.stantdard-content ul li,
.stantdard-content ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}

.stantdard-content ol {
  padding-left: 0;
  list-style: decimal;
}

.stantdard-content ol li {
  padding-left: 0;
  list-style-position: inside;
}

.stantdard-content ul li:last-child,
.stantdard-content ol li:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}

.stantdard-content ul li:last-child {
  margin-bottom: 0;
}

.stantdard-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #5a5a5a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-right: 0;
}

.banner-section.inner-banner.blog-dtl-bnr {
  min-height: 500px;
}

.blog-dtl-bnr h1 {
  font-size: 55px;
}

.blog-dtl-bnr .banner-content-wrapper {
  max-width: 1000px;
}

/* 26-6-25 end */

/* Support Start 02-07-25 */

.gform_confirmation_message_1.gform_confirmation_message {
  text-align: center;
}

.home .mission-section .section-head.aligncenter {
  text-align: center;
}

/* Support End 02-07-25 */
/*support css update 4/7/2025*/
.testimonials-author-profile {
  display: none;
}

.testimonials-sec .testimonials-author-details {
  width: 100%;
  padding-left: 0;
}

.remodel-glry-cardwrp h3,
.remodel-glry-cardwrp .view-details-btn {
  display: none;
}

.srvwhyhreus-col {
  width: 33.33%;
}

.srv-whyhreus-wrpr {
  width: 100%;
  display: block;
}

.srvwhyhreus-card i {
  margin-bottom: 40px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100px;
}

.srvwhyhreus-card i img {
  width: 100%;
}

.srv-whyhreus-wrpoutr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.srvwhyhreus-item {
  padding: 40px 25px;
}

.srvwhyhreus-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.srvwhyhreus-itemwrp {
  position: relative;
  height: 100%;
}

.srvwhyhreus-itemwrp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(20, 47, 77, 0.71)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(20, 47, 77, 0.71) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(20, 47, 77, 0.71) 50%, rgba(255, 255, 255, 1) 100%);
}

.srvwhyhreus-itemwrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(20, 47, 77, 0.71)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(20, 47, 77, 0.71) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(20, 47, 77, 0.71) 50%, rgba(255, 255, 255, 1) 100%);
}

/*support css update 4/7/2025*/


/* Support start 07-07-25 */

.srv-whyhreus-row,
.why-us-sec-row {
  justify-content: center;
}

.srv-whyhreus-wrpr-head {
  text-align: center;
  margin-bottom: 30px;
}

.srv-whyhreus-wrpr:first-child {
  margin-top: 60px;
}

.srv-whyhreus-wrpr {
  padding-bottom: 60px;
}

.srv-whyhreus-wrpr:last-child {
  padding-bottom: 0;
}

/* Support end 07-07-25 */


.campaign-section-on {
  display: block;
}

.campaign-section-off {
  display: none;
}

/* 14-07-2025 start KM */
.testimonials-sec .testimonials-row {
  align-items: flex-start;
}

.testimonials-content>p {
  font-size: 22px;
}

.testimonials-content .quote-icon {
  width: 62px;
}

.expand-footer .footer-col {
  width: 25% !important;
}

/* 14-07-2025 end KM */

/* ========== responsive css =========== */

@media (min-width: 1025px) {

  /* navbar*/
  /* .navbar-nav .clickD {
    display: none;
  } */
  .navbar-nav>li:hover>.clickD {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    /*display: block;
    */
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    pointer-events: all;
  }
}

@media (min-width: 1200px) {

  .why-us-sec-row .why-us-col:last-child .why-us-items-wpr::before,
  .why-us-sec-row .why-us-col:nth-last-child(-n + 3) .why-us-items-wpr::after,
  .why-us-col:nth-child(3n) .why-us-items-wpr:before {
    display: none;
  }

  /*support css udpate 4/7/2025*/
  /* .srvwhyhreus-col:nth-child(3n) .srvwhyhreus-itemwrp::before,
  .srvwhyhreus-col:last-child .srvwhyhreus-itemwrp::before,
  .srvwhyhreus-col:nth-last-child(-n + 3) .srvwhyhreus-itemwrp::after {
    display: none;
  } */

  .srvwhyhreus-col:nth-child(3n) .srvwhyhreus-itemwrp::before,
  .srvwhyhreus-col:last-child .srvwhyhreus-itemwrp::before {
    display: none;
  }

  .srvwhyhreus-col.last-col .srvwhyhreus-itemwrp::after {
    display: none;
  }

  /*support css udpate 4/7/2025*/

}

@media (min-width: 1400px) {
  .learge-container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1484px;
  }

  .learge-container {
    max-width: 1880px;
  }
}

@media (min-width: 2800px) {
  .inner-banner-vtwo {
    align-items: center;
  }
}

@media (max-width: 1599px) {
  .navbar-nav>li {
    margin: 0 14px;
  }

  .navbar-contact-wrapper {
    margin-left: 28px;
  }

  .navbar-brand {
    width: 145px;
  }

  .email-button,
  .contact-button-link>i {
    width: 50px;
    height: 50px;
  }

  .nav-contact-wrap {
    width: calc(100% - 50px);
    padding-left: 12px;
  }

  h1,
  .h1-title {
    font-size: 58px;
  }

  h2,
  .h2-title {
    font-size: 42px;
  }

  h3,
  .h3-title {
    font-size: 28px;
  }

  .banner-btn-wrapper {
    padding-top: 10px;
  }

  .exp-year-num {
    font-size: 92px;
  }

  .experience-content>p {
    font-size: 20px;
  }

  .experience-content>span {
    font-size: 32px;
  }

  .testimonials-content>p {
    font-size: 26px;
  }

  .testimonials-right-inner {
    margin-right: calc(((100vw - 1320px + 2%) / 2) * -1);
  }

  .testimonials-content .quote-icon {
    width: 66px;
    margin-bottom: 30px;
  }

  .testimonials-author-wrapper {
    padding-top: 50px;
  }

  .servicing-area-listing li {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .servicing-area-listing li:first-of-type {
    font-size: 22px;
  }

  .servicing-area-listing li:first-of-type::before {
    top: 8px;
  }

  .why-us-home-img-wrap {
    margin-left: calc(((100vw - 1320px + 62%) / 2) * -1);
  }

  .servicing-area-img-wrap {
    margin-left: calc(((100vw - 1320px + 2%) / 2) * -1);
  }

  .servicing-area-row {
    --bs-gutter-x: 60px;
  }

  .contact-us-right-part {
    padding: 69px 68px 103px 250px;
  }

  .contact-us-left-part figure {
    padding-bottom: 159.5%;
  }

  .footer-title {
    font-size: 17px;
  }

  .footer-logo-col {
    width: 24%;
  }

  .footer-quick-link-col {
    width: 17%;
  }

  .footer-newsltr-col {
    width: 23%;
  }

  .footer-resources-col {
    width: 18%;
  }

  .footer-blog-col {
    width: 18%;
  }

  .footer-logo {
    max-width: 155px;
  }

  .contact-us-sec {
    padding-bottom: 90px;
  }

  /* .banner-section.inner-banner {
    min-height: 720px;
  } */
  .featured-projects-content-wrap {
    padding: 25px 15px 40px 20px;
  }

  .inner-banner-vtwo-ovl {
    height: 47%;
  }

  .testimonials-items>p {
    font-size: 24px;
  }

  .testimonials-items .quote-icon {
    width: 72px;
    margin-bottom: 25px;
  }

  .testimonials-items {
    padding: 25px 20px 36px;
  }

  .banner-section {
    min-height: calc(100vh - 108px);
  }

  .blog-dtl-bnr h1 {
    font-size: 48px;
  }
}

@media (max-width: 1399px) {

  h1,
  .h1-title {
    font-size: 52px;
  }

  h2,
  .h2-title {
    font-size: 38px;
  }

  h3,
  .h3-title {
    font-size: 26px;
  }

  .navbar-brand {
    width: 130px;
  }

  .navbar-nav>li {
    margin: 0 10px;
  }

  .email-button,
  .contact-button-link>i {
    width: 42px;
    height: 42px;
  }

  .nav-contact-wrap {
    width: calc(100% - 42px);
    padding-left: 10px;
  }

  .navbar-contact-wrapper {
    margin-left: 20px;
  }

  .nav-contact-wrap p {
    font-size: 14px;
  }

  .mission-certified-listing li figure {
    max-width: 110px;
  }

  .why-us-home-img-wrap {
    margin-left: calc(((100vw - 1140px + 62%) / 2) * -1);
  }

  .testimonials-right-inner {
    margin-right: calc(((100vw - 1140px + 2%) / 2) * -1);
  }

  .servicing-area-img-wrap {
    margin-left: calc(((100vw - 1140px + 2%) / 2) * -1);
    height: 100%;
  }

  .testimonials-content>p {
    font-size: 22px;
  }

  .how-it-works-shp {
    width: 68%;
  }

  .servicing-area-row {
    --bs-gutter-x: 50px;
  }

  .form-group {
    margin-bottom: 30px;
  }

  .contact-us-right-part {
    padding: 57px 65px 70px 219px;
  }

  .contact-us-left-part figure {
    padding-bottom: 170.5%;
  }

  .footer-logo-col {
    width: 23%;
  }

  .footer-quick-link-col {
    width: 18%;
  }

  .footer-social-hd,
  .footer-title {
    font-size: 16px;
  }

  .footer-newsltr-col {
    width: 24%;
  }

  .footer-resources-col {
    width: 19%;
  }

  .footer-blog-col {
    width: 16%;
  }

  .footer-links ul li {
    font-size: 15px;
  }

  .footer-blog-itm figure {
    width: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .footer-blog-itm p {
    font-size: 14px;
  }

  .footer-blog-itm {
    margin-bottom: 12px;
  }

  .footer-social-inr ul li {
    padding: 10px 10px 0;
  }

  .footer-social-pin {
    margin-right: 22px;
  }

  .footer-contact-list li {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .footer-multi-logo {
    max-width: 1040px;
    margin: 0 auto 32px;
  }

  .contact-us-sec {
    padding-bottom: 80px;
  }

  .banner-section.inner-banner {
    min-height: 620px;
    padding-bottom: 100px;
  }

  .bathroom-remodel-sec .section-head {
    margin: 0 auto 65px;
  }

  .inner-banner-vtwo-ovl {
    height: 49%;
  }

  .inner-banner-vtwo {
    min-height: 620px;
  }

  /*----06.06.25-p.p----*/
  .why-us-cards i {
    margin-bottom: 27px;
  }

  .why-us-cards h3 {
    font-size: 18px;
    margin: 0 0 11px 0;
  }

  /*----06.06.25-p.p----*/

  /*----09.06.25-p.p----*/
  .oue-story-main-sec .section-head {
    max-width: 874px;
    margin-bottom: 43px;
  }

  .foundation-lt-col h2,
  .foundation-rt-col h2 {
    font-size: 36px;
    margin-bottom: 17px;
  }

  .foundation-rt-col {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 46px;
  }

  /*----09.06.25-p.p----*/

  .testimonials-client-details {
    padding-top: 21px;
  }

  .accordion-title h3 {
    font-size: 18px;
  }

  .accordion-wpr {
    column-gap: 60px;
  }

  /* 12-06-2025 m.m css start */
  .footer-logo {
    max-width: 135px;
    margin-bottom: 30px;
  }

  .footer-links a,
  .footer-contact-list li {
    font-size: 14px;
  }

  /* 12-06-2025 m.m css end */
  .main-head.fixed .navbar-brand {
    width: 120px;
  }

  .blog-dtl-bnr h1 {
    font-size: 42px;
  }

  .why-us-items {
    padding: 12px 30px 60px;
  }
}

@media (max-width: 1199px) {

  h1,
  .h1-title {
    font-size: 46px;
  }

  h2,
  .h2-title {
    font-size: 34px;
  }

  h3,
  .h3-title {
    font-size: 24px;
  }

  h4,
  .h4-title {
    font-size: 20px;
  }

  .navbar-brand {
    width: 120px;
  }

  .nav-contact-wrap p,
  .sub-menu>li>a,
  .navbar-nav>li>a {
    font-size: 14px;
  }

  .navbar-nav>li {
    margin: 0 5px;
  }

  .email-button,
  .contact-button-link>i {
    width: 35px;
    height: 35px;
    padding: 10px;
  }

  .nav-contact-wrap {
    width: calc(100% - 35px);
    padding-left: 8px;
  }

  .navbar-contact-wrapper {
    margin-left: 15px;
  }

  .banner-section {
    min-height: 580px;
    padding: 160px 0 90px;
  }

  .banner-content-wrapper {
    max-width: 600px;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .exp-year-num {
    font-size: 80px;
  }

  .experience-content>span {
    font-size: 30px;
  }

  .experience-content>p {
    font-size: 18px;
  }

  .why-us-home-img-wrap {
    margin-left: calc(((100vw - 960px + 62%) / 2) * -1);
  }

  .why-us-row {
    align-items: center;
  }

  .how-it-works-heading-wrap .section-head {
    max-width: 520px;
  }

  .how-it-works-shp {
    width: 60%;
  }

  .how-it-works-heading-wrap {
    margin-bottom: 40px;
  }

  .how-it-works-slider .slick-list {
    margin: 0 -10px;
  }

  .how-it-works-slider .how-it-works-item {
    padding: 0 10px;
  }

  .testimonials-right-inner {
    margin-right: calc(((100vw - 960px + 2%) / 2) * -1);
  }

  .testimonials-content .quote-icon {
    width: 52px;
    margin-bottom: 22px;
  }

  .testimonials-content>p {
    font-size: 18px;
  }

  .testimonials-author-wrapper {
    padding-top: 30px;
  }

  .testimonials-author-profile {
    width: 56px;
    height: 56px;
  }

  .testimonials-author-details {
    width: calc(100% - 56px);
    padding-left: 12px;
  }

  .testimonials-author-details>span {
    font-size: 18px;
  }

  .servicing-area-row {
    --bs-gutter-x: 30px;
  }

  .servicing-area-img-wrap {
    margin-left: calc(((100vw - 960px + 2%) / 2) * -1);
  }

  .servicing-area-right-inner {
    padding: 50px 0 60px;
  }

  .testimonials-slider-wrapper .slider-arrow-wrapper {
    position: static;
    padding-top: 32px;
  }

  .blog-content-wrapper {
    padding-top: 20px;
  }

  .blog-published-date {
    margin-bottom: 12px;
  }

  .why-us-right-inner {
    padding-bottom: 0;
  }

  .contact-us-left-part figure {
    margin-right: -34.4%;
    padding-bottom: 195.5%;
  }

  .contact-us-right-part {
    padding: 57px 65px 80px 150px;
  }

  .contact-us-right-part .section-head {
    margin-bottom: 30px;
  }

  .contact-us-right-part h2,
  .h2-title {
    margin: 0 0 15px 0;

    font-size: 43px;
  }

  .captcha-img {
    margin-bottom: 24px;
  }

  .footer-multi-logo-itm img {
    max-width: 220px;
  }

  .footer-multi-logo {
    max-width: 820px;
  }

  .footer-logo-col {
    width: 35%;
  }

  .footer-quick-link-col {
    width: 33%;
  }

  .footer-resources-col {
    width: 30%;
  }

  .footer-newsltr-col {
    width: 40%;
  }

  .footer-blog-col {
    width: 57%;
  }

  .main-footer {
    padding-top: 100px;
  }

  .remodel-gallery-hover-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .view-details-btn {
    font-size: 15px;
    padding-bottom: 8px;
  }

  .view-details-btn i {
    margin-left: 5px;
    width: 19px;
  }

  .remodel-gallery-hover-card {
    padding: 12px 12px 25px;
  }

  .remodel-gallery-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .banner-section.inner-banner {
    min-height: 480px;
    padding-bottom: 80px;
  }

  /*===p.p-03.06.25===*/

  .project-text-content p {
    font-size: 15px;
  }

  .project-text-content a {
    font-size: 15px;
  }

  .project-text-part {
    padding: 40px 20px 40px 30px;
  }

  .project-row:nth-child(even) .project-text-part {
    padding: 40px 30px 40px 20px;
  }

  /*===p.p-03.06.25===*/

  .bathroom-remodel-sec .section-head {
    margin: 0 auto 55px;
  }

  .inner-banner-vtwo {
    min-height: 550px;
    padding: 130px 0 15px;
  }

  /*===p.p-04.06.25-our-projects===*/
  .project-name-text p {
    font-size: 15px;
    margin: 0 0 14px 0;
  }

  /*===p.p-04.06.25-our-projects===*/
  /*===p.p-06.06.25====*/
  .testimonials-items>p {
    font-size: 20px;
  }

  .testimonials-author-wrapper {
    padding-top: 12px;
  }

  .why-us-col {
    width: 50%;
  }

  /*===p.p-06.06.25====*/

  /*---09.06.25-p.p---*/
  .why-us-items {
    padding: 12px 45px 53px;
  }

  .why-us-col:first-child .why-us-items {
    padding: 12px 32px 50px;
  }

  .testimonials-items .quote-icon {
    width: 61px;
    margin-bottom: 12px;
  }

  .foundation-lt-col h2,
  .foundation-rt-col h2 {
    font-size: 30px;
  }

  .why-us-sec-row .why-us-col:nth-child(even) .why-us-items-wpr::before {
    display: none;
  }

  .why-us-sec-row .why-us-col:nth-last-child(-n + 2) .why-us-items-wpr::after {
    display: none;
  }

  /*---09.06.25-p.p---*/
  .featur-project-listing-sec {
    padding-left: 16px;
    padding-right: 16px;
  }

  /*support css update 25/6/2025*/
  .featured-projects-listing-grid .featured-projects-slide {
    width: 33.33%;
  }

  /*support css update 25/6/2025*/
  .blog-dtl-bnr h1 {
    font-size: 38px;
  }

  /*support css update 4/7/2025*/
  .srvwhyhreus-col {
    width: 50%;
  }

  .srvwhyhreus-col:nth-child(2n) .srvwhyhreus-itemwrp::before,
  .srvwhyhreus-col:last-child .srvwhyhreus-itemwrp::before,
  .srvwhyhreus-col:nth-last-child(-n + 2) .srvwhyhreus-itemwrp::after {
    display: none;
  }

  .srvwhyhreus-card i {
    margin-bottom: 27px;
  }

  /*support css update 4/7/2025*/
}

@media (max-width: 1024px) {
  /* navbar*/

  .navbar-nav .clickD.toggled {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    pointer-events: all;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    order: 2;
    margin-left: 20px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--whitecolor);
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    width: 10px;
    height: 9px;
    background-size: 15px;
    top: 3px;
    right: 12px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    padding: 20px;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li>a {
    padding: 10px 12px;
    padding-left: 35px;
    border-bottom: 0;
    color: var(--whitecolor);
  }

  /* .sub-menu > li:first-child > a {
    padding-top: 20px;
  } */
  .sub-menu {
    background-color: transparent;
    border: 0;
    display: none;
    opacity: 0;
    pointer-events: all;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .sub-menu.show {
    display: block;
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li>a {
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: var(--primarycolor);
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */
  .nav-contact-wrap p {
    margin-bottom: 2px;
  }

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

  h2,
  .h2-title {
    font-size: 28px;
  }

  h3,
  .h3-title {
    font-size: 22px;
  }

  .banner-content-wrapper {
    max-width: 480px;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  .head-toptitle {
    margin-bottom: 10px;
  }

  .exp-year-num {
    font-size: 62px;
  }

  .experience-content {
    padding-left: 10px;
  }

  .experience-content>p {
    font-size: 16px;
  }

  .experience-content>span {
    font-size: 26px;
  }

  .mission-certified-listing li figure {
    max-width: 90px;
  }

  .why-us-left,
  .why-us-right {
    width: 100%;
  }

  .why-us-home-img-wrap {
    margin-left: 0;
  }

  .how-it-works-shp {
    width: 100%;
  }

  .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .slick-arrow:hover {
    width: 90px;
  }

  .testimonials-right-inner {
    margin-right: 0;
  }

  .get-in-touch-row {
    --bs-gutter-y: 30px;
  }

  .get-in-touch-right-inner {
    text-align: left;
    padding-left: 10px;
  }

  .servicing-area-img-wrap {
    margin-left: 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
  }

  .servicing-area-right,
  .servicing-area-left {
    width: 100%;
  }

  .servicing-area-img-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .servicing-area-sec {
    padding-top: 70px;
  }

  .servicing-area-right-inner {
    padding: 30px 0 90px;
  }

  .servicing-area-listing li {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .servicing-area-listing li:first-of-type {
    font-size: 18px;
  }

  .servicing-area-listing li:first-of-type::before {
    top: 3px;
  }

  .mission-section {
    padding-bottom: 20px;
  }

  .testimonials-author-wrapper {
    padding-top: 20px;
  }

  .contact-us-right-part {
    padding: 58px 30px 75px 25px;
  }

  .contact-us-left-part figure {
    padding-bottom: 80.5%;
    margin-right: 0%;
    margin-top: 0%;
  }

  .contact-us-row {
    flex-direction: column-reverse;
  }

  .footer-multi-logo-itm img {
    max-width: 140px;
  }

  .footer-multi-logo-itm {
    padding: 20px 5px 0;
  }

  .footer-multi-logo {
    max-width: 600px;
  }

  .main-footer {
    padding-top: 80px;
  }

  .faq-accordion-title {
    padding: 20px 50px 20px 20px;
  }

  .faq-accordion-content {
    padding: 0 20px 20px 20px;
  }

  .faq-accordion-title h3 {
    font-size: 18px;
  }

  .faq-accordion-item {
    margin-bottom: 20px;
  }

  .faq-accordion-title::after {
    right: 20px;
  }

  .banner-section.inner-banner {
    min-height: 440px;
    padding-bottom: 70px;
  }

  /*===p.p-03.06.25===*/

  .project-row {
    --bs-gutter-y: 24px;

    flex-direction: column-reverse;
  }

  .project-row:nth-child(odd) .project-img-part {
    margin-left: 0;
  }

  .project-row:nth-child(even) .project-img-part {
    margin-right: 0;
  }

  .project-row:nth-child(even) {
    flex-direction: column-reverse;
  }

  /* .project-row:nth-child(even) .project-text-part {
    padding: 45px 33px 45px 31px;
  } */
  .project-text-part {
    padding: 10% 30px 40px 30px;
  }

  .project-row:nth-child(even) .project-text-content {
    margin-left: 0;
  }

  /*===p.p-03.06.25===*/
  .project-big-col {
    width: 100%;
  }

  .project-text-content {
    max-width: 100%;
  }

  .project-row:nth-child(even) .project-text-part {
    padding: 10% 30px 40px 30px;
  }

  .project-small-col {
    width: 88%;
    margin-bottom: -10%;
  }

  .project-text-content h3 {
    margin-bottom: 12px;
  }

  .contact-details-box>i {
    width: 55px;
    height: 55px;
  }

  .contact-details-box>i img {
    max-width: 25px;
  }

  .contact-details-box>span {
    margin-bottom: 5px;
  }

  .inner-banner-vtwo {
    min-height: 460px;
    padding: 120px 0 15px;
  }

  /*===p.p-04.06.25--our-projects===*/
  .project-name-lt-col {
    width: 100%;
  }

  .project-name-rt-col {
    width: 100%;
  }

  .project-name-text p {
    font-size: 16px;
  }

  .overlay {
    padding: 12px 30px;
    min-width: 115px;
  }

  .overlay span {
    font-size: 15px;
  }

  .project-name-sec .section-head {
    margin-bottom: 40px;
  }

  /*===p.p-04.06.25--our-projects===*/

  .quick-chat-btn {
    padding: 10px 16.8px;
  }

  /*---06.06.25-p.p---*/
  .foundation-lt-col-wpr {
    width: 100%;
  }

  .foundation-rt-col-wpr {
    width: 100%;
  }

  .foundation-rt-col {
    border-left: 0;
    padding-left: 0;
  }

  .oue-story-main-sec .section-head {
    max-width: 874px;
    margin-bottom: 37px;
  }

  .why-us-main-sec {
    position: relative;
    padding: 95px 0 0px;
  }

  .why-us-col:first-child .why-us-items {
    padding: 12px 29px 37px;
  }

  .why-us-items {
    padding: 12px 42px 37px;
  }

  .experience-content-part {
    position: relative;
    z-index: 2;
    max-width: 529px;
    margin-left: auto;
  }

  /*---06.06.25-p.p---*/

  /*---09.06.25-p.p---*/
  .why-us-col:first-child .why-us-items {
    padding: 12px 32px 55px;
  }

  .why-us-items {
    padding: 12px 47px 47px;
  }

  .accordion-wpr {
    column-count: 1;
  }

  .accordion-sec .section-head {
    margin-bottom: 35px;
  }

  .foundation-rt-col li {
    padding-left: 34px;
    margin-bottom: 27px;
  }

  .oue-story-main-sec .section-head {
    max-width: 874px;
    margin-bottom: 27px;
  }

  .foundation-lt-col h2,
  .foundation-rt-col h2 {
    font-size: 26px;
  }

  /*---09.06.25-p.p---*/
  /* 13-06-2025 m.m css */
  .bathroom-remodal-head-btm-wraper {
    margin: -12px -10px;
  }

  .bathroom-remodal-head-col {
    padding: 12px 10px;
  }

  .sub-menu>li>a,
  .navbar-nav>li>a {
    font-size: 16px;
  }

  /* 13-06-2025 m.m css */
  .featur-project-listing-sec {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 17-06-2025 m.m css */
  .featured-projects-listing-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -12px -12px;
  }

  .featured-projects-listing-slider .featured-projects-slide {
    padding: 12px 12px;
    width: 50%;
  }

  .email-button {
    display: flex;
  }

  /*support css update 25/6/2025*/
  .form-wpr .gform-theme--foundation .gfield--width-half {
    grid-column: span 12;
  }

  .featured-projects-listing-grid .featured-projects-slide {
    width: 50%;
  }

  /*support css update 25/6/2025*/

  /* 26-6-25 start */
  .project-row .project-img-part {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 26-6-25 end */
  .banner-section.inner-banner.blog-dtl-bnr {
    padding: 50px 0;
    min-height: 310px;
  }

  .blog-dtl-bnr h1 {
    font-size: 34px;
  }

  /* 14-07-2025 start KM */
  .expand-footer .footer-col {
    width: 50% !important;
  }

  /* 14-07-2025 end KM */
}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  h1,
  .h1-title {
    font-size: 32px;
  }

  .banner-content-wrapper {
    max-width: 450px;
  }

  .banner-btn-wrapper {
    padding-top: 5px;
  }

  .banner-section {
    min-height: 480px;
    padding: 120px 0px 70px;
  }

  .exp-year-num {
    font-size: 46px;
  }

  .experience-content>span {
    font-size: 22px;
  }

  .mission-certified-listing li figure {
    max-width: 70px;
  }

  .mission-content-wrapper {
    margin: -12px -15px;
  }

  .mission-content-left,
  .mission-content-right {
    padding: 12px 15px;
  }

  .how-it-works-heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow-wrapper {
    padding-top: 20px;
  }

  .how-it-works-heading-wrap {
    margin-bottom: 30px;
  }

  .how-it-works-content {
    padding: 15px 12px 10px;
  }

  .testimonials-content .quote-icon {
    width: 42px;
    margin-bottom: 15px;
  }

  .testimonials-author-wrapper {
    padding-top: 10px;
  }

  .servicing-area-row {
    --bs-gutter-x: 20px;
  }

  .footer-logo {
    max-width: 120px;
    margin-bottom: 25px;
  }

  .footer-logo-col {
    width: 50%;
  }

  .footer-quick-link-col {
    width: 50%;
  }

  .footer-resources-col {
    width: 50%;
  }

  .footer-newsltr-col {
    width: 50%;
  }

  .footer-multi-logo-itm img {
    max-width: 120px;
  }

  .footer-multi-logo {
    margin: 0 auto 22px;
  }

  .footer-btm {
    padding: 18px 0;
  }

  .main-footer {
    padding-top: 65px;
  }

  .footer-multi-logo-inr {
    justify-content: center;
  }

  .banner-section.inner-banner {
    min-height: 380px;
    padding-bottom: 60px;
  }

  /*===p.p-03.06.25===*/

  .project-text-content h3 {
    margin: 0 0 14px 0;
  }

  .project-text-content a {
    font-size: 14px;
  }

  .project-text-part {
    padding: 10% 20px 25px 20px;
  }

  .project-row:nth-child(even) .project-text-part {
    padding: 10% 20px 25px 20px;
  }

  /*===p.p-03.06.25===*/
  .contact-details-box {
    width: 50%;
    margin-bottom: 30px;
  }

  .contact-details-wrapper {
    justify-content: center;
    margin-bottom: -30px;
  }

  .inner-banner-vtwo {
    min-height: 380px;
  }

  /*===p.p-04.06.25--our-projects===*/
  .projects-gallery-col:nth-child(even) .overlay {
    right: auto;
    left: 20px;
  }

  .project-name-sec .section-head {
    margin-bottom: 20px;
  }

  .project-name-text {
    max-width: 100%;
  }

  /*===p.p-04.06.25--our-projects===*/

  /*===p.p-06.06.25====*/
  .testimonials-items>p {
    max-width: 100%;
  }

  .testimonials-items .quote-icon {
    width: 70px;
    display: block;
    margin-bottom: 24px;
  }

  .testimonials-items .testimonials-author-wrapper {
    padding-top: 15px;
  }

  .why-us-col {
    width: 100%;
  }

  .why-us-items-wpr:before {
    display: none;
  }

  .why-us-main-sec {
    position: relative;
    padding: 56px 0 0px;
  }

  /*===p.p-06.06.25====*/

  /*===p.p-09.06.25====*/
  .accordion-title h3 {
    font-size: 16px;
  }

  /* .accordion-title.active::before {
    background-size: 13px;
  } */
  .accordion-details {
    max-width: 100%;
    padding-left: 0;
    padding: 0 0 22px 0px;
  }

  .foundation-rt-col li {
    padding-left: 34px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
  }

  .testimonials-items {
    padding: 20px 20px 29px;
  }

  .testimonials-items .quote-icon {
    width: 60px;
    display: block;
    margin-bottom: 16px;
  }

  .accordion-title {
    padding: 24px 35px 24px 0;
  }

  .why-us-sec-row .why-us-col:nth-last-child(-n + 2) .why-us-items-wpr::after {
    display: block;
  }

  .why-us-sec-row .why-us-col:last-child .why-us-items-wpr::after {
    display: none;
  }

  /*===p.p-09.06.25====*/
  /* 12-06-2025 m.m css */
  .footer-wpr {
    margin-bottom: 40px;
  }

  /* 12-06-2025 m.m css */
  /* 13-06-2025 m.m css */
  .bathroom-remodal-head-col {
    width: 100%;
  }

  .bathroom-remodel-listing li {
    margin-bottom: 12px;
  }

  /* 13-06-2025 m.m css */
  .featured-projects-content-wrap {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
  }

  .ft-newsltr-frm-wpr input[type="email"] {
    font-size: 16px !important;
  }

  /*support css update 25/6/2025*/
  .mission-section .section-head.aligncenter {
    text-align: left;
  }

  .error-404 h1 {
    font-size: 24px;
  }

  .mb-howwrk-slider {
    display: flex;
    justify-content: center;
  }

  .dsktop-howwrk-slider {
    display: none;
  }

  /*support css update 25/6/2025*/
  .category-card {
    border-radius: 10px;
  }

  /*support css update 4/7/2025*/
  .srvwhyhreus-col {
    width: 100%;
  }

  .srvwhyhreus-itemwrp::before {
    display: none;
  }

  .srvwhyhreus-col:nth-last-child(-n + 2) .srvwhyhreus-itemwrp::after {
    display: block;
  }

  .srvwhyhreus-col:last-child .srvwhyhreus-itemwrp::after {
    display: none;
  }

  .srvwhyhreus-item {
    padding: 30px 15px;
  }

  /*support css update 4/7/2025*/
}

@media (max-width: 575px) {
  .navbar-brand {
    width: 130px;
  }

  .contact-us-right-part {
    padding: 44px 20px 60px 20px;
  }

  .contact-us-right-part h2,
  .h2-title {
    margin: 0 0 15px 0;
    font-size: 30px;
  }

  .contact-us-right-part p {
    font-size: 14px;
  }

  .contact-us-right-part .section-head {
    margin-bottom: 20px;
  }

  .footer-multi-logo-itm img {
    max-width: 100px;
  }

  .footer-row {
    margin: -30px -10px 0;
  }

  .footer-col {
    padding: 30px 10px 0;
  }

  .mission-content-wrapper {
    margin: -10px -12px;
  }

  .mission-content-left,
  .mission-content-right {
    width: 100%;
    padding: 10px 12px;
  }

  .mission-content-left::before {
    display: none;
  }

  .mission-experience-wrapper {
    justify-content: center;
  }

  .mission-certified-listing {
    max-width: 300px;
  }

  .mission-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-section.inner-banner {
    min-height: 320px;
    padding-bottom: 50px;
  }

  /*===p.p-03.06.25===*/

  .project-text-content h3 {
    margin: 0 0 14px 0;
  }

  .project-text-content a {
    font-size: 14px;
  }

  /*===p.p-03.06.25===*/

  /*===p.p-04.06.25--our-projects===*/
  .project-gallery-row {
    --bs-gutter-y: 24px;
  }

  .project-name-row {
    --bs-gutter-x: 24px;
  }

  /*===p.p-04.06.25--our-projects===*/

  /*===p.p-06.06.25====*/

  .testimonial-row {
    --bs-gutter-x: 24px;
  }

  .testimonials-items .quote-icon {
    width: 68px;
    display: block;
    margin-bottom: 25px;
  }

  .testimonials-items {
    background: #f8fafe;
    padding: 25px 28px 35px;
    border: 1px solid #ecf0f6;
  }

  .testimonials-items>p {
    font-size: 20px;
  }

  .testimonials-items .testimonials-author-wrapper {
    padding-top: 20px;
  }

  /*===p.p-06.06.25====*/

  /*===p.p-09.06.25====*/
  .experience-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 393px;
  }

  .experience-content-part {
    position: relative;
    z-index: 2;
    max-width: 448px;
    margin-left: auto;
  }

  .accordion-sec .section-head {
    margin-bottom: 19px;
  }

  .foundation-rt-col li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }

  /*===p.p-09.06.25====*/
  /* 13-06-2025 m.m css */

  /* 13-06-2025 m.m css */

  /* 17-06-2025 m.m css */
  .featured-projects-listing-slider .featured-projects-slide {
    width: 100%;
  }

  /* 17-06-2025 m.m css */
  .banner-section {
    min-height: 400px;
    padding: 50px 0px 60px;
  }

  /*support css update 25/6/2025*/
  .mission-section .mission-experience-wrapper {
    justify-content: left;
  }

  .mission-section .mission-content-right {
    justify-content: left;
  }

  .featured-projects-listing-grid .featured-projects-slide {
    width: 100%;
  }

  /*support css update 25/6/2025*/
  .category-card {
    padding: 30% 20px;
  }

  .stantdard-content ul,
  .stantdard-content ol,
  .stantdard-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {

  .nav-contact-wrap p,
  .nav-contact-wrap span {
    font-size: 0;
  }

  .nav-contact-wrap {
    padding-left: 0;
  }

  .navbar-toggler {
    margin-left: 12px;
  }

  h1,
  .h1-title {
    font-size: 24px;
  }

  h2,
  .h2-title {
    font-size: 22px;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }

  h4,
  .h4-title {
    font-size: 17px;
  }

  h5,
  .h5-title {
    font-size: 17px;
  }

  /*----10.06.25-p.p----*/
  .cmn-gap {
    padding: 60px 0;
  }

  /*----10.06.25-p.p----*/
  .head-toptitle {
    font-size: 15px;
  }

  .banner-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }

  .banner-btn-wrapper .common-button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .mission-section .section-head {
    margin-bottom: 40px;
  }

  .exp-year-num {
    font-size: 36px;
  }

  .experience-content>p {
    font-size: 14px;
  }

  .experience-content>span {
    font-size: 20px;
  }

  .mission-certified-listing li figure {
    max-width: 60px;
  }

  .why-us-row {
    --bs-gutter-x: 20px;
  }

  .why-us-right-home-img {
    max-width: 50%;
  }

  .common-button {
    font-size: 14px;
    padding: 16px 25px;
  }

  .banner-content-wrapper {
    max-width: 260px;
  }

  .banner-content-wrapper .common-button {
    width: 100%;
  }

  .testimonials-content>p {
    font-size: 16px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-social-hd {
    font-size: 18px;
  }

  .footer-multi-logo-itm img {
    max-width: 80px;
  }

  .faq-accordion-title {
    padding: 18px 40px 18px 15px;
  }

  .faq-accordion-content {
    padding: 0 15px 15px 15px;
  }

  .faq-accordion-title h3 {
    font-size: 16px;
  }

  .faq-accordion-title::after {
    right: 15px;
  }

  .banner-section.inner-banner {
    min-height: 280px;
    padding-bottom: 40px;
  }

  /*===p.p-03.06.25===*/

  .project-text-content h3 {
    margin: 0 0 14px 0;
  }

  .project-text-content p {
    font-size: 14px;
  }

  .project-text-content a {
    font-size: 13px;
  }

  .project-text-content i {
    padding-left: 1px;
  }

  .project-text-part {
    padding: 13% 15px 25px 15px;
  }

  .project-row:nth-child(even) .project-text-part {
    padding: 13% 15px 25px 15px;
  }

  .project-small-col {
    width: 90%;
    margin-bottom: -15%;
  }

  /*===p.p-03.06.25===*/
  .bathroom-remodel-listing li::before {
    margin-right: 5px;
  }

  .contact-details-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-details-box>i {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .contact-details-box>i img {
    max-width: 20px;
  }

  .contact-details-box a,
  .contact-details-box p {
    font-size: 16px;
  }

  .contact-details-wrapper {
    margin-bottom: -20px;
  }

  .inner-banner-vtwo {
    min-height: 280px;
    padding: 100px 0 10px;
  }

  .inner-banner-vtwo-ovl {
    height: 44%;
  }

  .inner-banner-vtwo {
    min-height: 280px;
    padding: 100px 0 10px;
    align-items: baseline;
  }

  .breadcrumb .breadcrumb-item {
    font-size: 15px;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 3px;
  }

  .tenant-improvements-row {
    --bs-gutter-y: 20px;
  }

  /*===p.p-04.06.25--our-projects===*/
  .overlay span {
    font-size: 13px;
  }

  .overlay {
    padding: 10px 24px;
    min-width: 100px;
  }

  /*===p.p-04.06.25--our-projects===*/

  /*===p.p-06.06.25====*/

  .testimonials-items {
    background: #f8fafe;
    padding: 19px 19px 35px;
    border: 1px solid #ecf0f6;
  }

  .testimonials-items .quote-icon {
    width: 55px;
    display: block;
    margin-bottom: 14px;
  }

  .testimonials-items>p {
    font-size: 17px;
  }

  /*===p.p-06.06.25====*/

  /*===p.p-09.06.25====*/
  .accordion-title:after {
    background-size: 16px;
  }

  .foundation-lt-col h2,
  .foundation-rt-col h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .testimonials-client-details {
    padding-top: 10px;
  }

  .accordion-title {
    padding: 20px 35px 20px 0;
  }

  /*===p.p-09.06.25====*/
  /* 13-06-2025 m.m css */
  .email-button,
  .contact-button-link>i {
    width: 40px;
    height: 40px;
  }

  /* 13-06-2025 m.m css */
  .featur-project-listing-sec {
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-dtl-bnr h1 {
    font-size: 28px;
  }

  /* 14-07-2025 start KM */
  .expand-footer .footer-col {
    width: 100% !important;
  }

  /* 14-07-2025 end KM */
}