/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");

body {
  line-height: 1.8;
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
}

/* .italic {
  font-style: italic;
} */
.text-gold {
  color: #d5a632 !important;
}

.text-green {
  color: #156734;
}

.text-dark {
  color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  /* letter-spacing: 0.5px; */
  padding: 0;
  margin: 0;
}

h1,
.h1 {
  font-size: 60px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 45px;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 400;
}

P {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

a,
a:hover {
  text-decoration: none;
}

.font-primary {
  font-family: "Montserrat";
}

.font-secondary {
  font-family: "Montserrat";
}

.navbar-toggle .icon-bar {
  background: rgb(245, 99, 75);
}

#navbarsid .text-lg-center a .text-color.mb-0 {
  background: #fff;
  padding: 6px 15px;
  border: 2px solid #DD5903;
  font-size: 16px;
  border-radius: 3px;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid rgb(245, 99, 75);
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid rgb(245, 99, 75);
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main,
.btn-small,
.btn-transparent {
  background: #DD5903;
  color: #fff;
  border-radius: 3px;
}

.btn-main,
.btn-small,
.btn-transparent {
  background: #156734;
  color: #fff;
  border-radius: 3px;
}

.btn-main:hover,
.btn-small:hover,
.btn-transparent:hover {
  background: #fff;
  color: #000;
}

.common-btn {
  background: #156734;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: inline-block;
  padding: 10px 25px;
  font-size: 18px;
  border: 1px solid #156734;
}

.common-btn:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #156734;
}

.btn-solid-border {
  border: 2px solid rgb(245, 99, 75);
  background: transparent;
  color: #fff;
}

.btn-solid-border:hover {
  border: 2px solid rgb(245, 99, 75);
  background: rgb(245, 99, 75);
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}

.btn-white:hover {
  border: 1px solid rgb(245, 99, 75);
  background: rgb(245, 99, 75);
  color: #fff !important;
}

.font-size-24 {
  font-size: 24px;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: rgb(245, 99, 75);
}

.btn-transparent:hover {
  background: transparent;
  color: rgb(245, 99, 75);
}

section.mt.our-product {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(102, 102, 102, 1) 100%);
}

footer .navbar-brand,
header .navbar-brand {
  display: block;
}

section.mt.our-product .p-5.border-1 {
  border: 1px solid #DD5903 !important;
}

.section.section.about p.mb-4 {
  font-size: 20px;
  line-height: 29px;
}

.section.about h2 {
  margin-bottom: 45px !important;
}

.section.about .about-img {
  width: 100%;
  height: 620px;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 5px #156734;
  transition: all ease-in-out 300ms;
}

.section.about .about-img img {
  transition: all ease-in-out 500ms;
}

.section.about .about-img:hover img {
  transform: scale(1.1);
}

.section.about .row {
  --bs-gutter-x: 2rem;
}

.section.about span {
  color: #156734;
  display: block;
}

.section.subscribe-section {
  padding: 80px 0;
}

.subscribe-section {
  background: url("../images/subscribe-bg-img-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 2;
  background-attachment: fixed;
}

.subscribe-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 70%);
}

.subscribe-section .submit-btn {
  background: #156734;
  border: 1px solid #156734;
  font-size: 20px;
  padding: 0px 30px;
  font-weight: 500;
  color: #fff;
  border-radius: 0px 10px 10px 0;
}

.subscribe-section .font-size-24 {
  color: #000;
}

.subscribe-section .sign-up-form {
  display: flex;
}

.subscribe-section .sign-up-form input[type="email"] {
  width: 100%;
  border-radius: 5px 0px 0 5px;
  border: none;
  padding: 0 10px;
}

.subscribe-section .list-inline-item img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

.subscribe-section .list-inline-item.twitter-icon img {
  width: 40px;
}

.subscribe-section .sign-up-form a.btn.btn-main {
  padding: 10px 44px;
  border-radius: 0px 5px 5px 0px;
  line-height: 28px;
}

.subscribe-section .footer-socials i {
  background: #dd5903;
  padding: 10px;
  border-radius: 27px;
  color: #fff;
}

.subscribe-section .bg-black {
  background: #111;
  padding: 50px 13px;
  border-radius: 10px;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: rgb(245, 99, 75) !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 155px 0 100px;
}

.overly,
.bg-4 {
  position: relative;
}

.overly:before,
.bg-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2,
.textimonial,
.cta,
.slider,
.page-title {
  position: relative;
}

.overly-2:before,
.textimonial:before,
.cta:before,
.slider:before,
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

