@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px,
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

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

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

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

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

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

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Oxanium", sans-serif;
  font-size: 55px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.1;
  text-transform: uppercase;
}

h2 {
  font-family: "Oxanium", sans-serif;
  font-size: 55px;
  color: #000;
  font-weight: 700;
  margin: 0 0 0px;
  text-transform: uppercase;
  line-height: 1;
}

h3 {
  font-family: "Oxanium", sans-serif;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #5d5c5c;
  font-size: 15px;
  font-weight: 500;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 10px 0;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #c5c5c4;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.meun-button {
  text-align: end;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #13dd1b;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.container-fluid.add-padding {
  padding: 0 6%;
}

/*.header-logo a img {*/
/*  width: 173px;*/
/*  height: 128px;*/
/*  object-fit: contain;*/
/*  margin-bottom: -50px;*/
/*}*/
.header-logo a img {
    width: 243px;
    height: 175px;
    object-fit: contain;
    margin-bottom: -50px;
}
.header-logo a img {
  background: #000;
  padding: 10px;
  border-radius: 5px;
}

/* Header Ends */

/* Main Banner Start */

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: 860px;
  object-fit: cover;
}

.banner_text h1 span {
  display: block;
}

section.main_slider {
  position: relative;
  overflow: hidden;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

section.main_slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/main-banner-before.png);
  width: 630px;
  height: 100%;
  background-size: cover;
  top: 0;
  z-index: 9;
  left: -100px;
  transform: rotate(180deg);
}

.meun-button a {
  font-size: 14px !important;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.main-banner-images img {
  width: 635px;
  height: 635px;
  object-fit: cover;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  border-radius: 50%;
  padding-left: 10px;
  animation: floatBadge 5s ease-in-out infinite;
}
@keyframes floatBadge {
  0% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(-4deg);
  }
}
.meun-button a {
  background: #141413;
  color: #e2e2e1;
}
.banner_text p {
  color: #f0f0f0;
}

.theme-btn-1 {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  padding: 12px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
  color: #e1ecf9 !important;
}
section.main_slider .row {
  position: relative;
  z-index: 999;
}

.theme-btn-1 {
  transition: all 0.3s ease;
}

