body {
  margin: 0;
  padding: 0;
}

.banner_h {
  margin: 0;
}

.about_home {
  margin: 0;
  padding: 2em 0;
}

.off_bx_main {
  margin: 2em 0;
}
.off_bx_main .off_bx {
  border: #01693a 1px solid;
  border-radius: 2em;
  overflow: hidden;
}
.off_bx_main .off_bx img {
  width: 100%;
}

.product_list .products {
  border: 1px solid #dcdcdc;
  display: block;
  padding: 2em;
  border-radius: 10px;
  background: #fff;
  position: relative;
  color: #01693a;
  text-decoration: none;
}
.product_list .products::before {
  content: "";
  background: #f7931e;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
  transform: rotate(0);
  border-radius: 10px;
  transition: 0.5s;
}
.product_list .products:hover {
  color: #2e2e2e;
}
.product_list .products:hover::before {
  transform: rotate(4deg);
}
.product_list .products .product_img {
  margin-bottom: 1em;
}
.product_list .products .product_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_bx {
  background: #1d1d1d;
  padding: 2em 0;
}
.footer_bx h5 {
  color: #fff;
}
.footer_bx ul {
  margin: 0;
  padding: 0;
}
.footer_bx ul li {
  display: block;
  padding: 2px 0;
  color: #b2b2b2;
}
.footer_bx ul li a {
  color: #b2b2b2;
  text-decoration: none;
}

.page_header {
  padding: 2em;
  background: url("../images/bg.svg");
  width: 100%;
}

.menu_rs .navbar-nav .nav-link {
  text-transform: uppercase !important;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  color: #fff !important;
}
.menu_rs .navbar-nav .active {
  color: #e9ed06 !important;
}/*# sourceMappingURL=style.css.map */