#success,
#error {
  display: none;
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  transition: all 0.35s ease;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #181a23;
}

/* header #menu-header-menu li a {
  text-transform: capitalize;
  font-size: 18px;
} */
header .navbar img {
  width: 100px;
  height: auto;
  overflow: hidden;
  display: block;
}

header .navbar-nav li {
  padding: 0px 5px;
}

header .navbar-nav .nav-link {
  color: #fff;
  background: #156734;
  transition: all 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 20px !important;
  transition: all ease-in-out 300ms;
  position: relative;
  z-index: 2;
}

header .navbar-nav .current-menu-item .nav-link {
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
}

header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  color: #156734;
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
  /* background: #fff; */
  z-index: -1;
  transition: width 0.3s ease-in-out;
}

header .navbar-nav .nav-link:hover::after {
  width: 100%;
  color: #136633;
}

header .navbar-nav .nav-link:hover {
  color: #126633;
}

header .top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

header .top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #dedede;
}

.fixed-nav {
  background: #181a23;
}

.navbar-toggler {
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 15px;
  color: #156734 !important;
}

.navbar-collapse.collapse.show {
  background: #ffffff;
}

.fixed-top {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, .3) 0px 5px 15px;
}

/* 
.slider {
  background: url("../images/banner-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 250px 0px 100px;
} */
.slider span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

.bg-2 {
  background: url("../images/bg/bg-image-2-1.jpg") no-repeat;
  background-size: cover;
}

.bg-3 {
  background: url("../images/bg/bg-cta.jpg") no-repeat;
  background-size: cover;
}

.bg-4 {
  background: url("../images/about/img-7.jpg") no-repeat;
  background-size: cover;
}

.mt-80px {
  margin-top: -80px;
}

.number {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px;
}

.why .card {
  transition: all 0.4s ease 0s;
}

.why .card:hover {
  background: #181a23;
}

.why .card:hover h3,
.why .card:hover p {
  color: #fff;
}

.hover-style-1 {
  position: relative;
}

.hover-style-1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  transition: all 600ms ease;
  background: linear-gradient(90deg, rgb(245, 99, 75) 0%, #fe9418 100%);
  border-color: rgb(245, 99, 75);
}

.hover-style-1 h3,
.hover-style-1 p,
.hover-style-1 a,
.hover-style-1 i,
.hover-style-1 h4 {
  position: relative;
  transition: all 600ms ease;
}

.hover-style-1:hover:before {
  height: 100%;
}

.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #fff;
}

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.mt--45 {
  margin-top: -45px;
}

.course .card-body a h4:hover {
  color: rgb(245, 99, 75);
}

.course-widget li a {
  color: #232323;
  opacity: 0.9;
}

.team-content-overlay li a {
  color: #fff;
}

.team-content-overlay li a:hover {
  background: rgb(245, 99, 75);
}

.team-item .card-body {
  margin-top: -120px;
}

.team-content-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background-color: rgba(41, 40, 45, 0.85);
  transition: opacity 0.3s ease-out;
}

.overlay-content {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
  opacity: 1;
}

.team-item:hover .card-body {
  opacity: 0;
}

.team-wrap .card-subtitle {
  position: relative;
}

.team-wrap .card-subtitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 26px;
  border-top: 4px solid #ddd;
  margin-top: 20px;
}

.team-wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  color: #232323;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}

.team-wrap ul li a:hover {
  background: rgb(245, 99, 75);
  border-color: rgb(245, 99, 75);
  color: #fff !important;
}

.divider {
  margin: 0 auto;
  background: rgb(245, 99, 75);
  width: 45px;
  height: 4px;
}

.cta {
  background: url("../images/bg/slide2.jpg") fixed 50% 50% no-repeat;
  background-size: cover;
}

.w-40 {
  width: 40%;
}

.testimonial-slider .slick-dots li {
  color: #fff;
}

.slick-dots li.slick-active button::before {
  color: rgb(245, 99, 75);
}

