@font-face {
  font-family: 'BDOGrotesk';
  src: url('../fonts/BDOGrotesk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BDOGrotesk-Light';
  src: url('../fonts/BDOGrotesk-Light.ttf') format('truetype'),
    url('../fonts/BDOGrotesk-Light.otf') format('otf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BDOGrotesk-Regular';
  src: url('../fonts/BDOGrotesk-Regular.ttf') format('truetype'),
    url('../fonts/BDOGrotesk-Regular.otf') format('otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BDOGrotesk-DemiBold';
  src: url('../fonts/BDOGrotesk-DemiBold.ttf') format('truetype'),
    url('../fonts/BDOGrotesk-DemiBold.otf') format('otf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BDOGrotesk-Medium';
  src: url('../fonts/BDOGrotesk-Medium.ttf') format('truetype'),
    url('../fonts/BDOGrotesk-Medium.otf') format('otf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* html {
  overflow-x: hidden;
} */

body {
  background-color: #FDF4E5;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #54BF44;
}

p {
  font-size: 16px;
  color: rgb(0 0 0 / 70%);
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.heading {
  font-size: 42px;
  color: #263228;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
  font-family: "BDOGrotesk-DemiBold";
  margin-bottom: 10px;
}

/* header */
header.header {
  padding: 15px 0px;
  box-shadow: 0 1px 15px #0003;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s ease-out;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}

.header-bg header.header {
  background-color: #FDF4E5;

}

.main-header {
  height: 70px;

}

header .header-menus {
  display: flex;
}

header .header-menus li {
  margin-right: 30px;
}

header .header-menus li.dropdwon_menu {

  position: relative;
}

header .header-menus li.dropdwon_menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}

header .header-menus .dropdwon-sub {
  position: absolute;
  width: 220px;
  left: 0;
  top: auto;
  margin: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 9;

  transform: translateY(40px);
  transition: all 0.4s ease-out;
  opacity: 0;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px 0px;
}

.header-bg header .header-menus .dropdwon-sub {
  background-color: #FDF4E5;

}

header .header-menus li.dropdwon_menu:hover svg {
  transform: rotate(180deg);
  vertical-align: middle;
}

header .header-menus .dropdwon-sub li {
  position: relative;
  margin: 0px;
}

header .header-menus li.dropdwon_menu:hover .dropdwon-sub {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 1;
  pointer-events: unset;
}

header .header-menus .dropdwon-sub li a {
  font-size: 15px;
  transition: all .3s;
  padding: 12px 20px;
  color: #000000;
  display: block;

}

.header .header-menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

header .header-menus li a {
  color: #263228;
  font-family: "BDOGrotesk-Regular";
  font-size: 15px;
  line-height: 1.2;
}

header .header-menus li a svg {
  font-size: 13px;
}


header .header-menus .dropdwon-sub li:before {
  background: linear-gradient(270deg, #54BF44, #54BF44);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease-in-out;
  width: 5px;
}

header .header-menus .dropdwon-sub li:hover:before {
  transform: scaleX(1);
}

header .header-menus .dropdwon-sub li:not(:last-child):after {
  background-color: #dadada87;
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  width: 80%;
}

header .header-menus li a:hover {
  color: #54BF44;
}

.header-logo a {
  display: inline-block;
}

.header-logo img {
  width: 250px;
}

#nav-icon1 {
  width: 27px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #263228;
  border-radius: 10px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-trigger:hover #nav-icon1 span:nth-child(1),
.menu-trigger:hover #nav-icon1 span:nth-child(3),
.menu-trigger:hover #nav-icon1 span:nth-child(2) {
  width: 100%;

}

#nav-icon1:hover span,
#nav-icon1:hover span:hover {
  background: #54BF44;

}

.humburger-menu {
  margin-left: 20px;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
  width: 128%;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
  width: 90%;
}

.theme-btn {
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  padding: 10px 18px;
  text-align: center;
  vertical-align: middle;
  color: #54BF44;
  text-transform: uppercase;
  background: #263228;
  border: 1px solid #263228;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
}

.theme-btn:hover {
  border-color: #54BF44;
}

.theme-btn:hover .color-overlay {
  background-color: #54BF44;
  width: 100%;
  height: 100%;
}

.home-services {
  margin: 80px 0px 80px 0px;
}

.home-services .services-btn .default-btn2:hover {
  border-color: #263228;
}

.home-services .services-btn .default-btn2:hover .color-overlay {
  background-color: #263228;
}

.color-overlay {
  background-color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: 0.5s;
}

.theme-btn:hover .btn-txt {
  color: #fff;
}

.btn-txt {
  position: relative;
  transition: 0.5s;
}

/* home services */
.services-text {
  text-align: center;
  margin-bottom: 30px;
}

.space {
  margin: 80px 0px;
}

.home-services .content-wrapper .heading {
  font-size: 28px;
  line-height: 1.2;
  min-height: 25px;
  margin-bottom: 10px;
}

/* .home-services .dollar-text {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(0 0 0 / 70%);
} */

.home-services .gst-text {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}

.home-services .show-more-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #54BF44;
}

.dimension-popup .left-sec img {
  width: 100%;
}

.home-services .sevice-img {

  height: auto;
  margin-bottom: 20px;
}

.home-services .sevice-img img {
  height: 100%;
  object-fit: cover;
}

.home-services .services-inner {
  background-image: url("/public/assets/images/services-bg.webp");
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 15%);
  box-shadow: 0 1px 3px #0003;
  cursor: pointer;
  margin: 0px 10px;
  margin-bottom: 20px;
  min-height: 400px;
}


.home-services .services-inner .dimension-wrap {
  min-height: 42px;
}

.home-services .services-inner .ton-button {
  background: rgb(84, 191, 68);
  color: #fff;
  padding: 2px 18px;
  margin-bottom: 10px;
  font-weight: 800;
  border: 0px;
  border-radius: 5px;

}


.home-services .slick-slider {
  margin-right: -350px;
}

.home-services .services-inner:hover {
  box-shadow: 0 1px 15px #0003;
}

.home-services .content-wrapper {
  padding-top: 0px;
  text-align: center;
}

.home-services .content-wrapper p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.home-services .content-wrapper p:first-of-type {
  margin-bottom: 5px;
}

.home-services .services-inner img {
  margin-bottom: 0px;
  width: 100%;
}

.home-services .services-btn .theme-btn {
  display: block;
  color: #fff;
}

.home-services .services-btn {
  margin-top: 20px;
}

.home-services .services-btn .default-btn2 {
  background-color: #54BF44;
  color: #fff;
  border-color: #54BF44;
  margin-top: 10px;
}

.home-services .bottom-btn {
  margin-top: 20px;
  text-align: center;
}

.home-services .slick-dots {
  bottom: -30px;
  right: 60px;
}

.home-services .slick-dots li button {
  background-color: rgb(0 0 0 / 20%);
  border-color: transparent;
}

.home-services .slick-dots {
  bottom: -20px;
  right: 150px;
}

.home-about .about-img {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
  width: 43%;
  height: auto;
}

.home-about {
  position: relative;
  padding: 120px 0px 80px 0px;
}

.home-about .contact-img-div {
  height: 100%;
}

.home-about .contact-img-div img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-about .about-image {
  display: none;
}

.dumping-sec .title {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 10px;
}

.dumping-sec .dumping-inner p {
  color: rgb(255 255 255 / 90%);
  font-weight: 300;
  font-size: 15px;
}

.dumping-sec .dumping-inner img {
  width: 45px;
  margin-bottom: 12px;
  object-fit: cover;
}

.dumping-text .heading {
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.2;
}

.dumping-inner {
  margin-bottom: 60px;
}

.dumping-sec {
  background: #263228;
  padding: 80px 0px 50px 0px;
  position: relative;
}

.sustain-shadow {
  background: #344236;
  padding: 30px;
  border-radius: 10px;
}

.commercial-locally-sec {

  margin: 80px 0px;
}

.commercial-locally-sec .sustain-shadow {
  border-radius: 0px;

}

.sustain-shadow .theme-btn {
  background: #fff;
  color: #263228;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.circle-image {
  height: 390px;
}

.circle-image img {
  height: 100%;
  margin-left: auto;
}

.sustain-shadow .theme-btn2 {
  margin-top: 5px;
}

.sustain-shadow .heading {
  font-size: 35px;
  color: #fff;
}

.banner-area {
  position: relative;
  padding: 0px 15px 15px 15px;
  border-radius: 20px;
  z-index: 3;
}

.banner-area .header-social-wrap {
  display: none;
}


.banner-area video {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;

}

.banner-area .banner-cols img {
  border-radius: 20px;
  width: 100%;
}

.banner-area .banner-cols {
  position: relative;
  height: 537px;
}

.banner-area .banner-cols:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(0 0 0 / 68%);
  left: 0;
  z-index: 1;
  border-radius: 20px;

}

.banner-area .banner-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.banner-area .banner-text .heading {
  font-family: "Montserrat", Sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.4px;
  color: #ffffff;
}

.banner-area .btn-area {
  background: #54BF44;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 20px 20px;
  width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 23px 0px #F2F2F2;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 10px 10px 10px 10px;
}

.banner-area .book-now-btn .call-text {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.banner-area .book-now-btn .last-btn .call-text {
  margin-bottom: 0px;
}

.banner-area .book-now-btn .call-phone {
  width: 45px;
  margin-right: 23px;
}

.theme-btn.white-btn {
  background-color: #fff;
  color: #263228;
  margin-right: 10px;
}

.banner-area .banner-text p {
  color: rgb(255 255 255 / 100%);
  font-weight: 300;
  line-height: 1.3;
}

.banner-area .btn-area.first-btn {
  margin-bottom: 60px;
}

.banner-area .img-text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.banner-area .content-text {
  max-width: 500px;
}

.banner-area .banner-row {
  margin: 0px 50px;
}

.banner-area .icon-wraps {
  width: 20%;
}

.banner-area .book-now-btn {
  max-width: 350px;
  top: 20px;
  position: relative;
  /* position: absolute;
top: 30%;
right: 167px; */
}

.banner-area .text-area {
  width: 80%;
}

.banner-area .social-items {
  display: flex;
  align-items: center;
}

.banner-area .social-items li {
  margin-right: 20px;
}

.banner-area .social-items li:last-child {
  margin-right: 0px;
}

.banner-area .social-items img {
  width: 20px;
}

.banner-area .social-items {
  /* background: #FDF4E5;
position: absolute;
z-index: 1; */
  /* bottom: 28px;
left: 48px; */
  background: url(/public/assets/images/header-social-bg.webp);
  height: 115px;
  width: 230px;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  bottom: 0px;
  padding-left: 43px;
  padding-bottom: 35px;
  left: 0;
  background-position: bottom;
  z-index: 3;
}

/* .home-solutions .solutions-slider {
  margin-right: -350px;
  overflow: hidden;
} */

.home-solutions .solutions-slider img {
  width: 100%;
}

.home-solutions {
  overflow: hidden;
}

.home-solutions .solutions-images {
  margin: 0px 15px;
  position: relative;
}

.home-solutions .solutions-content {
  background: #fff;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  padding: 15px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 20px;
}

.home-solutions .solutions-content p {
  font-size: 15px;
}

.home-solutions .theme-btn {
  padding: 10px 12px;
}

.home-solutions .first-btn {
  margin-right: 10px;
  color: #fff;
}

.home-solutions .second-btn {
  border-color: #54BF44;
  background-color: #54BF44;
  color: #263228;
}

.home-solutions .second-btn:hover .color-overlay {
  background-color: #263228;
}

.home-solutions .solutions-btns-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-solutions .solutions-content .heading {
  font-size: 22px;
  font-family: 'BDOGrotesk-Medium';
}

/* Progress bar */
.home-solutions .progress {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-left: 0;
  width: calc(100% - 400px);
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
}

.home-solutions .progress::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 1;
}

.home-rentals .rentals-cols:hover .rentals-cols-inner {
  background: #fff;
  box-shadow: 0 1px 10px #0003;
}

.home-rentals .rentals-cols-wrapper {
  margin: 0px 15px;
}

.home-rentals .rentals-cols-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  height: 100%;
  width: 100%;
  background: rgb(222 243 198 / 80%);
  padding: 30px 15px 0px 15px;
  border-radius: 20px;
  min-height: 370px;
  cursor: pointer;
}

.home-rentals .rentals-cols-wraps {
  margin: 0px 10px;
  cursor: pointer;
}

.home-rentals .rentals-images {
  margin: 30px 0px;
  width: 100%;
}

.home-rentals .rentals-cols-inner .heading {
  font-size: 22px;
  font-family: 'BDOGrotesk-Medium';
  line-height: 1.2;
}

.home-rentals .rentals-cols-inner p {
  color: #000;
  margin: 0px;
}

.home-rentals {
  margin: 80px 0px 0px 0px;
}



.home-rentals .rental-text {
  color: #322D24;
  font-family: 'BDOGrotesk-Medium';
}

.slick-arrow {
  background: #263228;
  width: 40px;
  height: 40px;
  border: 1px solid #263228;
  z-index: 1;
  transition: 0.2s ease-in;
  position: absolute;
  bottom: 40px;
  border-radius: 10px;
  top: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1);
  transform: scale(1);
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: #54BF44;
  border-color: #54BF44;
  width: 50px;
}

.slick-arrow:hover svg,
.slick-arrow:focus svg {
  color: #263228;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-dots li {
  list-style: none;
  margin: 0 12px !important;
}

.slick-dots {
  bottom: 30px;
}

.slick-dots li button {
  height: 6px;
  padding: 0;
  border: 1px solid;
  display: block;
  background-color: rgb(255 255 255 / 30%);
  border-color: transparent;
  opacity: 1;
  border-radius: 7px;
  width: 38px;
}

.slick-dots li.slick-active button {
  background-color: #54BF44;
  border-color: #54BF44;
  height: 6px;
}

.slick-dots li button:before {
  display: none;
}

.slick-arrow svg {
  color: #54BF44;
  height: 17px;
  width: 13px;
}

.home-rentals .slick-arrow {
  bottom: -70px;
}

.home-rentals .slick-prev {
  left: 10px;
}

.home-rentals .slick-next {
  right: auto;
  left: 70px;
}

.home-rentals .rentals-text {
  position: relative;
}

/* .home-rentals .rentals-vector {
  position: absolute;
  top: -22px;
} */

.circle-logos {
  margin: 80px 0px 80px 0px;
}

.logos-img {
  padding: 0px 20px;
}

.home-testimonial .sliders-cols-inner {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 13px #0000001a;
  cursor: pointer;
  margin: 1px 15px;
  min-height: 340px;
}

.home-testimonial .sliders-cols-inner svg {
  color: #263228;
}

.home-testimonial .testimonial-content p {
  color: #1D1D1D;
  font-family: 'BDOGrotesk-Regular';
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.6;
}

.home-testimonial .testimonial-authors {
  display: flex;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.home-testimonial .authors-img {
  width: 20%;
}

.home-testimonial .quotes-img {
  position: absolute;
  right: 0;
  width: 100px;
  top: auto;
}

.home-testimonial .authors-img img {
  border-radius: 50%;
}

.home-testimonial .name {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 3px;
}

.home-testimonial .authors-content {
  width: 80%;
  padding-left: 0px;
}

.home-testimonial {
  margin: 80px 0px 90px 0px;
}

.home-testimonial .des {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: rgb(0 0 0 / 70%);
  line-height: 1.1;
}

.home-testimonial .slick-active.slick-center .sliders-cols-inner {
  background: #263228;
}

.home-testimonial .slick-active.slick-center .testimonial-content p {
  color: #fff;
}

.home-testimonial .slick-active.slick-center .authors-content .des {
  color: rgb(255 255 255 / 80%);
}

.home-testimonial .slick-active.slick-center svg,
.home-testimonial .slick-active.slick-center .authors-content .name {
  color: #48D533;
}

.home-testimonial .slick-dots li:first-child {
  margin-left: 0 !important;
}

.home-testimonial .slick-dots li {
  margin: 0 14px !important;
}

.home-testimonial .slick-dots {
  bottom: -25px;
  display: flex !important;
  gap: 0;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 190px;
  transition: transform .4s ease;
}

.home-testimonial .slick-dots li button {
  border-color: rgb(38 50 40 / 20%);
  background-color: rgb(38 50 40 / 20%);
}

.home-testimonial .slick-dots li.slick-active button {
  background-color: #263228;
  border-color: #263228;
}

.homechoose {
  background-image: url(/public/assets/images/choose-bg.webp);
  background-size: cover;
  padding: 80px 0px 50px 0px;
  border-radius: 20px;
  margin: 40px 20px 0px 20px;
}

.homechoose .services-text .heading {
  color: #fff;
}

.homechoose .services-text p {
  color: rgb(255 255 255 / 80%);
  font-size: 15px;
}

.homechoose .icon img {
  width: 45px;
}

.homechoose .choose-content .heading {
  color: #48D533;
  font-size: 22px;
  font-family: 'Inter';
  font-weight: 400;
}

.homechoose .icon {
  margin-bottom: 15px;
  height: 42px;
}

.homechoose .choose-content p {
  color: rgb(255 255 255 / 80%);
  line-height: 1.5;
  font-size: 15px;
  min-height: 90px;
  font-family: 'BDOGrotesk-Light';
}

.partner-inner {
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  margin: 10px;
  padding: 10px;
  display: flex;
  box-shadow: var(--shadow);
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  min-height: 66px;
  --shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
}

.partner-inner img {
  width: auto;
  margin: 0 auto;
  height: 51px;
  object-fit: cover;
}

.home-patner {
  margin-top: 80px;
}

.blog-section .outer-wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px #0000003d;
  overflow: hidden;
  transition: all .7ms ease-in-out;
  cursor: pointer;
}

.blog-section .outer-wrapper .blog-img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-section .outer-wrapper .blog-img-wrapper {
  margin-bottom: 20px;
  height: 260px;
}

.blog-section .default-btn {
  margin-top: 30px;
}

.blog-section .blog-slider .main-content {
  padding: 0 20px 20px;
}

