body {
  
  font-size: 14px;
  line-height: 1.66em;
  font-family: 'Arial'!important;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  color: #282b25;
  background: linear-gradient(45deg, #f2f6dd, #f7ffcb);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Arial Bold'!important;
  font-style: normal;
  font-weight: normal;
}
:root {

  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

p {
  font-size: 14px;
  color: #272935;
}

.p-r-0 {
  padding-right: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.contact-main .social-style1{
  margin-top: 24px;
}
.contact-main .social-style1 a {
  font-size: 21px;
  color: #9ab206;
}
.loaderbx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: rgba(5, 28, 67, 0.74);
}

.loader {
  width: 48px;
  height: 48px;
  border: 4px solid;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent #282b25 #282b25 transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s ease-in-out infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 12px solid;
  border-color: transparent #9ab206 #9ab206 transparent;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.hidden {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.33);
  }
}
.ftr {
  color: #9ab206;
}

.totop {
  position: fixed;
  bottom: 41px;
  right: 28px;
  z-index: 999;
  background-color: #9ab206;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.totop:hover {
  color: #282b25;
}

header {
  position: fixed;
  background: transparent;
  z-index: 999999;
  width: 100%;
}
header .asd {
  align-items: center;
}
header div#search-window {
  position: absolute;
  bottom: -20px;
  background:#4ca218;
  padding: 14px;
  right: 80px;
  z-index: 999;
}

