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

* {
    font-family: 'Yantramanav', sans-serif;
}

.container {
  margin-top: 30px;
}

.rrr-hero {
  height: 70vh;
  background-image: url(../../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.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 {
  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 {
    font-family: 'Yantramanav', sans-serif;
  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 {
    font-family: 'Yantramanav', sans-serif;
  color: #818181;
  font-size: 18px;
}

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

.mission {
  background: #00004b;
}

.ms-inner {
  padding: 20px;
  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%;
}

.ms-card h3 {
  font-family: 'Yantramanav', sans-serif;
  color: #249b49;
}

.ms-card ul {
  list-style: circle;
  padding-left: 20px;
}

.ms-card p, .ms-card li {
    font-family: 'Yantramanav', sans-serif;
  color: lightgray;
}

.ms-card img {
  width: 70px;
}

.our-services {
  background: url(../../images/waste-bg.png);
  background-attachment: fixed;
  height: 300px;
  margin-bottom: 230px;
}

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

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

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

.os-item {
  background: #226291;
}

.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 {
    font-family: 'Yantramanav', sans-serif;
  padding: 0px 10px;
  color: lightgray;
}

.quote-req-bar {
  background: #00093b;
  padding: 20px;
  margin-top: 300px;
  margin-bottom: 30px;
}

.qrb-inner {
  background: #249b49;
  margin-top: -50px;
  margin-left: calc(100% - 55%);
  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;
  width: 50%;
  padding: 20px;
}

.qrb-inner h4 {
    font-family: 'Yantramanav', sans-serif;
  padding: 0px 20px;
  color: lightgray;
}

.qrb-inner button {
  background: white;
  color: #226291;
  font-size: 20px;
  font-weight: bolder;
}

.how-it-works-inner {
  padding: 20px;
}

.how-it-works-inner h3 {
    font-family: 'Yantramanav', sans-serif;
  text-align: center;
}

.hiw-grid {
  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;
}

.hiw-item img {
  width: 90px;
}

.hiw-item h4 {
    font-family: 'Yantramanav', sans-serif;
  color: #363636;
}

@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;
  }
  .serv-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .our-services {
    height: auto;
    margin-bottom: 20px;
  }
  .os-inner {
    height: auto;
  }
  .os-inner h2 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 30px;
    text-align: left;
    margin: 10px;
    padding: 0px;
  }
  .os-grid {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
  .quote-req-bar {
    margin-top: 30px;
    padding: 0px;
  }
  .qrb-inner {
    width: 100%;
    padding: 10px 0px;
    margin-left: 00px;
  }
  .qrb-inner h4 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
  }
  .qrb-inner button {
    font-size: 11px;
  }
  .hiw-grid {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .arr {
    display: none;
  }
}

@media (max-width: 550px) {
  .ms-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .wwo-inner h2 {
    font-family: 'Yantramanav', sans-serif;
    font-size: 30px;
  }
  .how-it-works-inner {
    padding: 10px;
  }
  .os-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .hiw-item {
    text-align: center;
  }
}
/*# sourceMappingURL=waste.css.map */