/* Hover Effect */
.theme-btn-1:hover {
  background: #000;
  transition: all 0.3s ease;
  color: #fff;
  transform: translateY(-3px);
  background: linear-gradient(to right, #0a6d1e, #13e31b, #09621e);
}

.news__latter-form button:hover {
  background: #000;
  transition: all 0.3s ease;
  color: #fff;
  transform: translateY(-3px);
  background: linear-gradient(to right, #0a6d1e, #13e31b, #09621e);
}
/* Main Banner Ends */

/* About Easy Waste Out Start */

.all-section {
  padding: 100px 0;
}
.about-easy-waste-out-images img {
  width: 100%;
  height: 502px;
  border-radius: 10px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-0 {
  padding-right: 0;
}
.about-easy-waste-out-heading {
  margin-top: 40px;
  background: #fff;
  margin-left: -40px;
  padding: 20px 30px;
  border-radius: 15px;
}
.about-easy-waste-out-heading h2 span {
  display: block;
}
.about-easy-waste-out-text {
  margin-left: -80px;
  margin-top: 50px;
  padding: 50px 50px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  border-radius: 15px;
}
.about-easy-waste-out-text a {
  background: #000000;
}
.about-easy-waste-out-text p {
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 25px;
}

/* About Easy Waste Out Ends */

/* Our Feature Videos Start */

.our-feature-silder .slick-next {
  top: inherit;
  bottom: -55px;
}
.our-feature-silder .slick-next {
  right: 33px;
}

.our-feature-silder .slick-prev:before {
  content: "\f060";
  font-weight: 900;
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  color: #fff !important;
  animation: floatBadge 5s ease-in-out infinite;
}

.our-feature-silder .slick-next:before {
  content: "\f061";
  font-weight: 900;
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  color: #fff !important;
  animation: floatBadge 5s ease-in-out infinite;
}

.our-feature-silder .slick-prev {
  top: inherit;
  bottom: -55px;
}

.our-feature-silder .slick-prev {
  left: 10px;
}
.our-feature-silder:before {
  content: "";
  position: absolute;
  background: #101828;
  width: 80%;
  height: 2px;
  bottom: -50px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.our-feature-silder {
  position: relative;
}

.our-feature-silder-items img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
}
.our-feature-silder-items-btn a {
  background: #2ccb29d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
.our-feature-silder-items-btn {
  position: absolute;
}

.our-feature-silder-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-feature-silder .slick-slide {
  margin: 0px 10px;
  opacity: 1;
}

.our-feature-videos-heading h2 span {
  display: block;
}
.our-feature-videos-heading label {
  font-family: "Oxanium", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(to right, #0a6d1e, #13e31b, #09621e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-feature-circle-silder-items img {
  width: 611px;
  height: 611px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #00c950;
  animation: floatBadge 5s ease-in-out infinite;
}
.our-feature-circle-silder-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-feature-circle-silder-items-btn {
  position: absolute;
}
.our-feature-circle-silder-items-btn a {
  background: #2ccb29d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
}
.our-feature-videos-heading {
  margin-bottom: 30px;
}
.our-feature-videos-sec {
  padding: 20px 0;
}

/* Our Feature Videos Ends */

/* Our Services Start */

.our-services-sec {
  background-image: url(../images/our-services-background.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  margin-top: 5%;
}
.our-services-heading {
  text-align: center;
}
.our-services-heading label {
  font-family: "Oxanium", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(to right, #0a6d1e, #13e31b, #09621e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-services-heading h2 {
  color: #fff;
}
.our-services-silder-items-heading h2 {
  font-size: 25px;
  line-height: 1.1;
}
.our-services-silder .slick-slide {
  margin: 0px 12px;
}
.our-services-silder .slick-active {
  opacity: 1.5;
}
.our-services-silder-items {
  margin-top: 25px;
  position: relative;
}
.our-services-silder-items-heading {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.our-services-silder-items-button a img {
  width: auto;
  height: auto;
}
.our-services-silder-items-heading {
  position: absolute;
  bottom: 25px;
  z-index: 9;
  right: 0;
  left: 0;
  width: 88%;
  background: #ffffffd9;
  padding: 25px 25px;
  border-radius: 15px;
  margin: 0 auto;
  transition: 0.5s;
}
.our-services-silder-items-button a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.our-services-silder-items-button {
  position: absolute;
  bottom: -2px;
  right: -5px;
  z-index: 9;
}
.our-services-silder-items-heading p {
  color: #5b5b5b;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.our-services-silder-items img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  border-radius: 15px;
}
.our-services-silder-items-button a {
  background-image: -webkit-linear-gradient(
    140deg,
    rgb(9, 98, 30) 0%,
    rgb(19, 227, 27) 49%,
    rgb(10, 109, 30) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 4px solid #141413;
}
.our-services-silder .slick-slide {
  opacity: 1.2;
}
.our-services-silder
  .slick-slide.slick-current.slick-center
  .our-services-silder-items
  .our-services-silder-items-heading {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
}
.our-services-silder
  .slick-slide.slick-current.slick-center
  .our-services-silder-items
  .our-services-silder-items-heading
  * {
  color: #ffffff;
}

.our-services-silder
  .slick-slide.slick-current.slick-center
  .our-services-silder-items
  .our-services-silder-items-button
  a {
  background-color: #fff;
  border: 4px solid #000;
  background-image: inherit;
}
.our-services-silder
  .slick-slide.slick-current.slick-center
  .our-services-silder-items
  .our-services-silder-items-button
  a
  img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%)
    hue-rotate(28deg) brightness(95%) contrast(105%);
}
.our-services-silder .slick-prev:before {
  content: "\f060";
  font-weight: 900;
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3.5px solid #141413 !important;
  font-size: 18px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  color: #fff !important;
  animation: floatBadge 5s ease-in-out infinite;
}
.our-services-silder .slick-prev,
.slick-next {
  z-index: 99;
}
.our-services-silder .slick-prev {
  left: -15px;
}
.our-services-silder .slick-next:before {
  content: "\f061";
  font-weight: 900;
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3.5px solid #141413 !important;
  font-size: 18px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  color: #fff !important;
  animation: floatBadge 5s ease-in-out infinite;
}
.our-services-silder .slick-next {
  right: 8px;
}

.our-services-silder .slick-prev {
  top: 45%;
}
.our-services-silder .slick-next {
  top: 45%;
}

/* Our Services Ends */

/* Why Choose EASY WASTE OUT Start */

section.chose-sec p {
  line-height: 25px;
  width: 82%;
  margin: 0 auto 40px;
}

img.chose-img-sml {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.3s;
}

.chose-sm-img {
  margin-top: 35px;
}

img.chose-lg-sml {
  object-fit: cover;
  border-radius: 20px;
  height: 540px;
  width: 100%;
  transition: 0.3s;
}

.chose-listing.chg {
  margin-top: 30px;
}

.chose-icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  flex-shrink: 0;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  transition: 0.3s;
  animation: floatBadge 5s ease-in-out infinite;
}

.chose-txt h3 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
}

.chose-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.list-item {
  gap: 16px;
  transition: 0.3s;
}

.chose-listing {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
}
.chse-left-col {
  margin-right: 20px;
}

.chse-right-col {
  margin-left: 20px;
}

/* Why Choose EASY WASTE OUT Ends */

/* Upgrade Community Professional Start */

.upgrade-community-professional-sec {
  background-image: url(../images/upgrade-community-professional-background.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  margin: 20px 0;
  padding: 120px 0;
}
.upgrade-community-professional-heading h2 span {
  display: block;
}
.upgrade-community-professional-heading {
  text-align: center;
}
.upgrade-community-professional-heading h2 {
  font-size: 65px;
  color: #ffff;
  margin-bottom: 15px;
}
.upgrade-community-professional-heading a {
  background: #141413;
}

/* Upgrade Community Professional Ends */

/* What Property Managers Say Start */

.property-managers-say-heading h2 span {
  display: block;
}
.property-managers-silder {
  margin-top: 20px;
}
.property-managers-silder-items img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 15px;
}
.property-managers-silder .slick-slide {
  margin: 0px 0px;
}
.property-managers-text-silder .slick-slide {
  margin: 0px 0px;
}
.property-managers-text-silder {
  margin-top: 170px;
  margin-left: 20px;
}
.property-managers-text-silder-items h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.property-managers-text-silder-items p {
  line-height: 28px;
  color: #514f4f;
  font-weight: 500;
  margin-bottom: 25px;
}

.property-managers-text-silder-items ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.property-managers-text-silder-items ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  justify-content: end;
}
.property-managers-text-silder-items span {
  color: #135dce;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  font-size: 18px;
}
.property-managers-text-silder-items ul li.active img {
  width: 55px !important;
  height: 55px !important;
  border: 3px solid #12d01b;
  animation: floatBadge 5s ease-in-out infinite;
}
.property-managers-text-silder .slick-dots {
  bottom: 15px;
  text-align: left;
}
.property-managers-text-silder .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 1;

  background: #1e1cb0;
  border-radius: 50%;
}
.property-managers-text-silder .slick-dots li.slick-active button:before {
  color: black;
  background: #12d01b;
}
.property-managers-text-silder .slick-dots li {
  margin: 0 3px;
}
.property-managers-text-silder .slick-dots {
  bottom: 15px;
  text-align: left;
  left: 45px;
}

.property-managers-text-silder .slick-next {
  top: inherit;

  bottom: 10px;
}
.property-managers-text-silder .slick-prev {
  top: inherit;
  bottom: 10px;
  z-index: 99999;
}
.property-managers-text-silder .slick-prev {
  left: 5px;
}
.property-managers-text-silder .slick-prev:before {
  content: "\f104";
  font-weight: 900;
  font-family: "FontAwesome";
  color: #000 !important;
  font-size: 18px;
}
.property-managers-text-silder .slick-next:before {
  content: "\f105";
  font-weight: 900;
  font-family: "FontAwesome";
  color: #000 !important;
  font-size: 18px;
}
.property-managers-text-silder .slick-next {
  right: 330px;
}

/* What Property Managers Say Ends */

/* Footer Start */

ul.footer-social li a {
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #000000;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  transition: 0.5s;
  animation: floatBadge 5s ease-in-out infinite;
}

ul.footer-social li a:hover {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  color: #fff;
  transition: 0.5s;
}

footer {
  background: #0b0b0b;
  position: relative;
  padding-top: 100px;
  margin-top: 80px;
}

.footer--cp {
  padding: 20px 0;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 5%,
    #00e600 5%,
    #009900 80%,
    #222222 113%,
    #222222 100%
  );
}

.news__latter {
  background: #fff;
  padding: 35px 45px;
  border-radius: 20px;
}

.news__latter-form {
  display: flex;
  gap: 0px;
  border: 2px solid #6f6f6f;
  border-radius: 10px;
  overflow: hidden;
  height: 58px;
}

.news__latter-form--wp {
  flex-shrink: 0;
  width: 40%;
}

.news__latter-form input {
  flex-grow: 1;
  width: 100%;
  border-radius: 14px;
  border: 0px;
  font-weight: 500;
  color: #484746;
  font-size: 15px;
  padding: 0px 19px;
  height: 100%;
  text-transform: capitalize;
}

.news__latter-form input::placeholder {
  color: #484746;
}

.news__latter-form button {
  flex-shrink: 0;
  border: 0px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  padding: 0 32px;
  transition: 0.2s;
}

.news__latter h5 {
  font-family: "Oxanium", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 7px;
  font-weight: 700 !important;
}

.news__latter-form button:hover {
  opacity: 80%;
  transform: scale(1.1);
}

.footer_main {
  margin: 30px 0 50px;
}

.footer--logo img {
  width: 100%;
  height: 185px;
  object-fit: contain;
}

.footer--logo a {
  display: block;
}

h5.footer-title-1 {
  color: #fff;
  font-family: "Oxanium", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 22px;
}

h5.footer-title-1 span {
  position: relative;
}

h5.footer-title-1:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  background: #135dce;
}

.footer-location {
  font-size: 16px;
  color: #fff;
}

.footer--links {
  margin-top: 20px;
}

.footer--links ul {
  display: flex;
  margin: 0;
  gap: 14px;
}

.footer--links ul a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.footer--links ul a:hover {
  text-decoration: underline;
}

.footer-col--2 {
  padding-left: 45px;
}

.footer--cnts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-location a {
  color: #fff;
}

.footer--times p {
  line-height: 28px;
}

.news__latter-main {
  top: -72px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer-cp-txt p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

/* Footer Ends */

/* Inner About Us Start */

.abt-inner .about-easy-waste-out-text p {
  line-height: 30px;
  color: #ffffffb5;
}

.abt-iner-txt p {
  line-height: 28px;
}

img.miles-bg-img {
  opacity: 5%;
  object-fit: cover;
}

section.miles {
  background: #141413;
}

.mls--bx {
  flex-shrink: 0;
  display: flex;
  gap: 24px;
}

.mls-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.mls-icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  flex-shrink: 0;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 0%,
    #00e600 0%,
    #009900 80%,
    #222222 113%,
    #222222 100%
  );
  transition: 0.3s;
  animation: floatBadge 5s ease-in-out infinite;
}

