@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --primarycolor: #004a2f;
  --secondarycolor: #d4af37;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --contentcolor: #353535;
  --poppins-font: "Poppins", sans-serif;
  --monts-font: "Montserrat", sans-serif;
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  color: #353535;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  /* padding-top: 50px; */
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--primarycolor);
  font-weight: 700;
  letter-spacing: 0.05em;
}

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: 700;
  font-size: 70px;
  line-height: 1.1;
  font-family: var(--monts-font);
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  font-family: var(--monts-font);
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.1;
  font-family: var(--monts-font);
}

h4,
.h4-title {
  font-size: 22px;
  line-height: 1.2;
  font-family: var(--monts-font);
}

h5,
.h5-title {
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--monts-font);
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none !important;
  color: var(--contentcolor);
  -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[type="text"],
input[type="tel"],
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;
}

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

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

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

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

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

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

.cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--secondarycolor);
  color: #ffffff;
  padding: 22px 28.2px 22px 29px;
  border-radius: 100px;
}

.cmn-btn i {
  display: inline-block;
  max-width: 14px;
  margin-left: 38px;
  flex-shrink: 0;
  position: relative;
  bottom: 1.3px;
}

.cmn-btn:hover {
  background-color: var(--primarycolor);
  color: #ffffff;
}

.cmn-btn.green {
  background-color: var(--primarycolor);
  padding: 22px 35px 22px 35px;
}

.cmn-btn.green:hover {
  background-color: var(--secondarycolor);
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 319px;
  display: block;
  flex-shrink: 0;
}

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

.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 25px;
  padding: 0px 0px 4px;
  position: relative;
  text-transform: capitalize;
}

.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: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--secondarycolor);
  /* opacity: 0;  */
  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;
}

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

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

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

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

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.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: #eab71e;
  color: #fff;
}

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

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.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;
}

/* for push-menu end*/

.main-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-top-wpr {
  background-color: var(--secondarycolor);
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--whitecolor);
}

.header-btm {
  padding: 46px 0;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-btn-wpr .cmn-btn {
  margin-left: 69px;
}

.navbar-nav > li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -25px;
  width: 1px;
  height: 14px;
  background-color: var(--secondarycolor);
}

.navbar-nav > li:first-child:after {
  display: none;
}

/*===banner css start===*/
.main-bnr {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 270px 0 104px;
}

.main-bnr::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
}

.bnr-img-wpr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnr-img-wpr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-img-wpr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.bnr-content {
  position: relative;
  max-width: 968px;
  z-index: 2;
}

.bnr-content h1 {
  text-transform: uppercase;
  color: var(--whitecolor);
}

.bnr-btn-wpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px -15px -15px;
}

.bnr-btn-wpr li {
  /* margin: 0 15px 15px 15px; */
  padding: 0 15px 15px 15px;
}

.bnr-btn-wpr .cmn-btn {
  padding: 22px 31px 22px 30px;
}

.bnr-mail a:hover {
  color: var(--secondarycolor);
}

/*===banner css end===*/

/*===works css strat===*/

.works-sec {
  position: relative;
  overflow: hidden;
}

.works-top-part {
  margin-bottom: 89px;
}

.works-sec .section-head h2 {
  color: var(--primarycolor);
  text-transform: uppercase;
  max-width: 1066px;
  margin: 0 auto 7px;
}

.section-head-text-part {
  max-width: 1301px;
  margin: 0 auto;
}

.works-btm-part h2 {
  color: var(--primarycolor);
  text-transform: uppercase;
  margin-bottom: 45px;
}

.work-items-col {
  width: 25%;
}

.work-items-col-wpr {
  max-width: 323px;
}

.work-items-icon-part {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #e6edeb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.31);
  margin-bottom: 19px;
}

.work-items-icon-part span {
  display: block;
  background-color: var(--primarycolor);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whitecolor);
}

.work-items-icon-part:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 226px;
  width: 326px;
  height: 1px;
  background: url(../images/dashed-line.png) no-repeat center;
  background-size: 100%;
  transform: translate(-50%, 0);
}

.work-items-col:last-child .work-items-icon-part:after {
  opacity: 0;
}

.work-items-text-part h3 {
  color: var(--primarycolor);
  text-transform: uppercase;
  max-width: 229px;
  margin-bottom: 10px;
}

.work-items-text-part.large-text h3 {
  max-width: 323px;
}

/*===work css end===*/
/*===gauranteed css start===*/

.gauranteed-sec {
  background-color: var(--blackcolor);
  position: relative;
  overflow: hidden;
}

.gauranteed-sec .section-head {
  max-width: 1284px;
  margin: 0 auto 39px;
}

.gauranteed-sec .section-head h2,
.gauranteed-sec .section-head h3 {
  color: var(--whitecolor);
  text-transform: uppercase;
}

.gauranteed-sec .section-head p {
  color: var(--whitecolor);
  max-width: 1010px;
  margin: 0 auto;
}

.community-main-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.community-lt-part {
  width: 1210px;
  position: relative;
  z-index: 2;
}

.community-inr-part {
  background: var(--whitecolor);
  border-radius: 20px 0 0 20px;
  padding: 73px 100px 37px;
  position: relative;
  z-index: 1;
}

.community-inr-part:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  width: 3000px;
  height: 100%;
  background-color: var(--whitecolor);

  left: calc(100% - 9px);
  z-index: -1;
}

.community-rt-part {
  position: relative;
  width: calc(100% - 1210px);
  padding-right: 14px;
}

.community-lt-part:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -30px;
  width: calc(100% + 500px);
  height: calc((100% + 36px));
  background-color: var(--primarycolor);
  z-index: -1;
  border-radius: 20px 0 0 20px;
}

/* .community-rt-part:before {
    content: "";
    position: absolute;
    top: 0;
    right: 73px;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 40%,#000 64%);
    /* z-index: -1; 
 */
.community-img-part {
  width: 80px;
  height: 80px;
  margin: -15px auto 0;
}

.community-img-part span {
  position: relative;
  background-color: var(--primarycolor);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.community-img-part span:after {
  content: "";
  position: absolute;
  background-color: rgb(212, 175, 55, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: -2px 6px 40px rgba(0, 0, 0, 0.08);
  width: 98px;
  height: 98px;
  opacity: 0;
  transition: 0.5s;
}

.community-col-wpr:hover .community-img-part span:after {
  opacity: 1;
}

.community-col-wpr:hover .community-img-part span {
  background-color: var(--secondarycolor);
}

.community-col-wpr {
  position: relative;
  transition: 0.5s;
}

.community-text-part {
  width: calc(100% - 80px);

  padding-right: 17px;
}

.community-text-part h3 {
  color: var(--primarycolor);
  text-transform: uppercase;
  margin-bottom: 13px;
}

.community-col {
  width: 50%;
}

.community-col-wpr {
  display: flex;
  align-items: flex-start;
}

.community-features .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
  justify-content: center;
}

.community-features {
  padding: 35px 0;
  border-bottom: 1px solid #d3d3d3;
}

.community-rt-part span {
  display: inline-block;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) -72.73%,
    rgba(255, 255, 255, 0) 165.45%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* transform: rotate(-90deg); */
  font-size: 160px;
  /* writing-mode: lr; */
  writing-mode: sideways-lr;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.community-rt-part span::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  /* right: 30px; */
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #000 100%);
}

.community-btm-part p {
  margin-top: 17px;
  position: relative;
  padding-left: 16px;
}

.community-btm-part p:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--contentcolor);
}

/*===gauranteed css end===*/
/*===flexible css start===*/
.works-img-part {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 78.6%;
  transition: 0.5s;
}

.works-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

/* .works-img-part:hover img{
    transform: scale(1.1);
} */
.works-text-part h2 {
  color: var(--primarycolor);
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 746px;
}

.experience-works-items-row {
  align-items: center;
  --bs-gutter-x: 50px;
  --bs-gutter-y: 0;
  margin-bottom: 100px;
}

.experience-works-items-row:last-child {
  margin-bottom: 0;
}

.experience-works-items-row:nth-child(even) {
  flex-direction: row-reverse;
}

/*===flexible css end===*/
/*===why-us css start===*/
.why-us-sec {
  padding: 0 70px;
}

.why-us-outer {
  position: relative;
}

.why-us-wpr {
  background-color: rgb(0, 74, 47, 0.1);
  border-radius: 30px;
}

.why-us-wpr .section-head {
  max-width: 1343px;
  margin: 0 auto 53px;
}

.why-us-wpr .section-head h2,
.why-us-wpr .section-head h3 {
  text-transform: uppercase;
}

.vdo-img-wpr {
  position: relative;
}

.vdo-img-wpr figure {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.vdo-img-wpr figure img {
  width: 100%;
}

.vdo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--whitecolor);
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: wave 0.5s linear infinite;
}

@keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 2px rgba(255, 255, 255, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4),
      0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4),
      0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(11, 165, 255, 0);
  }
}

.vdo-icon-img {
  max-width: 26px;
}

/*===why-us css end===*/
/*===why-different css start===*/
.why-different .section-head {
  text-transform: uppercase;
}

.different-work-img-part {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 86.3%;
}

.different-work-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.different-work-text-part {
  padding: 25px 0 0;
  max-width: 448px;
  color: var(--contentcolor);
}

.different-work-text-part h3 {
  text-transform: uppercase;
  max-width: 422px;
  margin-bottom: 11px;
}

.different-works-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 65px;
}

.different-work-card-box {
  position: relative;
  transition: 0.5s;
}

/* .different-work-card-box:hover .different-work-img-part img{
    transform: scale(1.1);
} */
/*===why-different css end===*/
/*===accordion css start===*/
.accordion-wpr {
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  padding: 45px 54px;
  margin-bottom: 30px;
}

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

.accordion-wpr.active {
  border: 1px solid transparent;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
}

.accordion-title {
  position: relative;
  text-transform: uppercase;
}

.accordion-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 14px;
  height: 8px;
  background: url(../images/up-awr.svg) no-repeat right center;
  background-size: 100%;
}

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

.accordion-title h3 {
  padding-right: 20px;
}

.accordion-content {
  padding-top: 17px;
  display: none;
}

/*===accordion css end===*/

.industry-header-wpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.industry-header-wpr .section-head {
  width: 46.6%;
  margin-bottom: 0;
}

.industry-header-wpr .section-head h2 {
  text-transform: uppercase;
}

.industry-header-wpr .exceleence-content {
  width: 37.8%;
}

.industry-header-wpr .exceleence-content h3 {
  text-transform: uppercase;
  margin-bottom: 11px;
}

.map-img {
  margin-top: 29px;
}

.map-img img {
  width: 100%;
}

.footer-main-sec {
  background-color: var(--blackcolor);
  position: relative;
}

.footer-top-part {
  padding: 72px 0 52px;
  border-bottom: 1px solid #414141;
}

.footer-items-row {
  justify-content: space-between;
}

.footer-column:first-child {
  width: 24.1%;
}

.footer-column:nth-child(2) {
  width: 20%;
}

.footer-column:nth-child(3) {
  width: 18.5%;
}

.footer-logo {
  width: 348px;
  display: block;
}

.footer-logo img {
  width: 100%;
}

.social-icon {
  display: flex;
  align-items: center;
  margin-top: 19px;
}

