@charset "UTF-8";
body {
  position: relative;
}
@media (min-width: 992px) {
  body header, body .body_overlay, body main, body footer {
    transform: none !important;
  }
}
body .body_overlay {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 114, 114, 0.67);
  z-index: 9;
}
@media (min-width: 992px) {
  body .body_overlay {
    display: none;
  }
}
body header .header_contact {
  position: relative;
}
body header .header_contact .header_contact1 {
  background-color: #0084b7;
  padding: 0.6rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .header_contact .header_contact1 div * {
  color: white;
  font-size: 12px;
}
body header .header_contact .header_contact1 div > i {
  margin-right: 15px;
}
body header .header_contact .header_contact1 div a {
  margin-right: 10px !important;
}
body header .header_contact .header_contact1 div a:last-of-type {
  margin-right: 0 !important;
}
body header .header_contact .header_contact1 div a:hover {
  opacity: 0.6;
}
body header .header_contact .header_contact2 {
  overflow: auto;
  margin: 1rem 1.5rem 2.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.99px) {
  body header .header_contact .header_contact2 {
    margin: 0.5rem 1.5rem;
  }
}
body header .header_contact .header_contact2 a {
  display: block;
  float: left;
}
body header .header_contact .header_contact2 a img {
  width: 85%;
}
@media (max-width: 991.99px) {
  body header .header_contact .header_contact2 a img {
    width: 75%;
  }
}
body header .header_contact .header_contact2 div * {
  color: #0084b7;
  font-size: 12px;
}
body header .header_contact .header_contact2 div span {
  font-family: "Montserrat";
}
body header .header_contact .header_contact2 div span:nth-of-type(2) {
  display: block;
  color: #898989 !important;
}
body header .header_contact .header_contact2 button {
  background-color: #a4ba28;
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: white;
}
body header .header_contact .header_contact2 button span {
  display: block;
  color: black;
}
body header .header_contact .header_nav {
  position: absolute;
  bottom: -5rem;
  background-color: #0084b7;
  width: calc(100% - 3rem);
  margin: 0rem 1.5rem;
  padding: 0;
  z-index: 9;
}
body header .header_contact .header_nav a {
  display: block;
  float: left;
  padding: 1.3rem;
  color: white;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
body header .header_contact .header_nav a:last-of-type {
  float: right;
  background-color: #a4ba28;
  border: none;
}
body header .header_contact .header_nav a:last-of-type i {
  margin-right: 10px;
}
body header .header_contact .header_nav a:last-of-type:hover {
  background-color: #6e9c10 !important;
  color: white !important;
}
body header .header_contact .header_nav a:hover {
  color: #c5f565 !important;
}
body header .header_contact .header_nav a:active {
  color: #a4ba28 !important;
}
body .header_sidebarNav {
  background-color: #333;
  height: 100vh;
  position: fixed !important;
  right: 15rem;
  top: 0rem;
  width: 15rem;
  z-index: 9;
  transform: translate(15rem, 0px);
  overflow-y: auto;
  padding: 1rem 0.5rem;
}
@media (min-width: 992px) {
  body .header_sidebarNav {
    display: none;
  }
}
body .header_sidebarNav .header_contact1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.7rem;
}
body .header_sidebarNav .header_contact1 div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #fff;
  margin: 0.5rem;
}
body .header_sidebarNav .header_contact1 div * {
  color: white;
}
body .header_sidebarNav .header_contact1 div:first-of-type {
  border-radius: 5px;
}
body .header_sidebarNav .header_contact1 div:first-of-type i {
  border-right: 1px solid #fff;
  padding: 1rem 0.6rem;
}
body .header_sidebarNav .header_contact1 div:first-of-type span {
  padding: 0 0.8rem;
  font-size: 13px;
}
body .header_sidebarNav .header_contact1 div:last-of-type {
  border: none;
  justify-content: flex-start;
}
body .header_sidebarNav .header_contact1 div:last-of-type a:hover {
  opacity: 0.6;
}
body .header_sidebarNav .header_contact1 div:last-of-type a i {
  padding: 0.3rem;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 0.5rem;
  font-size: 12px;
}
body .header_sidebarNav .header_contact2 a {
  display: block;
  float: left;
}
body .header_sidebarNav .header_contact2 div {
  display: block;
  border: 1px solid white;
  margin: 0.5rem;
  border-radius: 5px;
  padding-bottom: 0.5rem;
}
body .header_sidebarNav .header_contact2 div * {
  color: #0084b7;
  font-size: 12px;
}
body .header_sidebarNav .header_contact2 div i {
  display: block;
  padding: 1.2rem 0.8rem;
  float: left;
  border-right: 1px solid #fff;
  margin-right: 0.8rem;
}
body .header_sidebarNav .header_contact2 div span {
  font-family: "Montserrat";
}
body .header_sidebarNav .header_contact2 div span:nth-of-type(2) {
  display: block;
  color: #898989 !important;
}
body .header_sidebarNav .header_contact2 button {
  background-color: #a4ba28;
  border: none;
  border-radius: 5px;
  color: white;
  width: calc(100% - 1rem);
  margin: 0.5rem;
  font-size: 13px;
  padding: 0.3rem 0;
}
body .header_sidebarNav .header_contact2 button span {
  display: block;
  color: black;
}
body .header_sidebarNav .header_nav a {
  display: block;
  margin: 0.6rem;
  padding-bottom: 0.3rem;
  color: white;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 0.8px solid #fff;
}
body .header_sidebarNav .header_nav a:last-of-type {
  background-color: #a4ba28;
  border: none;
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
}
body .header_sidebarNav .header_nav a:last-of-type i {
  margin-right: 10px;
}
body .header_sidebarNav .header_nav a:last-of-type:hover {
  background-color: #6e9c10 !important;
  color: white !important;
}
body .header_sidebarNav .header_nav a:hover {
  color: #c5f565 !important;
}
body .header_sidebarNav .header_nav a:active {
  color: #a4ba28 !important;
}
body #btn_tgNav {
  z-index: 99;
  position: absolute;
  top: 1rem;
  right: 2rem;
  background-color: white;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: #333;
}