.header-logo {
  text-align: end;
}

.mls-txt h2 {
  font-size: 48px;
  line-height: 55px;
}

.mls-txt h5 {
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

span.subheading {
  color: #12dc1b;
  font-size: 22px;
  line-height: 34px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  font-weight: bold;
}

img.team-img {
  width: 380px;
  height: 380px;
  border-radius: 290px;
  object-fit: cover;
  display: table;
  margin: 0 auto;
  border: 6px solid #1937bc;
  position: relative;
}

.team_card {
  position: relative;
  padding: 20px 0px 30px;
  margin: 0px 10px 0px;
}

.team__crd--text {
  position: relative;
  padding-top: 24px;
}

.team__crd--text h3 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.team__crd--text h6 {
  color: #12dc1b;
  font-size: 18px;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  font-weight: bold;
  padding-top: 8px;
}

.team_card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  box-shadow: 0px 0px 7px 0px #5555557a;
}

.team_card:hover:before {
  height: 100%;
}
section.main_slider.inner .carousel-caption {
  position: absolute;
  top: 16px;
}

.main-banner-images.inner img {
  padding: 0 !important;
  background: none !important;
  width: 775px !important;
  border-radius: 0;
  border-top-right-radius: 350px !important;
  border-bottom-right-radius: 350px !important;
  border-top-left-radius: 350px !important;
  border-bottom-left-radius: 350px !important;
  height: 465px !important;
  animation: inherit;
}
.carousel-item.inner > img {
  height: 655px !important;
}

section.main_slider.inner:before {
  content: "";
  position: absolute;
  background-image: url(../images/inner-banner-before-shape.png);
  width: 583px;
  height: 655px;
}
/* Inner About Us Ends  */

/* Inner Services Detail Start */

.inner-detail-services-images img {
  width: 100%;
  height: 616px;
  object-fit: cover;
  border-radius: 15px;
}
.inner-detail-services-text h2 span {
  display: block;
}
.inner-detail-services-text h2 {
  margin-bottom: 12px;
}
.inner-detail-services-text {
  margin-left: 20px;
}
.inner-detail-services-text p {
  line-height: 25px;
  margin-bottom: 25px;
}

/* Inner Services Detail Ends */

/* Inner Services Start */

.inner-services-heading {
  text-align: center;
}
.inner-services-heading p {
  width: 80%;
  margin: 0 auto;
}
.our-services-silder-items.inner:hover
  .our-services-silder-items-heading.inner {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  transition: 0.5s;
}
.our-services-silder-items.inner:hover
  .our-services-silder-items-heading.inner
  * {
  color: #fff;
  transition: 0.5s;
}
.our-services-silder-items.inner:hover
  .our-services-silder-items-button.inner
  a {
  background-image: inherit !important;
  background: #fff;
}
.our-services-silder-items.inner:hover
  .our-services-silder-items-button.inner
  a
  img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(0%)
    hue-rotate(205deg) brightness(102%) contrast(105%);
}
.get-free-quote-form-row {
  border: 2px solid #dedede;
  border-radius: 20px;
}
.get-free-quote-images img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.get-free-quote-form {
  margin-left: 25px;
}
.get-free-quote-input input {
  width: 100%;
  height: 60px;
  background: #f2f2f2;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  margin-top: 20px;
  border-radius: 8px;
  color: #868788;
  font-weight: 500;
  font-size: 15px;
}