header div#search-window .mginner {
  display: flex;
}
header div#search-window .mginner input {
  background-color: transparent;
  box-shadow: unset;
  outline: unset;
  border: 0px;
}
header div#search-window .mginner input ::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
header div#search-window .mginner input ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
header div#search-window .mginner input ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
header div#search-window .mginner .btn {
  background-color: transparent;
  color: #ffffff;
}
header div#search-window .mginner .btn:focus {
  outline: unset;
  box-shadow: unset;
  color: #282b25;
}
#search-window input {
  color: white;
}
#search-window input::placeholder {
  color: white;
}
header .navbar-brand {
  width: 174px;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 100%;
}
header .navbar {
  padding: 0px;
}
header .navbar .nav-item {
  padding: 0px 15px;
}
header .navbar .nav-item a {
  padding: 15px 0px !important;
}
header .navbar .tlast a {
  padding: 10px 15px;
  transition: 0.5s ease-in-out;
  color: #282b25;
  font-size: 12px;
  background-size: 200% auto;
  top: -2px;
  border-radius: 100px;
}
header .navbar .tlast a i {
  margin-right: 5px;
}
header .navbar .tlast a:hover {
  background-position: right center;
  color: #282b25 !important;
}
header .navbar .tlast a:hover:before {
  display: none;
}
header ul li a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 10px 10px;
  transition: 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  line-height: 1.33em;
  letter-spacing: 0.3em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
}
header ul li .nav-link:hover:before {
  animation: expandWidth 2s forwards; /* Adjust duration as needed */
  width: 100%;
  content: "";
  background-color: #9ab206;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
header ul li .active {
  position: relative;
}
header ul li .active:after {
  width: 100%;
  content: "";
  background-color: #9ab206;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.mailnt {
  text-transform: lowercase!important;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px; border: 1px solid #bcc773 !important;
  background: linear-gradient(180deg, #fdffef, #f6fdcf);
  transition: 0.4s;
}

header .mtdrp .dropdown-menu {
  top: 75%;
 
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  color: #000 !important;
}
header .dropdown-menu .dropdown-item i.fa.fa-circle.fa-2 {
  color: #9ab206;
  font-size: 8px;
  margin-right: 5px;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  padding: 8px 15px !important;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  
  text-transform: capitalize;
  color: #000;
  font-size: 12px;
  line-height: 1.33em;
  letter-spacing: 1em;
  letter-spacing: 2px;
  font-weight: bold;
}
header .dropdown-menu .ulinner ul li a i {
  transition: 0.3s ease-in-out;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #9ab206;
  text-decoration: none;
  color: #282b25 !important;
}
header .dropdown-menu .ulinner ul li a:hover i {
  transform: translateX(-100px);
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
.mtyu ul.dropdown-menu{
  position: unset!important;
}
header .dropdown-menu  .dropdown-menu1 a.dropdown-item1  {

  font-weight: 300!important;
}
@media only screen and (min-width: 1024px) {
  .mtfull {
    width: 62%; /* Full width of the viewport */
    left: 2%; /* Align to the left edge of the viewport */
    right: 2%; /* Align to the right edge of the viewport */
    position: absolute; /* Make it position itself outside the normal flow */
    top: 100%; /* Place it below the nav item */
    margin-top: 0; /* Remove margin, or adjust as needed */


 margin: auto;
    border-radius: 0px;
  }
  li.nav-item.dropdown.mtdrp {
    position: unset;
}
.mtfull .mtyu {
  grid-gap: 5px;
  display: flex
;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 10px;
  flex-wrap: wrap;
}

.mtfull .mtyu .dropdown-item {
  display: block;
}
.mtyu>li {
  /* line-height: 71px; */
  /* padding: 10px 10px; */
  width: 49%;
  display: inline-flex
;
  flex-wrap: wrap;
}
ul.dropdown-menu1 {
  width: 100%;
}
header .dropdown-menu .ulinner ul li a.dropdown-item1 {
  height: min-content;
}

.mtfull ul  li a {

  font-weight: bold;
  flex-wrap: nowrap;
  white-space: break-spaces;
}
  header .navbar .nav-item.mtdrp:hover .mtfull {
    display: block!important;
  }
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }







  a.dropdown-item1 {
    display: block !important;
}







  
}

.sthead {  transition: top 0.3s; /* Smooth transition for hiding */
  background: linear-gradient(180deg, rgba(13, 24, 1, 0.88), transparent);
}
.sthead .navbar-brand {
  width: 174px;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
}
.sthead ul li .nav-link {
  padding: 10px;
  color: #f9fff2 !important;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 88px;
  right: 27px;
  z-index: 999;
  background-color: #6cc00b;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #6cc00b;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;

  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@keyframes whatsappanimation {
  100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #9ab206;
  color: #282b25;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.marquee {
  overflow: hidden;
  background-color: #eee;
}
.marquee .bg-danger {
  background-color: #2996d9 !important;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee a {
  color: #525252;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  /* Centering content inside the hero section */
  /* Button container style */
  /* General button styles */
  /* Button 1 styles */
  /* Button 2 styles */
}
.hero .overlay {
  position: absolute;
  width: 100%;
  background: rgba(93, 111, 0, 0.38);
  height: 100%;
}
.hero .tphead {
  
  font-size: 59px;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 15px 0px;
  min-height: 160px;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the video covers the entire background */
  z-index: -1; /* Keeps the video in the background */
}
.hero .hero-content {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the content */
  color: white;
  text-align: center;
  z-index: 1; /* Keeps content on top of the video */
}
.hero .button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.hero .btn {
  display: inline-block;
  padding: 13px 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  margin: 0;
  
  line-height: 1.5em;
  letter-spacing: 0.2em;
  border-radius: 100px;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  color: rgb(0, 0, 0);
  border: 1px solid;
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0);
}
.hero .btn:focus {
  outline: unset;
  box-shadow: unset;
}
.hero .btn1 {
  background-color: rgb(255, 255, 255);
  color: #333;
}
.hero .btn1:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
}
.hero .btn2 {
  background-color: #9ab206;
  color: white;
}
.hero .btn2:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgb(255, 255, 255);
}