footer {
  background-color: #171717;
  color: #7f7f7f;
}
footer .container-fluid .row:first-of-type {
  padding: 3rem 1rem;
}
footer .container-fluid .row:first-of-type > div:first-of-type a img {
  width: 75%;
  margin-left: 0.4rem;
}
footer .container-fluid .row:first-of-type > div:first-of-type p {
  font-size: 14px;
  text-align: justify;
}
footer .container-fluid .row:first-of-type > div:first-of-type div a {
  margin-right: 1.1rem;
}
footer .container-fluid .row:first-of-type > div:first-of-type div a i {
  color: white;
  font-size: 14px;
}
footer .container-fluid .row:first-of-type > div:first-of-type div a:hover i {
  color: #a4ba28;
}
footer .container-fluid .row:first-of-type > div h5 {
  font-size: 18px;
  margin: 0 0 24px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #2e2e2e;
  color: #fff;
}
footer .container-fluid .row:first-of-type > div h5::after {
  height: 3px;
  width: 73px;
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  background-color: white;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(2) ul {
  padding-left: 1rem;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(2) ul li a {
  width: 50%;
  float: left;
  position: relative;
  font-size: 12px;
  color: #7f7f7f;
  text-decoration: none;
  margin: 0.5rem 0rem;
  font-family: "Montserrat";
}
footer .container-fluid .row:first-of-type > div:nth-of-type(2) ul li a:hover {
  color: #a4ba28;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(2) ul li a:active {
  color: #a4ba28;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(2) ul li a::before {
  position: absolute;
  left: -0.8rem;
  top: 0.35rem;
  content: "";
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
}
footer .container-fluid .row:first-of-type > div:nth-of-type(3) ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.2rem 0rem 0.2rem -0.2rem;
  padding: 0.2rem 0rem;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(3) ul li:first-of-type {
  margin: 0.5rem 0rem 0.2rem !important;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(3) ul li * {
  display: block;
  float: left;
  font-size: 12px;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(3) ul li i {
  margin: 0rem 0.8rem;
  color: #a4ba28;
}
footer .container-fluid .row:first-of-type > div:nth-of-type(3) ul li span {
  border-left: 1px solid #fff;
  padding: 0.2rem 0rem;
  padding-left: 0.5rem;
}
footer .container-fluid .row:first-of-type > div:last-of-type a {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
footer .container-fluid .row:first-of-type > div:last-of-type a:hover {
  color: #a4ba28;
}
footer .container-fluid .row:first-of-type > div:last-of-type p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  color: #7f7f7f;
  text-decoration: none;
}
footer .container-fluid .row:first-of-type > div:last-of-type p i {
  margin: 0rem;
  margin-right: 0.8rem;
  color: #a4ba28;
}
footer .container-fluid .row:last-of-type {
  padding: 1.8rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.8px solid #7f7f7f;
}
@media (max-width: 992px) {
  footer .container-fluid .row:last-of-type {
    justify-content: space-between;
  }
}
footer .container-fluid .row:last-of-type div {
  font-family: "Montserrat";
  font-size: 14px;
  color: #7f7f7f;
}
footer .container-fluid .row:last-of-type div a {
  text-decoration: none;
}
footer .container-fluid .row:last-of-type div a:hover {
  color: #a4ba28;
}

* {
  box-sizing: border-box;
}

.banner-section {
  background-image: url("../Assets/Images/bred-300x40.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: auto;
  position: relative;
  /*&::before{
      background-color: rgba(0, 0, 0, 0.4);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
  }
  .container{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;*/
}
.banner-section h1 {
  color: white;
}

.breadcrumb {
  background-color: #0084b7;
  border-radius: 0;
  padding: 12px 30px;
}
.breadcrumb .breadcrumb-item {
  font-family: "Montserrat";
  font-size: 13px;
}
.breadcrumb .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb .active {
  color: #fff;
}
.breadcrumb .active::before {
  color: inherit;
}

.desc-section {
  margin: 6rem 0rem 2.5rem !important;
  padding: 0rem 2rem;
}
.desc-section h4 {
  position: relative;
  padding: 0rem 3rem;
}
.desc-section h4::before {
  content: "What we do";
  position: absolute;
  left: 3rem;
  top: -1.2rem;
  color: #c9c9c9;
  display: block;
  font-size: 0.72em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
.desc-section p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  font-family: "PT Sans";
}

.file-section {
  background-color: #0084b7 !important;
  width: 100%;
  clear: both;
  padding: 1rem 4em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) and (min-width: 569.9px) {
  .file-section p {
    margin-right: 3.5rem !important;
  }
}
@media (max-width: 570px) and (min-width: 400px) {
  .file-section button {
    bottom: -1rem !important;
    right: 1rem !important;
  }
  .file-section p {
    margin-right: 0rem !important;
  }
}
.file-section * {
  display: block;
  float: left;
}
.file-section i {
  color: white;
  margin-right: 15px;
  font-size: 1.7rem;
}
.file-section p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat";
  margin-bottom: 0;
  width: calc(100% - 40px);
  margin-right: 7.5rem;
}
.file-section button {
  background-color: #242424;
  color: white;
  position: absolute;
  bottom: -0.5rem;
  right: 2rem;
  border-radius: 5px;
  border: none;
  padding: 0.8rem 1.4rem;
  width: 9rem;
}
.file-section button * {
  display: block;
  float: left;
  color: white;
  font-size: 0.7rem;
}
.file-section button i {
  margin-right: 10px;
  margin-top: 2px;
}
.file-section button a {
  text-decoration: none;
}
.file-section button:hover {
  background-color: white;
}
.file-section button:hover * {
  color: #242424;
}

@keyframes pgAnmy {
  from {
    left: 98%;
  }
  to {
    left: -98%;
  }
}
.home_slider {
  overflow: hidden;
}
.home_slider .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 6rem 4rem;
  height: 100vh;
}
.home_slider .carousel-item:first-of-type {
  background-image: url("../Assets/Images/slide-recycle.jpg");
}
.home_slider .carousel-item:nth-of-type(2) {
  background-image: url("../Assets/Images/wine-cooler-06.jpg");
}
.home_slider .carousel-item:last-of-type {
  background-image: url("../Assets/Images/slide-home-elephant1.jpg");
}
.home_slider .carousel-item h6 {
  font-size: 20px;
  font-weight: 400;
  color: #0084b7;
  font-family: Montserrat;
}
.home_slider .carousel-item h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: white;
  font-family: Montserrat;
}
.home_slider .carousel-item p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "PT Sans";
  max-width: 45%;
  margin-bottom: 2rem;
}
.home_slider .carousel-item button {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  font-family: roboto;
  background-color: white;
  border-radius: 3px;
  padding: 0.4rem 1.5rem;
  border: none;
}
.home_slider .carousel-item button:first-of-type {
  background-color: #0084b7;
  color: white;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .home_slider .carousel-item {
    padding: 6rem 3rem;
  }
  .home_slider .carousel-item h6 {
    font-size: 18px;
  }
  .home_slider .carousel-item h2 {
    font-size: 40px;
  }
  .home_slider .carousel-item p {
    font-size: 13px;
  }
  .home_slider .carousel-item button {
    font-size: 12px;
  }
  .home_slider .carousel-control-prev {
    left: -1rem !important;
  }
  .home_slider .carousel-control-next {
    right: -1rem !important;
  }
}
.home_slider .carousel-control-prev {
  left: -3rem;
}
.home_slider .carousel-control-next {
  right: -3rem;
}

.home_slider_footer {
  overflow: hidden;
  padding: 1.6rem 0.8rem;
  background-color: #0084b7;
  position: relative;
}
.home_slider_footer p {
  color: white;
  position: absolute;
  top: 0.5rem;
  right: auto;
  margin-bottom: 0%;
  font-size: 24px;
  font-family: "PT Sans";
  width: calc(100% - 1.6rem);
  animation: pgAnmy 15s linear infinite;
}
@media (max-width: 830px) {
  .home_slider_footer {
    padding: 2.5rem 0.8rem;
  }
  .home_slider_footer p {
    animation: pgAnmy 10s linear infinite;
  }
}

.productSteps .row .productSteps_item p {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  font-family: "PT Sans";
}

.products-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  background-image: url("../Assets/Images/pyramid-glass-HD-720p.mp4_snapshot_09.58.jpg");
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
  margin-bottom: 1.5rem;
}
.products-container .products .products_nav ul {
  background-color: #0084b7;
  width: 100%;
}
.products-container .products .products_nav ul li {
  float: left;
}
.products-container .products .products_nav ul li button {
  padding: 0.7rem 0.65rem;
  font-size: 11px !important;
  background-color: transparent;
  color: white;
  border: none;
}
.products-container .products .products_item_container {
  flex-wrap: nowrap;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
}
@media (max-width: 899.9px) {
  .products-container .products .products_item_container {
    grid-template-columns: repeat(2, 48%);
  }
}
.products-container .products .products_item_container .products_item {
  position: relative;
  padding: 0;
}
@media (max-width: 899.9px) {
  .products-container .products .products_item_container .products_item {
    margin-bottom: 1.5rem;
  }
}
.products-container .products .products_item_container .products_item::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all linear 0.3s;
  z-index: 2;
  opacity: 0;
}
.products-container .products .products_item_container .products_item:hover::before {
  opacity: 1;
}
.products-container .products .products_item_container .products_item:hover .products_item_overlay {
  opacity: 1;
}
.products-container .products .products_item_container .products_item .products_item_overlay {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all linear 0.3s;
  z-index: 2;
  padding-top: 33%;
  padding-left: 5%;
}
.products-container .products .products_item_container .products_item .products_item_overlay p {
  color: #a4ba28;
  font-size: 14px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
}
.products-container .products .products_item_container .products_item .products_item_overlay button {
  background-color: #89c218;
  color: #ffffff;
}
.products-container .products .products_item_container .products_item img {
  width: 100%;
}
.products-container .products .products_controll {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.products-container .products .products_controll button {
  background-color: #0084b7 !important;
  color: white;
  opacity: 1;
  border: 1px solid white;
  border-radius: 5px;
}
.products-container .products .products_controll button:hover {
  opacity: 0.4;
}
.products-container .products .products_controll button:first-of-type {
  margin-right: 0.5rem;
}
.products-container .products .products_controll button i {
  color: white;
  background: transparent;
  padding: 0.7rem 0.45rem;
  font-size: 12px;
}

.factoryTour .owl-carousel .owl-nav {
  position: relative;
  height: 1rem;
  width: 100%;
  clear: both;
}
.factoryTour .owl-carousel .owl-nav button {
  position: absolute;
  top: -4.5rem;
}
.factoryTour .owl-carousel .owl-nav button.owl-prev {
  left: -1rem;
}
.factoryTour .owl-carousel .owl-nav button.owl-next {
  right: -1rem;
}

.home_file {
  background-color: #0084b7 !important;
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_file * {
  display: block;
  float: left;
  color: white;
  font-size: 18px;
}
.home_file p {
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat";
  margin-bottom: 0rem;
}
@media (max-width: 992px) {
  .home_file p {
    margin-bottom: 0.8rem;
  }
}
.home_file button {
  background-color: #89c218;
  border: none;
  padding: 0.5rem 1.4rem;
}
.home_file button a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: white;
}
.home_file button:hover {
  background-color: #64910a;
}