@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  display: flex;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
  font-family: "Reddit Sans", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  font-family: "Reddit Sans", sans-serif;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-family: "Reddit Sans", sans-serif;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  font-family: "Reddit Sans", sans-serif;
}

body {
  font-size: 16px;
  color: #2d2f2d;
  font-family: "Reddit Sans", sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #2d2f2d;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 500;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%;
}

.bg-black {
  background: #000;
}

.topmenu {
}

.topmenu .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px;
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  margin-left: 0px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 10px;
}

.topmenu .dropdown-item:hover {
  color: #fff;
  background-color: #469842;
}

.topmenu a {
  color: #fff;
  margin-left: 31px;
  font-size: 18px;
}
.topmenu a:hover {
  color: #fff;
}

.bg-baner {
  /* background: url(../img/bh.png);  */
   background: url(../img/home/home.jpeg);
  background-size: cover;
}

.inner-banerbg {
  background: url(../img/product-d.png);
  background-size: cover;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.banner-content {
}
.content-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.content-2 h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.desktop-img {
  display: block;
  width: 100%;
}

.mobile-img {
  display: none;
  width: 100%;
}

/* For mobile devices */
@media (max-width: 768px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
}

.content-2 h4 {
  font-size: 30px;
}
.content-2 p {
  font-size: 27px;
  color: #000;
  margin-bottom: 57px;
  font-weight: 600;
}

.content-2 img {
  width: 80%;
  margin-bottom: 30px;
}

.content-2 a {
  background-color: #1d5604;
  color: #fff;
  border-radius: 5px !important;
  display: inline-block;
  line-height: 26px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 14px 28px 14px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  /* white-space: nowrap; */
  font-size: 28px;
}

.banner-product {
  text-align: center;
}
.banner-product img {
  width: 80%;
}

.pb-40 {
  padding-bottom: 90px;
}

.pt-40 {
  padding-top: 90px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sec-title {
}

.sec-title h2 {
  font-size: 48px;
  font-weight: 700;
}

.producthome-wrap {
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgb(0 2 0 / 25%);
  box-shadow: 0 0 3px rgb(0 2 0 / 25%);
  border: 1px solid #d1caca;
  padding-bottom: 40px;
  padding-top: 40px;
}
.home-product {
  margin-bottom: 40px;
}
.home-product img {
  height: 250px;
}

.content-part {
}
.content-part h5 {
  font-size: 25px;
  margin-bottom: 40px;
}

.producthome-wrap:hover {
  border: 1px solid #a9a9a9;
  -webkit-box-shadow: 0 0 4px rgb(1 1 1 / 48%);
  box-shadow: 0 0 4px rgb(1 1 1 / 60%);
}

.tittle-heading {
  position: relative;
}

.tittle-heading:after {
  content: "";
  position: absolute;
  left: 4px;
  top: -11px;
  height: 10px;
  width: 38px;
  border-radius: 0;
  background-color: #ff9c03;
}

.home-blog-wapper {
  padding: 15px;
}

.about-img {
}
.about-img img {
  width: 100%;
}

.about-content {
  position: absolute;
  width: 38%;
  margin-top: 99px;
  background: #ffffff;
  padding: 10px;
}
.about-content p {
  font-size: 20px;
}

.buttom-more a {
  font-size: 16px;
  color: #fff;
  padding: 14px 38px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  z-index: 222;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #469822;
  display: inline-block;
}

.buttom-more a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d5604;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.buttom-more a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d5604;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/*********downlad buttom start************/
.buttom-download a {
  font-size: 16px;
  color: #000;
  padding: 14px 38px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  z-index: 222;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  border: 1px solid #000;
  background: #fff;
  display: inline-block;
}

.buttom-download a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  background: #eee;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.buttom-download a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #000;
  background: #eee;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/*********conatct buttom start************/
.button-contact {
  font-size: 16px;
  font-size: 16px;
  color: #fff;
  padding: 12px 38px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  z-index: 222;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #469822;
  width: 19%;
}

.button-contact:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d5604;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-contact:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d5604;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/*********conatct buttom end ************/

.homeblog-content a:hover {
  color: #489d1b;
  text-decoration: underline;
}

.topmenu a:hover {
  color: #79cf4c;
}

/*********************blog star***************/

.blog-detal-grid {
}

.blog-detal-grid .header-image {
  background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1500&q=80")
    no-repeat center center;
  background-size: cover;
  height: 200px;
  position: relative;
}

.blog-detal-grid .header-text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
}

.blog-detal-grid h1 {
  font-size: 1.75rem;
  font-weight: bold;
}

.blog-detal-grid .section p {
  font-size: 1rem;
  line-height: 1.6;
}

.blog-detal-grid .mistake-title {
  font-weight: 600;
  font-size: 24px;
}

.blog-detal-grid .avoid-it {
  font-weight: 500;
  color: #198754;
}

.blog-detal-grid .card {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}

.bloger-he {
  background: #fff;
  position: relative;
  top: -115px;
  padding: 42px;
}
.bloger-he h3 {
  font-size: 45px;
  font-weight: 700;
}

/*********************blog end***************/

/*****************conatct us form start***********************/

.form-fild label {
  margin-bottom: 5px;
}

.contact-info {
  margin-top: 70px;
}

.contact-info h6 {
  font-size: 18px;
}

.conatct-form .section-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 20px;
}