.get-free-quote-input input::placeholder {
  color: #868788;
  font-weight: 500;
  font-size: 15px;
}
.get-free-quote-input textarea::placeholder {
  color: #868788;
  font-weight: 500;
  font-size: 15px;
}
.get-free-quote-input textarea {
  width: 100%;
  height: 120px;
  background: #f2f2f2;
  border: 1px solid #e4e4e4;
  padding: 20px 20px;
  margin-top: 20px;
  border-radius: 8px;
  color: #868788;
  font-weight: 500;
  font-size: 15px;
  resize: none;
  margin-bottom: 20px;
}
.get-free-quote-input button {
  border: none;
}
/* Inner Services Ends */

/* Inner Contact Us Start */

section.contact-page .quick-links {
}

section.contact-page ul.linkingList {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 50px 0 34px;
}

section.contact-page ul.linkingList li {
  display: flex;
  align-items: center;
  gap: 20px;
}

p.contact-info-t {
  margin: 0;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oxanium", sans-serif;
  line-height: 20px;
}

section.contact-page ul.linkingList li .text a {
  color: #525252;
  display: inline-block;
  transition: 0.9s;
  font-size: 18px;
}
ul.linkingList .img i {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 201, 255) 0%,
    rgb(30, 28, 176) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
}
ul.linkingList .text p.m-0 {
  color: #525252;
  display: inline-block;
  transition: 0.9s;
  font-size: 18px;
}
section.contact-page ul.linkingList li .img img {
  width: auto;
  transition: 0.9s;
  cursor: pointer;
}