.winfo {
  text-align: center;
}
.winfo .winner {
  transition: 0.3s ease-in-out;
  background: transparent;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #9ab206;
  margin-bottom: 10px;
}
.winfo .winner i {
  transition: 0.3s ease-in-out;
  font-size: 40px;
  color: #9ab206;
  transform: scale(1.1);
}
.winfo .winner i:hover {
  animation: pulse 1s infinite;
}
.winfo .winner h2 {
  color: #000;
  
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0px;
}
.winfo .winner:hover {
  transform: scale(1.1);
}
.winfo .winner p {
  min-height: 80px;
  text-align: justify;
}

.whyus {
  text-align: center;
}
.whyus .winner {
  transition: 0.3s ease-in-out;
  background-color: #e2e1dc;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.sthead22{

  
   font-size: 22px!important; text-transform: capitalize!important;
    

}
.whyus .winner p {
  font-size: 14px;
  color: #000000;
}
.whyus .winner i {
  transition: 0.3s ease-in-out;
  font-size: 40px;
  color: #9ab206;
  transform: scale(1.1);
}
.whyus .winner i:hover {
  animation: pulse 1s infinite;
}
.whyus .winner h2 {
  color: #000;
  
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0px;
}
.whyus .winner:hover {
  transform: scale(1.1);
}
.whyus .winner p {
  min-height: 399px;
  text-align: justify;
}

