@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

*{
    font-family: 'Yantramanav', sans-serif;
}
div{
    font-family: 'Yantramanav',
        sans-serif;
}
.container {
  margin-top: 30px;
}

.rrr-hero {
  height: 70vh;
  background-image: url(../../images/clean-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.rrr-hero-inner {
  background: linear-gradient(45deg, #00004b, rgba(0, 128, 0, 0.212));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 100px;
}

.hero-item h1 {
    font-family: 'Yantramanav',
        sans-serif;
  font-size: 60px;
  color: whitesmoke;
}

.hero-item h5 {
    font-family: 'Yantramanav',
        sans-serif;
  color: lightgray;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero-item .act-btn {
  margin-top: 30px;
}

.hero-item .act-btn button {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.hero-item .act-btn button div {
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  background: whitesmoke;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -120px;
  color: #249b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.hero-item .act-btn:hover button {
  color: #249b49;
}

.hero-item .act-btn:hover div {
  padding-left: 20px;
  left: 0px;
  height: 100%;
  z-index: 0;
}

.bread-crumbs {
  font-family: 'Yantramanav',
    sans-serif;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 20px;
}

.bread-crumbs a {
  color: #249b49;
}

.serv-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.serv-inner {
  padding: 40px;
}

.serv-inner h2 {
    font-family: 'Yantramanav',
        sans-serif;
  margin: 40px 0px;
  text-align: center;
}

.s-content p {
  color: #818181;
  font-size: 18px;
}

.s-thumb img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-outer {
  margin-top: 40px;
}

.ct-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 50px;
}

.ct-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-shadow: 0px 2px 5px lightgray;
          box-shadow: 0px 2px 5px lightgray;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ct-icon {
  margin-right: 20px;
}

.our-services {
  background: url(../../images/waste-bg.png);
  background-attachment: fixed;
}

.os-inner {
  padding: 90px 20px;
  background: rgba(0, 0, 0, 0.863);
}

.os-inner h2 {
    font-family: 'Yantramanav',
        sans-serif;
  margin: 40px;
}

.os-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.os-item {
  border: 1px solid lightgray;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.os-item h3 {
    font-family: 'Yantramanav',
        sans-serif;
  font-size: 23px;
  padding: 10px;
  min-height: 60px;
  color: #249b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f1f1f1;
}

.os-item ul {
  list-style: circle;
  padding-left: 30px;
}

.os-item p, .os-item li {
  padding: 0px 10px;
  color: lightgray;
}

.wwd-inner {
  padding: 50px;
}

.wwd-inner h3 {
    font-family: 'Yantramanav',
        sans-serif;
  color: #353535;
}

.wwd-inner p {
  color: #818181;
}

.shot {
  background: url(../../images/cleanbg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.shot-inner {
  background: rgba(0, 1, 61, 0.781);
  height: 100%;
  padding: 30px 50px;
}

.shot-inner ul {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.shot-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: lightgray;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.shot-inner ul li img {
  margin-right: 10px;
}

@media (max-width: 850px) {
  .rrr-hero {
    height: 50vh;
  }
  .rrr-hero-inner {
    padding: 0px 20px;
    height: 100%;
  }
  .hero-item {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .hero-item h1 {
    font-family: 'Yantramanav',
        sans-serif;
    font-size: 40px;
  }
  .serv-inner {
    padding: 10px;
  }
  .serv-inner h2 {
    font-family: 'Yantramanav',
        sans-serif;
    font-size: 20px;
    text-align: left;
    margin: 10px;
  }
  .ct-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ct-item {
    margin: 10px 5px;
    width: calc(100% - 20px);
  }
  .serv-inner {
    padding: 10px;
  }
  .serv-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .wwd-inner {
    padding: 10px;
  }
}

@media (max-width: 550px) {
  .shot-inner {
    padding: 10px;
  }
  .shot-inner ul {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=cleaning.css.map */