section.contact-page form {
  background: #fefaf6;
  border-radius: 10px;
  padding: 40px 40px;
  border: 1px solid #00000030;
}

.col-lg-7.collefts h2 {
  margin-bottom: 15px;
}

section.contact-page form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 15px;
  border-radius: 6px;

  font-weight: 500;
  transition: 0.6s;
  border: 1px solid #c4c4c4;
  background: #fefaf6;
  text-transform: capitalize;
  color: #9d9a9a;
}

.col-lg-7.collefts textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 15px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.6s;
  border: 1px solid #c4c4c4;
  background: #fefaf6;
  text-transform: capitalize;
  color: #9d9a9a;
}

section.contact-page form input::placeholder {
  color: #9d9a9a;
}
.col-lg-7.collefts button {
  padding: 12px 50px;
  border: none;
}
section.contact-page form textarea::placeholder {
  color: #9d9a9a;
}

section.contact-page form textarea#message {
  width: 100%;
  margin-bottom: 20px;
  border: 0px;
  padding: 18px 20px;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  transition: 0.6s;
  height: 150px;
  resize: unset;
  position: relative;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}

section.contact-page form textarea#message::placeholder {
  color: #9d9a9a;
}

section.map-connect iframe {
  height: 600px;
}

section.contact-page .social ul {
  justify-content: flex-start;
  align-items: flex-start;
}

section.contact-page .social ul li a i {
  color: #000;
  border: 1px solid #000;
  border-radius: 45px;
}

section.contact-page .social {
  margin-top: 40px;
}

section.contact-page .social ul li a i:hover {
  color: #fff;
  border: transparent;
  filter: drop-shadow(2px 4px 26px black);
}

section.contact-page h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 5px;
}
.quick-links > p {
  color: #505050;
  width: 75%;
  font-weight: 500;
}

.cnt-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: 0.2s;
  font-size: 15px;
}

/* Inner Contact Us Ends */

.cta-ff input,
.cta-ff select,
.cta-ff textarea {
  width: 100%;
  border: 1.7px solid #c2c1c1;
  padding: 16px 20px;
  border-radius: 5px;
  color: #565555;
  background: #f8f8f8;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
}

.cta-ff input::placeholder {
  color: #565555;
}
.cta-ff textarea::placeholder {
  color: #565555;
}

.cta-ff textarea {
  border-radius: 10px;
  resize: unset;
  height: 180px;
}

.bt.darkbt button {
  background: linear-gradient(to right, #0a6d1e, #13e31b, #09621e);
  border: none;
  color: #fff;
}

.col-lg-7.collefts .cta-ff select {
  background: #fefaf6;
  color: #9d9a9a;
  border: 1px solid #c4c4c4;
}

section.ctc-contactform .bt {
  width: 100%;
}

section.ctc-contactform .bt button {
  width: 40%;
}

section.ctc-contactform .row.g-5 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.cta-ff {
  position: relative;
}

.cta-ff i.fa-solid.fa-chevron-down {
  position: absolute;
  right: 20px;
  top: 20px;
}


section.contact-page {
    background-image: url(../images/contactbg.png);
    background-size: cover;
    width: 100%;
    position: relative;
}

section.contact-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b1b1b194;
}


section.contact-page .container-fluid {
    position: relative;
    z-index: 999;
}

section.contact-page .quick-links > p {
    color: #000;
    width: 75%;
    font-weight: 600;
}
section.contact-page ul.linkingList .text p.m-0 {
    color: #000;
    
}
section.contact-page ul.linkingList li .text a {
    color: #000;
    
}

.header-logo {
    text-align: end;
    position: relative;
    right: -30px;
}