.slick-dots li button::before {
  color: #fff;
  font-size: 10px;
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.lh-35 {
  line-height: 35px;
}

.pricing .card-body ul li {
  font-size: 15px;
}

.pricing h3 {
  padding-left: 20px;
}

.pricing h3 sup {
  top: 20px;
  left: 0px;
}

.pricing h3 sub {
  font-size: 13px;
}

.pricing .btn-solid-border:hover {
  color: #fff !important;
}

.map {
  width: 100%;
  height: 450px;
}

.mt--170 {
  margin-top: -170px;
}

.blog .card a h4 {
  font-weight: 700;
}

.blog .card a h4:hover {
  color: rgb(245, 99, 75);
}

.blog-post-meta span {
  font-size: 13px;
}

.lh-25 {
  line-height: 23px;
}

.search i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.tags a {
  display: inline-block;
  color: #232323;
  border: 1px solid #dedede;
  padding: 3px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
}

.follow a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.pagination {
  border: 0px;
}

.pagination li a {
  color: #232323;
}

.pagination .page-item.active .page-link {
  background-color: rgb(245, 99, 75);
  border-color: rgb(245, 99, 75);
  color: #fff !important;
}

.pagination .page-item:last-child .page-link {
  border-radius: 0px;
}

.pagination .page-item:first-child .page-link {
  border-radius: 0px;
}

.pagination .page-link {
  background: transparent;
  padding: 15px 20px;
}

.font-size-12 {
  font-size: 12px;
}

.post-tags a {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
}

.social-share a {
  color: #232323;
  padding: 0px 10px;
}

.reply-btn {
  font-size: 12px;
  padding: 6px 17px;
  font-weight: 400;
  border: 2px solid #eee;
}

.footer {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #0000002b;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

footer .footer-logo img {
  width: 100px;
  height: auto;
  display: block;
  overflow: hidden;
}

footer .copy-right span {
  color: #d5a632;
  display: block;
}

.footer p,
.footer ul li a {
  font-size: 18px;
  margin: 0;
  transition: all ease-in-out 300ms;
  color: #fff;
}

.bg-black {
  background: #111;
}

footer .footer-widget ul {
  gap: 30px;
  justify-content: end;
}

footer ul li a {
  background: #126633;
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
  padding: 1px 20px;
}

footer ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  color: #fff;
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
  z-index: -1;
  transition: width 0.3s ease-in-out;
}

footer ul li a:hover::after {
  width: 100%;
}

footer ul li a:hover {
  color: #126633;
}

.lh-40 {
  line-height: 40px;
}

.footer-socials li a {
  color: #fff;
  opacity: 0.8;
}

.recent-blog a {
  line-height: 1.5;
  font-size: 14px;
}

.footer-socials li a {
  color: #595b65;
  font-size: 18px;
  padding-left: 10px;
}

/* ======== Home page banner start here ============== */
.home-content-wrapper {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.home-banner-sec {
  /* background: url("../images/banner-bg.jpg") no-repeat 0% 30%; */
  /* background-size: cover; */
  /* padding: 280px 0px; */
  position: relative;
  z-index: 2;
  height: 100vh;
}

.header-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: 0px 80px;
}

.home-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 1;
}

/* ======== Home page banner end here ============== */
/* .navbar-nav .current-menu-item .nav-link {
  color: #156734;
  background: #fff;
} */
.our-product .view-more-link {
  text-decoration: none;
  color: white;
  /* Text color */
  transition: text-decoration 0.3s ease;
}

.our-product .view-more-link:hover {
  text-decoration: underline;
  /* Add underline on hover */
  color: #d5a632;
  /* Optional: Change color on hover */
}

/*# sourceMappingURL=style.css.map */
/*===================== product sec start here =====================*/
.product_sec {
  background: url("../images/product-bg-img.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.product_sec .product-info {
  width: 100%;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 300ms;
}

.product_sec .product-info:hover {
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
  transform: translateY(-8px);
}

/* .product_sec .product-info:hover img {
  transform: scale(1.1);
} */
.product_sec .product-info .product-imgs {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: block;
}

.product_sec .product-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}

.product_sec .product-content {
  padding: 25px 20px;
}

