@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");
}
a {
  text-decoration: none !important;
  font-family: "Roboto", sans-serif !important;
}

body {
  font-family: "Roboto", sans-serif !important;
}
body ::-moz-selection {
  background-color: #067940;
  color: #fff;
}
body ::selection {
  background-color: #067940;
  color: #fff;
}

h2 {
  font-weight: 700 !important;
  color: #3c6255;
}

h3 {
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.wrapper {
  padding: 10px;
  background-color: #f8de08 !important;
}
.wrapper .upper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .upper-nav .nav-contact a {
  color: #3c6255;
}
.wrapper .upper-nav .nav-social i {
  font-size: 18px;
  color: #3c6255;
  padding-left: 15px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(245, 237, 220, 0.5058823529) !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.9192051821) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.navbar {
  display: none !important;
}

.navBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px !important;
}
.navBar ul {
  list-style: none;
}
.navBar ul li {
  display: inline-block;
  padding: 20px;
  position: relative !important;
}
.navBar ul li a {
  color: #000;
}
.navBar ul li .dropdown {
  position: absolute;
  left: 0 !important;
  top: 60px;
  width: 220px;
  background: #3c6255;
  display: none;
  z-index: 999 !important;
  padding: 0;
  margin: 0;
  animation: nav 400ms ease-in-out;
  transform-origin: top center;
}
@keyframes nav {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(15deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.navBar ul li .dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7529411765);
  width: 100% !important;
  padding: 10px;
}
.navBar ul li .dropdown li:hover {
  background-color: #f8de08;
}
.navBar ul li .dropdown li a {
  color: #fff;
  font-size: 15px;
}
.navBar ul li .sub-dropdown {
  position: absolute;
  left: 220px !important;
  background: #3c6255;
  width: 200px;
  top: 0;
  display: none !important;
  padding: 0;
  margin: 0;
}
.navBar ul li .sub-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7529411765);
  width: 100% !important;
}
.navBar ul li .sub-dropdown li a {
  color: #fff;
  font-size: 15px;
}
.navBar ul li .sub-nav {
  position: absolute;
  left: 200px !important;
  background: #3c6255;
  width: 200px;
  top: 0;
  display: none !important;
  padding: 0;
  margin: 0;
}
.navBar ul li .sub-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7529411765);
  width: 100% !important;
}
.navBar ul li .sub-nav li a {
  color: #fff;
  font-size: 15px;
}

.dropdown-nav:hover .dropdown {
  display: block !important;
}

.sub-dropdown-nav:hover .sub-dropdown {
  display: block !important;
}

.sub-dropdown_nav:hover .sub-nav {
  display: block !important;
}

.logo img {
  height: 70px;
  padding-top: 0 !important;
}