.social-icon li a {
  border: 1px solid var(--secondarycolor);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.social-icon li a img {
  max-width: 16px;
}

.social-icon li {
  margin: 0 6px;
}

.social-icon li:first-child {
  margin-left: 0;
}

.social-icon li:last-child {
  margin-right: 0;
}

.social-icon li a:hover {
  background-color: var(--secondarycolor);
}

.social-icon li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%)
    hue-rotate(118deg) brightness(109%) contrast(95%);
}

.badge-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 29px;
}

.badge-items li {
  margin: 0 12px;
}

.badge-items li:first-child {
  margin-left: 0;
}

.badge-items li:last-child {
  margin-right: 0;
}

.badge-img {
  max-width: 157px;
}

.footer-title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: var(--whitecolor);
  padding-bottom: 21px;
  text-transform: uppercase;
  font-family: var(--monts-font);
}

.footer-menu {
  column-count: 2;
  margin: 0 0 -11px;
}

.footer-menu li {
  margin: 0 0 11px;
}

.footer-menu li a {
  color: var(--whitecolor);
  transition: 0.5s;
}

.footer-menu li a:hover {
  text-decoration: underline;
}

.get-in-touch {
  margin: 0 0 -24px;
}

.get-in-touch li {
  margin-bottom: 24px;
}

.get-in-touch li a {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.5s;
}

.get-in-touch a i {
  max-width: 24px;
  margin-right: 12px;
  display: inline-block;
  flex-shrink: 0;
}

.get-in-touch a span {
  color: var(--whitecolor);
}

.get-in-touch a span:hover {
  text-decoration: underline;
}

.footer-bottom-part {
  padding: 20px 0 40px;
  text-align: center;
}

.footer-bottom-part p,
.footer-bottom-part a {
  color: var(--whitecolor);
}

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

/*===index css start====*/

.modern-waste-sec .section-head {
  max-width: 775px;
  margin-bottom: 158px;
}

.community-lt-top-part {
  max-width: 446px;
  padding-right: 20px;
}

.community-lt-top-part .h2-title {
  margin-bottom: 10px;
}

.community-lt-top-part p {
  max-width: 412px;
  margin-bottom: 18px;
}

/* .modern-community-lt-part{
    padding: 66px 100px 37px;
} */
.community-lt-top-part-wpr figure {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-top: -173px;
  width: 100%;
  height: 100%;
  padding-top: 50.3%;
}

.community-lt-top-part-wpr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.community-lt-top-part-wpr {
  display: flex;
}

.community-features-wpr {
  margin-top: 71px;
}

.community-features-wpr .h2-title {
  max-width: 817px;
  text-transform: uppercase;
}

.modern-community-features:last-child {
  border-bottom: 1px solid transparent;
}

.community-col-wpr p {
  color: var(--contentcolor);
}

.community-col-wpr h4 {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.community-col-wpr h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.community-btn-wpr {
  text-align: center;
}

.community-col-wpr:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(26%) saturate(3938%)
    hue-rotate(135deg) brightness(101%) contrast(104%);
}

/* S.M Css Start 02-07-25 */
.discoverthe-sec .section-head {
  max-width: 942px;
  margin: 0 auto 44px;
}

.discoverthe-sec .section-head h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.discoverthe-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
  justify-content: center;
}

.discoverthe-bx {
  padding: 44px 36px 45px 48px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
}

.discoverthe-bx:hover {
  background: var(--whitecolor);
  border-color: var(--whitecolor);
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
}

.discoverthe-bx-upr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  align-items: center;
}

.discoverthe-bx-upr i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  border-radius: 50%;
}

.discoverthe-bx-upr .discoverthe-upr-title-wpr {
  width: calc(100% - 60px);
  padding-left: 15px;
}

.discoverthe-bx-list li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 17px;
  line-height: 1.2;
}

.discoverthe-bx-list li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--contentcolor);
}

.discoverthe-bx-list li:last-child {
  margin-bottom: 0;
}

.discoverthe-lrn-more-wpr {
  padding-top: 45px;
  text-align: center;
}

.experience-outer {
  max-width: 1780px;
  background-color: rgba(0, 74, 47, 0.1);
  margin: 0 auto;
  border-radius: 30px;
}

.experience-outer .section-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-transform: uppercase;
}

.experience-bx {
  background-color: var(--whitecolor);
  border-radius: 14px;
  padding: 35px 28px 34px 29px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.experience-upr figure {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 17px;
}

.experience-upr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-lwr {
  padding-top: 57px;
  margin-top: auto;
}

.exp-auth-name {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.exp-auth-desgn {
  display: block;
}

.hm-our-vsn-row {
  align-items: center;
  margin-bottom: 100px;
}

.hm-our-vision-outer:last-child .hm-our-vsn-row {
  margin-bottom: 0;
}

.hm-our-vsn-lft {
  width: 41.3%;
}

.hm-our-vsn-rgt {
  width: 58.7%;
}

.hm-our-vsn-rgt figure {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}

.hm-our-vsn-rgt figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-our-vsn-txt-wpr {
  padding-right: 43px;
}

.hm-our-vsn-txt-wpr h2 {
  text-transform: uppercase;
}

.hm-our-vision-outer .section-head h2 {
  text-transform: uppercase;
}

.hm-our-vision-outer:nth-child(even) .hm-our-vsn-row {
  flex-direction: row-reverse;
}

.hm-our-vision-outer:nth-child(even) .hm-our-vsn-row {
  align-items: flex-start;
}

.hm-our-vision-outer:nth-child(even) .hm-our-vsn-txt-wpr {
  padding: 62px 0 0 34px;
}

/* S.M Css End 02-07-25 */

.experience-clm {
  padding: 0 15px;
}

.experience-slider .slick-list {
  margin: 0 -15px;
}

.experience-slider .slick-track {
  display: flex !important;
}

.experience-clm {
  height: inherit !important;
}

/*===index css end===*/

/*===about-us css start===*/
.inr-bnr {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 315px 0 168px;
}

.bnr-sub-content {
  position: relative;
  margin: 31px 0;
}

.bnr-sub-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--whitecolor);
  padding-left: 50px;
}

.bnr-sub-content:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 27px;
  width: 10px;
  height: 10px;
  background-color: var(--whitecolor);
  border-radius: 50%;
  transform: translateY(-50%);
}

.bnr-sub-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 27px;
  background-color: var(--whitecolor);
}

.legacy-sec .section-head {
  max-width: 1356px;
  margin: 0 auto 70px;
}

.legacy-sec .section-head h2 {
  text-transform: uppercase;
}

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

.legacy-lt-col-wpr {
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}

.legacy-lt-col-wpr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.legacy-lt-col {
  width: 48.9%;
}

.legacy-rt-col {
  width: 51.1%;
}

.legacy-rt-col-wpr {
  padding-left: 50px;
  max-width: 708px;
  transition: 0.5s;
}

.legacy-rt-col-wpr h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.legacy-text p:first-child {
  margin-bottom: 6px;
}

.legacy-lt-col-wpr:hover img {
  transform: scale(1.1);
}

/*===about-us css end===*/
/*===apart css start===*/
.apart-sec {
  padding: 0 70px;
}

.apart-sec-outer {
  position: relative;
}

.apart-sec-wpr {
  background-color: rgb(0, 74, 47, 0.1);
  border-radius: 30px;
  padding: 100px 0px;
}

.apart-sec-wpr .section-head h2 {
  text-transform: uppercase;
}

.apart-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
}

.apart-card {
  position: relative;
  transition: 0.5s;
}

.apart-img-part {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  padding-top: 79.5%;
}

.apart-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.apart-text-part {
  padding: 25px 0 0;
}

.apart-text-part h3 {
  text-transform: uppercase;
  margin-bottom: 11px;
  max-width: 338px;
  transition: 0.5s;
}

.apart-text-part p {
  max-width: 448px;
}

/*===apart css end===*/
/*===waste-management css start===*/
.waste-managment-row {
  align-items: center;
  --bs-gutter-y: 25px;
}

.waste-management-lt-col-wpr {
  padding-right: 67px;
}

.waste-management-rt-col {
  width: 50.1%;
}

.waste-management-rt-col-wpr {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.5s;
}

.waste-management-rt-col-wpr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.waste-management-rt-col-wpr:hover img {
  transform: scale(1.1);
}

.waste-management-lt-col-wpr h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.waste-management-lt-col-wpr p {
  max-width: 683px;
}

/*===waste-management css end===*/
/*===core-value css start===*/
.discoverthe-upr-title-wpr h3 {
  text-transform: uppercase;
  max-width: 381px;
}

.discoverthe-bx-lwr {
  max-width: 386px;
}

/*===core-value css end===*/
/*===leadership css start===*/
.leadership-sec .section-haed {
  max-width: 1355px;
  margin: 0 auto 29px;
}

.leadership-sec .section-haed h2 {
  text-transform: uppercase;
}

.leadership-card-row {
  --bs-gutter-y: 30px;
  --bs-gutterx: 34px;
}

.leadership-card {
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
}

.leadership-img-part {
  position: relative;
  padding-top: 86.7%;
  width: 100%;
  overflow: hidden;
}

.leadership-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.leadership-text-part {
  padding: 28px 38px 36px;
}

.leadership-text-part h3 {
  text-transform: uppercase;
}

.leadership-card:hover {
  border: 1px solid transparent;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
}

/*===leadership css end===*/

/*===about-us css end===*/
.menu-btn-wpr {
  display: none;
}

.menu-btn-wpr {
  margin-left: 10px;
}

.menu-btn-wpr .cmn-btn {
  padding: 16px 20px 16px 20px;
}

/*====contact-us css start====*/
.bnr-content p {
  font-size: 18px;
  color: var(--whitecolor);
  font-weight: 400;
  max-width: 770px;
}

.cntact-us-bnr .bnr-sub-content {
  margin-bottom: 6px;
}

.accordion-sec .section-head h2 {
  text-transform: uppercase;
}

/*---call-us css start---*/
.call-us-sec .section-head h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.call-us-sec .section-head {
  margin-bottom: 29px;
}

.call-us-tab-btn-wpr {
  display: inline-flex;
  flex-wrap: wrap;
  padding-right: 15px;
  justify-content: center;
}

.call-us-tab-btn {
  padding: 14px 27.8px;
  text-align: center;
  text-transform: capitalize;
  color: var(--contentcolor);
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  transition: 0.5s;
}

.call-us-tab-btn-wpr li {
  margin: 0 12px;
}

.call-us-tab-btn-wpr li:first-child {
  margin-left: 0;
}

.call-us-tab-btn-wpr li:last-child {
  margin-right: 0;
}

.call-us-tab-btn.active {
  border: 1px solid transparent;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
  color: var(--contentcolor);
}

.call-us-sec-top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 61px;
}

.resident-box {
  display: flex;
  margin-bottom: 80px;
}

.call-us-lt-part {
  width: 422px;
}

.call-us-rt-part {
  width: calc(100% - 422px);
  padding-left: 67px;
}

.call-details-box {
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 37px 48px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.call-details-box i {
  display: inline-block;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  border-radius: 50%;
}

.call-details-box .call-details-text {
  width: calc(100% - 70px);
  padding-left: 18px;
}

.call-us-inner-part {
  border-radius: 30px;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
  padding: 62px 67px 70px;
}

.call-details-box h3 {
  text-transform: uppercase;
  margin-bottom: 6px;
}

.call-details-box span {
  color: var(--contentcolor);
}

.call-us-inner-part h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--contentcolor);
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #efefef;
  height: 58px;
  padding: 0 20px;
  outline: none !important;
}

.form-group textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 16px 20px;
  width: 100%;
  color: var(--contentcolor);
  font-weight: 500;
  font-size: 16px;
  height: 229px;
  outline: none !important;
  resize: none;
}

.submit-btn input[type="submit"] {
  background: var(--primarycolor);
  color: var(--whitecolor);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

.office-card {
  border-radius: 20px;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
  padding: 26px 31px 33px;
}

.office-card {
  display: flex;
}

.office-card i {
  display: inline-block;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarycolor);
  border-radius: 50%;
}

.office-card-details {
  width: calc(100% - 70px);
  padding-left: 27px;
}

.office-card-details h3 {
  text-transform: uppercase;
  margin-bottom: 6px;
}

.office-card-details span {
  color: var(--primarycolor);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.form-tab-content {
  display: none;
}

.form-tab-content.active {
  display: block;
}

.office-card-details p {
  margin-bottom: 13px;
}

.office-card-details a {
  color: var(--contentcolor);
  transition: 0.5s;
}

.office-card-details a:hover {
  color: var(--secondarycolor);
}

.call-details-box a {
  color: var(--contentcolor);
  transition: 0.5s;
}

.call-details-text a:hover {
  color: var(--secondarycolor);
}

/*---call-us css end---*/

.current-menu-item {
  color: var(--secondarycolor);
}

/*====contact-us css end====*/
/*====service css start====*/
.bnr-mail {
  margin-top: 24px;
  color: var(--whitecolor);
}

.bnr-mail a {
  color: var(--whitecolor);
  text-decoration: underline;
}

.bulk-items-row {
  align-items: center;
  --bs-gutter-y: 30px;
  margin-bottom: 100px;
}

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

.bulk-item-lt-col {
  width: 51.4%;
}

.bulk-item-rt-col {
  width: 48.6%;
}

.bulk-item-lt-col-wpr {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}

.bulk-item-lt-col-wpr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.bulk-items-row:nth-child(even) .bulk-item-rt-col-wpr {
  padding-left: 0;
  transition: 0.5s;
  padding-right: 19px;
  max-width: 652px;
}

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

.bulk-item-rt-col-wpr {
  padding-left: 27px;
  transition: 0.5s;
}

.bulk-icon-part {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgb(212, 175, 55, 0.2);
  box-shadow: -2px 6px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}

.bulk-icon-part span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondarycolor);
  transition: 0.5s;
}

.bulk-icon {
  max-width: 45px;
}

.bulk-item-rt-col-wpr h2,
.bulk-item-rt-col-wpr h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bulk-items-row:nth-child(even) .bulk-item-rt-col-wpr h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.green-text {
  display: block;
  font-size: 16px;
  font-weight: var(--monts-font);
  font-weight: 700;
  color: var(--primarycolor);
  text-transform: uppercase;
  margin-bottom: 9px;
}

.bulk-bntn-wpr {
  margin-top: 13px;
}

/*====service css end====*/
/*====blog css start===*/

.blog-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.blog-card {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}

.blog-card:hover {
  border: 1px solid transparent;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
}

.blog-img-part {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 51.4%;
  overflow: hidden;
}

.blog-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.blog-card:hover .blog-img-part img {
  transform: scale(1.1);
}

.blog-text-part {
  padding: 31px 38px 47px;
}

.blog-text-part h2,
.blog-text-part h3 {
  text-transform: uppercase;
  margin-bottom: 11px;
  transition: 0.5s;
}

.blog-card:hover .blog-text-part h2,
.blog-card:hover .blog-text-part h3 {
  color: var(--secondarycolor);
}

.blog-text-part p {
  max-width: 530px;
}

.blog-card:hover .blog-text-part p {
  color: var(--contentcolor);
}

.check-box-wpr label {
  position: relative;
  margin: 0;
  padding-left: 28px;
  display: inline-block;

  cursor: pointer;
}

.check-box-wpr label:hover {
  color: var(--secondarycolor);
}

.check-box-wpr label span {
  margin: 0;
  padding: 0;
}

.check-box-wpr label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.check-box-wpr label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid var(--blackcolor);
  background: transparent;
}

.check-box-wpr label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../images/check-mark.svg) no-repeat center center;
  background-size: 100%;
}

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

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

.categories-check-box:not(:last-child) {
  margin-bottom: 30px;
}

.categories-check-box-wpr {
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 39px 30px 47px;
}

.categories-check-box-wpr h3 {
  text-transform: uppercase;
  margin-bottom: 24px;
}

.categories-ceckbox-outer {
  /* width: 250px; */
  width: 18.5%;
  padding-left: 41px;
}

.blog-card-wpr {
  /* width: calc(100% - 250px); */
  width: 81.5%;
}

.blog-sec-outer {
  display: flex;
  flex-wrap: wrap;
}

/*====blog css end===*/
.check-box-btn,
.filter-icon {
  display: none;
}

/*===residents css start===*/

.sub-inr-bnr {
  position: relative;
}

.sub-inr-bnr .bnr-img-wpr:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.4;
}

.sub-inr-bnr .bnr-content {
  max-width: 975px;
}

.sub-inr-bnr .bnr-content p {
  max-width: 904px;
}

.residents-work-sec .work-items-text-part h3 {
  max-width: 245px;
}

.residents-work-sec .work-items-text-part.large-text h3 {
  max-width: 323px;
}

.work-items-col:last-child .work-items-col-wpr {
  max-width: 336px;
}

.curb-sec .apart-card-row {
  justify-content: center;
}

.sub-title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--monts-font);
  color: var(--contentcolor);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.curb-sec .section-head {
  max-width: 1001px;
  margin: 0 auto 12px;
}

.curb-sec .section-head h2 {
  margin-bottom: 4px;
}

.curb-sec .section-head p {
  margin-bottom: 3px;
  max-width: 892px;
  margin: 0 auto 3px;
}

.curb-btm-text p {
  font-size: 25px;
  font-weight: 700;
  font-family: var(--monts-font);
  color: var(--contentcolor);
  margin-bottom: 12px;
  text-transform: uppercase;
  max-width: 1230px;
  margin: 23px auto 0;
  text-align: center;
  padding-top: 27px;
  border-top: 1px solid #cfcfcf;
}

.make-different-sec .section-head {
  max-width: 100%;
  margin: 0 auto 30px;
}

.make-different-sec .discoverthe-upr-title-wpr h3 {
  text-transform: uppercase;
  max-width: 267px;
}

.we-work-lt-col-wpr {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}

.we-work-lt-col-wpr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.we-work-lt-col {
  width: 48.9%;
}

.we-work-rt-col {
  width: 51.1%;
}

.we-work-rt-col-wpr {
  padding-left: 50px;
}

.we-work-rt-col-wpr h2 {
  text-transform: uppercase;
  margin-bottom: 22px;
}

.we-work-rt-col-wpr p {
  margin-bottom: 8px;
}

.support-sec .section-head {
  max-width: 1350px;
  margin: 0 auto 20px;
}

.support-sec .apart-text-part h3 {
  max-width: 340px;
}

/*===residents css end===*/

.difference-apart-sec {
  padding: 0 70px 100px;
}

.sub-text {
  margin-bottom: 6px;
}

.experience-sec {
  padding: 0 10px;
}

.blur-bnr .bnr-content {
  position: relative;
  z-index: 2;
}

.blur-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 56%;
  width: 100%;
  z-index: -1;
}

.bold-text {
  font-weight: 600;
}

.bnr-content span {
  color: var(--whitecolor);
}

.banner-wpr-re {
  position: relative;
  z-index: 2;
}

.banner-form-area {
  background-color: var(--whitecolor);
  border-radius: 20px;
  padding: 50px 50px;
  align-items: center;
}

.banner-form-area h2 {
  text-align: center;
}

.form-field-area {
  margin-bottom: 25px;
}

.form-field-area.form-field-area-last {
  margin-bottom: 0;
}

.form-field-area label {
  margin-bottom: 10px;
  display: block;
}

.form-field-area input {
  border-radius: 30px;
  border: 1px solid var(--contentcolor);
  color: var(--contentcolor);
  height: 55px;
  padding: 0 20px;
}

.form-field-area textarea {
  border-radius: 30px;
  border: 1px solid var(--contentcolor);
  color: var(--contentcolor);
  padding: 20px 15px 20px 20px;
  resize: none;
}

.form-field-area.form-field-area-last input {
  width: 100%;
  display: block;
  background-color: var(--secondarycolor);
  color: var(--blackcolor);
  font-size: 18px;
  border: 0;
}

.form-field-area.form-field-area-last input:hover {
  background-color: var(--primarycolor);
  color: var(--whitecolor);
}

.banner-wpr-re .row {
  --bs-gutter-y: 25px;
  --bs-gutter-x: 30px;
  align-items: center;
}

.sub-form-area {
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.form-area-row {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-area-row .form-field-area {
  width: 33.3%;
  padding: 0 15px;
}

.form-area-row .msg-area {
  width: 100%;
}

.form-area-row .form-area-submit-btn {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.sub-form-area h2 {
  margin-bottom: 35px;
}

.sub-footer {
  background-color: var(--blackcolor);
  position: relative;
  padding: 50px 0 20px;
}

.sub-footer-btm-part {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-footer-btm-part a {
  color: var(--whitecolor);
}

.sub-footer-btm-part a:hover {
  color: var(--primarycolor);
}

.sub-footer-logo {
  margin: 0 auto 25px;
}

.sub-footer-logo {
  margin: 0 auto 25px;
  display: block;
  width: 319px;
}

/* .sub-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */
.sub-header {
  padding: 30px;
}

.difference-bnr {
  padding: 200px 0 168px;
}

.sub-header-wpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.toll-number-part {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.toll-phone-icon {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: var(--primarycolor);
  transition: 0.5s;
}

.toll-phone-icon:hover {
  background-color: var(--secondarycolor);
}

.toll-number-in {
  color: var(--whitecolor);
  width: calc(100% - 50px);
  padding-left: 15px;
}

.toll-number-in strong {
  font-weight: 700;
  color: var(--whitecolor);
  /* text-decoration: underline; */
  transition: 0.5s;
  font-size: 30px;
}

.toll-number-in strong:hover {
  color: var(--secondarycolor);
}

.toll-number-in span {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
}

/*--custom-scrollbar---*/

.form-field-area textarea::-webkit-scrollbar {
  width: 4px;
}

.form-field-area textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  width: 4px;
  opacity: 1;
}

/* Handle */
.form-field-area textarea::-webkit-scrollbar-thumb {
  background: transparent;
  width: 3px;
  transition: 0.5s;
  opacity: 1;
}

/*
  //////////////////////////////////////////////////////////////////
  ///////////////////////// 21-07-2025 ////////////////////////////
  /////////////////////////////////////////////////////////////////
  */
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

/*
  //////////////////////////////////////////////////////////////////
  ///////////////////////// 22-07-2025 ////////////////////////////
  /////////////////////////////////////////////////////////////////
  */
body.single-service .bnr-content {
  max-width: 1006px;
}

/*
  //////////////////////////////////////////////////////////////////
  ///////////////////////// 24-07-2025 ////////////////////////////
  /////////////////////////////////////////////////////////////////
  */
body.single-post .rel-post-sec {
  padding: 0px 0px 90px 0px;
}

body.single-post .office-card-details h3 {
  line-height: 30px;
}

body.single-post .office-card-details span {
  line-height: 35px;
}

body.single-post .office-card-details p {
  line-height: 30px;
  margin-top: 20px;
}

.blog_det_wrapper {
  gap: 50px;
}

.rel_posts .office-card {
  padding: 17px 17px;
}

/*
  //////////////////////////////////////////////////////////////////
  ///////////////////////// 25-07-2025 ////////////////////////////
  /////////////////////////////////////////////////////////////////
  */

.rqst_frm_1 .gfield .ginput_container input,
.rqst_frm_2 .gfield .ginput_container input {
  border-radius: 30px;
  border: 1px solid var(--contentcolor);
  color: var(--contentcolor);
  height: 55px;
  padding: 0 20px;
}

.rqst_frm_1 .gfield .ginput_container textarea,
.rqst_frm_2 .gfield .ginput_container textarea {
  border-radius: 30px;
  border: 1px solid var(--contentcolor);
  color: var(--contentcolor);
  padding: 20px 15px 20px 20px;
  resize: none;
  min-block-size: 7rem !important;
  margin-bottom: 15px !important;
}

#gform_submit_button_2,
#gform_submit_button_3 {
  width: 100%;
  display: block;
  background-color: var(--secondarycolor);
  color: var(--blackcolor);
  font-size: 18px;
  border: 0;
  border-radius: 30px;
  height: 55px;
}

.rqst_frm_2 .gfield .ginput_container textarea {
  height: 158px;
}

#gform_submit_button_3 {
  width: 30% !important;
}

#gform_3 .gform_footer {
  justify-content: center;
}

#gform_submit_button_2:hover,
#gform_submit_button_3:hover {
  background-color: var(--primarycolor);
  color: var(--whitecolor);
}

.cnt_form .gfield .ginput_container input {
  background-color: transparent;
  width: 100%;
  border-radius: 10px;
  color: var(--contentcolor);
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #efefef;
  height: 58px;
  padding: 0 20px;
  outline: none !important;
}

.cnt_form .gfield .ginput_container input[type="email"] {
  text-transform: lowercase;
}

.cnt_form .gfield .ginput_container input[type="email"]::placeholder {
  text-transform: capitalize;
}

.cnt_form .gfield .ginput_container textarea {
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 16px 20px;
  width: 100%;
  color: var(--contentcolor);
  font-weight: 500;
  font-size: 16px;
  height: 229px;
  outline: none !important;
  resize: none;
}

#gform_submit_button_1 {
  background: var(--primarycolor);
  color: var(--whitecolor);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#gform_submit_button_1:hover {
  background-color: var(--secondarycolor);
}

body.page-template-difference-template .sub-text {
  margin-bottom: 25px;
}

/* ////////////////// 30-07-2025 /////////////////// */
body.page-template-residents-template .we-work-rt-col-wpr p strong {
  font-weight: 600;
}

.office-card-details span {
  font-family: var(--monts-font);
  margin-bottom: 4px;
}

.community-lt-part:before {
  top: -5px;
  height: calc((100% + 34px));
}

.page-id-569 .community-lt-part:before,
.postid-386 .community-lt-part:before {
  top: 0;
  height: calc(100% + 32px);
}

/* 12-09-2025 */
#menu-header-menu li.menu-item-has-children ul.sub-menu {
  border: none;
  width: 200px;
  background-color: #d4af38;
  top: calc(100% + 5px);
}

#menu-header-menu li.menu-item-has-children ul.sub-menu li a {
  font-size: 16px !important;
}

#menu-header-menu li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/*13-09-2025*/
.ind-stnd-sec {
  padding-top: 0px;
}

.ind-stnd-sec .waste-management-rt-col-wpr {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.ind-stnd-sec .waste-management-lt-col-wpr h2 {
  text-transform: capitalize;
}

.ind-stnd-sec .waste-management-lt-col-wpr li:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  margin-right: 10px;
  font-size: 20px;
  color: #d44343;
}

.ind-stnd-sec .waste-management-lt-col-wpr li,
.ind-stnd-sec .waste-management-rt-col-wpr li {
  margin-bottom: 15px;
  line-height: 28px;
}

.ind-stnd-sec .waste-management-rt-col-wpr li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  margin-right: 10px;
  font-size: 20px;
  color: #3e9954;
}

.ind-stnd-sec .waste-managment-row {
  align-items: start;
}

/*========================================*/
/*17-09-2025*/
/*========================================*/

.service-content {
  background: #fff;
  /* optional */
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 100px rgba(0, 0, 0, 0.09);
  text-align: left;
  height: 100%;
}

.service-content h3,
.service-content b,
.service-content p,
.service-content ul,
.service-content li {
  text-align: left;
}

.service-content h3 {
  position: relative;
  padding-left: 28px;
}

.service-content h3::before {
  content: "\f058";
  /* check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* solid style */
  position: absolute;
  left: 0;
  top: 5px;
  color: #064a2e;
  font-size: 18px;
}

.service-content b {
  display: block;
  margin-bottom: 0.5rem;
}

.service-content ul {
  margin: 1rem 0 1rem 1.2rem;
  padding: 0;
  list-style: disc;
}

.service-content ul li {
  margin-bottom: 1.5rem;
  list-style: disc;
}

.vanguard-services {
  --bs-gutter-y: 30px;
}

.delivers-sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(212, 175, 55, 0.1);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.circle::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  top: -30px;
  left: 0px;
  font-size: 60px;
  color: rgba(0, 74, 47, 0.4);
  font-weight: 800;
}

.section-head-text-part {
  counter-reset: my-sec-counter;
}

.works-sec.ind-stnd-sec .waste-management-col-wpr {
  padding: 50px 30px;
  background-color: rgb(0, 74, 47, 0.1);
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 4px 20px rgb(0, 74, 47, 0.4);
}

.waste-management-col-wpr h3 {
  font-size: 36px;
}

.waste-management-col-wpr ul li:not(:last-child) {
  margin-bottom: 16px;
}

.waste-management-col-wpr ul li {
  padding-left: 30px;
  position: relative;
  line-height: 1.8;
}

.waste-management-col-wpr ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/tick-grn.svg) no-repeat 100% center;
}

.waste-management-col-wpr h4 {
  margin-bottom: 20px;
}

.ind-stnd-row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: 40px;
}

/*06-10-2025*/
/* .custom_wst_mng_section .waste-management-lt-col,
.custom_wst_mng_section .waste-management-rt-col {
  width: 50%;
}

.custom_wst_mng_section .waste-managment-row {
  align-items: start;
} */

.waste-management-lt-col,
.waste-management-rt-col {
  width: 50%;
}

/* .waste-managment-row {
  align-items: start;
} */

.ind-stnd-sec .ind-stnd-left-col .waste-management-col-wpr ul li::before {
  background: url(../images/error-red.svg) no-repeat 100% center;
}

.accordion-sec .accordion-content li{
	list-style: disc;
    margin-left: 30px;
}
.accordion-sec .accordion-content ul{
	margin: 15px 0px;
}
/* 7.1.26 */
.bnr-img-wpr img { 
    object-position: top;
    object-fit: cover;
}
.sub-inr-bnr .bnr-img-wpr:before { 
    background: linear-gradient(270deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0) 100%);
}
.bnr-img-wpr:after { 
    background: linear-gradient(270deg, rgb(0 0 0 / 49%) 0%, rgba(0, 0, 0, 0) 100%);
}
/* 7.1.26 */
.page-template-home-template .main-bnr .bnr-content h1,
.page-template-valet-trash-template .inr-bnr .bnr-content h1,
.page-id-154 .inr-bnr .bnr-content h1
{
    font-size: 48px;
}
.page-template-home-template .main-bnr .bnr-content h1{
  line-break: anywhere;
}
.page-template-home-template .main-bnr .bnr-content{
  margin-top: 80px;
}
.main-bnr .bnr-sub-content p a{
  color: #fff;
}
.leadership-sec .leadership-text-part h3{
	font-size:20px;
}

/* ========== responsive css =========== */
@media (min-width: 1700px) {
  .container {
    max-width: 1544px;
  }
}