.product_sec .product-content h5 {
  font-weight: 600;
  font-size: 18px;
  width: max-content;
  /* height: 30px; */
  padding: 10px 20px;
  background: #156734;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.product_sec .product-content h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

/*===================== product sec end here =====================*/
/*================ whats happening sec start here ================*/
.whats-happening-sec {
  background: #156734;
  padding: 60px 0;
}

.whats-happening-sec iconify-icon {
  font-size: 70px;
  color: #fff;
  margin-top: 30px;
  transition: all ease-in-out 300ms;
}

.whats-happening-sec iconify-icon:hover {
  color: #d5a632;
}

/*================ whats happening sec end here ================*/
/*=================== product page start here ===================*/
.product-banner-sec {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.where-available {
  display: none;
}

.product-page-sec .gallery-img-wrapper {
  margin: 10px 0px 0px 0px;
}

.product-page-sec .gallery-page-img {
  width: 100%;
  height: 95px;
  display: block;
  overflow: hidden;
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
  padding: 5px;
  border-radius: 10px;
}

.product-page-sec .gallery-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page-sec .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #d5a633;
}

.product-page-sec button.owl-dot.active span {
  background: #d5a633 !important;
}

.product-page-sec .product-images {
  /* background: #156734; */
  width: 100%;
  height: 330px;
  overflow: hidden;
  display: block;
  box-shadow: rgb(21 103 52) 0px 0px 10px 0px;
  border-radius: 5px;
  border: 1px solid #156734;
}

.product-page-sec .product-images img {
  transition: all ease-in-out 300ms;
}

.product-page-sec .row {
  margin-bottom: 100px;
}

/* .product-page-sec .row:hover img {
  transform: scale(1.1);
} */
.product-page-sec .row:last-child {
  margin-bottom: 0;
}

.product-page-sec .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.product-page-sec .product-content p {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-page-sec h3 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  color: #156734;
}

.product-page-sec h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #d5a632;
}

.product-page-sec .where-available strong {
  font-size: 20px;
}

/*================ value page start here ================*/
.value-banner-sec {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inner-padding {
  padding: 220px 0 150px;
  position: relative;
  z-index: 2;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 
.inner-padding h1 {
  background: linear-gradient(268.38deg, #cfa650 3.71%, #CDA34E 51.69%, #cda44e 89.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: -1px -3px 20px #156734, 1px -1px 0 #ffffff, -1px 1px 0 #156734, 1px 1px 0 #cea44f;
  color: #cea44f !important;
  text-shadow:
    2px 2px 5px rgba(0, 0, 0, 0.3),
    -2px -2px 5px rgba(255, 255, 255, 0.5);
  color: #cea44f !important;
} */
.inner-padding h1 {
  color: #cfa650 !important;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.inner-padding::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*==================== value sec start here==================== */
/* .value-sec {
  margin: 80px 0;
} */
.value-sec .row {
  background: #f5f4ef;
  align-items: center;
}

.value-sec .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.value-sec .row .col-md-6 {
  padding: 0;
}

.value-sec .value-info {
  padding: 0px 250px 0px 100px;
}

.value-sec .value-info h2 {
  margin-bottom: 40px;
  color: #156734;
}

.value-sec h2 {
  color: #156734;
}

.value-sec .value-images {
  width: 100%;
  height: 550px;
  display: block;
  overflow: hidden;
}

.value-sec .value-images img {
  object-fit: cover;
}

/*====================== halal methodology Page start here ======================*/
.halal-methodology-banner {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.halal-methodology-page-wrapper .halal-methodology-banner {
  background-position: 100% 80%;
}

.halal-methodology-page-wrapper .inner-padding {
  height: 90vh;
}

.halal-methodology-sec {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 70px 0;
}

.halal-methodology-sec strong {
  font-weight: bolder;
  text-shadow: 0px 0px 20px #156734;
  font-size: 20px;
}

.halal-methodology-sec .key-points {
  margin-top: 20px;
}

.halal-methodology-sec .point {
  margin-bottom: 20px;
}

.halal-methodology-sec .point ul {
  margin-top: 10px;
  margin-left: 20px;
}

.halal-methodology-sec h3 {
  margin-bottom: 25px;
  color: #d5a632;
}

.halal-methodology-sec h2 {
  margin-bottom: 25px;
}

.halal-methodology-sec .point ul li {
  font-size: 16px;
  margin-bottom: 20px;
}

/*====================== halal methodology new sec start here ====================*/
.halal-methodology-info-sec {
  margin: 60px 0;
}

.halal-methodology-info-sec .halal-img-wrapper {
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden;
}

.halal-methodology-info-sec .col-lg-6 {
  padding-left: 0;
}

.halal-methodology-info-sec .halal-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 500ms;
}

.halal-methodology-info-sec .row:hover img {
  transform: scale(1.1);
}

.halal-methodology-info-sec p {
  font-size: 18px;
  line-height: 28px;
}

.halal-methodology-info-sec .row {
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 28%);
  transition: all ease-in-out 300ms;
  align-items: center;
  margin-bottom: 40px;
}

.halal-methodology-info-sec .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.halal-methodology-info-sec .row:nth-child(2n) .col-lg-6 {
  padding-right: 0;
}

.halal-methodology-info-sec .right-content {
  padding: 30px 30px 30px 20px;
}

/*====================== halal methodology new sec end here ======================*/
/*=================== contact us page start here ===================*/
.contact-banner {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_sec {
  padding: 60px 0;
}

.contact_sec .sec-title p {
  max-width: 75%;
  margin: 0 auto;
}

.contact_sec .contact_left .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  justify-content: center;
}

.contact_sec .contact_info {
  width: 100%;
  height: 240px;
  /* margin-bottom: 25px; */
  border-radius: 5px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(268.38deg, #D0A851 3.71%, #CDA34E 51.69%, #F3DD78 99.67%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  transition: all ease-in-out 200ms;
  padding: 10px;
}

.contact_sec .contact_info .contact-logo {
  width: 200px;
  height: auto;
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.contact_sec .contact_info .contact-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact_sec .contact_info.email-info,
.contact_sec .contact_info.phone-info {
  margin-bottom: 25px;
}

.contact_sec .contact_info:hover {
  box-shadow: 0px 0px 5px 5px #156734;
}

.contact_sec .contact_info h3 {
  font-size: 25px;
  line-height: normal;
  color: #000;
}

.contact_sec .contact_info a {
  /* text-decoration: underline; */
  color: #000;
  transition: all ease-in-out 300ms;
}

.contact_sec .contact_info a:hover {
  text-decoration: underline;
}

.contact_sec .contact_info iconify-icon {
  padding: 12px;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.5s ease;
  cursor: pointer;
  margin-bottom: 15px;
  background-color: #156734;
  color: #fff;
}

.contact_sec .map-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.contact_sec .map-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*====================== where to buy page start here ======================*/
.where-to-buy-banner {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.where-to-buy-sec {
  background-color: #f9f9f9;
  padding: 50px 0;
  font-family: 'Arial', sans-serif;
}

.where-to-buy-sec .key-points {
  margin-top: 30px;
}

.where-to-buy-sec .key-points h2 {
  text-align: center;
  margin-bottom: 40px;
}

.where-to-buy-sec .key-points .point {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.where-to-buy-sec .key-points .point:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.where-to-buy-sec .key-points h3 {
  font-size: 1.5rem;
  color: #136633;
  margin-bottom: 10px;
}

.where-to-buy-sec .key-points p {
  font-size: 18px;
  color: #000;
}

.where-to-buy-sec .key-points ul {
  margin-top: 10px;
  padding-left: 20px;
}

.where-to-buy-sec .key-points ul li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 8px;
}

.where-to-buy-logos {
  margin: 60px 0;
}

.where-to-buy-logos h4 {
  color: #cfa650 !important;
  text-shadow: -1px -1px 0 #156734, 1px -1px 0 #156734, -1px 1px 0 #156734, 1px 1px 0 #156734;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.where-to-buy-logos .quebec-heading {
  margin-top: 100px;
}

.where-to-buy-logos .row {
  --bs-gutter-y: 1.5rem;
}

.where-to-buy-logos .buy-logo-wrapper {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: block;
  border: 2px solid #156734;
  padding: 15px;
}

.where-to-buy-logos .buy-logo-wrapper:hover img {
  transform: scale(1.1);
}

.where-to-buy-logos .buy-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 500ms;
}

/*================== PRIVACY POLICY PAGE START HERE ==================*/
.privacy-policy-banner {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.privacy-policy-sec {
  margin: 50px 0;
}

.privacy-policy-sec .privacy-policy h2 {
  text-align: center;
  color: #c59d5f;
  margin-bottom: 30px;
  border-bottom: 2px solid #c59d5f;
  display: inline-block;
  padding-bottom: 5px;
}

.privacy-policy-sec .policy-point {
  margin-bottom: 30px;
}

.privacy-policy-sec .policy-point:last-child {
  margin-bottom: 0;
}

.privacy-policy-sec .policy-point h3 {
  font-size: 1.5rem;
  color: #126633;
  margin-bottom: 10px;
}

.privacy-policy-sec .policy-point p {
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.privacy-policy-sec .policy-point a {
  color: #c59d5f;
  text-decoration: none;
  font-weight: 700;
}

.privacy-policy-sec .policy-point a:hover {
  text-decoration: underline;
}

/*========================= offers page start here =========================*/
.offers-banner {
  width: 100%;
  background-image: url(../images/value-page-banner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*========================= not found page start here =========================*/
.error-404.not-found {
  margin: 150px 0 80px;
}

.error-404.not-found .page-title {
  padding: 120px !important;
  margin: 0 !important;
  text-align: center;
}