.certibx {
  text-align: center;
}
.certibx .slitem {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.certibx .mhead h2 {
  color: #282b25;
  
  
  font-weight: bold; text-transform: capitalize;
  margin: 15px 0px;
}

.labering {
  background: linear-gradient(180deg, #fdffef, #f6fdcf);
}
.labering .mhead h2 {
  color: #282b25;
  
  
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.mtyuqq {
  border-radius: 20px;
  border: 1px solid #9ab206;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.labering .lbinner p {
  color: #282b25;

  letter-spacing: 0px;
  text-align: justify;
  word-spacing: 0px;
}
.labering .lbinner p .sty {
  font-weight: bold;
}
.labering .lbinner .btn {
  overflow: hidden;
  padding: 0px;
  color: #282b25;
}
.labering .lbinner .btn span {
  position: relative;
  display: block;
  vertical-align: middle;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 13px 0px;
}
.labering .lbinner .btn span:before, .labering .lbinner .btn span:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #282b25;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: transform 1s ease-in-out, width 0.5s ease-out;
}
.labering .lbinner .btn span:before {
  transform: translateX(-140%);
  background-color: #282b25;
}
.labering .lbinner .btn span:after {
  right: 0;
  left: unset;
  width: 100%;
}
.labering .lbinner .btn span:focus {
  box-shadow: unset;
  outline: unset;
}
.labering .lbinner .btn span:hover {
  color: #282b25;
}
.labering .lbinner .btn span:hover:before {
  transform: translateX(0%);
}
.labering .lbinner .btn span:hover:after {
  width: 0;
  right: 0;
}

.whole .mhead h2 {
  color: #282b25;
  
  
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.whole .whbinner ul {
  padding: 0px;
  grid-gap: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  margin: 0;
}
.whole .whbinner li {
  border: 1px solid #9ab206;
  padding: 10px;
}
.whole .whbinner li a {
  color: #282b25;
}
.whole .whbinner li a:hover {
  color: #282b25;
}

.featured {
  background: linear-gradient(180deg, #fdffef, #f6fdcf);
}
.featured .mhead h2 {
  color: #282b25;
  
  
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.featured .mhead p {
  color: #282b25;

  letter-spacing: 0px;
  word-spacing: 0px;
}
.featured .ftinner figure {
  border: 1px solid #9ab206;
  background: transparent;
  border-radius: 20px;
}
.featured .ftinner figure img {
  transition: 0.3s ease-in-out;
  /* transform: scale(0.59); */
  width: 66%;
  margin: auto;
  display: block;
}
.featured .ftinner figure:hover img {
  transform: scale(1.1);
}
.featured a {
  color: #000;
}
.featured a h3 {
  font-size: 18px;
  color: #282b25;
  text-align: center;
  
}

.success {
  background: linear-gradient(45deg, #f2f6dd, rgba(242, 246, 221, 0.77)), url(../img/qwqw.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.success figure {
  margin: 0px;
}
.success .ctyuii {
  align-items: center;
  display: flex;
}
.success .mhead {
  width: 65%;
  padding: 5rem;
}
.success .mhead h2 {
  color: #282b25;
  
  
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}


.mbblog .btn {

  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #282b25;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0px;
   
}

.mbblog .btn span:before, .mbblog .btn span:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #282b25;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: transform 1s ease-in-out, width 0.5s ease-out;
}

.mbblog .btn span:before {
  transform: translateX(-140%);
}
.mbblog .btn span:after {
  right: 0;
  left: unset;
  width: 100%;
}


.mbblog .btn span:hover:before {
  transform: translateX(0%);
}
.mbblog .btn span:hover:after {
  width: 0;
  right: 0;
}


.dsckblg {
  display: block;
  height: 152px;
  overflow: hidden;
}
.blog_card section .title {
  font-weight: 600;
  font-size: 18px;
  color: var(--dark);
  width: auto;
  height: 38px !important;
  display: block;
}
.mbblog .btn  span {
  position: relative;
  display: block;
  vertical-align: middle;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 13px 0px;
  display: block;
  width: 100%;
  border: 1px solid #282b25;
  margin-top: 10px;
  border-bottom: 0px;
}
.success .mhead p {
  color: #282b25;
}
.ftinner .descp {
  height: 75px;
  overflow: hidden;
}
.blog {
  background: linear-gradient(45deg, #fdffef, #ffffff);
}
.blog .mhead h2 {
  color: #282b25;
  
  
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.blog .ftinner .qst {
  min-height: 52px;

  color: #282b25; height: 52px; overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}
.blog .ftinner figure {
  position: relative;
  overflow: hidden;
}
.blog .ftinner figure img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.blog .ftinner figure:hover img {
  transform: scale(1.1) translateX(10px);
}
.blog .ftinner a {
  color: #282b25;
  display: block;
  margin-bottom: 10px;
}
.blog .ftinner .date {
  position: absolute;
  background: #f4fad4;
  left: 10px;
  top: 10px;
  z-index: 9;
  width: 60px;
  color: #000;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
}
.blog .ftinner .date span {
  line-height: normal;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: bold;
}
.blog .ftinner .date .date1 {
  position: relative;
  top: 5px;
}
.blog .ftinner .date .date2 {
  position: relative;
  top: -1px;
}
.blog .ftinner p {
  margin-bottom: 5px;
  color: #282b25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .ftinner .btn {
  overflow: hidden;
  padding: 0px;
  color: #282b25;
}
.blog .ftinner .btn span {
  position: relative;
  display: block;
  vertical-align: middle;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 13px 0px;
  display: block;
  width: 100%;
  border: 1px solid #282b25;
  margin-top: 10px;
  border-bottom: 0px;
}
.blog .ftinner .btn span:before, .blog .ftinner .btn span:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #282b25;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: transform 1s ease-in-out, width 0.5s ease-out;
}
.blog .ftinner .btn span:before {
  transform: translateX(-140%);
}
.blog .ftinner .btn span:after {
  right: 0;
  left: unset;
  width: 100%;
}
.blog .ftinner .btn span:focus {
  box-shadow: unset;
  outline: unset;
}
.blog .ftinner .btn span:hover:before {
  transform: translateX(0%);
}
.blog .ftinner .btn span:hover:after {
  width: 0;
  right: 0;
}

.musthave {
  padding-bottom: 100px;
  /* Prev and Next Arrows */
  /* Slider Dots Styles */
  /* Style for the active dot */
  /* Styling for dots as numbers */
}
.musthave svg {
  WIDTH: 100PX;
  HEIGHT: 100PX;
  fill: #282b25;
}
.musthave .mhead {
  text-align: center;
  margin-bottom: 50px;
}
.musthave .mhead h2 {
  color: #282b25;
  
  
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.musthave .ftright {
  position: relative;
}
.musthave .ftright figure.ft11 {
  width: 83%;
  right: -21%;
  position: relative;
}
.musthave .ftright .ft22 {
  position: absolute;
  bottom: -6%;
  width: 88%;
  left: 1%;

}

.musthave .item p {
  color: #282b25; text-align: justify;    padding-right: 5px;
}
.musthave .item h6 {
  
  text-transform: uppercase;
  color: #282b25;
  font-size: 12px;
  line-height: 1.33em;
  letter-spacing: 0.3em;
  font-weight: bold;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.musthave .item h2 {
  color: #282b25;
  
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.musthave .item .name {

  text-transform: uppercase;
  color: #282b25;
  font-size: 18px;
  line-height: 1.22em;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 25px 0;
  margin-bottom: 0px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.musthave .slider {
  width: 100%;

  justify-content: center;
  align-items: center;
  margin: 30px auto;
  margin-bottom: 0px;
}
.musthave .slick-dots .item {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #282b25;
}
.musthave .slick-prevs, .musthave .slick-nexts {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #282b25;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  visibility: visible;
  display: none !important;
}
.musthave .slick-nexts {
  right: 8px;
}
.musthave .slick-prevs {
  left: 8px;
  z-index: 1;
}
.musthave .slider-nav {
  display: flex;
  width: 100px;
  overflow: hidden;
  height: 50px;
  align-items: center;
  padding: 0 3px;
  position: relative;
  padding-left: 10px;
}
.musthave .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all ease 0.4s;
  bottom: auto;
  display: none;
}
.musthave .slick-dots li {
  margin: 0 5px;
  line-height: 0;
}
.musthave .slick-dots li button {
  font-size: 16px;
  width: 9px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: #282b25;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}
.musthave .slick-dots li.slick-active button {
  background-color: transparent;
  color: #282b25;
}
.musthave .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #282b25;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: transform 1s ease-in-out, width 0.5s ease-out;
}
.musthave .slick-dots li button::before {
  content: ""; /* Remove default content */
}
.musthave .slick-dots li button {
  font-size: 14px;
}
.musthave .slick-dots li button:focus {
  outline: none;
}

footer {
  overflow: hidden;
  position: relative;
  background: rgba(49, 80, 11, 0.69);
  background-size: cover;
  background-attachment: fixed;
  padding: 10px 0px 0px 0px;
}
footer .mglistt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
}
footer .copright {
  padding: 10px 30px 10px 30px;
  text-align: center;
}
footer .copright p {
  color: #e7e7e7;
}
footer h2 {
  
  text-transform: uppercase;
  color: #e7e7e7;
  font-size: 24px;
  line-height: 1.22em;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}
footer .ftinner li {
  list-style: none;
  line-height: 30px;
}
footer .ftinner a {
  color: #c5d6b0;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
footer .ftinner a:hover {
  color: #ffffff;
}
footer .addressbx p {
  color: #e7e7e7;
}
footer .addressbx a {
  text-transform: lowercase;
}
footer .addressbx .nmar p {
  margin: 0px;
}

section {
  overflow: hidden;
  display: block;
}
section#tab-list2 li {
  display: inline;
}

section#tab-list2 .active a {
  background-color: rgb(124, 143, 5);
}

section#tab-list2 a {
  padding: 0.2rem 0.7rem;
}



.lbinner ul#tabContent {
  justify-content: center;
}


.lbinner  .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  display: inline-block;
  padding: 13px 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  margin: 0;
  
  line-height: 1.5em;
  letter-spacing: 0.2em;
  border-radius: 100px;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  color: rgb(0, 0, 0);
  border: 1px solid;

  margin: 5px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;

  color: #282b25;
  background-color: transparent;
  border: 1px solid;
}



.lbinner  .nav-pills .nav-link:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0);
  background-color: #9ab206;
  color: white;
}

.lbinner  .nav-pills .nav-link.active, .lbinner  .nav-pills .show>.nav-link {
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0);
  background-color: #9ab206;
  color: white;
}

.qualitypg h3{
  font-size: 18px;
  color: #282b25;
  text-align: justify;
  
  line-height: 25px;
}
.featured  .ftinner{
  margin-bottom: 30px;
}
.featured .ftinner figure img {

  width: 100%;

}
.featured .ftinner figure {

  background: #ffffff; overflow: hidden;

}
#contact  .dfl .contact-icon-image {
  margin-right: 15px;
}
#contact .contact-main .co-card  .dfl h5 {
  color: #9ab206;
  padding: 20px 0;
  padding-top: 0px;
  padding-bottom: 0px;
}