.conatct-form .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 20px;
  background-color: #f39200; /* orange accent */
  border-radius: 2px;
}

.conatct-form .contact-info .info-box {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  padding-bottom: 24px;
}
.conatct-form .contact-info .icon {
  font-size: 24px;
  color: #f39200;
  margin-top: 5px;
}

.conatct-form .contact-form {
  background-color:#2A5C0A;
}

.conatct-form .contact-form input,
.conatct-form .contact-form textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.conatct-form .contact-form input:focus,
.conatct-form .contact-form textarea:focus {
  border-color: #4caf50;
  box-shadow: none;
}

.conatct-form .btn-success {
  background-color: #4caf50;
  border: none;
  border-radius: 25px;
  font-weight: 500;
}

.conatct-form .btn-success:hover {
  background-color: #43a047;
}

/**************footer start****************************/

.footer-widgets li a:hover {
  color: #79cf4c;
  text-decoration: underline;
}

.hiraola-footer_area {
  background: #000;
}

.footer-top_area {
  padding: 90px 0 0px;
}

.footer-widgets_title h6 {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #79cf4c;
}

.footer-widgets > ul > li {
  padding-bottom: 10px;
  list-style: none;
  color: #fff;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  font-family: "Reddit Sans", sans-serif;
}

.footer-widgets ul {
  margin: 0px;
  padding: 0px;
}

.footer-widgets li a {
  color: #fff;
}

.hiraola-social_link {
  padding-top: 25px;
}

.hiraola-social_link > ul > li {
  display: inline-block;
  margin-right: 16px;
}

.hiraola-social_link > ul > li > a {
}

.hiraola-social_link > ul > li > a img {
  width: 48px;
}

.hiraola-social_link > ul {
  margin: 0px;
  padding: 0px;
}

.copyright {
  padding-top: 5px;
  text-align: center;
}

.footer-bottom_area {
}

.footer-bottom_nav {
  border-top: 0px solid #e5e5e5;
  padding: 5px 0 15px;
}

.copyright span {
  color: #fff;
}

.footer-logo {
  margin-bottom: 50px;
}

/**********product detals start***************/

.innerbanner-content {
  display: flex;
}

.innerbanner-content {
}
.innerbanner-content h3 {
  font-size: 40px;
  color: #fff;
}

.inner-barket {
}
.inner-barket h4 {
}
.inner-barket hr {
}
.inner-barket ul {
  padding: 0px;
  margin: 0px;
}
.inner-barket ul li {
  list-style: none;
  display: inline-block;
  color: #0d5116;
  margin-right: 10px;
  font-weight: 600;
}
.inner-barket ul li i {
  color: #000;
  font-size: 20px;
}
.inner-barket ul li a {
  color: #716b6b;
}

.product-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.highlight-bar {
  background-color: #f4a100;
  display: inline-block;
  margin-bottom: 5px;
  height: 10px;
  width: 38px;
}

.section-title {
  margin-bottom: 1rem;
}

.feature-list li,
.application-list li {
  margin-bottom: 8px;
}

.btn-green {
  font-size: 16px;
  color: #fff;
  padding: 14px 38px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #469822;
  display: inline-block;
}

.btn-green:hover {
  background-color: #285b12;
  color: #fff;
}

.small-icons img {
  width: 40px;
  margin-right: 10px;
}

.slider-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 14px;
  border-radius: 8px;
}

/* Main slider */
.slider-for {
  margin-bottom: 14px;
}

.slider-for .slide {
  text-align: center;
  display: flex !important;
  justify-content: space-around;
}
.slider-for .slide img {
  width: 68%;
  height: 381px;
  object-fit: cover;
  border-radius: 0px;
  display: block;
}

/* Thumbnails (nav) */
.slider-nav {
  margin-top: 8px;
}
.slider-nav .thumb {
  padding: 4px;
  box-sizing: border-box;
}
.slider-nav .thumb img {
  width: 78%;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  border: 2px solid transparent;
}

/* Active thumbnail highlight */
.slider-nav .slick-current img {
  border-color: transparent;
  transform: scale(1.03);
  transition: transform 0.18s ease, border-color 0.18s;
}

/* Slick arrows custom sizing */
.slick-prev,
.slick-next {
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(255 255 255);
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: #ffffff;
  border: var(--bs-border-width) solid rgb(255 255 255);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.home-blog-wapper:hover {
  background: #eee;
}

/* Make thumbnails horizontally scrollable on small screens */
@media (max-width: 520px) {
  .slider-for .slide img {
    height: 220px;
  }
  .slider-nav .thumb img {
    height: 56px;
  }
}
