@import url("https://fonts.googleapis.com/css2?family=Artifika&family=Courgette&family=DM+Sans:wght@400;500;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&family=Karla:wght@300;400;500;600;700&family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "acratica.ffp.otf";
  src: url("../fonts/acratica.ffp.otf");
}
@media only screen and (max-width: 1199px) {
  .product-title {
    flex-direction: column;
    justify-content: start !important;
    align-items: start;
    margin: 30px 30px 0 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none !important;
  }
}
@media only screen and (max-width: 1104px) {
  .navBar ul li {
    padding: 15px;
  }
}
@media only screen and (max-width: 1053px) {
  .navbar {
    display: block !important;
  }
  .navbar .nav-item a {
    color: #000 !important;
  }
  .navBar {
    display: none !important;
  }
  .navbar-brand img {
    height: 70px;
  }
  .links ul li {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
    z-index: 999999999 !important;
  }
  .links ul li a {
    color: #000;
  }
  .links .childs {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .sticky {
    position: static !important;
  }
  .navbar {
    z-index: 99999 !important;
  }
  .wrapper {
    display: none !important;
  }
  .offcanvas {
    z-index: 99999999 !important;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec__bg .company-text {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about-btn {
    display: none !important;
  }
  h1 {
    text-align: center;
  }
  h2,
  h3 {
    font-size: 18px !important;
  }
  p,
  a,
  li {
    font-size: 14px !important;
  }
  .banner-heading h1 {
    font-size: 45px !important;
  }
  .banner-heading p {
    font-size: 20px;
  }
  .about-section {
    text-align: start;
  }
  #about-btn {
    background-color: #f8de08;
    padding: 10px 25px;
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    border-radius: unset;
  }
  #about-btn a {
    color: #000;
  }
  #about-btn:hover {
    background-color: #3c6255;
    outline-offset: 4px;
    outline: 2px solid #067940;
  }
  #about-btn:hover a {
    color: #fff;
  }
  .wrapper-title {
    font-size: 18px !important;
  }
  .mobile-img {
    order: 1;
  }
  .onsite-text {
    margin-top: 15px;
  }
  .about-us-banner .banner-title {
    height: 80vh;
  }
  .copyright {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=media-query.css.map */