#contact .dfl {
  display: flex
;
  align-items: start;
}

.cnmianpg .contact-page-form {

   margin-top: 0px; 
}
.cnmianpg  h2 {
  font-size: 2rem;
  color: #282b25;
  
  font-size: 30px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.cnmianpg  .contact-page-form form {
  padding: 0px;
}
.cnmianpg  .contact-page-form {
   padding:  0px; 
}
.cnmianpg .single-input-fieldsbtn input[type="submit"] {
 
  margin-top: 0px;

}
.cnmianpg .contact-page-form input, .cnmianpg .contact-page-form textarea, .qualitypg  figure {

  border: 1px solid #9ab206;
  border-radius: 20px;
    overflow: hidden;

}
.cnmianpg .contact-page-form input, .cnmianpg .contact-page-form textarea {
  
  border-radius: calc(50px / 2);
}
.ingredients .featured {
  background: transparent;
}
.ingredients h2 {
  color: #282b25;
  
  
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  margin: 15px 0px;
}
.headding-main .ftr {

  text-transform: capitalize;
}
.sliderft .owl-nav button span {
  padding: 10px;
  background: #9ab206;
  color: #fff;
  margin: 10px;
  border-radius: 24px;
  opacity: 0.6;
}
.sliderft{
  position: relative;
}
.sliderft .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
  display: flex
;
  justify-content: space-between;
}
.btninner ul li {
  list-style: none; text-align: justify;
}
.btninner p {
  text-align: justify;
}
.whole-main .btninner h4 {
  color: #282b25;
  
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0px;
  /* margin-bottom: 0px; */
  padding-bottom: 0px;
}

