* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif !important;
}

h2 {
  font-size: 35px;
  font-weight: 600 !important;
}

a {
  text-decoration: none !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 1px !important;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: #f5eddc !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.9192051821) 0%);
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@-webkit-keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.site-header {
  z-index: 9999999999999 !important;
  padding: 0;
  width: 100%;
  /* background-color: #ffffff; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

.logo :hover {
  background-color: transparent !important;
}

.navbar-brand .logo {
  width: 320px;
}
.navbar-brand :hover {
  background-color: transparent !important;
}

.nav-item {
  padding: 15px;
}

.nav-item :hover {
  color: #8fd002 !important;
  transition: all 0.4s ease-in-out;
}

.nav-btn button {
  background-color: #1fa5fc;
  padding: 8px 15px;
  border-radius: 30px;
  border: none !important;
  text-decoration: none;
  color: #fff !important;
}
.nav-btn :hover {
  color: #fff;
  background-color: #8fd002;
}

.fixed-side {
  display: none;
}

.fixed-banner {
  display: block;
  background: url("./images/banner-imges.png") center no-repeat;
  width: 275px;
  height: 70vh;
  position: absolute;
  top: 103px;
  right: 0 !important;
  z-index: 999999 !important;
}

.side-nav {
  position: relative !important;
}
.side-nav ul {
  position: absolute;
  top: 30px;
  right: 20px;
}
.side-nav ul li {
  list-style: none;
  transform: rotate(-90deg);
  padding: 30px 0px;
}
.side-nav ul li a {
  color: #fff;
}
.side-nav .nav-contact {
  position: absolute;
  top: 350px;
  right: 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.side-nav .nav-contact img {
  width: 60px;
}
.side-nav .nav-contact a {
  color: #fff;
  font-size: 20px;
}

.whatsapp {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 10000000000000003000000000 !important;
}
.whatsapp .whatsapp-icon img {
  height: 50px;
}
.whatsapp .whatsapp-icon :hover {
  background-color: transparent !important;
}

.modal {
  overflow: visible !important;
  z-index: 100000000000000010000000000000 !important;
}
.modal #modalBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #8fd002;
  opacity: 1 !important;
  border-radius: 50% !important;
  padding: 10px;
}
.modal .form-control {
  border: 1px solid #8fd002;
}
.modal :hover {
  box-shadow: none !important;
}
.modal :focus {
  box-shadow: none !important;
}
.modal .submit-btn {
  background-color: #8fd002 !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 8px;
}

.carousel {
  background: url("../assests/images/banner.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel2 {
  background: url("../assests/images/banner-2.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel3 {
  background: url("../assests/images/banner-3.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.carousel-indicators {
  flex-direction: column;
  position: absolute;
  color: #8fd002 !important;
}

.carousel-indicators {
  position: relative;
  top: 5%;
}

.home-text {
  position: relative;
  z-index: 9999 !important;
}
.home-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.home-text span {
  font-size: 23px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.home-text .banner-btn {
  background-color: #8fd002;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.home-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-us p {
  margin-bottom: 30px;
  line-height: 30px;
}
.about-us .about-btn {
  margin-top: 100px;
  background-color: #8fd002;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.about-us .about-text {
  margin-top: 40px;
  background-color: #f1f1f1;
  padding: 15px;
  border-left: 5px solid #8fd002;
}
.about-us .about-text strong {
  color: #1fa5fc;
}

.services-bg {
  background-color: #1fa5fc !important;
}

.services {
  position: relative !important;
}
.services h2 {
  text-align: center;
  color: #fff;
}

.service-box {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 16px;
}
.service-box .services-btn {
  margin-top: 35px;
  width: 100%;
  border: 1px solid #fff !important;
  padding: 15px;
  text-align: center;
  color: #fff;
  position: relative !important;
  overflow: hidden !important;
}
.service-box :after {
  content: "";
  display: block;
  position: absolute !important;
  bottom: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  transform: rotate(45deg);
}
.service-box :hover {
  color: #fff;
  background-color: #8fd002 !important;
  transition: all 0.5s ease-in-out;
}

.choose p {
  line-height: 30px;
}

.choose-wrapper {
  background-color: #1fa5fc;
}

.vision-wrapper {
  background-color: #f1f1f1;
}

.choose-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.choose-icon img {
  width: 60px;
}
.choose-icon p {
  margin: 15px;
}

.choose-list {
  padding-left: 0px !important;
}
.choose-list li {
  list-style: none;
  margin: 25px 0px;
  color: #fff;
}
.choose-list li img {
  width: 25px;
  margin-right: 10px;
}

.testimonial-sec {
  background-color: #f1f1f1;
  color: #2c3639;
}
.testimonial-sec .testimonial {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-right: 70px;
  position: relative;
  border-top: 3px solid #8fd002;
  height: 220px;
}
.testimonial-sec .testimonial .test-img {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.testimonial-sec .testimonial .test-img img {
  height: 50px;
  width: 50px;
  border-radius: 50% !important;
  width: auto !important;
  margin-right: 10px;
}
.testimonial-sec .testimonial .test-img h5 {
  color: #8fd002;
}

.why-choose {
  width: 70%;
  margin: auto;
}
.why-choose h2 {
  color: #fff;
}

.vision-text h2 {
  color: #000;
}

.mission-text h2 {
  color: #000;
}

.home-services h2 {
  color: #000;
}

.services-box {
  width: 75%;
  margin: auto;
}
.services-box .secvices-benefits {
  padding-left: 0 !important;
}
.services-box .secvices-benefits li {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: flex-start !important;
}
.services-box .secvices-benefits li img {
  width: 25px;
}

.vacuum-cleaner-img {
  z-index: 9 !important;
}

.footer-bg {
  background-color: #2c3639;
}
.footer-bg .logo img {
  width: 250px;
}
.footer-bg .logo p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
.footer-bg .request-btn {
  background-color: #1fa5fc !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  border: none;
  color: #fff;
}
.footer-bg .request-btn:hover {
  background-color: #8fd002 !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  border: none;
  color: #fff;
}
.footer-bg .footer-form {
  width: 80%;
}
.footer-bg form {
  background-color: rgba(255, 255, 255, 0.089);
  text-align: center;
  padding: 20px;
}
.footer-bg form .footer-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
.footer-bg .form-control {
  border-radius: 0;
}
.footer-bg .btn-primary {
  border-radius: 0;
}

.footer-about h2 {
  color: #8fd002;
}

.footer-nav ul {
  padding-left: 0;
}
.footer-nav ul li {
  list-style: none;
  margin: 20px 0px;
}
.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li :hover {
  color: #8fd002;
}

.footer-contact h2 {
  color: #8fd002;
}

.footer-icon .socail-icon {
  padding-left: 0;
}
.footer-icon .socail-icon i {
  font-size: 30px;
  color: #fff;
}
.footer-icon .socail-icon li {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none !important;
  margin-top: 25px;
}
.footer-icon .socail-icon li a {
  color: #fff;
  font-size: 16px;
}
.footer-icon .socail-icon li :hover {
  color: #8fd002;
}

#wrapper-color {
  background-color: #0c1011;
}
#wrapper-color .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
#wrapper-color .footer-bottom a {
  color: #fff;
  font-size: 16px;
}
#wrapper-color .footer-bottom :hover {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .fixed-banner {
    display: none;
  }
  .carousel-indicators {
    display: none !important;
  }
  .navbar-brand .logo {
    width: 220px;
  }
  .home-text {
    width: 80%;
    margin: 0 auto;
  }
  .home-text h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .choose-icon {
    flex-wrap: wrap;
  }
  .choose-icon div {
    width: 100%;
  }
  #wrapper-color {
    background-color: #0c1011;
  }
  #wrapper-color .footer-bottom {
    display: grid;
  }
  .footer-bg {
    background-color: #2c3639;
  }
  .footer-bg .footer-form {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */