 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   vertical-align: baseline;
   background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
   display: block;
 }

 section,
 header {}

 nav ul {
   list-style: none;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 abbr[title],
 dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
 }

 a {

   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
   background: #999999;
   font: Arial, Helvetica, sans-serif;
 }

 .fleft {
   float: left;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 input,
 select {
   vertical-align: middle;
 }

 .clear {
   clear: both;
   height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
   margin: 0px;
   padding: 0px;
 }

 .laila-font {
   font-family: "Laila", serif;
 }

 .title-color {
   color: #002345;
 }

 .clear {
   clear: both
 }
@font-face {
    font-family: 'bogue-blackitalicregular';
    src: url('../fonts/bogue_black_italic-webfont.woff2') format('woff2'),
         url('../fonts/bogue_black_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.main-title{
  font-family: 'bogue-blackitalicregular';
}
 body {
   margin: 0px;
   padding: 0px;
   font-size: 14px !important;
   font-family: 'Poppins', sans-serif !important;
   color: #000 !important;
   font-weight: normal;
   line-height: 25px;
   background-color: #fff !important;
 }

  .top-bar {
      background-color: #8c211c;
      color: white;
      font-size: 14px;
      border-radius: 50px 50px 0px 0px;
    }
    .navbar {
      background-color: white;
      border-radius: 50px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .carousel-item {
      /*min-height: 80vh;*/
    }
    .carousel-image {
      max-width: 100%;
    }
    .wave-shape {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      line-height: 0;
      z-index: 1;
    }
    .shape-bg {
      background-image: url(../images/shape-bg.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-color: #af2822;
      background-size: 100%;
      padding-bottom: 50px;
      min-height: 80vh;
      padding-top: 130px;
    }
    .text-primary {
  color: #af2822 !important;
    }
    .top-menu{
      position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
    }
    .bg-success{
      background-color: #8a9022 !important;
    }
    .about-us h2{
      color: #8a9022;
    }
    .main-btn {
      border: 1px solid #af2822;
      color: #af2822;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 3px;
      padding: 10px 0px;
    }
    .main-btn:hover{
       border: 1px solid #8a9022;
      color: #fff;
      background-color: #8a9022;
    }
    .fw-bold {
  font-weight: 600 !important;
}

.health-benefits{
  background-color: #f9f7e7;
}

    .benefit {
      background-color: #fff;
      border-radius: 50px;
      padding:15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
      transition: all 0.3s ease-in-out;
      font-weight: 600;
    }

    .benefit:hover {
      transform: scale(1.03);
      box-shadow: 0 0 15px rgba(255, 132, 0, 0.2);
    }

    .benefit-icon {
      background-color: #b91c1c;
      color: white;
      padding: 0.6rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      flex-shrink: 0;
    }
.health-benefits h2{
  background-color: #fff;
  border-radius: 50px;
  border: 5px solid #f9f7e7;
  margin-top: -80px;
  padding: 15px 0px;
  color: #8a9022;
}
.green-txt{
  color: #8a9022;
}
.abt-container-one {
 background-size: cover;
  background-repeat: no-repeat;
  padding: 240px 0 80px;
  position: relative;
  text-align: center;
}
.product-bnr {
  background-image: url(../images/product-bnr.jpg) !important;
}
.about-us-bnr {
  background-image: url(../images/about-us-bnr.jpg) !important;
}
.contact-bnr {
  background-image: url(../images/contact-bnr.jpg) !important;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #af2822;
  border-radius: 20px;
  
}
.product{
  position: relative;
}
.product:hover .overlay {
   background-color: #af2822;
  opacity: 0.6;
}

.product-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
 .product-shop {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 30px;
    }

    .product-shop img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }

    .product-shop:hover img {
      transform: scale(1.05);
    }

    .product-shop .hover-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.4s ease;
      text-align: center;
      padding: 1rem;
    }

    .product-shop:hover .hover-content {
      opacity: 1;
    }

    .product-shop h5 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    .product-shop .btn {
     background-color: transparent;
      border: 1px solid #fff;
      border-radius: 50px;
      font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 10px 0px;
  text-transform: uppercase;
    }

    .product-shop .btn:hover {
      background-color: #8a9022;
    }
.about {
  color: white;
  position: relative;
  z-index: 2;
}
.about h1 {
  font-size: 78px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.about p {
  font-size: 18px;
  font-weight: 500;
}
.nav-link:focus, .nav-link:hover {
  color: #af2822 !important;
}
.abt-container-one::after {
  content: " ";
  display: block;
  background-color: #af2822;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  top: 0;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
  text-align: right;
}
    .title-highlight {
      color: #af2822;
      font-weight: 700;
    }

    @media (max-width: 767px) {
      .hing-box {
        text-align: center;
      }

      .benefit {
        justify-content: flex-start;
        text-align: left;
        flex-direction: row !important;
      }
    }
    .hing-bg{
      background-color: #fbf4e8;
      padding: 20px;
      border-radius: 20px;
    }

    .why-choose-us{
      background-color: #f9f7e7
    }
    .feature-icon {
      background-color: #b01f1f;
      border-radius: 1rem;
      padding: 1rem;
      color: white;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
    }
    .feature-box {
      background-color: #fff;
      border-radius: 1rem;
      padding: 1rem 1.5rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
    }
 
    .title-text {
      color: #758c16;
      font-weight: bold;
    }
    
    .icon-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #b01f1f;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .icon-circle::after {
      content: "";
      position: absolute;
      width: 50%;
      height: 50%;
      border-radius: 50%;
      border-top: 5px solid #b01f1f;
      border-left: 5px solid #b01f1f;
      top: 0;
      left: 0;
      transform: rotate(-45deg);
    }

    .icon-img {
      width: 28px;
      height: 28px;
      z-index: 1;
    }

    .section-title {
      color: #758c16;
      font-weight: bold;
    }

    .custom-img {
      border-radius: 1rem;
      width: 100%;
      height: auto;
    }

    .process-item {
      margin-bottom: 2rem;
    }
    .client-card {
      background-color: #fff;
      border-radius: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
      padding: 1.5rem;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .client-logo {
      max-height: 60px;
      object-fit: contain;
    }

    .client-title {
      font-weight: bold;
      color: #a12222;
      font-size: 1.25rem;
    }

    .client-subtext {
      color: #444;
      font-size: 0.95rem;
    }

   .testimonials{
    background-color: #f9f7e7;
    background-image: url(../images/testimonials-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
   }
   .lc-block img{
    border: 3px solid #8a9022;
   }
    .footer-bg-2 {
     background-image: url(../images/ftr-bg-2.jpg);
     background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding-top: 160px;
   }
   .footer-bg {
     background-color: #af2822;
      text-align: center;
      color: #fff;
      
   }
   .footer-bg ul{
    margin: 0px;
    padding: 0px;
   }
   .footer-bg ul li{
    list-style: none;
   }
   .footer-bg ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
   }
     .footer-bg ul li a:hover{
    text-decoration: none;
    color: #8a9022;
   }
   .testimonials-bg{
  background-image: url(../images/footer-shape.png);
   
      background-repeat: no-repeat;
      background-position: bottom center;
       background-size: 100%;
     padding-bottom: 50px;
   }
   .copyright{
    background-color: #981d17;
    font-size: 11px;
    padding: 10px 0px;
   }

   .use-energix {
  position: relative;
  align-items: flex-start;
  margin-bottom: 44px;
}
.use-energix-icon {
  position: relative;
  margin-right: 20px;
}
.use-energix p {
  background-color: white;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #af2822;
  position: relative;
  z-index: 1;
}
.use-energix-icon p::before {
  transition: .7s ease-in-out;
}
.use-energix-icon p::before {
  transform: rotate(100deg);
  width: 110px;
  height: 110px;
  position: absolute;
  background-color: white;
  content: "";
  border-radius: 64%;
  z-index: -15;
  border: 10px solid #af2822;
  clip-path: inset(50% 0 0 50%);
}
.use-energix h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 15px;
}
.use-energix h6 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.our-clients{
  background-color: #fbfbfb;
}
.btn-light-search {
background-color: #af2822;
color: #fff;
}
.btn-light-search:hover{
background-color: #8a9022;
color: #fff;
}
.btn-light-wp {
background-color: #58c03b;
color: #fff;
}
.btn-light-wp:hover{
background-color: #8a9022;
color: #fff;
}

.modal-search .btn-search {
  background-color: #af2822;
}


 .left-image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .section-heading {
      color: #758c16;
      font-weight: bold;
    }

    .feature-box {
     background-color: #fff;
  border-radius: 1rem;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  margin-left: 40px;
    }

    .polygon-icon {
      width: 100px;
  height: 92px;
  flex-shrink: 0;
  margin-left: -42px;
    }

    .polygon-icon svg {
      width: 100%;
      height: 100%;
    }

    .feature-text h6 {
      font-weight: 600;
      margin-bottom: 0;
      font-size: 22px;
    }

    .feature-text small {
      color: #444;
      font-size: 16px;
      letter-spacing: 3px;
    }

    @media (max-width: 767px) {
      .left-image {
        display: none;
      }
    }
    .mx-650{
      max-width: 650px;
    }
    @media (min-width: 200px) and (max-width: 765px){ 
      .about h1 {
  font-size: 35px;
      }
      .health-benefits h2 {
        font-size: 21px;
      }
    }