@media (min-width: 1920px) {
  body.page-template-home-template {
    font-size: 0.833vw;
  }

  .page-template-home-template h1,
  .h1-title {
    font-size: 3vw;
    /* font-size: 3.646vw; */
  }

  .page-template-home-template h2,
  .h2-title {
    font-size: 2.604vw;
  }

  .page-template-home-template h3,
  .page-template-home-template .h3-title {
    font-size: 1.302vw;
  }

  .page-template-home-template h4,
  .page-template-home-template .h4-title {
    font-size: 1.146vw;
  }

  .page-template-home-template h5,
  .page-template-home-template .h5-title {
    font-size: 0.833vw;
  }

  .page-template-home-template p:last-child {
    margin-bottom: 0;
  }

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

  .page-template-home-template .header-top-wpr {
    font-size: 0.781vw;
    padding: 0.729vw 0;
  }

  .page-template-home-template .container {
    max-width: 80.417vw;
    padding: 0 0.625vw;
  }

  .page-template-home-template .header-btm {
    padding: 2.396vw 0;
  }

  .page-template-home-template .navbar-brand {
    width: 16.615vw;
  }

  .page-template-home-template .main-bnr {
    padding: 14.063vw 0 5.417vw;
  }

  .page-template-home-template .bnr-content {
    max-width: 50.417vw;
  }

  .page-template-home-template .navbar-nav > li > a {
    font-size: 0.833vw;
  }

  .page-template-home-template .navbar-nav > li {
    margin: 0 1.302vw;
    padding: 0px 0px 0.208vw;
  }

  .page-template-home-template .navbar-nav > li > a:after {
    height: 0.104vw;
    bottom: -0.521vw;
  }

  .page-template-home-template .navbar-btn-wpr .cmn-btn {
    margin-left: 3.594vw;
  }

  .page-template-home-template .cmn-btn {
    font-size: 0.833vw;
    padding: 1.146vw 1.469vw 1.146vw 1.51vw;
    border-radius: 5.208vw;
  }

  .page-template-home-template .cmn-btn i {
    max-width: 0.729vw;
    margin-left: 1.979vw;
  }

  .page-template-home-template .bnr-content p {
    font-size: 0.938vw;
    max-width: 40.104vw;
    padding-left: 2.604vw;
  }

  .page-template-home-template .bnr-sub-content:before {
    width: 0.052vw;
    height: 1.406vw;
  }

  .page-template-home-template .bnr-sub-content {
    margin: 1.615vw 0;
  }

  .page-template-home-template p {
    margin: 0 0 1.146vw 0;
  }

  .page-template-home-template h1,
  .page-template-home-template h2,
  .page-template-home-template h3,
  .page-template-home-template h4,
  .page-template-home-template h5,
  .page-template-home-template h6 {
    margin: 0 0 1.302vw 0;
  }

  .page-template-home-template .bnr-sub-content:after {
    left: 1.406vw;
    width: 0.521vw;
    height: 0.521vw;
  }

  .page-template-home-template .bnr-btn-wpr .cmn-btn {
    padding: 1.146vw 1.615vw 1.146vw 1.563vw;
  }

  .page-template-home-template .bnr-btn-wpr li {
    padding: 0 0.781vw 0.781vw 0.781vw;
  }

  .page-template-home-template .bnr-btn-wpr {
    margin: 0 -0.781vw -0.781vw -0.781vw;
  }

  .page-template-home-template .navbar-nav > li:after {
    top: 0.208vw;
    left: -1.302vw;
    width: 0.052vw;
    height: 0.729vw;
  }

  .page-template-home-template .cmn-gap {
    padding: 4.688vw 0;
  }

  .page-template-home-template .modern-waste-sec .section-head {
    max-width: 40.365vw;
    margin-bottom: 8.229vw;
  }

  .page-template-home-template .gauranteed-sec .section-head {
    margin: 0 auto 7.031vw;
  }

  .page-template-home-template .community-rt-part {
    width: calc(100% - 63.021vw);
    padding-right: 0.729vw;
  }

  .page-template-home-template .community-rt-part span {
    font-size: 8.333vw;
  }

  .page-template-home-template .community-lt-part {
    width: 63.021vw;
  }

  .page-template-home-template .community-lt-part:before {
    top: -0.365vw;
    left: -1.563vw;
    width: calc(100% + 26.042vw);
    height: calc((100% + 1.875vw));
    border-radius: 1.042vw 0 0 1.042vw;
  }

  .page-template-home-template .community-lt-part:before {
    top: -0.26vw;
    height: calc((100% + 1.771vw));
  }

  .page-template-home-template .community-inr-part {
    border-radius: 1.042vw 0 0 1.042vw;
    padding: 3.802vw 5.208vw 1.927vw;
  }

  .page-template-home-template .community-lt-top-part {
    max-width: 23.229vw;
    padding-right: 1.042vw;
  }

  .page-template-home-template .community-lt-top-part .h2-title {
    margin-bottom: 0.521vw;
  }

  .page-template-home-template .community-lt-top-part p {
    max-width: 21.458vw;
    margin-bottom: 0.938vw;
  }

  .page-template-home-template .cmn-btn.green {
    padding: 1.146vw 1.823vw 1.146vw 1.823vw;
  }

  .page-template-home-template .community-lt-top-part-wpr figure {
    border-radius: 1.563vw;
    margin-top: -9.01vw;
  }

  .page-template-home-template .community-features-wpr {
    margin-top: 3.698vw;
  }

  .page-template-home-template .community-features-wpr .h2-title {
    max-width: 42.552vw;
  }

  .page-template-home-template .community-features {
    padding: 1.823vw 0;
  }

  .page-template-home-template .community-features .row {
    --bs-gutter-x: 1.563vw;
    --bs-gutter-y: 1.823vw;
  }

  .page-template-home-template .community-text-part {
    width: calc(100% - 4.167vw);
    padding-right: 0.885vw;
  }

  .page-template-home-template .community-col-wpr h4 {
    margin-bottom: 0.625vw;
  }

  .page-template-home-template .community-col-wpr h5 {
    margin-bottom: 0.26vw;
  }

  .page-template-home-template .community-img-part span {
    width: 4.167vw;
    height: 4.167vw;
  }

  .page-template-home-template .community-img-part span:after {
    width: 5.104vw;
    height: 5.104vw;
  }

  .page-template-home-template .community-img-part span img {
    width: 1.667vw;
  }

  .page-template-home-template .community-img-part {
    width: 4.167vw;
    height: 4.167vw;
  }

  .page-template-home-template .community-inr-part:after {
    width: 156.25vw;
    left: calc(100% - 0.469vw);
  }

  .page-template-home-template .discoverthe-sec .section-head h2 {
    margin-bottom: 0.521vw;
  }

  .page-template-home-template .discoverthe-sec .section-head {
    max-width: 49.063vw;
    margin: 0 auto 2.292vw;
  }

  .page-template-home-template .discoverthe-bx {
    padding: 2.292vw 1.875vw 2.344vw 2.5vw;
    border-radius: 1.563vw;
  }

  .page-template-home-template .discoverthe-row {
    --bs-gutter-x: 1.302vw;
    --bs-gutter-y: 1.302vw;
  }

  .page-template-home-template .discoverthe-bx-upr {
    margin-bottom: 1.458vw;
  }

  .page-template-home-template .discoverthe-bx-upr i {
    width: 3.125vw;
    height: 3.125vw;
  }

  .page-template-home-template .discoverthe-icon img {
    width: 1.302vw;
  }

  .page-template-home-template .discoverthe-bx-upr .discoverthe-upr-title-wpr {
    width: calc(100% - 3.125vw);
    padding-left: 0.781vw;
  }

  .page-template-home-template .discoverthe-upr-title-wpr h3 {
    max-width: 19.844vw;
  }

  .page-template-home-template .discoverthe-bx-lwr {
    max-width: 20.104vw;
  }

  .page-template-home-template .discoverthe-bx-list li {
    padding-left: 1.406vw;
    margin-bottom: 0.885vw;
  }

  .page-template-home-template .discoverthe-bx-list li:after {
    top: 0.365vw;
    left: 0.625vw;
    width: 0.208vw;
    height: 0.208vw;
  }

  .page-template-home-template .discoverthe-lrn-more-wpr {
    padding-top: 2.344vw;
  }

  .page-template-home-template .hm-our-vsn-row {
    margin-bottom: 5.208vw;
  }

  .page-template-home-template .hm-our-vsn-txt-wpr {
    padding-right: 2.24vw;
  }

  .page-template-home-template .hm-our-vsn-rgt figure {
    border-radius: 1.563vw;
  }

  .page-template-home-template .section-head {
    margin-bottom: 2.083vw;
  }

  .page-template-home-template
    .hm-our-vision-outer:nth-child(even)
    .hm-our-vsn-txt-wpr {
    padding: 3.229vw 0 0 1.771vw;
  }

  .page-template-home-template .experience-sec {
    padding: 0 0.521vw;
  }

  .page-template-home-template .experience-outer {
    max-width: 92.708vw;
    border-radius: 1.563vw;
  }

  .page-template-home-template .experience-outer .section-head {
    max-width: 40.625vw;
    margin: 0 auto 1.979vw;
  }

  .page-template-home-template .experience-slider .slick-list {
    margin: 0 -0.781vw;
  }

  .page-template-home-template .experience-clm {
    padding: 0 0.781vw;
  }

  .page-template-home-template .experience-bx {
    border-radius: 0.729vw;
    padding: 1.823vw 1.458vw 1.771vw 1.51vw;
  }

  .page-template-home-template .experience-upr figure {
    width: 3.438vw;
    height: 3.438vw;
    margin-bottom: 0.885vw;
  }

  .page-template-home-template .experience-lwr {
    padding-top: 2.969vw;
  }

  .page-template-home-template .exp-auth-name {
    margin-bottom: 0.521vw;
  }

  .page-template-home-template .industry-header-wpr .exceleence-content h3 {
    margin-bottom: 0.573vw;
  }

  .page-template-home-template .map-img {
    margin-top: 1.51vw;
  }

  .page-template-home-template .footer-top-part {
    padding: 3.75vw 0 2.708vw;
  }

  .page-template-home-template .footer-logo {
    width: 18.125vw;
  }

  .page-template-home-template .social-icon {
    margin-top: 0.99vw;
  }

  .page-template-home-template .social-icon li {
    margin: 0 0.313vw;
  }

  .page-template-home-template .social-icon li a {
    width: 2.344vw;
    height: 2.344vw;
    padding: 0.417vw;
  }

  .page-template-home-template .social-icon li a img {
    width: 0.629vw;
    max-width: 0.833vw;
  }

  .page-template-home-template .badge-items {
    margin-top: 1.51vw;
  }

  .page-template-home-template .badge-items li {
    margin: 0 0.625vw;
  }

  .page-template-home-template .badge-img {
    max-width: 8.177vw;
  }

  .page-template-home-template .footer-title {
    font-size: 1.302vw;
    padding-bottom: 1.094vw;
  }

  .page-template-home-template .footer-menu {
    margin: 0 0 -0.573vw;
  }

  .page-template-home-template .footer-menu li {
    margin: 0 0 0.573vw;
  }

  .page-template-home-template .get-in-touch a i {
    max-width: 1.25vw;
    margin-right: 0.625vw;
  }

  .page-template-home-template .footer-bottom-part {
    padding: 1.042vw 0 2.083vw;
  }

  .page-template-home-template .cmn-btn i img {
    width: 0.677vw;
  }

  .page-template-home-template .get-in-touch a i img {
    width: 1.25vw;
  }

  .page-template-home-template .get-in-touch li {
    margin-bottom: 1.25vw;
  }

  .page-template-home-template .badge-img img {
    width: 100%;
  }

  .page-template-home-template .badge-img img {
    width: 3.125vw;
  }

  .page-template-home-template .badge-items li:nth-child(2) .badge-img img {
    width: 8.125vw;
  }

  .page-template-home-template
    #menu-header-menu
    li.menu-item-has-children
    ul.sub-menu {
    width: 10.417vw;
    top: calc(100% + 0.26vw);
  }

  .page-template-home-template
    #menu-header-menu
    li.menu-item-has-children
    ul.sub-menu
    li
    a {
    font-size: 0.833vw !important;
  }

  .sub-menu > li > a {
    padding: 0.313vw 0.521vw;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

/* @media(min-width:1700px) {
    .container {
        max-width: 1544px;
    }
} */

@media (max-width: 1699px) {
  .call-us-tab-btn {
    padding: 10px 10.8px;

    font-size: 15px;
  }

  .footer-column:first-child {
    width: 27.1%;
  }

  .footer-column:nth-child(3) {
    width: 20.5%;
  }

  .community-rt-part span {
    position: absolute;
    top: 50%;
    left: -110px;
    transform: translateY(-50%);
  }

  .community-rt-part span::before {
    content: "";
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #000 100%);
  }

  .navbar-brand {
    width: 275px;
  }

  .navbar-btn-wpr .cmn-btn {
    margin-left: 30px;
  }

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

  /*support css update 29/7/2025*/
  .navbar-nav > li:after {
    top: 6px;
    left: -22px;
  }

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

@media (max-width: 1600px) {
  h1,
  .h1-title {
    font-size: 55px;

    margin: 0 0 14px 0;
  }

  .bnr-sub-content {
    margin: 15px 0;
  }

  .cmn-btn {
    font-size: 15px;

    padding: 18px 23px 18px 19px;
  }

  .cmn-btn i {
    margin-left: 23px;
  }

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

  .modern-waste-sec .section-head {
    margin-bottom: 125px;
  }

  .modern-community-lt-part {
    /* padding: 52px 55px 37px; */
    width: 1165px;
  }

  .community-lt-top-part-wpr figure {
    margin-top: -150px;
  }

  .community-features-wpr {
    margin-top: 43px;
  }

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

  .community-rt-part span {
    font-size: 110px;
  }

  .community-rt-part span {
    position: absolute;
    top: 50%;
    left: -77px;
    transform: translateY(-50%);
  }

  .community-rt-part span::before {
    content: "";
    content: "";
    position: absolute;
    top: 0;
    right: 17px;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #000 100%);
  }

  .hm-our-vsn-lft {
    width: 52.3%;
  }

  .hm-our-vsn-rgt {
    width: 47.7%;
  }

  .hm-our-vsn-row {
    margin-bottom: 60px;
  }

  .footer-column:first-child {
    width: 27.1%;
  }

  .footer-column:nth-child(3) {
    width: 20.5%;
  }

  .footer-logo {
    width: 280px;
  }

  .social-icon {
    margin-top: 24px;
  }

  .badge-items {
    margin-top: 32px;
  }

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

  .apart-sec {
    padding: 0 20px;
  }

  .difference-apart-sec {
    padding: 0 20px 100px;
  }

  .why-us-sec {
    padding: 0 20px;
  }

  .badge-img {
    max-width: 125px;
  }

  .modern-waste-sec .section-head {
    max-width: 675px;
  }

  .discoverthe-sec .section-head {
    max-width: 708px;
  }

  .experience-outer .section-head {
    max-width: 580px;
  }

  .call-us-tab-btn {
    padding: 14px 22.8px;

    font-size: 15px;
  }

  .call-us-tab-btn-wpr li {
    margin: 0 4px;
  }

  .call-us-btn-wpr .cmn-btn {
    font-size: 13px;
    padding: 14px 23px 14px 17px;
  }

  .call-details-text h3 {
    font-size: 21px;
  }

  .call-us-inner-part .h2-title {
    font-size: 29px;
  }

  .office-card i {
    width: 60px;
    height: 60px;
  }

  .office-card-details h3 {
    font-size: 21px;
  }

  .call-details-box i {
    width: 60px;
    height: 60px;
  }

  .works-sec .section-head h2 {
    max-width: 813px;
  }

  .gauranteed-sec .section-head {
    max-width: 984px;
  }

  .community-img-part span {
    width: 70px;
    height: 70px;
  }

  .community-lt-part {
    width: 1165px;
  }

  .works-text-part h2 {
    max-width: 546px;
  }

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

  .curb-sec .section-head {
    max-width: 780px;
  }

  .we-work-rt-col-wpr h2 {
    font-size: 30px;
  }

  .bulk-icon-part span {
    width: 80px;
    height: 80px;
  }

  .bulk-icon-part {
    width: 100px;
    height: 100px;
  }

  .sub-title {
    font-size: 21px;
  }
}

@media (max-width: 1599px) {
  .community-rt-part:before {
    right: 0;
  }

  .community-rt-part {
    width: calc(100% - 1085px);
  }

  .community-lt-part {
    width: 1085px;
    /* padding: 73px 50px 37px; */
  }

  .footer-column:first-child {
    width: 27.1%;
  }

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

  .industry-header-wpr .section-head {
    width: 47.6%;
  }

  .footer-column:nth-child(3) {
    width: 20.5%;
  }

  .call-us-tab-btn {
    padding: 14px 11.1px;
  }

  .call-us-btn-wpr .cmn-btn {
    font-size: 15px;

    padding: 22px 23px 22px 29px;
  }

  .cmn-btn i {
    margin-left: 15px;
  }

  /* .blog-card-wpr {
        width: 1000px;
    }
    .categories-ceckbox-outer {
        width: calc(100% - 1000px);
       
    } */
  .blog-text-part {
    padding: 27px 29px 34px;
  }

  .community-lt-part:before {
    height: calc((100% + -41px));
    top: -15px;
    left: -25px;
  }

  .community-inr-part {
    padding: 73px 25px 37px;
  }

  .community-rt-part span {
    left: 60px;
  }

  .trash-community-sec.community-lt-part:before {
    top: -10px;
    left: -20px;
    height: calc((100% + 30px));
  }

  .trash-community-sec .community-inr-part {
    padding: 36px 25px 37px;
  }

  .difference-bnr h1 {
    font-size: 50px;
  }
}

@media (max-width: 1399px) {
  h1,
  .h1-title {
    font-size: 48px;
  }

  .community-main-sec {
    align-items: center;
  }

  .community-rt-part {
    width: calc(100% - 950px);
  }

  .community-rt-part span {
    font-size: 120px;
    left: 24px;
  }

  .community-lt-part {
    width: 950px;
    /* padding: 45px 50px 37px; */
  }

  .footer-column:nth-child(3) {
    width: 24.5%;
  }

  .footer-column:first-child {
    width: 31.1%;
  }

  /* h2, .h2-title {
       
        font-size: 38px;
        
    } */
  .industry-header-wpr .section-head {
    width: 55%;
  }

  .industry-header-wpr .exceleence-content {
    width: 39.8%;
  }

  .community-lt-top-part-wpr figure {
    margin-top: -107px;
    padding-top: 55.3%;
  }

  .community-features-wpr {
    margin-top: 51px;
  }

  .modern-waste-sec .section-head {
    margin-bottom: 91px;
  }

  /* S.m Css Start */
  .discoverthe-upr-title-wpr .h3-title {
    font-size: 20px;
  }

  .discoverthe-bx {
    padding: 30px;
  }

  .hm-our-vsn-txt-wpr {
    padding-right: 25px;
  }

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

  /* S.m Css End */
  .call-us-btn-wpr .cmn-btn {
    font-size: 14px;
    padding: 22px 13px 22px 13px;
  }

  .call-us-tab-btn {
    padding: 14px 8.1px;
    font-size: 15px;
  }

  .call-us-tab-btn-wpr li {
    margin: 0 4px;
  }

  .call-us-rt-part {
    padding-left: 40px;
  }

  .office-card-details {
    padding-left: 15px;
  }

  /* .blog-card-wpr {
        width: 850px;
    }
    .categories-ceckbox-outer {
        width: calc(100% - 850px);
       
    } */
  .we-work-rt-col-wpr h2 {
    margin-bottom: 14px;
  }

  .we-work-rt-col-wpr {
    padding-left: 30px;
  }

  .navbar-brand {
    width: 280px;
  }

  .discoverthe-bx-upr {
    margin-bottom: 20px;
  }

  .discoverthe-bx-list li {
    margin-bottom: 15px;
  }

  .discoverthe-bx {
    padding: 25px;
  }

  .discoverthe-lrn-more-wpr {
    padding-top: 30px;
  }

  /* .hm-our-vsn-txt-wpr h2 br{
        display: none;
    } */
  .hm-our-vsn-txt-wpr h2 {
    margin: 0 0 17px 0;
  }

  .cmn-btn {
    font-size: 14px;
    padding: 16px 23px 16px 19px;
  }

  .exp-auth-name {
    font-size: 20px;
  }

  .experience-lwr {
    padding-top: 35px;
  }

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

  body {
    font-size: 15px;
  }

  .footer-logo {
    width: 255px;
  }

  .social-icon li a {
    width: 40px;
    height: 40px;
  }

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

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

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

  .curb-sec .section-head {
    max-width: 829px;
  }

  .curb-btm-text p {
    font-size: 21px;
  }

  .apart-sec-wpr {
    padding: 70px 0px;
  }

  .community-lt-part:before {
    height: calc((100% + -50px));
    top: -8px;
    left: -20px;
  }

  .banner-form-area {
    padding: 45px 25px;
  }

  .difference-bnr {
    padding: 200px 0 130px;
  }

  /*support css update 29/7/2025*/
  .navbar-brand {
    padding: 0;
    margin: 0;
    width: 220px;
    display: block;
    flex-shrink: 0;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  /*support css update 29/7/2025*/
  .ind-stnd-row {
    --bs-gutter-x: 40px;
  }

  .waste-management-col-wpr h3 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav > li > a {
    font-size: 13px;
  }

  .navbar-brand {
    /* width: 250px; */
    width: 170px;
  }

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

  .navbar-btn-wpr .cmn-btn {
    margin-left: 40px;
    font-size: 15px;
    /* padding: 16px 23px 16px 29px; */
    padding: 16px 23px 16px 23px;
  }

  .cmn-btn i {
    margin-left: 14px;
  }

  h1,
  .h1-title {
    font-size: 40px;
    margin: 0 0 15px 0;
  }

  .bnr-btn-wpr .cmn-btn {
    padding: 15px 21px 15px 16px;
  }

  .community-rt-part {
    width: calc(100% - 950px);
    padding: 55px 40px 37px;
  }

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

  .cmn-btn.green {
    font-size: 14px;
    padding: 15px 20px 15px 20px;
  }

  .community-lt-top-part-wpr figure {
    margin-top: -106px;
  }

  .community-features-wpr {
    margin-top: 31px;
  }

  .community-features {
    padding: 39px 0;
  }

  .community-col-wpr h4 {
    margin-bottom: 15px;
  }

  .community-col-wpr h5 {
    margin-bottom: 8px;
  }

  .community-text-part {
    width: calc(100% - 70px);
    padding-right: 8px;
  }

  .community-img-part {
    width: 70px;
    height: 70px;
  }

  .community-img-part span {
    width: 70px;
    height: 70px;
  }

  .community-lt-part {
    width: 800px;
  }

  .community-rt-part {
    width: calc(100% - 800px);
    padding: 55px 13px 37px;
  }

  .community-rt-part span {
    font-size: 95px;
  }

  .modern-waste-sec .section-head {
    margin-bottom: 82px;
  }

  .discoverthe-bx {
    padding: 20px;
  }

  .discoverthe-bx-upr {
    margin-bottom: 20px;
  }

  .discoverthe-upr-title-wpr .h3-title {
    font-size: 20px;
  }

  .discoverthe-lrn-more-wpr {
    padding-top: 35px;
  }

  .hm-our-vsn-txt-wpr h2 {
    margin-bottom: 15px;
  }

  .hm-our-vsn-txt-wpr {
    padding-right: 15px;
  }

  .hm-our-vsn-row {
    margin-bottom: 55px;
  }

  .hm-our-vision-outer:nth-child(even) .hm-our-vsn-txt-wpr {
    padding: 40px 0 0 20px;
  }

  .experience-bx {
    padding: 30px 25px 30px 25px;
  }

  .experience-lwr {
    padding-top: 30px;
  }

  .footer-logo {
    width: 240px;
  }

  .social-icon li a {
    width: 40px;
    height: 40px;
  }

  .badge-items {
    margin-top: 20px;
  }

  .badge-img {
    max-width: 100px;
  }

  .footer-title {
    font-size: 21px;

    padding-bottom: 18px;
  }

  .footer-column:nth-child(3) {
    width: 27.5%;
  }

  .footer-column:nth-child(2) {
    width: 23%;
  }

  .navbar-nav > li:after {
    /* left: -19px; */
    left: -11px;
    top: 4px;
  }

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

  .experience-outer {
    max-width: 1000px;
  }

  .legacy-rt-col-wpr {
    padding-left: 20px;
  }

  .core-values .discoverthe-bx-upr {
    margin-bottom: 12px;
  }

  /* .leadership-text-part h3, .h3-title {
        font-size: 20px;
    } */
  h5,
  .h5-title {
    font-size: 15px;
  }

  .leadership-text-part {
    padding: 21px 32px 24px;
  }

  .apart-sec-wpr {
    padding: 53px 0px;
  }

  .call-us-sec-top-part {
    justify-content: center;
    margin-bottom: 39px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .call-us-tab-btn-wpr li {
    margin: 0 7px;
  }

  .call-us-tab-btn {
    padding: 14px 12.1px;
  }

  .call-us-btn-wpr .cmn-btn {
    padding: 18px 13px 18px 13px;
  }

  .call-details-box {
    border-radius: 20px;
    padding: 26px 22px;

    margin-bottom: 18px;
  }

  .call-us-lt-part {
    width: 360px;
  }

  .call-us-rt-part {
    padding-left: 27px;
    width: calc(100% - 360px);
  }

  .call-us-inner-part {
    border-radius: 20px;

    padding: 35px 40px 60px;
  }

  .office-card {
    border-radius: 15px;

    padding: 18px 12px 20px;
  }

  .office-card i {
    width: 60px;
    height: 60px;
  }

  .submit-btn input[type="submit"] {
    height: 50px;
  }

  .office-card-details p {
    margin-bottom: 4px;
  }

  .call-details-box span {
    width: calc(100% - 60px);
  }

  .call-details-box i {
    width: 60px;
    height: 60px;
  }

  .call-us-btn-wpr {
    margin-bottom: 20px;
  }

  .bulk-icon-part {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  .bulk-icon-part span {
    width: 70px;
    height: 70px;
  }

  .bulk-item-rt-col-wpr p {
    margin: 0 0 10px 0;
  }

  .bulk-item-rt-col-wpr {
    padding-left: 10px;
  }

  .bulk-items-row {
    margin-bottom: 74px;
  }

  /* .blog-card-wpr {
        width: 700px;
    } */
  .blog-text-part {
    padding: 23px 17px 24px;
  }

  .blog-img-part {
    padding-top: 56.4%;
  }

  .categories-ceckbox-outer {
    width: calc(100% - 700px);
    padding-left: 30px;
  }

  .work-items-icon-part:after {
    left: 178px;
    width: 235px;
  }

  .residents-work-sec .work-items-text-part h3 {
    max-width: 100%;
    font-size: 21px;
    margin-bottom: 6px;
  }

  .work-items-text-part p {
    font-size: 14px;
  }

  /* .curb-sec {
        padding: 0 30px;
    } */
  .curb-sec br {
    display: none;
  }

  .we-work-rt-col-wpr {
    padding-left: 10px;
  }

  .community-rt-part span::before {
    right: 14px;
  }

  .experience-works-items-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 25px;
    margin-bottom: 45px;
  }

  .works-img-part {
    border-radius: 10px;
    padding-top: 51.6%;
  }

  .bnr-content {
    /* max-width: 744px; */
    max-width: 770px;
  }

  .discoverthe-sec .section-head {
    max-width: 676px;
  }

  .experience-outer .section-head {
    max-width: 534px;
  }

  .works-sec .section-head h2 {
    max-width: 713px;
  }

  .gauranteed-sec .section-head {
    max-width: 884px;
  }

  .curb-btm-text p {
    font-size: 19px;
  }

  .waste-management-lt-col-wpr {
    padding-right: 53px;
  }

  .sub-title {
    font-size: 19px;
  }

  /*support css update 29/7/2025*/
  .navbar-btn-wpr .cmn-btn {
    margin-left: 15px;
  }

  .rel_posts .office-card-details {
    padding-left: 0;
    width: 100%;
  }

  .bnr-btn-wpr {
    margin: 0 -5px -15px -5px;
  }

  .bnr-btn-wpr li {
    padding: 0 5px 15px 5px;
  }

  /*support css update 29/7/2025*/
  .ind-stnd-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 30px;
  }

  .works-sec.ind-stnd-sec .waste-management-col-wpr {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 1024px) {
  /* navbar
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: 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 {
        display: block;
    }

    .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: 30px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    } */

  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 30px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #cca63c;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
  }

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

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
    background-color: var(--whitecolor);
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
    background-color: var(--whitecolor);
  }

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

  .navbar-nav li a::after {
    display: none;
  }

  .navbar-nav > li > a {
    font-size: 18px;
  }

  .navbar-collapse .stick:after {
    content: "";
    top: 10px;
    left: 0;
    background-color: var(--whitecolor);
  }

  .navbar-collapse .stick:before {
    content: "";
    top: -10px;
    left: 0;
    background-color: var(--whitecolor);
  }

  .navbar-nav .current-menu-item {
    color: var(--secondarycolor);
  }

  .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 {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

  .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: 8px 20px;
    display: inline-block;
    width: 100%;
  }

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

  .sub-menu > li > a {
    padding-left: 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(--contentcolor);
    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 */

  .main-bnr {
    padding: 217px 0 76px;
  }

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

  /* .bnr-sub-content {
        margin: 20px 0;
    } */

  .bnr-btn-wpr .cmn-btn {
    font-size: 13px;
    padding: 12px 21px 12px 22px;
  }

  .community-col {
    width: 100%;
  }

  .community-img-part {
    margin: -10px auto 0;
  }

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

  .community-lt-part:after {
    left: calc(100% - 3px);
  }

  .community-rt-part {
    width: calc(100% - 670px);
    position: absolute;
  }

  .community-lt-part {
    width: 800px;
  }

  .community-features {
    padding: 23px 0;
  }

  .community-lt-top-part-wpr figure {
    margin-top: -92px;
    padding-top: 66.3%;
  }

  .community-rt-part span {
    position: absolute;
    top: 50%;
    left: -125px;
    transform: translateY(-50%);
  }

  .hm-our-vsn-txt-wpr h2 br {
    display: none;
  }

  .hm-our-vsn-row {
    margin-bottom: 30px;
    --bs-gutter-y: 25px;
  }

  .hm-our-vsn-lft,
  .hm-our-vsn-rgt {
    width: 100%;
  }

  .hm-our-vsn-txt-wpr {
    padding-right: 0;
    text-align: center;
  }

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

  .hm-our-vision-outer:nth-child(even) .hm-our-vsn-txt-wpr {
    padding: 0;
  }

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

  .experience-row {
    justify-content: center;
  }

  .industry-header-wpr {
    text-align: center;
  }

  .industry-header-wpr .section-head {
    width: 100%;
  }

  .industry-header-wpr .exceleence-content {
    width: 100%;
    margin-top: 22px;
  }

  .footer-items-row {
    justify-content: center;
    --bs-gutter-y: 30px;
  }

  .footer-column:first-child {
    width: 100%;
  }

  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 50%;
  }

  .legacy-lt-col {
    width: 100%;
  }

  .legacy-rt-col {
    width: 100%;
  }

  .legacy-rt-col-wpr {
    padding-left: 0;
  }

  .waste-management-rt-col {
    width: 100%;
  }

  .waste-management-lt-col-wpr {
    padding-right: 0;
  }

  .waste-management-lt-col {
    width: 100%;
  }

  .legacy-sec .section-head {
    max-width: 100%;
    margin: 0 auto 35px;
  }

  .apart-sec {
    padding: 0 15px 50px;
  }

  .inr-bnr {
    min-height: 632px;

    padding: 130px 0 58px;
  }

  .community-features {
    border: none;
    padding: 20px 0 20px;
  }

  .community-col-wpr {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
  }

  .navbar-btn-wpr .cmn-btn {
    margin-left: 0px;
  }

  .navbar-btn-wpr {
    margin-left: auto;
  }

  .community-rt-part span::before {
    right: 10px;
    width: 100%;
  }

  .call-us-tab-btn-wpr li {
    margin: 0 3px;
  }

  .call-us-tab-btn {
    padding: 14px 7.1px;
    font-size: 13px;
  }

  .resident-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .call-us-lt-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
  }

  .call-details-box-wpr {
    width: 50%;
    padding: 0 12px;
  }

  .call-us-rt-part {
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .office-card-row {
    justify-content: center;
    --bs-gutter-y: 30px;
  }

  .accordion-wpr {
    padding: 34px 27px;
  }

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

  .bulk-items-row {
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  .bulk-items-row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .bulk-item-lt-col,
  .bulk-item-rt-col {
    width: 100%;
  }

  .bulk-item-rt-col-wpr {
    padding-left: 0;
    text-align: center;
  }

  .bulk-icon-part {
    margin: 0 auto 5px;
  }

  .bulk-item-rt-col-wpr br {
    display: none;
  }

  .bulk-items-row:nth-child(even) .bulk-item-rt-col-wpr {
    padding-right: 0;
    max-width: 100%;
  }

  .blog-card-row {
    --bs-gutter-x: 24px;
  }

  .blog-card-wpr {
    width: 100%;
  }

  .blog-img-part {
    padding-top: 85.4%;
  }

  .blog-card {
    border-radius: 15px;
  }

  .blog-text-part {
    padding: 17px 15px 20px;
  }

  .blog-text-part h2,
  .blog-text-part h3 {
    margin-bottom: 4px;
  }

  .blog-text-part p {
    max-width: 100%;
    font-size: 14px;
  }

  .filter-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .filter-icon button {
    background: var(--secondarycolor);
    border-radius: 30px;
    padding: 7px 24px;
    min-width: 73px;
    border: 0;
    outline: none;
    margin-left: auto;
    width: 50px;
  }

  .categories-check-box-wpr {
    position: fixed;
    /* padding: 0; */
    width: 280px;
    border-radius: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    left: -100%;
    height: 100%;
    padding: 60px 35px 47px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }

  .categories-check-box-wpr.active {
    left: 0;
    transform: translateX(0);
  }

  .check-box-btn {
    border: 0;
    outline: none;
    background-color: transparent;
    width: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px;
    height: 36px;
  }

  .check-box-btn {
    display: block;
  }

  .we-work-lt-col,
  .we-work-rt-col {
    width: 100%;
  }

  .we-work-rt-col-wpr {
    padding-left: 0px;
    text-align: center;
  }

  .sub-title {
    font-size: 18px;
  }

  .apart-img-part {
    border-radius: 15px;
  }

  .work-items-col {
    width: 50%;
  }

  .work-items-col .work-items-icon-part:after {
    opacity: 0;
  }

  .curb-btm-text p {
    font-size: 18px;
  }

  .apart-sec-wpr {
    padding: 50px 0px;
  }

  .works-items-row {
    --bs-gutter-y: 25px;
  }

  .different-works-card-row {
    --bs-gutter-y: 29px;
  }

  .navbar-brand {
    width: 220px;
  }

  .modern-waste-sec .section-head {
    max-width: 575px;
  }

  .discoverthe-sec .section-head {
    max-width: 576px;
  }

  .experience-outer .section-head {
    max-width: 503px;
  }

  .works-img-part {
    padding-top: 72.6%;
  }

  .main-bnr {
    min-height: 70vh;
  }

  .difference-bnr {
    padding: 173px 0 58px;
  }

  .banner-wpr-re {
    text-align: center;
  }

  .difference-bnr h1 {
    font-size: 35px;
  }

  .form-area-row .form-field-area {
    padding: 0 10px;
  }

  .form-area-row .form-field-area input {
    height: 45px;
  }

  .sub-form-area {
    padding: 24px 25px;
  }

  /*support css update 29/7/2025*/
  .single-post .blog_det_wrapper > .blg-dtlslft-pnl {
    width: 100%;
  }

  .single-post .blog_det_wrapper > .blg-dtlsrgt-pnl {
    width: 100%;
  }

  .single-post .blog_det_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-post .blog_det_wrapper .rel_posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin: 0 -12px -24px -12px;
    gap: 0 !important;
  }

  .single-post .blog_det_wrapper .rel_posts li {
    width: 33.33%;
    padding: 0 12px 24px 12px;
  }

  .single-post .blog_det_wrapper .rel_posts li > a {
    width: 100%;
  }

  .page-id-498 .banner-form-area-wpr form input,
  .page-id-498 .banner-form-area-wpr form textarea {
    text-align: left;
  }

  .inr-bnr {
    padding-top: 180px;
  }

  /*support css update 29/7/2025*/
  .circle {
    margin-bottom: 20px;
  }

  .service-content h3 {
    font-size: 18px;
  }

  .service-content h3::before {
    top: -1px;
    font-size: 17px;
  }
}

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

  .navbar-brand {
    /* width: 200px; */
    width: 175px;
  }

  .navbar-btn-wpr .cmn-btn {
    /* margin-left: 17px; */
    font-size: 12px;
    padding: 10px 16px 11px 22px;
  }

  .cmn-btn i {
    margin-left: 10px;
  }

  .bnr-sub-content p {
    font-size: 15px;

    padding-left: 34px;
  }

  .bnr-sub-content:after {
    left: 15px;
  }

  .community-lt-part {
    width: 100%;
    /* padding: 27px 20px 37px; */
  }

  .community-lt-top-part-wpr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }

  .community-lt-top-part {
    max-width: 100%;
    padding-right: 0;
  }

  .community-lt-top-part-wpr figure {
    margin-top: 0;
    padding-top: 57.3%;
    margin-bottom: 20px;
  }

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

  .community-features-wpr .h2-title {
    display: none;
  }

  body.page-template-home-template .community-features-wpr .h2-title {
    display: block;
  }

  .community-img-part {
    margin: 0px auto 0;
  }

  .community-rt-part span {
    font-size: 80px;
    left: -94px;
  }

  .community-rt-part {
    width: 100%;
    position: absolute;
  }

  .discoverthe-upr-title-wpr h3 {
    max-width: 100%;
  }

  .footer-logo {
    width: 213px;
  }

  .social-icon li a {
    width: 35px;
    height: 35px;
  }

  .badge-items {
    margin-top: 13px;
  }

  .social-icon {
    margin-top: 16px;
  }

  .footer-title {
    font-size: 20px;
    padding-bottom: 13px;
  }

  .badge-items li {
    margin: 0 5px;
  }

  .badge-img {
    max-width: 94px;
  }

  .get-in-touch li {
    margin-bottom: 19px;
  }

  .apart-img-part {
    border-radius: 10px;
  }

  .apart-text-part {
    padding: 15px 0 0;
  }

  .apart-text-part h3 {
    font-size: 20px;
  }

  .leadership-card {
    border-radius: 10px;
  }

  .legacy-lt-col-wpr {
    border-radius: 10px;
  }

  .waste-management-rt-col-wpr {
    border-radius: 10px;
  }

  .call-us-inner-part {
    padding: 29px 24px 40px;
  }

  .call-us-tab-btn-wpr li {
    margin: 5px 3px;
  }

  .call-us-sec-top-part {
    margin-bottom: 20px;
  }

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

  .call-us-sec .section-head {
    margin-bottom: 19px;
  }

  .call-us-lt-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .call-details-box-wpr {
    width: 100%;
    padding: 0;
  }

  .green-text {
    font-size: 15px;
  }

  .experience-outer {
    max-width: 640px;
  }

  .blog-img-part {
    padding-top: 49.4%;
  }

  .work-items-col-wpr,
  .work-items-col:last-child .work-items-col-wpr,
  .residents-work-sec .work-items-text-part.large-text h3 {
    max-width: 100%;
  }

  .work-items-icon-part {
    margin: 0 auto 19px;
  }

  .work-items-text-part {
    text-align: center;
  }

  .work-items-text-part h3,
  .work-items-text-part.large-text h3 {
    max-width: 100%;
  }

  .works-btm-part h2 {
    margin-bottom: 15px;
  }

  .apart-img-part {
    padding-top: 35.5%;
    height: 150px;
  }

  .apart-img-part img {
    object-position: top center;
  }

  .vdo-icon-img {
    max-width: 14px;
  }

  .vdo-icon {
    width: 55px;
    height: 55px;
  }

  .different-work-text-part h3 br {
    display: none;
  }

  .different-work-img-part {
    border-radius: 10px;

    padding-top: 81.3%;
  }

  .different-work-text-part h3 {
    max-width: 100%;
    margin-bottom: 7px;
  }

  .different-work-text-part {
    padding: 14px 0 0;
    max-width: 100%;
  }

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

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

  .community-rt-part span::before {
    right: 0px;
    width: 100%;
  }

  .experience-outer .section-head {
    max-width: 403px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="url"],
  select,
  textarea {
    font-size: 16px !important;
  }

  .community-lt-part:before {
    height: calc((100% + -36px));
    top: -10px;
    left: -20px;
  }

  .community-inr-part {
    padding: 25px 25px 37px;
  }

  .toll-number-in {
    padding-left: 10px;
  }

  .toll-number-in strong {
    font-size: 19px;
  }

  .form-area-row .form-field-area {
    width: 100%;
  }

  /*support css update 29/7/2025*/
  .single-post .blog_det_wrapper .rel_posts h3 {
    font-size: 18px;
  }

  .single-post .blog_det_wrapper .rel_posts li {
    width: 50%;
  }

  /*support css update 29/7/2025*/

  /* css for bottom request quote form to be fix in request a quote page */
  #gform_fields_3 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .main-bnr {
    padding: 195px 0 76px;
  }

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

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

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

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

  .experience-clm {
    width: 100%;
  }

  .bnr-btn-wpr {
    margin: 0 -3px -15px -3px;
  }

  .bnr-btn-wpr li {
    padding: 0 3px 15px 3px;
  }

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

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

  .apart-sec {
    padding: 0 20px 30px;
  }

  .apart-sec-wpr {
    padding: 41px 0px;
  }

  .call-details-box {
    width: 100%;
  }

  .inr-bnr {
    min-height: 1px;
  }

  .bulk-item-lt-col-wpr {
    border-radius: 10px;
  }

  .work-items-col {
    width: 100%;
  }

  .we-work-rt-col-wpr h2 {
    font-size: 30px;
  }

  .experience-works-items-row {
    --bs-gutter-x: 24px;
  }

  .different-works-card-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 28px;
  }

  .why-us-sec {
    padding: 0 10px;
  }

  .footer-column:first-child,
  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 100%;
  }

  .modern-waste-sec .section-head {
    max-width: 475px;
  }

  .discoverthe-sec .section-head {
    max-width: 476px;
  }

  .experience-outer .section-head {
    max-width: 379px;
  }

  .banner-wpr-re .row {
    --bs-gutter-x: 24px;
  }

  .toll-phone-icon {
    width: 55px;
    height: 55px;
  }

  .toll-number-in {
    display: none;
  }

  .inr-bnr {
    padding: 200px 0 58px;
  }

  .waste-management-col-wpr h3 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  h1,
  .h1-title {
    font-size: 25px;
  }

  .bnr-sub-content {
    margin: 16px 0;
  }

  .bnr-sub-content:before {
    top: 8px;
  }

  .bnr-btn-wpr .cmn-btn {
    font-size: 12.85px;
    padding: 9px 16px 9px 18px;
  }

  .cmn-btn i {
    margin-left: 10px;
  }

  .header-btm {
    padding: 25px 0;
  }

  .main-bnr {
    padding: 160px 0 50px;
  }

  .menu-btn-wpr {
    display: block;
  }

  .navbar-btn-wpr {
    display: none;
  }

  .community-lt-top-part-wpr figure {
    border-radius: 10px;
  }

  .cmn-btn.green {
    font-size: 13px;
    padding: 12px 23px 12px 29px;
  }

  br {
    display: none;
  }

  .community-features-wpr {
    margin-top: 20px;
  }

  .community-img-part {
    margin: 0px auto 20px;
  }

  .community-text-part {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .community-col-wpr h4 {
    margin-bottom: 10px;
  }

  .community-col-wpr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .discoverthe-sec .section-head {
    max-width: 100%;
    margin: 0 auto 19px;
  }

  .discoverthe-bx-upr i {
    width: 50px;
    height: 50px;
  }

  .discoverthe-bx-upr .discoverthe-upr-title-wpr {
    width: calc(100% - 50px);
    padding-left: 10px;
  }

  .footer-column:first-child,
  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    width: 100%;
  }

  .experience-lwr {
    padding-top: 21px;
  }

  .apart-sec {
    padding: 0 10px 30px;
  }

  .leadership-text-part {
    padding: 15px 32px 18px;
    text-align: center;
  }

  .footer-top-part {
    padding: 55px 0 35px;
  }

  .discoverthe-bx {
    border-radius: 10px;
  }

  .leadership-sec .section-haed h2 {
    margin-bottom: 14px;
  }

  .call-us-inner-part h3 {
    margin-bottom: 7px;
  }

  p {
    margin: 0 0 17px 0;
  }

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

  .form-group input[type="text"],
  .form-group input[type="email"] {
    /* font-size: 15px; */
    height: 50px;
  }

  .form-group textarea {
    /* font-size: 15px; */
    height: 180px;
  }

  .call-details-box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .call-details-box span {
    width: 100%;
    padding-left: 0;
  }

  .call-details-box i {
    margin-bottom: 9px;
  }

  .office-card-details {
    padding-left: 0;
    width: 100%;
  }

  .office-card {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .office-card i {
    margin-bottom: 10px;
  }

  .accordion-wpr {
    padding: 22px 12px;
  }

  .call-us-btn-wpr .cmn-btn {
    padding: 14px 13px 14px 13px;
  }

  .call-us-btn-wpr {
    margin-bottom: 12px;
  }

  .call-us-sec .section-head {
    margin-bottom: 11px;
  }

  .call-us-sec .section-head h2 {
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .blog-img-part {
    padding-top: 67.4%;
  }

  .apart-img-part {
    padding-top: 65.5%;
  }

  .we-work-lt-col-wpr {
    border-radius: 10px;
  }

  .works-img-part {
    padding-top: 75.6%;
  }

  .vdo-img-wpr figure {
    border-radius: 10px;
  }

  .why-us-wpr {
    border-radius: 10px;
  }

  .vdo-icon {
    width: 35px;
    height: 35px;
  }

  .vdo-icon-img {
    max-width: 10px;
  }

  h1,
  .h1-title {
    margin: 0 0 6px 0;
  }

  .modern-waste-sec .section-head {
    max-width: 100%;
  }

  .experience-outer .section-head {
    max-width: 100%;
  }

  .experience-wpr {
    padding: 0 10px;
  }

  .community-lt-part:before {
    height: calc((100% + -36px));
    top: 19px;
    left: -6px;
  }

  .trash-community-sec.community-lt-part:before {
    top: -9px;
    left: -10px;
    height: calc((100% + 23px));
  }

  .toll-phone-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .sub-logo {
    width: 165px;
  }

  .difference-bnr h1 {
    font-size: 25px;
  }

  .banner-form-area {
    padding: 26px 15px;
  }

  .form-field-area {
    margin-bottom: 17px;
  }

  .form-field-area input {
    height: 45px;
  }

  .difference-bnr {
    padding: 106px 0 58px;
  }

  .sub-footer-logo {
    margin: 0 auto 20px;

    width: 201px;
  }

  .inr-bnr {
    padding: 164px 0 58px;
  }

  .call-details-box {
    padding: 26px 15px;
    flex-direction: column;
  }

  .call-details-box .call-details-text {
    width: 100%;
    padding-left: 0;
  }

  .bnr-btn-wpr a {
    text-align: center;
  }

  .bnr-btn-wpr a img {
    display: none;
  }

  /*support css update 29/7/2025*/
  .single-post .blog_det_wrapper .rel_posts li {
    width: 100%;
  }

  body.page-template-contactus-template .call-us-inner-part .h2-title {
    font-size: 24px;
  }

  /*support css update 29/7/2025*/
  .waste-management-col-wpr h3 {
    font-size: 24px;
  }

  .works-sec.ind-stnd-sec .waste-management-col-wpr {
    padding: 32px 15px;
    border-radius: 12px;
  }

  .waste-management-col-wpr h4 {
    margin-bottom: 16px;
  }

  .waste-management-col-wpr ul li {
    padding-left: 26px;
    line-height: 1.6;
  }

  .circle::before {
    font-size: 54px;
  }
}