.gtyhead {
  color: #9ab206;
  font-size: 28px;
  margin: 0px; 
  text-align: center;
  font-family: 'Arial Bold' !important;
  font-style: normal;
  font-weight: normal;
}



#ert11 input, #ert11  textarea {
  border-radius: calc(50px / 2);
}

#ert11  input  {
  border: 1px solid #9ab206;
  border-radius: 20px;
  overflow: hidden;
  background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #6cc00b;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    outline: unset;
    border-radius: 4px;
  
}

#ert11  textarea  {
  background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #6cc00b;
    width: 100%;
    height: 150px;
    outline: unset;
    padding: 12px 16px;
    border-radius: 4px;
}
#ert11 .single-input-fieldsbtn input[type="submit"] {
  background: #9ab206 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
  border: 0px;
  margin: auto;
  border-radius: 100px;
}
.btninner a.btn {
  display: inline-block;
  padding: 13px 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  margin: 0;
  
  line-height: 1.5em;
  letter-spacing: 0.2em;
  border-radius: 100px;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  color: rgb(255 255 255);
  border: 1px solid;
  background-color: rgb(154 178 6);
  border-color: rgba(0, 0, 0, 0);
}
#ert11 .modal-content {

  background-color: #fbffe4;

}


#ert11 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  /* display: none; */
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgb(143 166 6 / 17%);
  outline: 0;
  padding-top: 12%;
}
.img-cnt h4, .owl-item .ftinner h3 {
  font-size: 16px;
}

.whole-main .item .ftinner figure {
  height: 210px;
  overflow: hidden;
}
.whole-main  .ftinner a {
  text-align: center;
  color: #6d8548;
}
.ftimg1{
  display: flex; align-items: center; height: 100%;
}
@media only screen and (max-width: 1441px) {
  .success .mhead {
    width: 100%;
    padding: 2rem;
  }
  .lbinner .nav-pills .nav-link {

    padding: 13px 30px;

}
}
@media only screen and (max-width: 1281px) {
  .winfo .winner p {
    min-height: 106px;
  }
  .whyus .winner p {
    min-height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .ftinner .qst {
    min-height: auto;
  
   height: auto; 
 
  }
  .dsckblg {

    height: auto;
 
}
.blog_card section .title {

  height: auto !important;

}
  .lbinner li.nav-item a,   .lbinner li.nav-item {
    width: 100%;
    display: block;
    width: 100%;
    min-width: 100%;
    text-align: center;
}
  header .dropdown-menu .ulinner ul li a {

    flex-wrap: wrap;
    white-space: break-spaces;
}
  div#aboutus1 li,   div#aboutus2 li {
    text-align: justify;
}
  p {

    text-align: justify;
}
footer .copright p {

  text-align: center;
}
  .lbinner {
    text-align: justify;
}
  .cnmianpg .single-input-fieldsbtn input[type="submit"] {
    margin-top: 10px;
}
  #contact .contact-main .co-card {

    margin-bottom: 15px;
}
  div#navbarSupportedContent {
    background: rgba(255, 251, 220, 0.93);
    top: 20px;
    position: relative;
  }
  .musthave {
    padding-top: 0px !important;
  }
  footer .mglistt {
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 38px;
  }
  .mhead h2 {
    font-size: 30px !important;
  }
  .hero .tphead {
    font-size: 42px;
  }
  .musthave .ftright figure.ft11 {
    right: -14%;
  }
  .musthave svg {
    WIDTH: 53PX;
    HEIGHT: 53PX;
  }
  .featured .mhead p, .winfo .winner p, .labering .lbinner p, .musthave p {
    text-align: justify;
  }
  .featured .ftinner {
    margin-bottom: 25px;
  }
  .hero .btn {
    padding: 13px 23px;
    width: -moz-max-content;
    width: max-content;
  }
  .totop {
    bottom: 59px;
  }
  .success .mhead {
    width: 100%;
    padding: 1rem 2rem;
  }
  .totop,
  a.whatsapp {
    width: 40px;
    height: 40px;
  }
  a.whatsapp {
    bottom: 111px;
  }
  header .navbar .nav-item a {
    padding: 5px 15px 15px 15px !important;
  }
  header .navbar .tlast a {
    padding: 15px 15px !important;
    text-align: center;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 10px;
    color: #fffacb;
    top: 60px;
  }
  header ul li .active:after {
    display: none;
  }
  header .navbar .nav-item a {
    color: #282b25 !important;
  }
  header .dropdown-menu .ulinner ul li a {
    color: #282b25 f !important;
  }
  a.whatsapp,
  .totop {
    right: 10px;
  }
  header .dropdown-menu, header div#search-window {
    background-color: #d8d4a7 !important;
  }
  header ul li .nav-link:hover:before {
    display: none;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 0px;
  }
  header .navbar .tlast a:hover {
    background-position: right center;
    color: #000000 !important;
  }
  header div#search-window {
    position: absolute;
    bottom: 4%;
    background: #000000;
    padding: 14px;
    right: 5%;
    z-index: 999;
  }
  .labering figure {
    margin-top: 15px;
  }
  .blog .ftinner {
    margin-bottom: 30px;
  }
  header {
    position: absolute;
    z-index: 999;
    width: 100%;
  }
  header .navbar-brand {
    width: 120px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .pagesubheader {
    height: 110px;
  }
  .sthead {
    padding-bottom: 8px;
  }
  ul.navbar-nav.ms-auto {
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: transparent;
  }
  .btns {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 413px) {
  .hero .button-container {
    gap: 5px;
  }
}
@media only screen and (max-width: 359px) {
  .hero .button-container {
    gap: 5px;
    width: 86%;
    margin: auto;
  }
  .hero .tphead {
    font-size: 25px;
    padding: 26px 30px;
  }
  .whole .whbinner ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .mhead h2 {
    font-size: 23px !important;
  }
}/*# sourceMappingURL=style.css.map */

.headding-main{ background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), 
  url('../img/image-container.jpg');
background-size: cover;
background-position: center;
height: 50vh; /* ya jitni height chahiye */
color: white; /* text color white */
display: flex;
align-items: center;
justify-content: center;}
.headding-main{padding: 150px 0px 50px 0; }
.headding-main h2{ padding-top: 100px !important; font-size: 45px; font-weight: 800;  color: #fff;}
.headding-main a{color: #fff;}

.headding h2{color: #9ab206; font-size: 45px; text-align: center; font-weight: 800;}
.headding p{color: #000; text-align: center;}

/* about us */


#About{padding: 50px 0px;}
#About  h2{color: #282b25;
  
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0px;
}
#About .about-m p{text-align: justify;}


/* contact us */
#contact {padding: 50px 0px ;}

#contact .contact-main .co-card{border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  border-color: #9ab206;
  padding: 25px;
  transition: all 0.3s linear;
  border-radius: calc(50px / 2);}

  #contact .contact-main .co-card  i{
    color: #fff;
    background: #9ab206;
    color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    transition: all 0.3s linear;;
}
#contact .contact-main .co-card b i{
  width: unset;
  background-color: unset; color: #000;

  font-size: 15px; height: 15px;
}
#contact .contact-main .co-card b i.fab.fa-whatsapp{
  width: unset;
  background-color: unset;
  color: #17a44c;
  font-size: 15px;
}

