@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
::-webkit-scrollbar-track {
  border: 0px;
  padding: 2px 0;
  background-color: #ffffff;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0a3500;
  border: 0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}
.text-theme {
  color: #0a3500 !important;
}
.text-gray {
  color: #1c0a09 !important;
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.45em;
  font-weight: 400;
  color: #1c0a09 !important;
  font-size: 16px !important;
  text-decoration: none;
  background: #fff;
}
.theme-bg {
  background: #0a3500 !important;
}
.light-bg {
  background: #eff9f0 !important;
}
.fixed-icon {
  position: fixed;
  right: 40px;
  bottom: 50px;
  width: 50px;
  z-index: 99999;
}
.fixed-icon .whatsppchat {
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #793e3e;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 2 !important;
  position: relative;
}
.fixed-icon .fb {
  margin-bottom: 10px;
}

.fixed-icon .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  transform: scale(0.6);
  opacity: 0.8;
  animation: ripple 2.6s infinite;
  z-index: 1;
}
.fixed-icon .wave1 {
  animation-delay: 0s;
}
.fixed-icon .wave2 {
  animation-delay: 0.9s;
}
.fixed-icon .wave3 {
  animation-delay: 1.8s;
}

.fixed-icon .insta {
  margin-top: 25px;
}
.fixed-icon .instachat {
  width: 50px;
  height: 50px;
  background: radial-gradient(
    circle at 30% 30%,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@keyframes ripple {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.btn {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 15px 15px 0px 15px;
  outline: 0;
  position: relative;
  padding: 12px 24px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}
.btn:focus-visible {
  box-shadow: none !important;
  background: #000 0% 0% no-repeat padding-box;
  border-color: #000;
  color: #ffffff;
}
.btn-primary {
  background-color: #0a3500;
  border: #0a3500;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: capitalize;
}
.btn-primary:hover {
  background-color: #f9c147;
  color: #000;
}
.btn-primary:focus,
.btn-primary:active {
  background: #f9c147 !important;
  color: #ffffff;
}
.banner.btn-secondary {
  background: #f9c147;
  border: #f9c147;
  color: #fff;
}
.banner.btn-secondary:hover {
  color: #ffffff;
  border: #0a3500;
  background: #f9c147;
}
.banner.btn-secondary:focus,
.banner.btn-secondary:active {
  color: #ffffff;
  border: #0a3500;
  background: #0a3500;
}
.btn-secondary {
  background: #f9c147;
  border: #f9c147;
  color: #000;
}
.btn-secondary:hover {
  color: #ffffff;
  border: #0a3500;
  background: #0a3500;
}
.btn-secondary:focus,
.btn-secondary:active {
  color: #ffffff;
  border: #0a3500;
  background: #0a3500;
}
.btn-light {
  background-color: #fff;
  border: #fff;
  color: #000;
}
.btn-light:hover {
  background-color: #000;
  border: #000;
  color: #fff;
}
.btn-light:focus,
.btn-light:active {
  background-color: #000;
  border: #000;
  color: #fff;
}
.circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #0a3500;
  color: #fff;
}
.circle-icon:hover {
  background-color: #1c0a09;
  color: #fff;
}
@keyframes tilt-shaking {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.form-control {
  padding: 9px 20px 9px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}
.form-control::placeholder {
  color: #a5a5a5;
  opacity: 1;
}
form label {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}
form .form-group .input-group-text {
  padding: 0.375rem;
  width: 45px;
  text-align: center;
  display: inline-grid;
}
form .form-group .input-group-text {
  background-color: #007bff29 !important;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #007bff;
  border: 1px solid transparent;
}
hr {
  border-color: #f9c147;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}
.sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #23281c;
  text-transform: uppercase;
}
.main-title {
  font-size: 42px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
}
.heading-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #000;
}
.heading-large {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #252525;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-arrow-middle .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  display: flex;
  height: 30px;
}
.owl-arrow-middle .owl-nav button {
  position: absolute;
}
.owl-arrow-middle .owl-nav button img {
  width: 20px;
}
.owl-arrow-middle .owl-nav .owl-prev {
  left: -50px;
}
.owl-arrow-middle .owl-nav .owl-next {
  right: -50px;
}
.terms {
  padding: 40px 0;
}
.terms .sidebar a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #252525;
}
.terms .sidebar .active {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #449452;
}
.terms .date {
  font-size: 16px;
}
.terms p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.terms li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
  margin-bottom: 10px;
}
.pagination {
  margin: 40px 0px;
  position: relative;
  z-index: 0;
}
.pagination .page-item .page-link,
.pagination .page-item a {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #252525;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 7px 13px;
  text-align: center;
}
.pagination .page-item .page-link.disable,
.pagination .page-item a.disable {
  opacity: 0.6;
}
.pagination .page-item .page-link.active,
.pagination .page-item a.active {
  color: #449452;
  font-weight: bold;
  opacity: 1;
}
.pagination .page-item .page-link:hover,
.pagination .page-item a:hover {
  color: #449452;
  font-weight: bold;
  opacity: 1;
}
.pagination .page-item .prev {
  margin-right: 15px;
}
.pagination .page-item .next {
  margin-left: 15px;
}
.atc-success {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 650px;
  padding: 20px 15px;
  display: none;
}
.atc-success h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.atc-success h5 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 1;
}
.atc-success h4 {
  color: #7ca330;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.atc-success img {
  border-radius: 8px;
}
header {
  z-index: 2;
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all 0.4s ease;
}
header .navbar {
  padding: 0 !important;
  background: transparent;
}
header .logo {
  width: 125px;
}
header nav {
  background: transparent 0% 0% no-repeat padding-box;
  transition: all 0.4s ease;
  padding: 15px 0 !important;
}
header nav .navbar-toggler {
  border: 0;
  box-shadow: none;
}
header nav .navbar-toggler:focus {
  box-shadow: none;
}
header nav .navbar-nav .nav-item {
  padding: 0 15px;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 0px;
  color: #1c0a09;
  opacity: 1;
  position: relative;
}
header nav .navbar-nav .nav-item .nav-link::before {
  background-color: #0a3500;
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  transition: 0.5s;
}
header nav .navbar-nav .nav-item .nav-link .fa {
  color: #0a3500;
  transition: all 0.4s ease;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: #0a3500;
}
header nav .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
  opacity: 1;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #0a3500;
}
header nav .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
  opacity: 1;
}
header nav .navbar-nav .nav-item .nav-link:hover .fa {
  rotate: 180deg;
}
header nav .navbar-nav .nav-item .bag-img {
  filter: brightness(0);
}
header nav .navbar-nav .nav-item .bag-img:hover {
  filter: none;
}
header nav .navbar-nav .has-dropdown {
  position: relative;
  z-index: 0;
}
header nav .navbar-nav .has-dropdown .sub-menu {
  z-index: 1;
  position: absolute;
  background: #fff 0% 0% no-repeat padding-box;
  padding: 15px 15px;
  width: 220px;
  left: 0px;
  top: 75px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  transition: all ease 0.4s;
}
header nav .navbar-nav .has-dropdown .sub-menu .nav-item .nav-link {
  text-align: center;
  color: #1c0a09;
  font: normal normal normal 13px/18px "Montserrat", sans-serif;
  letter-spacing: 0px;
  padding: 7px 0;
  opacity: 1;
}
header nav .navbar-nav .has-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header nav .right-nav .nav-item {
  padding: 5px 10px;
}
header nav .right-nav .make-call a {
  color: #ffffff;
  font-weight: 500;
  margin-left: 0px;
}
header nav .hamburger {
  width: 25px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: 0.3s;
}
header nav .hamburger span {
  display: block;
  height: 3px;
  background: #3b3b3b;
  border-radius: 3px;
  transition: 0.3s;
  /* --- Toggle Active State --- */
}
header nav .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header nav .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header nav .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
header.home-header {
  position: absolute !important;
}
header.home-header .navbar {
  background: transparent;
}
header.home-header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
header.home-header .navbar .navbar-nav .nav-item .nav-link:hover,
header.home-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
header.home-header .navbar .navbar-nav .nav-item .nav-link::before {
  background-color: #fff;
}
header.home-header .navbar .logo {
  filter: brightness(0) invert(1);
}
.fixed {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.0901960784);
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
footer {
  padding: 50px 0 0px;
  background-color: #eff9f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid rgba(12, 7, 5, 0.1);
  position: relative;
  background-size: cover;
  background-position: center;
}
footer .footer-logo {
  display: block;
  margin-bottom: 20px;
}
footer .footer-img img {
  width: 120px;
}
footer .footer-top img {
  position: absolute;
  top: 0;
}
footer p {
  text-align: left;
  font: normal normal normal 14px/24px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #1c0a09;
  opacity: 1;
}
footer .footer-content {
  font: normal normal normal 14px/24px "Montserrat", sans-serif;
  margin-bottom: 20px;
}
footer .footer-content .footer-heading h6 {
  color: #1c0a09;
  font: normal normal 600 21px / 28px "Montserrat", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
footer .footer-content .footer-heading h6::before {
  content: "";
  right: -39px;
  position: absolute;
  height: 5px;
  width: 30px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  border: solid 1px;
  transition: all 0.3s;
  border-color: #0a3500;
}
footer .footer-content .footer-heading h6:after {
  content: "";
  width: 0;
  position: absolute;
  right: -11px;
  height: 5px;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: #0a3500;
}
footer .footer-content .footer-heading h6:hover:after {
  transition: all 0.3s;
  width: 30px;
  right: -40px;
}
footer .footer-content .footer-list {
  column-count: 2;
}
footer .footer-content .footer-list li {
  margin-bottom: 5px;
}
footer .footer-content .footer-list li a {
  color: #ffffff;
  font: normal normal 300 14px/23px "Montserrat", sans-serif;
  letter-spacing: 0px;
}
footer .footer-content .contact-area {
  padding-left: 0;
  color: #fff;
  list-style: none;
}
footer .footer-content .contact-area li {
  display: flex;
  align-items: start;
  justify-content: left;
  color: #1c0a09;
  margin-bottom: 15px;
}
footer .footer-content .contact-area li .icons {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
footer .footer-content .contact-area li i {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 4px;
}
footer .footer-content .contact-area li a {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  margin: 15px 0;
  line-height: 1.45em;
  font-weight: 400;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
}
footer .footer-content .footer-list1 li a {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  margin-bottom: 20px;
  line-height: 1.45em;
  font-weight: 400;
  color: #1c0a09 !important;
  display: block;
  font-size: 14px !important;
  position: relative;
  padding-left: 15px;
}
footer .disclaimer h5 {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 12px !important;
  color: #211f1da1 !important;
}
footer .disclaimer p {
  padding-bottom: 0px;
  font-size: 12px !important;
  color: rgba(33, 31, 29, 0.631372549) !important;
  margin: 0;
  line-height: 16px;
}
footer .hr-line {
  color: #1c0a09;
  padding: 0;
  margin: 0;
}
footer .footer-test {
  padding-bottom: 12px;
  padding-top: 3px;
}
footer .footer-test .test-start {
  text-align: start;
  font: normal normal normal 14px/20px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}
footer .test-end {
  text-align: end;
  font: normal normal normal 14px/20px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}
.social-icon {
  padding-bottom: 0px;
  text-align: start;
}
.social-connect {
  text-align: center;
  color: #0a3500;
  background-color: transparent;
  border: 2px solid #0a3500;
  font-size: 28px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  position: relative;
  transition: all 0.4s ease;
}
.social-connect:hover {
  border: 2px solid #0a3500;
  background-color: #ffffff;
  color: #0a3500;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.accordion-button {
  color: #fff !important;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
}
.copyright-area {
  padding-top: 20px;
}
.copyright-area p {
  font-weight: 400;
  color: #1c0a09;
  font-size: 14px;
  text-transform: capitalize;
  padding: 20px 0 !important;
  margin: 0;
  border-top: 1px solid #bbbbbb33;
}
.copyright-area p a {
  color: #1c0a09;
}
footer .footer-test .test-start {
  color: #1c0a09;
}
.hero-section {
  min-height: 100vh;
  position: relative;
  color: #1c0a09;
  background: #a5c44e;
  display: grid;
  place-items: end;
  padding-bottom: 60px;
  padding-top:80px !important;
}
.hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/banner-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}
.hero-section .container {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}
.hero-section .hero-content {
  z-index: 2;
  max-width: 700px;
  text-align: left;
}
.hero-section .hero-content h1 {
  color: #0a3500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
.hero-section .hero-content h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
.hero-section .hero-content p {
  line-height: 1.8;
  font-size: 16px;
}
.hero-section .hero-content .btn-banner {
  padding: 15px 25px;
  line-height: 1.6;
  border-radius: 15px 15px 0px 15px;
  min-width: 180px;
  color: #fff;
}
.hero-section .hero-content .btn-secondary {
  border-radius: 0px 15px 15px 15px;
}
.hero-section .banner-img {
  position: relative;
  border-radius: 150px 0px 150px 50px;
  padding: 30px;
  text-align: center;
}
.hero-section .banner-img .top-img {
  position: absolute;
  right: -70px;
  top: 0px;
  width: 200px;
}
.hero-section .banner-img .bottom-img {
  position: absolute;
  left: -70px;
  bottom: 0px;
  width: 200px;
}
.heading-section {
  text-align: center;
}
.heading-section .sub-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: 14px;
}
.heading-section .main-heading {
  font-weight: bold;
  font-size: 40px;
  color: #1c0a09;
  line-height: 1.2;
}
.pricing {
  position: relative;
  background-color: #eff9f0;
  background-blend-mode: color;
}
.pricing.pricing2 {
  background: #0a3500;
}
.pricing.pricing2 .heading-section .sub-heading {
  color: #ffa300;
}
.pricing .main-heading {
  color: #ffffff;
}
.pricing .pricing-card p {
  font-size: 12px;
}
.pricing .pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 0 0 20px 0;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow: hidden;
}
.pricing .pricing-card .top-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  border-radius: 20px 20px 0px 0px;
}
.sub-heading-its {
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
}
.pricing .pricing-card.protein {
  background: #f1fff2;
}
.pricing .pricing-card.protein .pricing-header {
  background: #0a3500;
  color:#fff;
}
.pricing .pricing-card.vegan {
  background: #fefdeb;
}
.pricing .pricing-card.vegan .pricing-header {
  background: #f9c147;
  color:#000;
}
.pricing .pricing-card .pricing-header {
  position: relative;
  z-index: 1;
  padding: 10px;

}
.pricing .pricing-card .pricing-header .subtext {
  font-size: 20px !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}