.carousel-1 {
  background: url("../images/banner-img/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-2 {
  background: url("../images/banner-img/banner-2.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-3 {
  background: url("../images/banner-img/banner-3.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-4 {
  background: url("../images/banner-img/banner-4.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-5 {
  background: url("../images/banner-img/banner-5.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-6 {
  background: url("../images/banner-img/banner-6.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-7 {
  background: url("../images/banner-img/banner-7.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-8 {
  background: url("../images/banner-img/banner-8.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-9 {
  background: url("../images/banner-img/banner-9.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-10 {
  background: url("../images/banner-img/banner-10.webp") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.carousel-11 {
  background: url("../images/banner-img/banner-11.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.banner-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  text-align: center;
}
.banner-heading h1 {
  color: #f8de08;
  font-size: 80px !important;
  letter-spacing: 0.3rem;
  font-family: "acratica.ffp.otf";
  margin: 0 !important;
}
.banner-heading p {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0.2rem;
}
.banner-heading .banner-btn {
  background-color: #f8de08;
  padding: 10px 25px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: unset;
}
.banner-heading .banner-btn a {
  color: #000;
}
.banner-heading .banner-btn:hover {
  background-color: #3c6255;
  outline-offset: 4px;
  outline: 2px solid #067940;
}
.banner-heading .banner-btn:hover a {
  color: #fff;
}

#about-btn {
  display: none !important;
}

.about-section {
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
}
.about-section .about-btn {
  background-color: #f8de08;
  padding: 5px 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: unset;
}
.about-section .about-btn a {
  color: #000;
}
.about-section .about-btn:hover {
  background-color: #3c6255;
  outline-offset: 4px;
  outline: 2px solid #067940;
}
.about-section .about-btn:hover a {
  color: #fff;
}

.owl-theme .owl-nav {
  display: none !important;
}

.service-bg {
  background-color: #F2F2F2;
}

.product-img {
  text-align: center;
}

.product-section h2 {
  text-transform: uppercase;
}

.product-img {
  border: 1px solid #3c6255;
}

.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px;
}
.product-title p {
  font-weight: 600;
}
.product-title .product-btn {
  background-color: #f8de08;
  padding: 8px 9px;
  border: unset;
  z-index: 1;
}
.product-title .product-btn:hover {
  background-color: #3c6255;
  outline-offset: 4px;
  outline: 1px solid #3c6255;
}
.product-title .product-btn:hover a {
  color: #fff;
}
.product-title .product-btn a {
  color: #000;
}

.mission-bg {
  background-color: #3c6255;
}

.mission-section {
  padding: 30px;
  border: 1px solid #fff;
  height: calc(100% - 20px);
}
.mission-section h3,
.mission-section p {
  color: #fff;
}

.wrapper-img {
  margin-top: 25px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.wrapper-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-title {
  margin-top: 20px;
}

.footer-about h4 {
  color: #fff;
}
.footer-about p {
  color: #fff;
}

.footer-contact ul {
  padding-left: 0;
}
.footer-contact ul li {
  font-family: "Roboto", sans-serif;
  list-style: none;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #8f8989;
}
.footer-contact ul li a {
  color: #fff;
}

.submit-btn {
  background-color: #f8de08;
  padding: 8px 20px;
  border: none;
  margin-top: 15px;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.copyright a {
  color: #000;
}

.about-us-banner {
  background: url("../images/banner-img/banner-10.webp") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.about-us-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.products-img {
  margin: 40px 0;
  text-align: center;
}
.products-img img {
  max-width: 100%;
}

.about-sec__bg {
  background: url("../images/banner-img/banner-3.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  margin: 30px 0;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.about-sec__bg .company-text {
  background-color: #f1f1f1;
  padding: 30px;
}
.about-sec__bg .about-mission {
  display: flex;
  align-items: start;
  gap: 15px;
  color: #000;
  background-color: rgba(241, 241, 241, 0.6901960784);
  padding: 10px;
}
.about-sec__bg .about-mission h5 {
  font-size: 25px;
}
.about-sec__bg .about-mission .icon-img {
  background-color: #067940;
  padding: 5px;
}
.about-sec__bg .about-mission .icon-img img {
  height: 50px;
}

.airSentry-banner {
  background: url("../images/banner-img/banner-5.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.airSentry-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.gallery-banner {
  background: url("../images/banner-img/banner-10.webp") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.gallery-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.products-banner {
  background: url("../images/banner-img/banner-3.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.products-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.services-banner {
  background: url("../images/banner-img/banner-5.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.services-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.Contact-us-banner {
  background: url("../images/banner-img/banner-1.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.Contact-us-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.contact-info {
  margin-bottom: 15px;
}
.contact-info h5 {
  color: #3c6255;
}
.contact-info .location {
  display: flex;
  align-items: start;
  gap: 15px;
}
.contact-info .location i {
  font-size: 20px;
  color: #3c6255;
}
.contact-info span {
  font-size: 18px !important;
}
.contact-info a {
  color: #000;
}
.contact-info p {
  margin: 0;
}

.contact-form__title h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #3c6255;
}

.contact-form {
  background-color: #f1f1f1;
  padding: 15px;
}
.contact-form .submit-btn {
  background-color: #067940;
  display: table;
  padding: 10px 30px;
  margin: 0 auto;
  color: #fff;
  border-radius: 30px;
}

.gallery-img {
  margin-bottom: 25px;
}
.gallery-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.onsite-img {
  margin-bottom: 20px;
}

.onsite-text h3 {
  color: #3c6255;
}

.Clients-banner {
  background: url("../images/banner-img/banner-5.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 65vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}
.Clients-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #f8de08;
}

.our-client {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  text-align: center;
  margin: 20px 0;
  height: 200px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-client img {
  width: 180px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */