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

* {
    font-family: Yantramanav;
}


.container {
  margin-top: 30px;
}

.rrr-hero {
  height: 60vh;
  background-image: url(../../images/construction-bg.jpg);
  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;
  font-size: 60px;
  color: whitesmoke;
}

.hero-item h5 {
  color: lightgray;
  font-family: Yantramanav;
  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;
  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: 20px 40px;
}

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

.s-thumb {
  position: relative;
}

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

.wwd-inner {
  padding: 30px;
  background: #f6fbff;
}

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

.wwd-item {
  background: #001829;
  -webkit-transition: .3s;
  transition: .3s;
}

.wwd-item img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.wwd-item h3 {
  font-family: Yantramanav;
  text-align: center;
  color: whitesmoke;
}

.wwd-item p {
  font-family: Yantramanav;
  padding: 10px;
  color: lightgray;
}

.wwd-item h4 {
  font-family: Yantramanav;
  color: whitesmoke;
  padding-left: 20px;
}

.wwd-item button {
  min-height: 30px;
  height: 30px;
  margin: 20px;
}

.wwd-item:hover {
  margin-top: -13px;
}

.wwd-item:hover img {
  opacity: .8;
}

.vals-inner {
  padding: 20px;
  background: #e5ffe5;
  margin-top: 50px;
}

.vals-inner h3 {
  font-family: Yantramanav;
  color: #4b4b4b;
}

.vals-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;
  margin-top: 40px;
}

.vg-item img {
  width: 50px;
}

@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;
    font-size: 40px;
  }
  .serv-inner {
    padding: 10px;
  }
  .serv-inner h2 {
    font-family: Yantramanav;
    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;
  }
  .wwd-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}

@media (max-width: 550px) {
  .wwd-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .wwd-inner h2 {
    font-family: Yantramanav;
    font-size: 30px;
  }
  .wwd-item h3 {
    font-family: Yantramanav;
    font-size: 20px;
  }
  .vals-inner h3 {
    font-family: Yantramanav;
    font-size: 20px;
  }
  .vals-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vg-item {
    margin-top: 20px;
  }
  .wwd-inner {
    padding: 10px;
  }
  .how-it-works-inner {
    padding: 10px;
  }
  .wwd-item img {
    height: 200px;
  }
}
/*# sourceMappingURL=construction.css.map */