.blog-section .home-blog-cat {
  background: linear-gradient(90deg, #0035E5 0%, rgb(41 140 255 / 80%) 100%);
  border: 1px solid #0035e5;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 50px;
  padding: 7px 20px;
  text-transform: uppercase;
}

.blog-section .home-blog-title {
  color: #263228;
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.2;
  display: block;
  font-family: 'BDOGrotesk-DemiBold';
}

.blog-section .blog-slider .slick-slide {
  transform: scale(.8);
  transition: all .4s ease-In;
}

.blog-section .blog-slider .slick-center {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.blog-section .main-content p {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 15px;
}

.blog-section .outer-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-section .home-blog-date {
  color: #263228;
  font-family: 'Inter';
}

.blog-section .home-blog-min {
  background: #263228;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #48D533;
  cursor: pointer;
}

.blog-section .outer-wrapper:hover .home-blog-title {
  color: #48D533;
}

.blog-section .univarsal-link:hover small,
.blog-section .univarsal-link:hover svg {
  color: #48D533;
}

.blog-section .home-blog-min:hover {
  background-color: #48D533;
  color: #263228;
}

.blog-section .univarsal-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-transform: capitalize;
  transition: all .3s ease;
}

.blog-section .univarsal-link small {
  display: inline-flex;
  font-size: 15px;
  line-height: 1;
  margin-right: 3px;
  color: rgb(38 50 40 / 80%);
}

.blog-section .univarsal-link i {
  font-size: 14px;
  margin-top: 2px;
}

.blog-section .univarsal-link svg {
  color: rgb(38 50 40 / 50%);
  margin-left: 5px;
}

.home-faq .heading {

  margin-bottom: 15px;
}

.home-faq .faq-link {
  margin-top: 20px;
}

.home-faq .faq-link ul li a {
  color: #54BF44;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  transition: .5s all;
}

.home-faq .faq-link ul li a:hover {
  padding-left: 5px;
  color: #fff;
}

.home-faq .faq-link ul li a:hover svg {
  color: #fff;
}

.home-faq .faq-link ul li svg {
  color: #54BF44;
  transform: rotate(-45deg);
  vertical-align: baseline;
  transition: .8s all;
}

.home-faq .faq-link ul li {
  margin-bottom: 5px;
}

.home-faq .faq-link ul li:last-child {
  margin-bottom: 0px;
}

.home-faq .faq-content {
  background: #263228;
  border-radius: 20px;
  padding: 30px;
  margin-top: 5px;
}

.home-faq .theme-btn.white-btn:first-of-type {
  margin-bottom: 10px;
}

.home-faq .faq-content p {
  color: #54BF44;
  line-height: 1.3;
}

.freqAskQuertion .item {
  cursor: pointer;
  background: #263228;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 15px;
}




.home-faq .faq-left {
  margin-right: 50px;
}

.home-faq .faq-right {
  margin-left: 30px;
}

.home-faq .home-row {
  margin: 0px 20px;
}

.service-features .service-row {
  margin: 0px 20px;
}

.freqAskQuertion .content p {
  color: rgb(255 255 255 / 70%);
  font-size: 15px;
  font-weight: 400;
}

.freqAskQuertion .faq-title {
  font-family: 'BDOGrotesk-Regular';
  font-size: 16px;
  font-weight: 500;
  padding: 15px 45px 15px 15px;
  position: relative;
  transition: .5s ease;
}

.freqAskQuertion .item .faq-title:after,
.freqAskQuertion .item .faq-title:before {
  background: #54BF44;
  content: "";
  pointer-events: none;
  position: absolute;
}

.freqAskQuertion .item .faq-title.active:after {
  opacity: 0;
}

.freqAskQuertion .item .faq-title:before {
  height: 2px;
  right: 16px;
  top: 23px;
  width: 12px;
}

.freqAskQuertion .item .faq-title:after {
  height: 12px;
  opacity: 1;
  right: 21px;
  top: 18px;
  transition: .5s ease;
  width: 2px;
}

.freqAskQuertion .content {
  padding: 0px 14px 10px 14px;
}

.freqAskQuertion .item:last-child {
  margin-bottom: 0px;
}

.footer {
  background: #263228;
  margin: 80px 10px 10px 10px;
  border-radius: 10px;
}

.footer .footer-bottom {
  position: relative;
}

.footer .footer-top {
  position: relative;
}

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

.footer .footer-top-content {
  position: absolute;
  top: 30px;
  padding: 0px 40px;
  width: 60%;
}

.footer .footer-top-content .heading {
  color: #fff;
  font-family: 'BDOGrotesk-Medium';
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.2;
}

.footer .container-wraps {
  padding: 15px 2px 0px 2px;
}

.footer .address a {
  font-size: 15px;
  display: block;
  text-decoration: underline !important;
}

.footer .mail {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.footer .footer-bottom {
  padding: 25px 0px;
}

.footer-logo img {
  width: 250px;
  margin-bottom: 15px;
}

.footer .mail:hover {
  color: #48D533;
}

.footer .number:hover {
  color: #fff;
}

.footer .number {
  color: #48D533;
}

.footer .links-items li {
  margin-bottom: 5px;
}

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

.footer .links-items li a {
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
}

.footer .links-items li a:hover {
  color: #48D533;
}

.footer .links-items li a:hover svg {

  transform: unset;
}

.footer .right-flower {
  padding-right: 0px;
  position: absolute;
  z-index: 1;
  margin-left: -20px;
  top: 90px;
}

.footer .copyright-links .links-items li {
  margin-bottom: 0px;
}

.footer .copyright-links .links-items li:last-child {
  margin-left: 10px;
}

.copyright-links .links-items {
  text-align: center;
  display: flex;
  justify-content: center;
}



.copyright-links {

  position: relative;
  z-index: 2;
}

.footer .links-items li a:hover svg {
  color: #48D533;
}

.footer .links-items svg {
  color: rgb(255 255 255 / 60%);
  transform: rotate(-45deg);
  vertical-align: baseline;
  transition: .8s all;
}

.footer .footer-heading .heading {
  color: #48D533;
  font-size: 35px;
  margin: 0px;
}

.footer .copyrght-text {
  margin: 0px;
  color: #fff;
}

/* .footer .footer-copyright {
  margin-top: 60px;
} */

.footer .footer-heading {
  margin-top: 50px;
}

.footer .copyrght-text span {
  color: #48D533;
}

/* .home-works .services-text .heading {
  color: #fff;
  font-size: 90px;
  font-family: 'BDOGrotesk-Light';
}

.home-works .services-text p {
  color: rgb(255 255 255 / 80%);
  font-family: 'Inter';
  text-align: left;
}

.home-works .services-text {
  position: relative;
  margin-left: -56px;
}

.home-works .works-content {
  padding-left: 183px;
}

.home-works .works-vector {
  position: absolute;
  width: 70px;
  right: 70px;
  top: 119px;
}

.home-works {
  background: #263228;
  padding: 80px 0px 0px 0px;
  position: relative;
} */

/* .pin-spacer--process {
  padding: 0 !important;
}

.methodfixed {
  background: #263228;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  height: 100vh !important;
  margin-top: -10px !important;
  overflow: hidden;
  padding: 0px 0 0 !important;
  position: relative;
  top: 0px !important;
  width: 100%;
}

.methodfixed {}

.slideprocess-dott {
  background-image: radial-gradient(circle, #54BF44 2px, #0000 0);
  background-size: 12px 3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(45% + 33px);
  width: 100%;
  z-index: 5;
}

.method-gridbox {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  min-width: 100vw;
}

.slideprocess-box {
  align-items: center;
  display: flex;
  padding: 85px 0;
  width: 70%;
}

.slideprocess-box .slideprocess-box-inner {
  width: 80%;
  display: flex;
  align-items: end;
}

.slideprocess-box .slideprocess-box-inner span {
  color: rgb(222 243 198 / 40%);
  display: block;
  font-size: 18px;
  margin-right: 40px;
}

.slideprocess-box .slideprocess-box-inner .title {
  color: #DEF3C6;
  font-size: 25px;
  line-height: 1.3;
  margin: 5px 0 10px;
  text-transform: capitalize;
  font-family: 'BDOGrotesk-Medium';
}

.slideprocess-right {
  float: right;
  position: relative;
  left: 150px;
} */

/* Contact Us */

.contact-map img {
  border-radius: 10px;
  width: 100%;
}


.contact-detail .address-wrapper {
  box-shadow: 0 1px 15px #0003;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  min-height: 210px;
  overflow: hidden;
  cursor: pointer;
}

.contact-detail .address-wrapper:hover {

  background-color: #263228;
}

.contact-detail .address-wrapper:hover .title {
  color: #fff;
}

.contact-detail .address-wrapper:hover a,
.contact-detail .address-wrapper:hover p {
  color: rgb(255 255 255 / 70%);
}

.contact-detail .address-wrapper:hover .icon {
  background: #fff;

}

.contact-detail .address-wrapper:hover .number-text {
  color: rgb(255 255 255 / 16%);

}

.contact-detail .address-wrapper:hover img {
  filter: unset;

}

.contact-detail .title {
  color: #263228;
  font-family: 'BDOGrotesk-DemiBold';
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 30px;
}

.contact-detail .number-text {
  color: #E4F3CC;
  font-size: 70px;
  font-weight: 600;
  font-family: 'BDOGrotesk-Medium';
  position: absolute;
  right: 0;
  top: -13px;
  line-height: 1;
}

.contact-detail {
  position: relative;
  padding: 80px 0px;
}

.contact-detail p {
  font-size: 15px;
  line-height: 1.2;
}

.contact-detail p:first-of-type {
  margin-bottom: 3px;
}

.contact-detail .icon {
  background: #263228;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-detail .icon img {
  width: 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: brightness(0) invert(1);
}

.address-wrapper a {
  color: rgb(0 0 0 / 70%);
  display: block;
}


.contact-form .form-deatil {
  border-radius: 10px;
  background: url(/public/assets/images/address-bg.webp);
    background-size: cover;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form .heading {
  color: #fff;
  font-size: 32px;
  margin: 15px 0px;
}

.contact-form .subtitle {
  color: rgb(255 255 255 / 70%);
  text-transform: uppercase;
}

.contact-form .address-items {
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 20%);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 1px 1px #0000001f;
}

.contact-form {
  position: relative;
  margin-bottom: 80px;
}

.contact-form .address-items p {
  color: #fff;
  margin: 0px;
  font-size: 15px;
  line-height: 1.3;
}

.contact-form .icon {
  width: 50px;
  height: 50px;
  background: #54BF44;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-form .address-cols {
  width: 48%;
  margin: 10px 10px 0px 0px;
}

.contact-form .form-address {
  display: flex;
  flex-wrap: wrap;
}

.contact-form .address-cols:nth-child(2),
.contact-form .address-cols:nth-child(4) {

  margin-right: 0px;
}

.contact-form .icon img {
  width: 20px;
}

.contact-form .review-sec p {
  margin: 0px;
  color: #fff;

}

.contact-form .review-sec svg {
  color: #FFC107;
  margin-right: 2px;
}

.contact-form .review-sec {
  margin-top: 30px;
}

.contact-form .review-sec span {
  margin-left: 5px;
}

.contact-form .form-control {
  height: auto;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid rgb(0 0 0 / 23%);
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;

}

.contact-form .form-control::placeholder {
  color: #000;

}

.contact-form .btn-section {
  margin-top: 30px;
}

.contact-form .theme-btn {
  width: 100%;
}

.contact-form .theme-btn:hover {
  background: #54BF44;
  color: #fff;

}

.contact-form select.form-control {
    appearance: auto;
    padding: 12px 10px;
    font-size: 15px;
    line-height: 1.5;
}

.contact-form .form-section {
  background: #fff;
  padding: 37px 20px 28px 30px;
  box-shadow: 0 1px 1px #0003;
  border-radius: 10px;
  margin-left: -30px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.contact-form textarea.form-control {
  min-height: 80px;
}

.contact-form .form-control:focus {

  box-shadow: unset;
}

.contact-form .form-group {
  margin-bottom: 10px;
  position: relative;
}

.supply-breadcrumb {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.supply-breadcrumb a {
  color: #263228;

}

.supply-breadcrumb a:hover {
  color: #54BF44;
}



.supply-breadcrumb li:nth-child(2) {

  margin: 0px 10px;
}

.supply-breadcrumb li:nth-child(3) a {
  color: #54BF44;
}

.contact-detail .breadcumb-sec {
  text-align: center;
  padding-bottom: 80px;
}

.contact-map .map-text {

  height: 450px;
}

.contact-map .map-text iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.contact-detail .contact-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

/* works page */


.works-banner {
  position: relative;
}

.works-banner .banner-inner {
  overflow: hidden;
  position: relative;
}

.works-banner .banner-inner img {

  width: 100%;
}

.works-banner .banner-content {
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.works-banner .heading {
  color: #fff;
}

.works-banner .banner-content p {
  color: rgb(255 255 255 / 95%);
  line-height: 1.3;
  font-weight: 300;
}

.works-banner .banner-col {
  position: relative;
}


.works-banner .white-btn {

  margin-left: 10px;
}



.works-banner .supply-breadcrumb li:nth-child(1) a,
.works-banner .supply-breadcrumb li:nth-child(2) {
  color: #fff;
}

.works-banner .supply-breadcrumb li:nth-child(1) a:hover {
  color: #54BF44;
}

.works-banner .supply-breadcrumb {

  justify-content: left;
}

.works-banner .slick-dots li button {
  background-color: #fff;
  border-color: #fff;
}

.works-banner .slick-dots li.slick-active button {
  background-color: #54BF44;
  border-color: #54BF44;

}

.citie-sec {
  margin: 80px 0px 80px 0px;
  position: relative;
}

.citie-sec .counter-area {
  color: #54BF44;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'BDOGrotesk-DemiBold';
}

.citie-sec .counter-areas {
  text-transform: lowercase;
}

.citie-sec .blue-text {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;

}

.citie-sec .citie-sec-col-div {
  border-right: 1px dashed #0000003d;
}

.citie-sec .citie-sec-col-div.last-dic {
  border-right: 0 dashed #0009;
}

.citie-sec .counter-text {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  padding: 15px 0px;
}

.subtitle-text {
  color: #54BF44;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.works_about {
  position: relative;
  margin: 80px 0px;
}

.works_about .about-image {
  width: 95%;
}

.works_about .about-btn-wrapper {

  padding-top: 10px;
}

/* .works-help .content .heading {
  font-size: 29px;
  font-family: 'BDOGrotesk-DemiBold';

}

.works-help .works-cols-inner img {
  width: 100%;
  border-radius: 10px;
}

.works-help .content {
  padding: 20px 0px;
}

.works-help .content {
  text-align: center;
} */

/* .works-cols-inner {

  padding: 0px 20px;
}

.works-help .help-btns {
  text-align: center;
}

.works-help {
  padding-bottom: 50px;
}

.works-help .slick-prev {
  left: 23.6%;
}

.works-help .slick-next {
  right: 23.6%;
}

.works-help .slick-arrow {
  background: #54BF44;
  border-color: #54BF44;

}

.works-help .slick-arrow:hover {
  background: #fff;
}

.works-help .slick-arrow:hover svg {
  color: #54BF44;
}

.works-help .slick-arrow svg {
  color: #fff;

}

.works-help .slick-arrow {
  top: 34%;
  bottom: 0px;
} */


.works-help {
  margin: 80px 0px;
}

.works-help .works-cols-inner {
  margin: 0px 12px;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 12%);
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 1px 5px #0003;
  cursor: pointer;
}


.works-help .works-cols-inner:hover {
  box-shadow: 0 1px 10px #0003;

}

.works-help .works-cols-inner:hover .heading {
  color: #54BF44;

}

.works-help .content .heading {
  font-size: 22px;
  font-family: 'BDOGrotesk-Medium';
  line-height: 1.3;
  margin: 0px 0px 10px 0px;

}

.works-help .solutions-btns-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.works-help .second-btn {
  border-color: #263228;
  background-color: #fff;
  color: #263228;
}

.works-help .theme-btn {
  padding: 10px 25px;
}

.works-help .first-btn {
  margin-right: 20px;

}

.works-help .works-images img {

  border-radius: 10px;
}

.works-compliance .regulatory-icon {
  width: 35px;
}

.works-compliance .title {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  margin: 10px 0px;
  font-family: 'BDOGrotesk-Medium';
}

.works-compliance .compliance-items {
  margin-top: 20px;
  margin-bottom: 30px;
}


.works-compliance .compliance-content .heading {

  margin-bottom: 30px;
}

.works-compliance {

  padding: 80px 0px 0px 0px;
}

.works-compliance .compliance-items p {
  margin-bottom: 0px;
}


.works-form {
  margin: 80px 0px 60px 0px;
  background: url(/public/assets/images/works-main-bg.webp);
  background-size: cover;
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 60px 0px;
}

.works-form.pricing-form {
  background: unset;
  padding: 0px;
}

.pricing-form .subtitle {
  color: #FFFFFF;
}

.works-form.pricing-form .form-deatil,
.works-form.pricing-form .form-section {
  border-radius: 0px;
}

.works-form .form-control::placeholder {
  color: rgb(0 0 0 / 58%);

}

.contact-form.works-form .form-control {

  color: rgb(0 0 0 / 58%);
}

.works-form .theme-btn {
  width: 100%;
  color: #fff;
}

.works-form .form-address {

  flex-direction: column;
}

.works-form .icon img {
  width: 20px;
}

.works-form .icon {
  background-color: transparent;
  width: auto;
  height: auto;

}

.works-form .subtitle {

  margin-bottom: 10px;
  display: inline-block;
}

.works-form .works-heading {
  margin-top: 90px;
}

.works-form .form-deatil {
  background-image: url(/public/assets/images/pricing-form-bg.webp);
  border-radius: 5px;
  background-size: cover;
  border: 1px solid #fff;
}

.works-form textarea.form-control {
  min-height: 74px;
}

.works-form .heading {
  font-family: 'BDOGrotesk-Medium';
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 7px;

}

.works-form .data-icons {
  position: absolute;
  top: 10px;
  right: 9px;
  width: 20px;
}

.works-form input[type="date"] {
  position: relative;
}

/* .works-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.works-form input[type="date"] {
  appearance: none;
  -moz-appearance: textfield;

} */

.location-sec ul li a {
  background: rgb(38 50 40 / 80%);
  padding: 7px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;

}

.location-sec ul li a:hover {
  background-color: #54BF44;
}

.location-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.location-sec ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.location-sec {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

.homechoose.works-choose {
  border-radius: 20px;
  margin: 40px 20px 0px 20px;
}


/* services */
.services-form {
  padding: 0px 0px 10px 0px;
  position: relative;
}


.service-page-space {
  margin-top: 80px;
  margin-bottom: 80px;
}

.services-form .banner-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* .services-form .service-bg {
  position: absolute;
  top: -22px;
  width: 100%;
  z-index: -1;
} */

.services-form .services-content .heading {
  color: #fff;
  font-family: 'BDOGrotesk-DemiBold';
  font-size: 42px;

}
.services-form  .btn-section {
    margin-top: 20px;
}


.services-form .service-bg{
    height: 600px;
    object-fit: cover;
}
.dumster-page-space .services-content .heading {
  color: #263228;
  font-size: 42px;

}

.dumster-page-space .supply-btns .theme-btn {
  width: auto;
}

.dumster-page-space {
  margin: 80px 0px;
  background: transparent !important;
  padding: 0px !important;
}

.services-form.dumster-page-space .services-content p {
  color: rgb(0 0 0 / 70%);
  font-weight: 400;
  margin-bottom: 15px;
}

.dumster-page-space .supply-btns {
  margin-top: 10px;

}

.services-form img {

  width: 100%;
}

.services-form .services-content p {
  color: rgb(255 255 255 / 90%);
  font-weight: 300;
  margin-bottom: 0px;
}

.services-form .form-control:focus {

  box-shadow: unset;
}

.services-form .supply-breadcrumb {
  justify-content: left;
  color: #fff;
  font-weight: 400;


}

.services-form .supply-breadcrumb a {
  color: #fff;
}

.services-form .supply-breadcrumb li:nth-child(2) a {
  color: #54BF44;
}

.services-form .banner-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 15px #0003;
}

.services-form .form-group {
  margin-bottom: 15px;
  position: relative;
}

.services-form .form-control {
  border: 0px;
  border-bottom: 1px solid rgb(0 0 0 / 13%);
  border-radius: 0px;
  font-size: 15px;



}

.services-form .banner-form .heading {
  font-size: 30px;
  margin-bottom: 20px;
}

.services-form .form-control::placeholder {
  color: #000000;
}

.services-form textarea.form-control {
  min-height: 80px;
}

.services-form .theme-btn {
  width: 100%;

}

.dumbster-section .btn-area:hover {
  background: #263228;
  color: #fff;
}

.services-form .theme-btn:hover {
  background: #54BF44;
  color: #fff;
}

.service-thing {
  position: relative;
  margin: 80px 0px;

}

.service-thing.reverse-service {
  margin-top: 0px;
}

.service-thing.scroll-space {
  margin-top: 370px;

}


.service-thing .service-content .heading {
  font-family: 'BDOGrotesk-Regular';
  font-size: 32px;

}


.serviceProject .project-icons {
  width: 60px;
  height: 60px;
  background: #54BF44;
  border-radius: 10px;
  box-shadow: inset 0 0 15px 0 rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceProject .project-icons img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: brightness(0) invert(1);
  width: 40px;

}

.serviceProject .project-content .heading {

  font-size: 22px;
  font-family: 'BDOGrotesk-Medium';
  line-height: 1.3;
  margin: 20px 0px 10px 0px;
}


.serviceProject .project-inner {
  border: 1px solid rgb(0 0 0 / 12%);
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin: 12px 0px;
  box-shadow: 0 1px 10px #0003;
  background: url(/public/assets/images/values-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  transition: .5s all;
}

.residential-service .project-inner {
  min-height: 280px;

}

.serviceProject .project-inner p {

  margin: 0px;
}

.serviceProject .project-inner:hover {
  background: #263228;

}

.serviceProject .project-inner:hover .heading,
.serviceProject .project-inner:hover p {
  color: rgb(255 255 255 / 80%);
}

.subtitle-gradient {
  color: #54BF44;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;

}

.service-remove .services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.service-remove .service-item {
  padding: 30px 10px;
  text-align: center;
  border-right: 1.5px solid #DFDCD5;
  border-bottom: 1.5px solid #DFDCD5;
  cursor: pointer;
}

.service-remove .service-item:nth-child(6n) {
  border-right: none;
}

.service-remove .service-item:nth-child(n + 31):nth-child(-n + 36) {
  border-bottom: none;
}

.service-remove .service-item img {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  object-fit: contain;
  transform: scaleX(1);
  transition: .3s ease-in-out;
  transition: all .5s linear;
}

.service-remove .service-item:hover img {
  transform: scale(1.1);

}

.service-remove .service-item:hover p {

  color: #54BF44;
}

.service-remove .service-item p {
  font-size: 15px;
  color: #263228;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.service-remove .more-items {
  height: 30px;
}

.service-remove {
  position: relative;
  margin: 80px 0px;
}

.service-features .circle-vector {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}

.service-features .features-text {
  background: #E5F3CC;
  padding: 40px 20px 40px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.service-features .features-text:hover {
  background: #fff;
  box-shadow: 0 1px 15px #0003;
}

.service-features .features-text:hover .icons {
  background: #54BF44;
  box-shadow: inset 0 0 15px 0 rgb(0 0 0 / 16%);

}

.service-features .icon-wraps img {
  width: 60px;

}

.service-features .heading-wrap {
  display: flex;
  align-items: center;
}

.service-features .number-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;

}

.service-features .icons {
  width: 50px;
  height: 50px;
  background: #263228;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  top: 0px;
}

.service-features .number {
  color: rgb(38 50 40 / 35%);
  font-weight: 500;
}

.service-features .icons img {
  width: 25px;
}

.service-features .heading-wrap .heading {
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;
  font-size: 26px;
  line-height: 1.2;
}

.service-features {
  position: relative;
  margin: 80px 0px 80px 0px;
}

.home-featured {
  margin: 90px 0px 80px 0px;

}

.service-features .heading-sec {
  width: 80%;
}

.service-features .img-sec {
  width: 20%;

}


.webpage-develop,
.webpdevelop-move {
  position: relative;
}

.webpdevelop-card {
  background-color: #E9E0D0;
  border-radius: 15px;
  box-shadow: 0 2px 16px 4px #ffffff1a;
  left: 0;
  min-height: 300px;
  padding: 30px 40px;
  position: absolute;
  top: 0;
  width: 100%;
}

.webpdevelop-card:nth-child(2) {
  top: 20px;
  background-color: #E9E0D0;

}

.webpdevelop-card:nth-child(3) {
  top: 40px;
  background-color: #D9CDB7;

}

.webpdevelop-card:nth-child(4) {
  top: 60px;
  background-color: #C4B497;
}

.webpdevelop-card:nth-child(5) {
  top: 80px;
}

.raebcard-imgbox {
  padding-right: 30px;
}

.webpage-develop {
  padding-top: 0px !important;
}

.webpage-develop .webpdevelop-content {

  color: #354237;
}

.webpage-develop .webpdevelop-content .heading {
  font-size: 27px;
  font-family: 'BDOGrotesk-Regular';
}


.webpage-develop .number-text {
  color: rgb(38 50 40 / 65%);

}

.webpage-develop .icon-wrapper {
  text-align: center;
  position: relative;
  top: 50px;
}

.webpage-develop .icon-wrapper img {

  width: 130px;
}

.bottom-features-space {
  margin-top: 80px;
}


.dumbster-section .dumbster-bg {
  background-color: #263228;
  padding: 20px;
  border-radius: 20px;

}

.dumbster-section .dumbster-bg img {

  width: 100%;
}

.dumbster-section .dumbster-content .heading {
  color: #fff;
  font-family: 'BDOGrotesk-Medium';
  margin-bottom: 10px;
}




.dumbster-section .btn-area {
  background: #54BF44;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 1px 45px #00000075;
  padding: 10px 15px;
  width: auto;
  display: inline-block;
}

.dumbster-section .book-now-btn .call-text {
  font-family: 'BDOGrotesk-DemiBold';
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px;
}

.dumbster-section .book-now-btn .last-btn .call-text {
  margin-bottom: 0px;
}

.dumbster-section .book-now-btn .call-phone {
  width: 35px;
  margin-right: 23px;

}


.dumbster-section .book-now-btn .call-btn {
  margin-bottom: 5px;
}

.dumbster-section .text-area {
  width: 70%;
}

.dumbster-section .icon-wraps {
  width: 30%;
}

.dumbster-section .img-text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.dumbster-section .book-now-btn {
  display: flex;
  cursor: 'pointer';
}

.dumbster-section .btn-area.first-btn {
  margin-right: 10px;
}

.dumbster-section .dumbster-content p {
  color: #fff;

}

.roof-faq .items-inner {
  display: flex;
  padding: 10px 10px;
  align-items: center;
  position: relative;
}

.roof-faq .faq-img {

  width: 20%;
}

.roof-faq .freqAskQuertion .content {
  padding: 0px 0px 0px 0px;
}

.roof-faq .freqAskQuertion .content p {
  color: #000000;
  margin: 6px 0px 0px 0px;
}

.roof-faq .item.active-wrapper {

  background-color: #fff;
}

.roof-faq .item.active-wrapper .faq-title {
  color: #263228;

}

.roof-faq .item.active-wrapper .faq-icons {

  background-color: #263228;
}

.roof-faq .item.active-wrapper .plus-icon {
  background: #263228;
  top: -3px;

}

.roof-faq .center-prohibited-sec .item:first-child .plus-icon,
.roof-faq .center-prohibited-sec .item:last-child .plus-icon {
  top: -7px;
}

.roof-faq .center-prohibited-sec .item:first-child.active-wrapper .plus-icon,
.roof-faq .center-prohibited-sec .item:last-child.active-wrapper .plus-icon {
  top: -3px;

}


.roof-faq .item.active-wrapper .plus-icon:after,
.roof-faq .item.active-wrapper .plus-icon:before {

  background: #fff;
}

.roof-faq .faq-content-sec {
  width: 80%;

}


.roof-faq .active .plus-icon:after {
  height: 2px;
  transform: rotate(-45deg);
  width: 8px;
}

.roof-faq .active .plus-icon:before {
  transform: rotate(45deg);
  width: 8px;
}

.roof-faq .faq-icons {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.roof-faq .faq-icons img {
  width: 30px;
}

.roof-faq .freqAskQuertion .faq-title {
  padding: 0px 45px 0px 0px;
  line-height: 1.2;
  font-size: 16px;
  font-family: 'BDOGrotesk-Medium';
}

.roof-faq .plus-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 14px;
  justify-content: center;
  position: absolute;
  right: 1px;
  top: -16px;
  width: 14px;
}

.roof-faq .plus-icon:after,
.roof-faq .plus-icon:before {
  background: #263228;
  content: "";
  position: absolute;
}

.roof-faq .plus-icon:before {
  height: 2px;
  width: 8px;
}

.roof-faq .plus-icon:after {
  height: 8px;
  width: 2px;
}

.roof-faq .freqAskQuertion .item .faq-title:before,
.roof-faq .freqAskQuertion .item .faq-title:after {
  display: none;
}

.roof-faq .freqAskQuertion .item {

  position: relative;
}

.roof-faq .faq-content {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.8s ease;
}

.roof-faq .faq-content.open {
  opacity: 1;
  visibility: visible;
}

.roof-faq {
  height: 640px;
}

/* pricing page */
.pricing-form .heading {
  font-style: italic;
}

.pricing-sustainbilty-sec {
  margin: 80px 20px 80px 20px;
}

.pricing-sustainbilty-sec.home-pricing {
  margin: 0px 20px;
}

.pricing-map {
  margin-top: 20px;
}

.pricing-choose {
  margin: 80px 20px;

}

.pricing-section {
  margin: 80px 0 0px 0px;
  text-align: center;
}


.pricing-section .pricing-card-inner {
  background-image: url('/public/assets/images/pricng-yard-bg-img.webp');
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 30px 0px 10px 0px;
  min-height: 950px;
}

.pricing-section .pricing-card {

  text-align: left;
  position: relative;

  cursor: pointer;
}

.pricing-section .pricing-card-inner:hover {

  box-shadow: 0 1px 15px #0003;
}

.pricing-section .dumpster-img {
  width: 100%;
  margin-bottom: 20px;
}

.pricing-section .slick-slider {

  margin-right: -250px;

}

.pricing-section .services-text {
  margin-bottom: 0px;
}





.pricing-section .pricing-content .heading {
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}


.pricing-section .pricing-card .card-desc {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  color: rgb(0 0 0 / 70%);
  line-height: 1.3;
}

.pricing-section .pricing-item {
  text-align: center;
  margin-bottom: 30px;
  min-height: 30px;
}

.pricing-section .pricing-card .pricing-content {

  padding-top: 2px;
}

.pricing-section .pricing-item li {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 15px;
}

.pricing-section .pricing-item li span {
  color: #54BF44;

}

.pricing-section .pricing-card .theme-btn {
  width: 100%;
  margin: 15px 0px 0px 0px;

}

.pricing-section .pricing-card .green-btns {
  background-color: #54BF44;
  border-color: #54BF44;
  color: #fff;
}

.pricing-section .pricing-card .btn-img {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  ;
}

.pricing-section .card-desc {
  color: #777;
  margin-bottom: 20px;
}



.pricing-section .section {
  margin: 20px 0;
  border-bottom: 1px solid rgb(38 50 40 / 20%);
  padding-bottom: 5px;
}

.pricing-section .section.last-section {
  border-bottom: 0px;
  min-height: 140px;
}

.pricing-section .section .section-heading {
  font-size: 19px;
  margin-bottom: 10px;
  font-family: 'BDOGrotesk-Medium';
  color: #263228;
  line-height: 1;
}

.pricing-section .section ul {
  padding: 0;
  list-style: none;
}

.pricing-section .section li {
  margin: 6px 0;
  padding-left: 20px;
  position: relative;
  color: rgb(0 0 0 / 70%);
  font-size: 15px;
  text-transform: capitalize;
}

.pricing-section .services-btn .default-btn2 {
  margin-top: 0px;
  color: #fff;
}

.pricing-section .btn-txt img {
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}

.pricing-section .section li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #3bbf6b;
}




.pricing-section .badge {
  background: #57C243;
  padding: 10px 10px;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  right: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 27px;

}

.pricing-section .slick-dots li button {
  border-color: rgb(38 50 40 / 20%);
  background-color: rgb(38 50 40 / 20%);
}

.pricing-section .slick-dots li.slick-active button {
  background-color: #54BF44;
  border-color: #54BF44;
}

.pricing-section .slick-dots {
  bottom: -30px;
  right: 160px;
}

.pricing-section .badge::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 0px;
  width: 15px;
  height: 21px;
  background: linear-gradient(141deg, #57C243 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transform: rotate(175deg);
}

.pricing-section .badge::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0px;
  width: 15px;
  height: 21px;
  background: linear-gradient(45deg, #57C243, #57C243);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: rotate(175deg);
}




.pricing-section .pricing-card .section:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid rgb(38 50 40 / 20%);
  padding-bottom: 0px;
}


/* thank you */

.thank-you .thank-you-img {
  width: 150px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.thank-you .thank-text {
  text-align: center;
  margin-bottom: 80px;
}

.thank-you .heading {

  font-family: 'BDOGrotesk-Medium';
  font-size: 45px;
}




.error-page .heading {

  font-family: 'BDOGrotesk-DemiBold';
  font-size: 35px;
}

.thank-you {
  background: url(/public/assets/images/thank-you-bbg.webp);
  background-size: cover;
  height: 100vh;
  align-items: center;
  display: flex;
}

.thank-you p,
.error-page p {

  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.error-page {
  height: 100vh;
  align-items: center;
  display: flex;

}

.error-page .thank-text {

  text-align: center;
}

.error-page .thank-you-img {
  width: 450px;
  margin: 0 auto;
  padding-bottom: 40px
}

.error-page .error-btn {
  margin-top: 30px;
}

.error-page .first-btns {

  margin-right: 20px;
}


/* mobile humber menu */


/* mobile menu */
.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-animation-for-column-2 {
  z-index: 30;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-menu .fullscreen-inner {
  z-index: 10;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.mobile-menu .fullscreen-menu-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 35%;
  padding: 0;
  display: flex;
  position: relative;
  background-image: url(/public/assets/images/menu-bg-img.webp);
  background-size: cover;
}

.mobile-menu .fullscreen-menu-column-3 {
  z-index: 9;
  flex-direction: column;
  flex: 1 1;
  justify-content: center;
  padding: 80px 64px 80px 130px;
  display: flex;
  position: relative;
}

.mobile-menu .fullscreen-main-links {
  width: 100%;
  height: 100%;
  padding: 70px 40px 80px 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-menu .menu-column-2-contacts {
  z-index: 10;
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  border: 1px solid #fff9;
  width: 100%;
  max-width: 512px;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0 auto;
}

.mobile-menu .menu-contacts-padding {
  flex-direction: column;
  flex: 1 1;
  padding: 64px;
  display: flex;
}

.mobile-menu .menu-contacts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-menu .close-button {
  z-index: 999;
  border-right: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  line-height: 17.6px;
  transition: width .6s cubic-bezier(.075, .82, .165, 1) !important;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  cursor: pointer;
}

.mobile-menu .address-text {
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Inter';
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-align: center;
  color: rgb(0 0 0 / 60%);
}

.mobile-menu .mobile-link>ul {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.mobile-link li a:hover {
  color: #5e3263;
}

.mobile-menu .menu-contact-title {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;

}

.mobile-menu .phone-number .phone-link {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(0 0 0 / 60%);
}

.header-humberger-menu {
  cursor: pointer;
}

.mobile-menu .phone-number .phone-link:hover,
.mobile-menu .mobile-link li a:hover {
  color: #54BF44;
}

.mobile-menu .mobile-link li {
  margin-right: 35px;
}

.mobile-menu .mobile-link li:last-child {
  margin-right: 0px;
}

.mobile-menu .mobile-link li a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-align: center;
  color: rgb(0 0 0 / 60%);
  position: relative;
}

.mobile-menu .mobile-link li a::after {
  content: "";
  height: 80%;
  width: 1.5px;
  background: rgb(0 0 0 / 60%);
  position: absolute;
  right: -17px;
  top: 1px;
}

.mobile-menu .mobile-link li:last-child a::after {
  display: none;
}

.mobile-menu .close-text-block {
  z-index: 10;
  position: relative;
  top: -3.6em;
  transform: rotate(-90deg);
}

.mobile-menu .close-text {
  z-index: 5;
  color: #fff;
  letter-spacing: 5.76px;
  font-size: 15px;
  line-height: 16.4px;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
}

.mobile-menu .close-button-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: url(/public/assets/images/close-icons.png);
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  inset: 0%;
}

.mobile-link-items {

  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.mobile-menu .fullscreen-menu-bg {
  background-color: #fff;
  position: fixed;
  inset: 0%;
}


.mobile-menu .heder-socials {
  margin: 30px 0 20px;
}

.mobile-menu .menu-cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-menu .heder-socials li {
  margin-right: 10px;
}

.mobile-menu .heder-socials ul {
  display: flex;
  justify-content: center;
}

.mobile-menu .heder-socials a:hover svg path {
  fill: #fff;
}

.mobile-menu .heder-socials a:hover {
  background: #54BF44;
}

.mobile-menu .heder-socials>ul a {
  align-items: center;
  background: #fff;
  border: 1px solid #54BF44;
  border-radius: 52px;
  color: #54BF44;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  line-height: normal;
  padding: 3px 0;
  transition: .5s ease;
  width: 35px;
}

.mobile-link-items .icon-wraps {
  width: 39px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #aeaeae91;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-link-items li {
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  text-align: left;
  width: 100%;
  position: relative;
}



.mobile-link-items li.dropdown-child {
  margin: 0px;
}

.dropdown_menu-wrapper {
  max-height: 0;
  overflow: hidden;
  transform: translateY(-5px);
  transition: max-height 0.5s ease, transform 0.3s ease;
}

.active-dropdown .dropdown_menu-wrapper {
  max-height: 400px;
  transform: translateY(0);
}

.dropdown-child .fa-chevron-down {
  transition: transform 0.3s ease;
}

.active-dropdown .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdown_menu-wrapper .drodown-sub {
  border: 1px solid #aeaeae91;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 0px;
  margin: 5px 0px;
  margin-left: 20px;
}

.mobile-link-items li:last-child {
  margin-bottom: 0px;
}

.mobile-link-items li:hover {

  border-color: #aeaeae63;
  background: rgb(174 174 174 / 20%);
}

.mobile-link-items li.dropdown-child:hover,
.dropdown_menu-wrapper .drodown-sub li:hover {
  border-color: transparent;
  background: transparent;
}

.mobile-link-items li.dropdown-child>a:hover {
  border: 1px solid transparent;
  border-color: #aeaeae63;
  background: rgb(174 174 174 / 20%);
  border-radius: 5px;
}

.mobile-link-items li:hover .icon-wraps {
  border-color: #54BF44;
  background: #54bf441c;
}

.mobile-link-items li:hover>a {
  color: #54BF44;
}

.mobile-link-items .icon-wraps img {
  width: 16px;
  filter: gray;
  /* -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}

.mobile-link-items li:hover .icon-wraps img {
  filter: unset;
  -webkit-filter: unset;
  -moz-filter: unset;
  -ms-filter: unset;
  -o-filter: unset;
  filter: unset;
}

.mobile-link-items .text-wraps {
  padding-left: 10px;
  text-transform: capitalize;
}

.mobile-link-items>li>a {
  font-family: 'BDOGrotesk-Medium';
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 7px 10px;
}


.dropdown_menu-wrapper li a {

  font-family: 'BDOGrotesk-Medium';
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 7px 10px;
}

.enquery-form-pop .modal-dialog {

  max-width: 800px;
}

.enquery-form-pop .heading {
  font-size: 30px;

}

.enquery-form-pop .modal-content {
  background-color: #FDF4E5;
  background-image: url(/public/assets/images/popup-bg-area.webp);
  background-size: cover;

}

.enquery-form-pop p {
  color: rgb(0 0 0 / 70%);
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 15px;
}

.enquery-form-pop textarea.form-control {
  min-height: 70px;
}

.enquery-form-pop .form-group {
  margin-bottom: 10px;
}

.enquery-form-pop .form-control {
  background: transparent;
  border: 0px;
  border-bottom: 1.3px solid rgb(0 0 0 / 20%);
  border-radius: 0px;
  height: auto;
  font-size: 15px;
  color: rgb(0 0 0 / 70%);
  appearance: auto;
  font-family: 'Inter';
  font-weight: 400;
}

.enquery-form-pop .form-control:focus {
  box-shadow: unset;
}

.enquery-form-pop .close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 3px;
  top: 2px;
  color: #263228;
  font-size: 20px;
}

.enquery-form-pop .close:hover {
  color: #54BF44;

}

.enquery-form-pop .theme-btn {
  margin-top: 20px;
  width: 100%;
}


.enquery-form-pop .form-wraper {
  position: relative;
}

.enquery-form-pop .left-popup-img {
  position: absolute;
  top: -31px;
  left: -110px;
  width: 150px;
}

.enquery-form-pop .right-popup-img {

  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
}


.privacy-policy {
  overflow-x: visible;
  padding: 80px 0 0px 0px;
}

.privacy-policy .quick-links {
  background-color: transparent;
  border: 1px solid #0003;
  border-radius: 5px;
  height: auto;
  padding: 18px 20px;
  width: 100%;
}

.privacy-policy .quick-links {
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 8;
}


.privacy-policy .quick-wrap {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}

.privacy-policy .quick-links ul li {
  margin-bottom: 10px;
}


.privacy-policy .quick-links ul li a {
  background: #fff;
  border: 1px solid #00000024;
  border-radius: 5px;
  color: #000c;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 4px 10px;
  text-align: left;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}


.privacy-policy .quick-links ul li a:focus,
.privacy-policy .quick-links ul li a:hover,
.privacy-policy .quick-links ul li.active a {
  background: #263228;
  border-color: #263228;
  color: #fff;
}


.privacy-policy .card-title {
  border-bottom: 1px solid #0003;
  color: #2b2b2b;

  font-size: 40px;
  line-height: 1;
  margin-bottom: 22px;
  padding-bottom: 25px;
}

.privacy-policy .subtitle {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(270deg, #54BF44, #54BF44);
  -webkit-background-clip: text;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.privacy-policy .card-body {
  flex: 1 1 auto;
  padding: 0px;
  border: 0px;
}
.privacy-policy .card-body a{
  display: block;
      color: #54BF44;
      margin-bottom: 5px;
}
.privacy-policy .card-body h2 {

  font-size: 25px;
}

.privacy-policy .card {
  border: 0px;
  background-color: transparent;
}

.privacy-policy .freqAskQuertion .content p {
  color: rgb(255 255 255 / 80%);

}


.privacyy-page-inners ul,
.privacyy-page-inners ol {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.privacyy-page-inners ul li,
.privacyy-page-inners ol li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
}

.privacyy-page-inners ul li::before,
.privacyy-page-inners ol li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 7.5px;
  left: 0;
  border-radius: 50%;
  background: #54BF44;
}


/* How works  */


/* .home-new-work {
  background-color: #263228;
  padding: 80px 0px;
  position: relative;
}


.home-new-work .works-dots {
  position: absolute;
  top: 45%;
  z-index: 1;

}

.home-new-work .services-text .heading {

  color: #fff;
}

.home-new-work .link-text>a {
  color: rgb(38 50 40 / 60%);
}

.home-new-work .link-text {
  position: relative;
}

.home-new-work .work-rental-icon {
  position: absolute;
  right: 0;
  bottom: -55px;
  width: 100px;
}

.home-new-work .works-content p {
  color: rgb(255 255 255 / 80%);
}



.home-new-work .sliders-col {
  background: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 420px;
}

.home-new-work .sliders-col:hover .link-text a {
  color: #263228;

}

.new-work-sliders .slick-track {
  display: flex;
}

.new-work-sliders .slick-slide {
  height: auto;
}

.home-new-work .works-slides {
  position: relative;
  z-index: 2;
}

.home-new-work .sliders-col,
.home-new-work .sliders-col-inner {
  height: 100%;
}

.home-new-work .icon {

  width: 46px;
}

.home-new-work .icon img {

  width: 100%;
}


.home-new-work .sliders-col .heading {
  font-family: 'BDOGrotesk-Medium';
  font-size: 21px;
  position: relative;
  padding-bottom: 15px;
  margin: 20px 0px;
  line-height: 1.2;
  min-height: 90px;
}

.home-new-work .sliders-col .heading:after {

  content: "";
  width: 100px;
  height: 2px;
  background: #D7D7D7;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-new-work .slick-slide {

  margin: 0px 10px;

}

.home-new-work .sliders-col-inner p {
  line-height: 1.4;
  font-size: 15px;
  min-height: 110px;
}

.home-new-work .new-work-sliders {
  margin-right: -250px;

} */

.home-new-work {
  background: #263228;
  padding: 80px 0px;
  position: relative;
}

.home-new-work .services-text .heading {

  color: #fff;
}

.home-new-work .services-text p {
  color: rgb(255 255 255 / 80%);
  font-weight: 300;

}


.home-new-work .sliders-col-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 12px 12px 12px 12px;
  cursor: pointer;
  min-height: 270px;
  position: relative;
}

.home-new-work .sliders-col:hover .sliders-col-inner {
  background-color: #E7F6D5;

}

.home-new-work .icon {

  width: 50px;
}


.home-new-work .sliders-col-inner .heading {
  font-size: 22px;
  font-family: 'BDOGrotesk-Medium';
  line-height: 1.3;
  margin: 15px 0px 10px 0px;
}

.home-new-work .sliders-col-inner p {
  margin-bottom: 0px;
  min-height: 140px;
}


.step-wrap {
  color: #54BF44;
  text-align: right;
  font-size: 30px;
  font-family: 'BDOGrotesk-DemiBold';
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.home-rentals .icons {
  width: 50px;
}

/* location */

.home-location {
  position: relative;
  margin: 80px 0px 80px 0px;
}

.home-location.contact-map {
  padding-top: 0px;
}

.home-location.pricing-location {
  padding-top: 30px;

}



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


.home-location .subtitle {
  color: #54BF44;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

.home-location .location-links {
  display: flex;
  flex-wrap: wrap;
  color: #263228;
  margin-top: 20px;
  justify-content: center;
}

.home-location .location-links li {
  position: relative;
  margin-right: 15px;
}


.home-location .location-paragraph {
  margin-top: 10px;

}

.location-paragraph a {
  color: #54BF44;
  font-weight: 600;

}

.home-location .location-paragraph p {
  color: #000;
}

.home-location .location-links li a:after {
  background: linear-gradient(270deg, #54BF44, #54BF44);
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width .3s ease 0s, left .3s ease 0s;
  width: 0;

}

.home-location .location-links li a:hover:after {
  left: 0;
  width: 100%;
}

.home-location .location-links li:last-child {
  margin-right: 0px;

}

.home-location .location-links a {
  color: #263228;
  text-transform: capitalize;
  font-family: 'BDOGrotesk-Medium';
  font-size: 17px;
  cursor: pointer;
  position: relative;
}

.home-location .location-links a:hover {
  color: #54BF44;
}

.home-location .map-img {
  margin-top: 20px;
  position: relative;
}

.home-location .location_icon {
  font-size: 25px;
  position: relative;
  z-index: 1;
  transition: .5s ease-in-out;
}

.home-location .ripple {
  height: 3.5px;
  width: 10px;
  border-radius: 50%;
  background-color: #263228;
  position: absolute;
  top: calc(100%);
  left: 6px;
  opacity: 1;
  transition: .5s ease-in-out;
  z-index: 1;
  visibility: visible;
}

/*.ripple::before{*/
/*}*/
/*.ripple::after{*/
/*}*/
.home-location .ripple:before,
.home-location .ripple:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #263228;
  border-radius: 50%;
}

.home-location .ripple .c1,
.home-location .ripple .c2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #263228;
  border-radius: 50%;
}

.home-location .ripple:before {
  animation: ripple 2s linear infinite;
}

.home-location .ripple:after {
  animation: ripple 2s linear 1s infinite;
}

.home-location .ripple .c1 {
  animation: ripple 2s linear 2s infinite;
}

.home-location .ripple .c2 {
  animation: ripple 2s linear 3s infinite;
}


.home-location .location_m {
  border: 1px solid #3a3a3a;
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 1;
  padding: 4px 6px;
  text-transform: capitalize;
  transition: 1s ease-in-out, opacity 1s ease-in-out;
  visibility: visible;
  z-index: 1;
  cursor: pointer;
  transform: translateX(-130%);
  background: #263228;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  min-width: 100%;
  position: relative;
  top: 5px;

}

.home-location .sherwood-albert .location_m,
.home-location .beaumont-albert .location_m,
.home-location .fort-albert .location_m {
  left: auto;
  right: 0;
  transform: translateX(10%);

}


.home-location .devon-location .location_m,
.home-location .nisku-albert .location_m,
.home-location .leduc-albert .location_m {
  transform: translateX(-150%);

}

.home-location .beaumont-albert .location_m {
  transform: translateX(20%);
}


.home-location .spruce-locaton {

  left: 25%;
  top: 105px;
}

.home-location .location_m a {
  color: #fff;
  font-size: 12px;
}




.home-location .location_m a:hover {

  color: #fff;
}

.home-location .location_name:hover .ripple {
  opacity: 1;
  visibility: visible;
}



.home-location .location_name {
  position: absolute;
  top: 66px;
  left: 31%;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.home-location .location_name img {

  width: 20px;
}



.home-location .location_name:hover .location_m {
  opacity: 1;
  visibility: visible;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(3.3);
    opacity: 1;
  }

  100% {
    transform: scale(4.6);
    opacity: 0;
  }
}


.home-location .spruce-location {
  left: 25%;
  top: 110px;

}


.home-location .acheson-location {

  left: 40%;
  top: 120px;
}

.home-location .devon-location {
  left: 43%;
  top: 68%;
}


.home-location .st-albert {
  left: 51%;
  top: 0;

}


.home-location .adonton-albert {
  left: 60%;
  top: 19%;

}

.home-location .fort-albert {
  left: 75%;
  top: 1%;
}

.home-location .sherwood-albert {
  left: 73%;
  top: 24%
}


.home-location .nisku-albert {
  left: 57%;
  top: 68%;
}

.home-location .beaumont-albert {
  left: 67%;
  top: 66%;

}


.home-location .leduc-albert {
  left: 57%;
  top: 86%;

}

.booking-engine {
  margin-bottom: 20px;
}

.booking-engine .engine-text {
  background: #344236;
  padding: 0px 20px;
  border-radius: 20px;
  margin: 80px 0px 0px 0px;
}

.booking-engine .heading {
  color: #fff;
  font-family: 'BDOGrotesk-Medium';
  font-size: 32px;

}

.booking-engine .engine-text p {
  color: rgb(255 255 255 / 68%);
  max-width: 900px;
}



.booking-engine .search-engine-form {
  height: 550px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}


.booking-engine iframe {
  height: 100%;
  position: relative;


}

.booking-engine .search-engine-form:before {
  content: "";
  background: #344236;
  width: 1079px;
  height: 35px;
  position: absolute;
  left: -1px;
  z-index: 1;
  top: 0px;

}

.booking-engine .search-engine-form:after {
  content: "";
  background: #344236;
  width: 1079px;
  height: 35px;
  position: absolute;
  left: -1px;
  z-index: 1;
  bottom: 0;
}

.service-residential {

  position: relative;
  margin-bottom: 80px;
}

.service-residential .residential-cols-inner {
  background: #fff;
  box-shadow: 0 1px 8px #0003;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  margin: 0px 10px;
  min-height: 280px;
  border: 1px solid transparent;
}

.service-residential .residential-cols-inner p {
  font-size: 15px;
}

.service-residential .residential-cols:hover .residential-cols-inner {
  box-shadow: 0 1px 15px #54bf4473;
  border: 1px solid #54BF44;

}

.service-residential .residential-cols:hover .heading {
  color: #54BF44;

}


.service-residential .residential-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.service-residential .heading-wraps {
  width: 50%;
}

.service-residential .icons-wraps {

  width: 50%;
}

.service-residential .heading {
  font-size: 29px;
  color: #354237;
  margin-bottom: 0px;

}

.service-residential .service-residential-wrap .residential-sliders {
  flex-wrap: nowrap;
  justify-content: center;
}

.service-residential .icons-wraps img {
  width: 83px;
  margin-left: auto;
}

.prohibited-page-space {
  margin: 80px 0px;
}



/* booking model */


.booking-engine-popup {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity .15s linear;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.booking-engine-popup.is-open-model {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 16.9884px;
  visibility: visible;
}

.booking-engine-popup .form-overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 8;
}

.booking-engine-popup.is-open-model .modal-dialog {
  transform: none;
}

.booking-engine-popup .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.75rem auto;
  max-width: 600px;
  min-height: calc(100% - 1.5rem);
  pointer-events: none;
  position: relative;
  transform: translateY(-50px);
  transition: transform .3s ease-out;
  width: auto;
  z-index: 10;
}

.booking-engine-popup .modal-header {
  border: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  z-index: 10;
}

.booking-engine-popup .close {
  background: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  height: 27px;
  opacity: 1;
  padding: 0;
  width: 27px;
}

.booking-engine-popup .close:before {
  transform: rotate(45deg);
}

.booking-engine-popup .close:after {
  transform: rotate(-45deg);
}

.booking-engine-popup .close:after,
.booking-engine-popup .close:before {
  background-color: #333;
  content: " ";
  height: 13px;
  left: 13px;
  position: absolute;
  top: 7px;
  width: 2px;
}

.booking-engine-popup .modal-content {
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff66;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  outline: 0;
  padding: 15px;
  pointer-events: auto;
  position: relative;
  width: 100%;
  background: #263228;
}

.booking-engine-popup .engine-popup-inner {
  height: 470px;
}

.booking-engine-popup .engine-popup-inner iframe {
  height: 100%;
  border-radius: 10px;
}

/* dimension popup */

.dimension-popup .dimension-popup-inner {
  display: flex;
}

.dimension-popup .left-sec {
  width: 40%;
}

.dimension-popup .right-sec {
  width: 60%;
  padding-left: 30px;

}

.dimension-popup .section {
  margin-bottom: 20px;
}

.dimension-popup .modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1.75rem auto;
  max-width: 800px;
  min-height: calc(100% - 1.5rem);
  pointer-events: none;
  position: relative;
  transform: translateY(-50px);
  transition: transform .3s ease-out;
  width: auto;
  z-index: 10;
}

.dimension-popup .modal-content {
  border: 1px solid #54BF44;
  display: flex;
  flex-direction: column;
  outline: 0;
  padding: 30px 15px;
  pointer-events: auto;
  position: relative;
  width: 100%;
  background: #fff;
}

.dimension-popup .close:hover {
  background: #263228;

}

.dimension-popup .section-heading {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #263228;
}

.dimension-popup .section:last-child {
  margin-bottom: 0px;
}

.dimension-popup .section ul li {
  display: flex;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.dimension-popup .section ul li svg {

  color: #54BF44;
}

.dimension-popup .section ul li:last-child {
  margin-bottom: 0px;
}

.dimension-popup .icon {
  width: 8%;
}

.dimension-popup .content {
  width: 92%;
}

.dimension-popup.open-demension-model {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 16.9884px;
  visibility: visible;
}

.dimension-popup .modal-header svg {
  vertical-align: super;
}

.dimension-popup .close {
  margin: 0px;
  padding: 10px 13px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  z-index: 2;
  background: #54BF44;
  border-radius: 0px 0px 0px 20px;
  font-size: 17px;
  font-weight: bolder;
  padding-bottom: 4px;
  border: 0px;
}

.dimension-popup .modal-header {
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0;
}

.dimension-popup.open-demension-model .modal-dialog {
  transform: none;
}

.dimension-popup .form-overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 8;
}

.dimension-popup {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity .15s linear;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.home-booking .booking-rows {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;


}


.home-booking {
  position: relative;
  margin: 40px 0px;
}


.home-booking .booking-wrap {
  background: #fff;
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  border: 1px solid rgb(0 0 0 / 20%);
  box-shadow: 0 1px 15px #0003;
}


.home-booking .number-text {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -34px;
  left: 0;
}


.home-booking .icons {
  width: 60px;
  margin: 0 auto;
  /* position: absolute; */
  top: 0px;
}

.home-booking .heading {
  font-size: 25px;
  text-align: center;
  margin: 10px 0px;

}

.pricing-section .blank-top-space {
  min-height: 20px;

}

.pricing-section .blank-space {
  min-height: 30px;
}

.home-booking .booking-wraps .heading {

  color: #fff;
}

.home-booking .booking-btn {
  text-align: center;
  margin-top: 15px;
}

.home-booking .theme-btn {
  border-color: #54BF44;
  background-color: #54BF44;
  color: #263228;
}


.home-booking .theme-btn:hover .color-overlay {
  background-color: #263228;
}

.blog-details-navigation {
  margin-top: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;

}

.overflow-page {
  overflow: hidden;
}


.blog-detail-img {
    height: 542px;
}

.blog-detail-img  img{
      height: 100%;
      object-fit: cover;
}