p.thead  {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 7 px;
    color:#1c0a09 !important;
}
.pricing .pricing-card .pricing-header .text {
  font-size: 14px !important;
  text-align: center !important;
  margin-bottom: 6px !important;
}
.pricing .pricing-card ul {
  padding-left: 0px;
  list-style: none;
}
.pricing .pricing-card ul li {
  position: relative;
  padding-left: 25px;
  color: #1c0a09;
  margin-bottom: 10px;
}
.pricing .pricing-card ul li::before {
  content: "\F270";
  font-family: bootstrap-icons;
  position: absolute;
  top: 0px;
  left: 0;
  color: #0a3500;
  font-size: 16px;
}
.section-padding {
  padding: 80px 0;
}
.theme-color {
  color: #0a3500;
}
.about-section .heading-section .main-heading {
  color: #1c0a09;
}
.about-section ul {
  padding-left: 0px;
  column-count: 2;
  list-style: none;
}
.about-section ul li {
  position: relative;
  padding-left: 25px;
  color: #1c0a09;
  font-size: 14px;
  margin-bottom: 5px;
}
.about-section ul li::before {
  content: "\F270";
  font-family: bootstrap-icons;
  position: absolute;
  top: 0px;
  left: 0;
  color: #0a3500;
  font-size: 16px;
}
.extra-section {
  background: url("../images/bg-02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.extra-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000b5;
  backdrop-filter: blur(1px);
}
.extra-section .container {
  position: relative;
  z-index: 1;
}
.services .container {
  background: #eff9f0;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.services .container:before {
  content: "\F287";
  font-family: bootstrap-icons;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0a3500;
  display: grid;
  place-items: center;
  font-size: 24px;
}
.services .container .testimonial-wrapper {
  padding: 60px;
}
.services .container .testimonial-wrapper .testimonials-box .des {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.services .container .testimonial-wrapper .testimonials-box .user-details {
  display: flex;
  align-items: center;
}
.services
  .container
  .testimonial-wrapper
  .testimonials-box
  .user-details
  .img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.services
  .container
  .testimonial-wrapper
  .testimonials-box
  .user-details
  .img-box
  img {
  width: 100%;
  border-radius: 50%;
}
.services
  .container
  .testimonial-wrapper
  .testimonials-box
  .user-details
  .text-box {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.services
  .container
  .testimonial-wrapper
  .testimonials-box
  .user-details
  .text-box
  h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7 px;
}
.services
  .container
  .testimonial-wrapper
  .testimonials-box
  .user-details
  .text-box
  p {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  color: #0a3500;
}
.services .container .testimonial-wrapper .testimonials-box .rating {
  color: orange;
}
.services .service-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.services .service-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(18, 15, 12, 0.651),
    rgba(18, 15, 12, 0)
  );
  color: #ffffff;
  padding: 25px 25px 35px;
  display: grid;
  align-items: end;
  transition: 0.3s ease all;
}
.services .service-box .text-box .name {
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #ffffff88;
  padding-bottom: 15px;
  width: fit-content;
  transition: 0.3s ease all;
  translate: 0 10px;
}
.services .service-box .text-box .des {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  transition: 0.3s ease all;
  translate: 0 10px;
}
.services .service-box:hover .text-box {
  background: #00000094;
}
.services .service-box:hover .text-box .name {
  translate: 0 0;
}
.services .service-box:hover .text-box .des {
  opacity: 1;
  visibility: visible;
  height: auto;
  translate: 0 0;
}
.clients {
  position: relative;
  background: #fff;
}
.clients .clients-box {
  padding: 15px;
  border: 1px solid #23281c;
  border-radius: 10px;
  opacity: 0.5;
  background: #f2f2f2;
}
.clients .clients-box:hover {
  opacity: 1;
}
.owl-nav button {
  position: absolute !important;
  top: 50% !important;
  translate: 0 -50% !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: #0a3500 !important;
  color: #ffffff !important;
  display: inline-grid !important;
  place-items: center !important;
  font-size: 20px !important;
}
.owl-nav button::after {
  content: "\F12F";
  font-family: bootstrap-icons !important;
}
.owl-nav button:hover {
  background: #1c0a09 !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  left: -60px;
}
.owl-nav button.owl-next {
  right: -60px;
  scale: -1 1;
}
.faq {
  background-image: url(../images/bg-01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000000ba;
  background-blend-mode: color;
}
.faq .main-heading {
  color: #ffffff;
}
.faq .faq .accordion .accordion-item button {
  font-size: 18px;
  color: #000000;
}
.faq .accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 0 !important;
  background: #f9c147;
  color: #000000;
}
.faq .accordion .accordion-item button {
  font-size: 18px;
  font-weight: bold;
  box-shadow: none !important;
  background: #f9c147;
  color:#000 !important;
}
.faq .accordion .accordion-item button:after {
  content: "\F64D";
  background: none !important;
  font-family: bootstrap-icons !important;
}
.faq .accordion .accordion-item button:not(.collapsed) {
  background: #0a3500 !important;
  color: #ffffff !important;
}
.faq .accordion .accordion-item button:not(.collapsed)::after {
  content: "\F63B";
}
.faq ul {
  list-style: none;
  padding: 0;
}
.faq ul li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.faq ul li::before {
  content: "\F270";
  font-family: bootstrap-icons;
  position: absolute;
  top: 0px;
  left: 0;
  color: #ffa300;
  font-size: 16px;
}
.strong-list li {
  font-weight: bold;
}
.my-slider {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.my-track {
  display: flex;
  width: max-content;
  animation: slide 25s linear infinite;
  gap: 20px;
}
.my-track img {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .my-track img {
    width: 220px;
    height: 180px;
  }
  .hero-section .hero-content h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  .hero-section .hero-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
  .main-heading {
    font-weight: bold;
    font-size: 30px;
    color: #1c0a09;
    line-height: 1.2;
  }
  .about-section ul {
    column-count: 1;
    -moz-column-count: 1;
  }
  .contact-us .contact-card {
    height: auto !important;
  }
  .fixed-icon .whatsppchat {
    z-index: 999 !important;
  }
}

@media (max-width: 480px) {
  .my-track img {
    width: 150px;
    height: 140px;
  }
}
.page-banner {
  padding: 50px 0;
  background: url("../images/bg-02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000000ba;
  background-blend-mode: color;
}
.page-banner .page-title {
  font-size: 55px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: bold;
}
.page-banner nav li {
  color: #f9c147 !important;
}
.page-banner nav li a {
  color: #ffffff;
}
.choose-box-poster2 {
  width: 85%;
  margin-left: auto;
}
.choose-box-poster2 img {
  /* height: 70vh; */
  object-fit: cover;
  object-position: center;
}
.why-choose-us .why-choose-box {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  max-width: 500px;
  line-height: 1.6;
}
.why-choose-us .choose-box-poster,
.choose-box-poster {
  border: 15px solid #ffffff;
  box-shadow: 8px 12px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 70px 0px 150px 50px;
  display: grid;
  place-items: end;
  overflow: hidden;
}
.contact-us .contact-form {
  background: #0a3500;
  padding: 20px;
  border-radius: 10px;
}
.contact-us .contact-card {
  padding: 30px;
  height: 100%;
  box-shadow: 8px 12px 10px 0px rgba(0, 0, 0, 0.1);
  background: #eff9f0;
  border-radius: 20px;
}
.contact-us .contact-card .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-us .contact-card i {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background-color: #0a3500;
  color: #ffffff;
  font-size: 25px;
}
.contact-us .contact-card div {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.contact-map {
  position: relative;
  translate: 0 10px;
}
@media (max-width: 1199px) {
  header .container,
  footer .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
  }
  header nav .navbar-nav .nav-item .nav-link {
    padding: 7px 0px;
    display: inline-block;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body,
  p {
    font-size: 14px;
    line-height: 1.3;
  }
  .heading-section .sub-heading {
    padding-top: 30px;
  }
  .hero-section .hero-content h5 {
    padding-top: 80px;
  }

  .hero-section .hero-content .btn-banner {
    font-size: 13px;
    padding: 10px 13px;
    border-radius: 7px;
  }
  .choose-box-poster2 {
    width: 100%;
    margin-left: auto;
}

  .hero-section .hero-content a.btn {
    margin-right: 12px; 
    margin-bottom: 15px; 
  }

  .my-track img {
    width: 160px;
    height: auto;
  }
  .heading-section .main-heading {
    font-size: 30px;
  }
  header nav {
    padding: 5px 0 !important;
  }
  header.fixed .navbar-brand img {
    width: 50px !important;
  }

  footer .footer-logo .logo {
    height: 50px;
  }
  .fixed-icon {
    right: 10px;
  }
  .fixed-icon .whatsppchat {
    width: 35px;
    height: 35px;
    font-size: 21px;
  }

  .fixed-icon .instachat {
    width: 35px; /* chhota size mobile pe */
    height: 35px;
    font-size: 21px; /* icon size adjust */
  }
  .fixed-icon .wave {
    width: 35px;
    height: 35px;
  }
  h6 {
    font-size: 14px;
    font-weight: 600;
  }
  h5 {
    font-size: 16px;
    font-weight: 600;
  }
  h4 {
    font-size: 17px;
    font-weight: 600;
  }
  .btn {
    font-size: 13px;
    padding: 10px 13px;
    border-radius: 7px;
  }
}
@media (max-width: 576px) {
  .owl-nav .owl-next {
    right: -2px;
  }
  .owl-nav .owl-prev {
    left: -2px;
  }
  .title {
    font-size: 14px;
  }
  .xs-font {
    font-size: 11px;
  }
}