#contact .contact-main .co-card p{color: #000; font-size: 14px;}
#contact .contact-main .co-card p a{color: #000;}
#contact .contact-main .co-card h5{color: #9ab206; padding: 20px 0;}

.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #6cc00b;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  outline: unset;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #6cc00b;
  width: 100%;
  height: 150px;
  outline: unset;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #9ab206 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.contact-page-form{padding: 30px 0px;}
.contact-page-form h2{font-size: 35px; color: #9ab206; font-weight: 600;}

/* product us */
.whole-main{padding: 30px 0;}
.whole-main h4 {
  color: #2a5f49;
  padding: 10px 0px 30px;
  font-weight: normal !important;

  font-family: 'Arial Regular' !important;
  font-style: normal;
  font-weight: normal;
}
.whole-main a:hover h4{color: #9ab206;   font-family: 'Arial Bold'!important;
  font-style: normal;
  font-weight: normal;  }
.whole-main .img-up {
  position: relative;
  overflow: hidden; /* Zoom-out ke waqt image crop hone se bachane ke liye */
}

.whole-main .img-up .img-on img {
  transition: transform 0.3s ease; /* Smooth animation effect */ height: 100%; object-fit: contain;
}
.whole-main .img-up .img-on  {
  height: 191px;
  overflow: hidden;
  border: 1px solid #d6e3da;
}
.whole-main .img-up a:hover .img-on img {
  transform: scale(1.1); 
}

/* product ditels */
#ditelproduct{padding: 50px 0px; background-image: url(../img/backgroundFinal2-1.webp); background-size: cover; background-repeat: no-repeat;}
