*:focus {
  outline: none !important;
}
body {
  font-family: "Poppins", sans-serif;
  background-color: #F8F9F5;
}
html {
  scroll-behavior: smooth;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}
a {
  text-decoration: none !important;
}
::-moz-selection {
  color: #f85c5c;
  background: #d0d958bf;
}
::selection {
  color: #f85c5c;
  background: #d0d958bf;
}
.header-desktop {
  padding: 0 !important;
  position: fixed;
}
img {
  max-width: 100%;
  height: auto;
}
.header-desktop .topbar-content {
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #d0d958;
  padding: 8px 35px;
}
.header-desktop .topbar-content a {
  color: #1B5E20;
  font-weight: 400;
  font-size: 14px;
}
.row {
  margin-right: 0;
}
.container-fluid {
  padding-right: 0;
}
.header-desktop .topbar-content .icon-phone {
  width: 65%;
}
.header-desktop .topbar-content .icon-social-media {
  width: 35%;
}
.header-desktop .topbar-content .icon-phone,
.header-desktop .topbar-content .icon-email,
.header-desktop .topbar-content .icon-social-media {
  display: flex;
  align-items: center;
}
.header-desktop .topbar-content .icon-phone,
.header-desktop .topbar-content .icon-email,
.header-desktop .topbar-content .icon-social-media a {
  display: flex;
}
.header-desktop .topbar-content i {
  color: #1B5E20;
  font-size: 18px;
  margin-right: 7px;
}
.header-desktop .topbar-content .phone-social-media {
  display: flex;
}
.header-desktop .topbar-content .email-icon {
  text-align: left;
}
.header-desktop .header-content {
  padding: 0 30px;
  background-color: #1B5E20;
}
.header-desktop .topbar-content p {
  margin-bottom: 0;
  color: #1B5E20;
  font-size: 16px;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
}
.header-mobile,
.header-desktop {
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  top: 0;
  padding: 15px 0;
  box-shadow: 1px 2px 12px -5px #71b470;
}
.header-desktop {
  display: block;
}
.header-mobile {
  display: none;
}
.header-mobile .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.header-desktop .menu-1-section,
.header-desktop .menu-2-section {
  display: flex;
  align-items: center;
  position: static !important;
}
.header-desktop .menu-2-section .menu-2 {
  display: flex;
}
.header-desktop .menu-2-section {
  justify-content: flex-end;
}
.header-desktop .menu-2-section .menu-2 .menu-link {
  padding: 0 10px;
  color: #52a22f;
  font-weight: 400;
}
.header-desktop .menu-link:hover {
  color: #000 !important;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../images/preload.gif) no-repeat center;
  background-size: 40%;
  z-index: 99999;
  top: 0;
  background-color: #fff;
}
.header-sticky-top-section .navbar-section .nav-item .nav-link {
  color: #5b8c51;
}
.header-sticky-top-section .navbar-section .nav-link.active,
.header-sticky-top-section .navbar-section .nav-link:hover {
  color: #eddd5e;
}
.header-sticky-top-section .logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-section img {
  width: 200px;
}
.header-right {
  text-align: right;
}
.top-header-social {
  display: inline-block;
}
.top-header-social p {
  margin-bottom: 0;
  padding: 10px;
  display: inline-block;
}
.top-header-social p a {
  padding-left: 2px;
  color: #000;
  vertical-align: middle;
}
.top-header-social p i {
  vertical-align: middle;
  color: #54cc61;
}
.btn-hover {
  background-color: transparent !important;
  transition: 0.5s ease;
  border: none;
}
.btn-hover a {
  color: #d0d958 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #d0d958;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #1B5E20;
  padding: 10px 23px;
}
.btn-hover a:after {
  content: "";
  position: absolute;
  display: block;
  transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 260%;
  height: 100%;
  transform: rotateZ(10deg) translate(-1.2em, 110%);
  transform-origin: 0% 100%;
  background-color: #c57f46;
}
.btn-hover a:hover:after {
  transform: rotateZ(0deg) translate(0, 0);
}
.header-sticky-top-section .inquirybtn-section {
  display: flex;
  justify-content: center;
}
.search-btn i {
  margin-left: 20px;
}
.search-btn {
  border-radius: 30px;
  border: none;
  padding: 6px 0;
  background-color: #f9f9f9;
  margin-right: 14px;
}
.search-btn input {
  border: none;
  background: none;
  width: 63%;
}
.search-btn input::placeholder {
  color: #a9a9a9;
}
.search-btn i {
  color: #d0d0d0;
}
.mobile-searchbtn {
  display: none;
}
.header-top-section .row .col-lg-2 {
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  display: flex;
}
.header-top-section .row .inquirybtn-section {
  justify-content: center;
  background: #fff;
  padding: 20px 0;
  border-radius: 0 0 0 30px;
  position: relative;
}
.header-top-section .row {
  padding: 0 20px 0 30px;
}
.menu {
  width: 260px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 0 0 0 4px;
  margin: 0;
  background-color: #1B5E20;
  height: 100vh;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:focus,
span {
  color: #fff;
  text-decoration: none;
}
.menu a:hover {
  color: #227087;
  text-decoration: none;
}
.menu > li {
  display: block;
  text-align: LEFT;
  margin-left: -4px;
  border-left: 1px solid rgb(255 255 255 / 0.11);
  box-shadow: -1px 0 0 rgb(0 0 0 / 0.1);
}
.menu > li > a {
  padding: 14px 18px;
  display: block;
  font-family: "Acme", sans-serif;
  letter-spacing: 1px;
}
.menu > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0;
  left: 275px;
  width: max-content;
  text-align: left;
  margin-top: 30px;
  padding: 20px;
  z-index: 99;
  background-color: #fff;
  overflow-y: auto;
  height: 470px;
}
.menu > li > .megadrop .product-dropdown li a {
  color: #1B5E20;
  font-family: "Acme", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.menu > li > .megadrop .footer-title h4 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  color: #1b5800;
}
.menu > li > .megadrop .product-dropdown li {
  padding: 5px 0;
}
.menu > li > .megadrop .footer-title {
  width: 250px;
}
.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  background-color: #f7fe9f;
}
.menu ul li:hover:after {
  color: #227087;
}
.menu > li > ul li ul,
.menu li > ul li,
.menu > li > .megadrop,
.menu > li > ul,
.menu > li {
  transition: all 0.2s ease-in-out;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.horizontal-menu {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  padding: 0 0 0 4px;
  margin: 0;
}
.horizontal-menu a,
.horizontal-menu a:link,
.horizontal-menu a:visited,
.horizontal-menu a:focus,
span {
  color: #fee78f;
  text-decoration: none;
}
.horizontal-menu > li {
  display: inline-block;
  text-align: center;
}
.horizontal-menu > li > a {
  padding: 45px 8px;
  display: block;
}
.horizontal-menu > li i {
  margin-left: 3px;
}
.horizontal-menu > li:hover i {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.horizontal-menu > li:hover > a,
.menu > li:hover > a {
  color: #ffc126;
}
.horizontal-menu li .horizontal-megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 145px;
  left: 0;
  width: 100%;
  min-height: 100px;
  text-align: left;
  padding: 0;
  z-index: 99;
  background-color: #000000a1;
  overflow: hidden;
  height: 100vh;
  margin-left: 0 !important;
  margin-right: 0 !important;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.horizontal-menu li.active .horizontal-megadrop,
.horizontal-menu li:hover .horizontal-megadrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.horizontal-menu li:hover .horizontal-megadrop {
  margin-top: 0;
}
.horizontal-menu li .horizontal-megadrop .product-cat-section {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.horizontal-menu ul li:hover:after {
  color: #227087;
}
.horizontal-menu > li > ul li ul,
.horizontal-menu li > ul li,
.horizontal-menu > li > .horizontal-megadrop,
.horizontal-menu > li > ul,
.horizontal-menu > li {
  transition: all 0.2s ease-in-out;
}
#mynavbar {
  justify-content: center;
}
.navbar {
  padding: 0 0 !important;
}
.navigation > li {
  position: relative;
  padding: 0 10px 0 0;
}
.navigation > li > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  background-color: #eddd5e;
  border-radius: 30px;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
.navigation > li > a.active:after,
.navigation > li > a:hover:after {
  opacity: 1;
  visibility: visible;
}
.other-serch {
  background-color: #fff;
}
.navbar-section .menu-bg {
  background-image: url(../images/home-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 20px 30px 0 rgb(0 0 0 / 0.02);
}
.navbar-section .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  overflow: hidden;
}
.navbar-section .nav-link.active,
.navbar-section .nav-link:hover {
  color: #eddd5e;
}
.home-banner {
  position: relative;
  background-image: url("../images/backgroundimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 145px;
}
.banner-content {
  padding: 15px 40px 0;
}
.banner-content h1 {
  font-size: 35px;
  font-weight: 500;
  color: #a7c414;
  font-family: Acme, sans-serif;
  word-spacing: 2px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.banner-content a {
  color: #d0d958 !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #d0d958;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #1B5E20;
  padding: 6px 15px;
  transition: 0.5s;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0.05);
}
@media (max-width: 991px) {
  .home-banner {
    height: 400px;
    margin-top: 132px;
  }
  .contact-section{
      padding-top:30px !important;
  }
  .address-content-section h4{
      font-size:20px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    height: 300px;
    margin-top: 0;
  }
  .home-whychoose:before{
      display:none;
  }
  .banner-content h1 {
    font-size: 28px;
  }
  .contact-address-section{
      display: flex;
    flex-direction: column-reverse;
  }
   .contact-address-section .contact-address-content{
       margin-top:30px;
   }
   .blank-sec{
       display:none;
   }
}
@media (max-width: 575px) {
  .home-banner {
    height: 180px;
  }
  .comparision-table .comparision-title h2{
      font-size: 23px !important;
      line-height:30px !important;
  }
  .banner-content {
    padding: 15px 15px 0;
  }
  .banner-content h1 {
    font-size: 18px;
  }
  .banner-content a {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.carousel {
  margin-top: 145px;
}
.carousel-inner {
  width: auto;
}
.about-banner {
  position: relative;
  text-align: center;
  z-index: -1;
  margin-top: -29px;
}
.about-banner h1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  width: 100%;
  margin-bottom: 0;
}
.header-mobile .toggler-section {
  text-align: center;
}
.sidepanel {
  width: 0;
  position: absolute;
  z-index: 2;
  height: auto;
  top: 75px;
  left: 0;
  background-color: #00382aeb;
  transition: 0.5s;
  padding: 45px 15px 15px 20px;
  display: none;
}
.sidepanel .closebtn {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 36px;
  padding: 0;
  color: #d0d958;
}
.openbtn {
  font-size: 24px;
  cursor: pointer;
  background-color: #fff0;
  color: #d0d958;
  padding: 10px 15px;
  border: none;
}
.sidepanel .drop-down-link-content .sub-page-link-content {
  display: none;
  padding-left: 20px;
}
.sidepanel .drop-down-link-content .sub-page-link-content li {
  padding: 10px 10px;
}
.sidepanel .drop-down-link-content .sub-page-link-content li:hover a {
  color: #c57f46;
}
.sidepanel .page-link-content {
  padding: 10px 10px;
}
.sidepanel .drop-down-link-content i {
  margin-left: 20px;
  color: #cfd858;
}
.sidepanel .drop-down-link-content:hover .sub-page-link-content {
  display: block;
}
.sidepanel .page-link-content a {
  color: #cfd858;
}
.sidepanel .page-link-content:hover .main-page-css {
  color: #c57f46;
}
.navbar-nav span .downicon {
  font-size: 20px;
  display: block;
  position: absolute;
  z-index: 99;
  right: 24px;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  color: #d0d958;
}
.main-menu .navigation > li > ul {
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease-out;
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  border-top: 4px solid #eddd5e;
  margin-top: 12px;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
}
.main-menu .navigation > li > ul > li a {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.5px;
  padding: 8px 35px;
  font-weight: 500;
}
.main-menu .navigation > li > ul > li a:hover,
.main-menu .navigation > li > ul > li a:focus {
  color: #51a22e;
  background-color: #fff0;
}
.header-top-section .nav-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-divider h2 {
  font-size: 35px;
}
.homepage-menu-section .nav-item .nav-link i {
  vertical-align: middle;
  font-size: 13px;
  padding-left: 8px !important;
}
.navbar-toggler {
  height: 48px;
}
.homepage-menu-section {
  background-color: #000;
  margin-top: 10px;
}
.homepage-menu-section .nav-item .nav-link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px !important;
  height: 48px !important;
  line-height: 48px !important;
}
.homepage-menu-section .nav-item .nav-link:hover {
  background-color: #0973ba;
}
.menu-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: none;
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  background-color: #fff0;
}
.menu-btn:focus {
  outline: none;
}
.menu-btn-section {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  list-style: none !important;
}
.lb-dataContainer {
  display: none !important;
}
.menu-btn-section ul li {
  list-style: none !important;
}
.menu-btn i {
  padding-left: 10px;
}
.navbar-brand img {
  width: 190px;
}
.dropdown a i {
  font-size: 10px;
  padding-left: 5px;
}
.header {
  position: relative;
}
.text-center {
  margin-top: 25px;
}
.whatsappbar {
  position: fixed;
  top: 75%;
  right: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #4dc247;
  line-height: 50px;
  text-align: center;
  z-index: 10000;
  box-shadow: rgb(50 50 93 / 25%) 0 30px 60px -12px,
    rgb(0 0 0 / 30%) 0 18px 36px -18px;
}
.whatsappbar ul {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.whatsappbar ul:before,
.whatsappbar ul:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #24cc63;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 #24cc63;
  animation: ripple 3s infinite;
  transition: all 0.5s ease;
  z-index: -1;
}
.whatsappbar ul:after {
  animation-delay: 0.6s;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}
.whatsappbar ul li a {
  font-size: 34px;
  color: #fff !important;
  vertical-align: middle;
}
.event-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: #000000a1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease;
}
.event-popup.show {
  visibility: visible;
  opacity: 1;
}
.event-popup .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.event-popup .close {
  top: 0;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #f7db40 !important;
  opacity: 1 !important;
  text-shadow: none;
}
.event-popup .img-area {
  /*max-width: 480px;*/
  max-width: 360px;
}
#topbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: none;
  outline: 0;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(125deg, #1B5E20, #d0d958);
  cursor: pointer;
  padding: 6px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: auto;
}
#topbtn.show {
  opacity: 1;
  visibility: visible;
}
.banner-position {
  position: inherit;
  right: -40%;
  top: 19px;
}
.banner-three {
  top: 17px !important;
  right: -44%;
}
.banenr2icon {
  width: 52px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.carousel-caption {
  color: #000;
  top: 1%;
  text-align: left !important;
  max-width: 100% !important;
  left: 1% !important;
  padding: 4px;
}
.carousel-caption h1 {
  font-size: 35px;
  font-weight: 500;
  color: #a7c414;
  font-family: "Acme", sans-serif;
  word-spacing: 2px;
  letter-spacing: 1px;
}
.carousel-caption p {
  margin-bottom: 30px;
  font-size: 23px;
  color: #fff;
  margin-top: 15px;
}
.knowmore-btn {
  padding: 10px 25px 10px 0;
  border: none;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 0.05);
}
.knowmore-btn:hover {
  background-color: #51a22e;
}
.knowmore-btn:hover a {
  color: #e8cd30;
}
.knowmore-btn a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.carousel-control-next,
.carousel-control-prev {
  color: #e0e0e0;
  font-size: 60px;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #51a22e;
  z-index: 1;
}
.carousel-inner .carousel-item {
  position: relative;
}
.carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff0;
}
.button-link {
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  background-color: #00000070;
  transition: all 0.4s ease-in;
  border: 2px solid #fff;
}
.button-link:hover {
  background-color: #009f4d;
  border-color: #009f4d;
}
.button-link a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.button-link a img {
  margin-left: 5px;
  width: 35px;
}
.home-about {
  text-align: left;
  padding-top: 0 !important;
}
.about-wrap .home-about-content p .icon-img {
  width: 35px !important;
}
.about-wrap .home-about-title {
  text-align: left !important;
}
.about-wrap .home-about-title h2 {
  position: relative;
  text-align: left;
  font-weight: 500;
  color: #1B5E20;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
}
.about-wrap .home-about .inquiry-rotate-image {
  height: 100%;
}
.about-wrap .home-about .col-md-6 {
  padding: 0;
}
.about-wrap .home-about .about-content {
  padding: 25px;
  margin: auto;
}
.about-wrap .home-about .col-md-6 img {
  height: 100%;
}
.about-wrap .home-about .col-md-6 .about-img {
  width: 100%;
  object-fit: cover;
}
.about-wrap .about-content .home-about-content a {
  color: #1B5E20;
}
.about-wrap .about-content .button-link a {
  color: #52a22f;
}
.about-wrap .about-content .button-link:hover a {
  color: #ffea6f;
}
.about-wrap .about-content .button-link {
  background-color: #fff0;
  border: 2px solid #52a22f;
}
.about-wrap .about-content .button-link:hover {
  background-color: #52a22f;
}
.home-about-content {
  max-width: 835px;
  margin: auto;
}
.home-about .about-img-text {
  background-color: #f7db40;
}
.home-about-content p {
  color: #545353;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
}
.home-about-content p a {
  font-size: 21px;
}
.home-about-content h4 {
  color: #1B5E20;
  font-size: 25px;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
}
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-track {
  background: #d0d958;
}
::-webkit-scrollbar-thumb {
  background: #1B5E20;
  border-radius: 3px;
}
.home-product .col-lg-4 {
  margin-bottom: 7px;
}
.home-product {
  margin-top: 30px;
  border-radius: 40px;
  transition: 0.5s ease;
}
.home-product .row {
  padding: 10px 5px;
}
.home-product-title h2 {
  position: relative;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  font-size: 40px;
}
.home-product-content {
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.home-product-content .product-img1 {
  position: relative;
  display: block;
}
.home-product-content .product-img1 .img-overflow {
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.home-product-content .product-img1 .title-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-product-content .product-img1 h4 {
  margin: 20px 0;
  transition: 0.5s ease;
  color: #d8ee8a;
  font-size: 30px;
}
.home-product-content .product-img1:hover h4 {
  font-weight: 500;
}
.home-product .container .row .third-product,
.home-product .container .row .sec-product,
.home-product .container .row .first-product {
  position: relative;
}
.home-product-content .img-product-cat .arrow-img {
  width: 40px;
}
.home-product-content .img-product-cat .arrow-hover {
  width: 40px;
  display: none;
}
.button-link a {
  display: flex;
  align-items: center;
}
.button-link .arrow-hover {
  width: 35px;
  display: none;
}
.home-product-content:hover .img-product-cat .arrow-hover,
.button-link:hover .arrow-hover {
  display: block;
}
.home-product-content:hover .img-product-cat {
  background-color: #a7c345;
}
.home-product-content:hover .img-product-cat .arrow-img,
.button-link:hover .arrow-img {
  display: none;
}
.home-product .row .product-coloum {
  margin-top: 0;
  padding: 3px;
}
.home-product .row .product-coloum .product-button {
  border: 2px solid #d0d958;
  background: none;
  padding: 5px 20px;
  border-radius: 50px;
  color: #d0d958;
  font-size: 17px;
  opacity: 0;
  background-color: #c57f46;
}
.home-product .row .product-coloum:hover .product-button {
  opacity: 1;
}
.home-product .row .product-coloum .img-fluid {
  width: 100%;
  opacity: 0.5;
}
.home-product .row .product-coloum:hover .img-fluid {
  opacity: 0.3;
}
.home-product .col-lg-12 {
  margin-top: 20px;
}
.home-product .container .product-img-desc {
  padding: 0 30px;
}
.home-product .container .product-img-desc .product-desc-part {
  text-align: center;
  border-radius: 15px;
  transition: all 0.8s ease-in;
}
.home-product .container .product-img-desc .product-desc-part:hover {
  background-color: #d0d958;
}
.home-product .container .product-img-desc .product-desc-part .title-desc {
  padding: 20px;
}
.home-product .container .product-img-desc .product-desc-part .title-desc h4 {
  color: #1B5E20;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 1px;
}
.home-product .container .product-img-desc img {
  width: 100%;
  border-radius: 15px;
}

/*about page why choose section css*/
.why-choose-about-page-section .serial-title-description{
    display:flex;
}
.why-choose-about-page-section .serial-title-description .serial-number{
    width:10%;
    display: flex;
    justify-content: center;
}
.why-choose-about-page-section .serial-title-description .serial-number h3{
    width:50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items:center;
    background-image: linear-gradient(to right, #1B5E20 , #D0D958);
    color:#F7FE9F;
}
.why-choose-about-page-section .serial-title-description .why-choose-content-title{
    width:90%;
    padding: 0 30px;
}
.why-choose-about-page-section .serial-title-description .why-choose-content-title h4{
    font-family:"Acme", sans-serif;
    color:#f85c5c;
}
.vision-philosophy-expertise-section .icon-image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.vision-philosophy-expertise-section .icon-image img{
    padding: 10px;
    width: 90px;
    background: #1B5E20;
    border-radius: 20px;
     transition-duration: 0.3s;
}
.vision-philosophy-expertise-section .content-img:hover .icon-image img{
    transform: rotateY(180deg);
    transition: all 400ms ease-in-out 0s;
}
.vision-philosophy-expertise-section .content-img{
    height:100%;
    padding:15px;
}
.vision-philosophy-expertise-section .content-img:hover{
   box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
   background-color:#D0D958;
}
.vision-philosophy-expertise-section .title-description-content p{
    text-align:justify;
}
.vision-philosophy-expertise-section .title-description-content h4{
     text-align:center;
     font-family:"Acme", sans-serif;
    color:#f85c5c;
} 
.why-choose-about-section-content{
    margin-top:20px;
}
.why-choose-about-section-content .why-choose-about-page-section{
    margin-top:20px;
}




.packaging-section .packaging-title {
  margin-bottom: 40px;
}
.packaging-section .carousel {
  margin-top: 0;
}
.packaging-section .carousel .carousel-control-next,
.packaging-section .carousel .carousel-control-prev {
  width: 30px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a7c414;
  opacity: 1;
}
.packaging-section .carousel .carousel-control-prev {
  left: 2%;
  border-radius: 50px 0 0 50px;
}
.packaging-section .carousel .carousel-control-next {
  right: 2%;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 575px) {
  .packaging-section .carousel .carousel-control-next,
  .packaging-section .carousel .carousel-control-prev {
    width: 15px;
    height: 35px;
  }
  .packaging-section .carousel .carousel-control-next span,
  .packaging-section .carousel .carousel-control-prev span {
    width: 10px;
    height: 10px;
  }
  .address-content-section h4{
      font-size:17px;
  }
  .address-content-section p{
      font-size:15px;
  }
}
.home-whychoose {
  padding-top:70px;
  position: relative;
}
.home-whychoose:before{
    content:"";
    position:absolute;
    top:2%;
    left:28%;
    width:150px;
    height:150px;
    right:0;
    bottom:0;
    background-image:url(../images/certificates/3-star.png);
    z-index:1;
    
}
.home-whychoose .row .why-choose-cont-sec {
  display: flex;
  background-color: #d0d958;
  align-items: center;
}
.home-whychoose .row .why-choose-cont-sec .col-lg-6 {
  padding: 0;
}
.infrastruture-wrap {
  margin: 20px 0 30px 0;
  position: relative;
}
.infrastruture-wrap .container-fluid {
  padding-right: 15px !important;
}
.infrastruture-wrap .col-md-3 {
  padding: 4px;
}
.infrastruture-wrap .col-md-3 img {
  margin-bottom: 4px;
  margin-top: 4px;
}
.infrastruture-wrap .all-image-infrastructure .col-md-6 {
  padding: 0;
}
.infrastruture-wrap .all-image-infrastructure,
.infrastruture-wrap .first-img-infrastructure {
  padding: 0;
}

.all-image-infrastructure .height-set-img{
    height: 270px;
    overflow: hidden;
    
}
.all-image-infrastructure .height-set-img .img-hover, .infrastruture-wrap .first-img-infrastructure .img-section .img-hover{
    height:100%;
}
.all-image-infrastructure .height-set-img .img-hover img{
     height:100%;
      width:100%;
    object-fit: cover;
}

.infrastruture-wrap .first-img-infrastructure .img-section,
.infrastruture-wrap .first-img-infrastructure .img-section img {
  height: 100%;
}

.infrastruture-wrap .first-img-infrastructure {
  object-fit: cover;
}
.infrastruture-wrap .blog-section {
  margin-top: -20px;
}
.infrastruture-wrap .row {
  margin: 0 !important;
}
.infrastruture-wrap img {
  padding: 4px;
}
.infrastruture-wrap .title-divider h2 {
  padding: 0 20px 0 20px;
}
.home-whychoose .whychoose-us-title {
  display: flex;
  justify-content: center;
}
.home-whychoose .whychoose-title h2 {
  position: relative;
  text-align: left;
  font-weight: 600;
  color: #d0d958;
  margin-bottom: 31px;
  margin-top: 0;
}
.home-whychoose .container-fluid {
  padding-left: 0 !important;
}
.home-whychoose .whychoose-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 7px;
}
.home-whychoose .whychoose-content .icon-img {
  float: left;
  width: 90px;
  height: 90px;
  padding: 13px;
  background: #1B5E20;
  border-radius: 30%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-whychoose .whychoose-content .icon-img img {
  width: 65px;
}
.home-whychoose .whychoose-content .icon-img:after {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / 0.3) 100%);
  transform: skewX(-25deg);
}
.home-whychoose .whychoose-content:hover .icon-img:after {
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.home-whychoose .whychoose-content .text-cont {
  float: left;
  width: 68%;
  padding-left: 20px;
}
.home-whychoose .whychoose-content .text-cont h5 {
  font-size: 17px;
}
.home-whychoose .whychoose-content .icon-img .image-hover {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-whychoose .img-animation {
  padding: 0;
  object-fit: cover;
}
.home-whychoose .img-animation .title-bg-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-whychoose .img-animation .whychoose-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-whychoose
  .img-animation
  .whychoose-title:hover
  .img-animation
  .bg-image
  img {
  opacity: 0 !important;
}
.home-whychoose .img-animation .bg-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
  width: 70%;
}
.home-whychoose .img-animation .bg-image-hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.owl-prev i {
  top: 28%;
  position: absolute;
  left: -50px;
  width: 30px;
  height: 60px;
  content: "";
  line-height: 57px;
  border-radius: 50px 0 0 50px;
  background-color: #a7c414;
  transition: 0.5s ease;
  color: #fff;
}
.owl-prev:hover i,
.owl-next:hover i {
  background-color: #a7c414;
  color: #1B5E20;
}
.owl-next i {
  top: 28%;
  position: absolute;
  right: -50px;
  width: 30px;
  height: 60px;
  content: "";
  line-height: 57px;
  border-radius: 0 50px 50px 0;
  background-color: #a7c414;
  transition: 0.5s ease;
  color: #fff;
}
.Infrastruture-title {
  display: flex;
  justify-content: center;
}
.Infrastruture-title h2 {
  position: relative;
  text-align: left;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  font-size: 40px;
}
.infrastruture-box {
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease 0s;
  padding: 15px;
  border-radius: 15px;
}
.infrastruture-box .infrastruture-image {
  overflow: hidden;
}
.owl-carousel.owl-drag .owl-item {
  margin-right: 15px;
}
.infrastruture-box .infra-bg {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.infrastruture-box:hover .infra-bg {
  opacity: 1;
  visibility: visible;
}
.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-no-margins .mfp-container {
  padding: 0;
}
.nav-wrap {
  background-image: url(../images/home-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.certificate-wrap {
  margin-top: 15px;
  position: relative;
}
.certificate-wrap .row {
  margin-top: -20px;
}
.certificate-img {
  box-shadow: 0 20px 30px 0 rgb(0 0 0 / 0.07);
  position: relative;
}
.certificatebg h2 {
  margin-bottom: 50px;
}
.home-certificate-title {
  display: flex;
  justify-content: center;
}
.home-certificate-title h2 {
  position: relative;
  text-align: left;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 40px;
}
.comparision-table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.comparision-table .growth-chart-images .col-md-6 {
  margin-bottom: 15px;
}
.comparision-table .table-content {
  overflow-x: auto;
}
.comparision-table .comparision-table-content {
  margin: 40px;
  padding: 40px;
  background-color: #d0d958;
  border-radius: 20px;
}
.comparision-table .comparision-title {
   text-align:center;
  margin-bottom:20px;
}
.comparision-table .comparision-title h2{
    font-family: "Acme", sans-serif;
  font-size: 40px;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
}
.comparision-table table tr {
  border-bottom: 2px solid #c57f4661 !important;
}
.comparision-table table .bottomrow-border-none {
  border: none !important;
}
.comparision-table table td {
  border: none !important;
  margin: 10px 0;
  border-right: 2px solid #c57f4661 !important;
  padding: 5px 10px;
}
.comparision-table table .sub-title-font-css {
  padding: 10px;
  color: #1B5E20;
  font-weight: 600;
  font-size: 17px;
}
.comparision-table .growth-chart-images {
  margin-top: 35px;
}
.comparision-table .second-table th,
.comparision-table .third-table th,
.comparision-table .fourth-table th {
  color: #fff0;
}
.comparision-table table .second-coloum-css {
  width: 22%;
}
.comparision-table .competitor-title img {
  width: 60%;
}
.comparision-table table .col-border-none {
  border: none !important;
}
.comparision-table table tr .company-title {
  font-size: 19px;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
  color: #c57f46;
}
.comparision-table table tr .main-comapny-title {
  color: #f85c5c;
}
.comparision-table table td .icon-text-content {
  display: flex;
}
.comparision-table table th {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #1B5E20;
  padding: 10px 10px;
}
.comparision-table table .row-border-bottom {
  border: none;
  border-bottom: 2px solid #c57f46;
}
.comparision-table table .first-th {
  width: 16%;
}
.product-page-banner-section .product-title p {
  margin-bottom: 0;
  font-weight: 500;
}
.certificate-wrap-carousel {
  margin-top: 40px;
}
.certificate-wrap-carousel .certificate-section .certificate-img {
  position: relative;
}
.certificate-wrap-carousel .certificate-section .certificate-img img {
  background-color: #f7db40;
  padding: 10px;
  border-radius: 20px;
}
.certificate-wrap-carousel .certificate-section {
  margin-top: 40px;
}
#footer-section {
  box-shadow: 1px 2px 20px -2px #71b470;
}
.footer-wrap {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background-color: #1B5E20;
}
.footer-wrap .row .logo-content-sec,
.footer-wrap .row .about-pages-link,
.footer-wrap .row .product-pages-link {
  position: relative;
}
.footer-wrap .row .about-pages-link {
  padding-left: 25px;
}
.footer-wrap .footer-content-sections .col-lg-2,
.footer-wrap .footer-content-sections .col-lg-2 {
  padding: 0 !important;
}
.footer-wrap .row .logo-content-sec:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -50px;
  background-image: url(../images/nutss.png);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}
.footer-wrap .row .about-pages-link:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -65px;
  background-image: url(../images/aniseeds.png);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}
.footer-wrap .row .product-pages-link:before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: -90px;
  background-image: url(../images/turmerics.png);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}
.footer-wrap .row .about-content {
  margin-top: 20px;
}
.footer-wrap .ft-copyright {
  position: relative;
}
.footer-wrap .social-icon-link {
  padding-bottom: 15px;
  padding-top: 30px;
}
.footer-wrap .social-icon-link i {
  font-size: 35px;
  color: #d0d958;
  margin-right: 4px;
}
.footer-wrap .icon-address {
  display: flex;
}
.footer-wrap .icon-address .location-icon {
  width: 15%;
}
.footer-wrap .icon-address .location-icon img {
  padding: 8px;
  background-color: #d0d85845;
  border-radius: 15px;
}
.footer-wrap .icon-address .address-content {
  width: 85%;
  padding-left: 17px;
}
.footer-wrap .srilanka-add{
    margin-top:6px;
}
.footer-wrap .icon-address .address-content h4 {
  color: #a7c414;
  font-size: 16px;
}
.footer-wrap .icon-address .address-content p {
  color: #f7fe9f;
  font-size: 14px;
  margin-bottom: 15px !important;
}
.wechat-qr-img {
  display: flex;
}
.qr-img {
  margin-left: 15px;
}
.qr-img img {
  padding: 0 15px;
}
.gallery-section .image-gallery img {
  border-radius: 6px 30px;
  border: 3px solid #a7c414;
}
.connectwithus-sec {
  background-image: url(../images/footer.jpg);
  border-radius: 0 0 50px 50px;
  z-index: 10;
  position: relative;
}
.connectwithus-sec .connectwithus-title {
  display: flex;
  justify-content: center;
}
.connectwithus-sec .connectwithus-title h2 {
  position: relative;
  text-align: left;
  font-weight: 600;
  color: #000;
  margin-top: 18px;
  font-size: 30px;
  margin-bottom: 15px;
}
.connectwithus-sec .contact-detail-sec .img-location img {
  transition: 0.5s;
}
.connectwithus-sec .contact-detail-sec .img-location:hover img,
.connectwithus-sec .contact-detail-sec .img-mobile:hover img,
.connectwithus-sec .contact-detail-sec .img-envalop:hover img {
  transform: rotate(360deg);
}
.connectwithus-sec .contact-detail-sec .img-location,
.connectwithus-sec .contact-detail-sec .img-mobile,
.connectwithus-sec .contact-detail-sec .img-envalop {
  width: 20%;
  border-radius: 50%;
  background: #a7c414;
  padding: 10px;
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.connectwithus-sec .contact-detail-sec .img-location:hover:before,
.connectwithus-sec .contact-detail-sec .img-mobile:hover:before,
.connectwithus-sec .contact-detail-sec .img-envalop:hover:before {
  top: 0;
}
.connectwithus-sec .contact-detail-sec .img-location:before,
.connectwithus-sec .contact-detail-sec .img-mobile:before,
.connectwithus-sec .contact-detail-sec .img-envalop:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: #eddd5e;
  z-index: -1;
  border-radius: 50%;
}
.connectwithus-sec .contact-detail-sec p {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}
.connectwithus-sec .contact-detail-sec p a {
  color: #000;
}
.footer-logo {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #51a22c;
}
.footer-logo img {
  width: 200px;
}
.footer-title h4 {
  position: relative;
  text-align: left;
  font-weight: 600;
  color: #a7c414;
  margin-bottom: 32px;
  margin-top: 27px;
  font-size: 20px;
}
.footer-content1 {
  display: flex;
  margin-bottom: 15px;
}
.footer-content1 i {
  color: #a7c414;
  margin-top: 6px;
  margin-right: 12px;
}
.footer-content1 p {
  color: #a7c414;
  margin-bottom: 0;
  font-weight: 500;
}
.footer-content1 a {
  color: #fee78f;
  font-weight: 400;
  font-size: 14px;
}
.alibaba-icon i {
  margin-right: 2px;
  margin-top: 0;
}
.alibaba-icon a {
  word-break: break-word;
}
.footer-title2 {
  margin-left: 30px;
}
.footer-content2 {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.footer-content2:hover .img-leaf {
  visibility: hidden;
  opacity: 0;
}
.footer-content2:hover a {
  color: #c57f46;
}
.footer-content2:hover .leaf-green {
  opacity: 1;
  visibility: visible;
}
.footer-content2 .img-leaf {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.footer-content2 .leaf-green {
  visibility: hidden;
  opacity: 0;
}
.footer-content2 img {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  margin-top: 8px;
}
.footer-content2 {
  margin-left: 30px;
}
.footer-content2 a {
  color: #fde78f;
  font-weight: 500;
  font-size: 14px !important;
}
.footer-social {
  position: relative;
  z-index: 1000;
}
.footer-social img {
  width: 40px;
}
.footer-fb {
  position: absolute;
  left: 43%;
  bottom: -19px;
  display: none !important;
}
.footer-tiwitter {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 50%);
  display: none !important;
}
.footer-google {
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid #fff;
  border-radius: 50%;
}
.ft-copyright {
  background-color: #d0d958;
}
.ft-copyright p {
  color: #1B5E20;
  margin-bottom: 0;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.ft-copyright p span {
  color: #c57f46;
}
.ft-left {
  text-align: left;
}
.ft-right {
  text-align: right;
}
.ft-right a {
  color: #c57f46 !important;
}
.connectwithus-sec {
  text-align: center;
}
.footer-wrap .gallery-section .image-gallery {
  padding: 7px !important;
}
#footer-section .title-divider {
  margin-bottom: 35px;
}
.title-divider {
  text-align: center;
  margin-bottom: 30px;
}
.title-divider h2 {
  position: relative;
  display: inline;
  font-family: "Acme", sans-serif;
  font-size: 40px;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}
.title-divider h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  background-image: url(../images/bdividerline.png);
  width: 150px;
  height: 10px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.comparision-table-content .title-divider h2:before {
     left: 65%;
     transform: translateX(0);
}
.footer-title h4 {
  position: relative;
}
.footer-title h4:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  background-image: url(../images/browndividerline.png);
  width: 70px;
  height: 13px;
  background-repeat: no-repeat;
}
.aboutus-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.aboutuspage-title h2 {
  margin-bottom: 15px;
  font-family: "Acme", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1.5px;
}

.g-recaptcha{
    display: flex;
    justify-content: center;
}
/*about page gallery cs*/
.gallery .gallery-open-image-section .col-md-3{
     height:300px;
}
.gallery-open-image-section .col-md-3{
    height:230px;
    width:100%;
    overflow:hidden;
    padding:10px !important;
}
.gallery-open-image-section .col-md-3 .img-hover{
    overflow:hidden;
      height:100%;
}
.gallery-open-image-section .col-md-3 img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.gallery-open-image-section .col-md-3 img:hover{
    transform:translate3d(0, 0, 0) scale(1.2) rotate(5deg);
}




.infrastruture-section {
  padding: 30px 0;
}
.infrastruture-section .row {
  margin-top: 60px;
}
.infrastructure-images {
  position: relative;
}
.infrastructure-images img {
  transform: translate3d(-30px, 0, 0) scale(1.1);
  opacity: 1;
}
.infrastructure-images:hover img {
  transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
  opacity: 0.4;
}
.infrastruture-section .border-hover-img {
  position: relative;
}
.gallary-main .gallery .infra-background {
  position: relative;
  z-index: 1;
}
.infrastruture-section .border-hover-img:before,
.gallary-main .gallery .infra-background:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #eab243 0%, #1f4e3d 60%);
  opacity: 0;
  transition: all 500ms ease;
}
.infrastructure-images:hover .border-hover-img:before,
.gallary-main .gallery .infra-background:hover:before {
  opacity: 1;
}
.infra-background a img {
  opacity: 1;
}
.gallary-main .gallery .infra-border {
  position: relative;
}
.gallary-main .gallery .infra-border:before {
  position: absolute;
  content: "";
  opacity: 1;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 2px solid #fbe1afa1;
  border-bottom: 2px solid #fbe1afa1;
  transform: scale(1);
  transform-origin: 0 0;
  z-index: 1;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.gallary-main .gallery .infra-border:after {
  position: absolute;
  content: "";
  opacity: 1;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 2px solid #fbe1afa1;
  border-left: 2px solid #fbe1afa1;
  transform: scale(1);
  transform-origin: 100% 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.infra-background:hover a img {
  transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
  opacity: 0.4;
}
.infrastructure-images:after {
  position: absolute;
  content: "";
  opacity: 0;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.infrastructure-images:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
  z-index: 1;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.infrastructure-images:hover:before,
.infrastructure-images:hover:after {
  opacity: 1;
  transform: scale(1);
}
.dark-text p {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}
.light-text p {
  color: #000;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}
.padding-text {
  margin-top: 16px;
}
.gallary-title p {
  text-align: center;
  color: #000;
  font-weight: 600;
}
.gallary-title h2 {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 27px;
  color: #000;
  font-size: 40px;
}
.image-title-section {
  position: relative;
}
.page-banner-title {
  margin-top: 145px;
}
.page-banner-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f270fa8;
}
.page-banner-section .page-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.page-banner-section .page-caption h1 {
  font-size: 50px;
  color: #eddd5e;
}
.about-our-team {
  padding: 40px 0;
  background-color: #d0d958;
}
.our-team-page .about-our-team {
    background-color:#F7FE9F !important;
}
.our-team-page .about-our-team .team-title-content{
    padding-right:0 !important;
}
.our-team-page .about-our-team .ourteam-content p{
    margin-top: 35px;
}
.our-team-page .about-our-team .row{
    margin-top:30px;
}
.our-team-page .about-our-team .row .teams-image-content{
    text-align:center;
}
.our-team-page .about-our-team .row .teams-image-content img{
    border:8px solid #D0D958;
}
.our-team-page .about-our-team .row .teams-image-content h3{
    font-family: "Acme", sans-serif;
    font-size: 30px;
    margin:20px 0 30px 0 ;
}
.about-our-team .social-icon {
  display: flex;
  justify-content: center;
}
.about-our-team .social-icon img {
  width: 40px;
}
.about-our-team .team-icon {
  text-align: center;
}
.about-our-team .team-text {
  text-align: center;
  margin-top: 20px;
}
.about-our-team .team-text h3 {
  color: #255a47;
  margin-bottom: 3px;
  font-size: 23px;
}
.about-our-team .team-text h5 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
}
.about-our-team .team-title-content {
  text-align: center;
  margin: auto;
  padding-right: 60px;
}
.about-our-team .team-icon {
  position: relative;
}
.about-our-team .team-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #255a47 0%, #fff0 60%);
  opacity: 0;
  transition: all 500ms ease;
}
.team-icon-border {
  border-radius: 7px;
  overflow: hidden;
}
.about-our-team .team-content-box:hover .team-icon:before {
  opacity: 1;
}
.about-our-team .team-content-box .team-icon .social-icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 500ms ease;
}
.about-our-team .team-content-box:hover .team-icon .social-icon {
  opacity: 1;
}
.about-our-team .team-icon .social-icon a {
  margin: 0 4px;
  padding: 6px 10px;
  border-radius: 50px;
  background-color: #fff;
}
.about-our-team .team-icon .social-icon a i {
  color: #355444;
}
.about-our-team .team-icon .social-icon a i {
  color: #355444;
}
.about-our-team .team-icon .social-icon a:hover {
  background-color: #efb443;
}
.about-our-team .team-icon .social-icon a:hover i {
  color: #fff;
}
.about-our-team .ourteam-content p {
  margin-top: 60px;
  font-size: 20px;
}
.aboutus-section .aboutus-ig {
  position: relative;
  z-index: 1;
}
.aboutus-section .content-sec-first .aboutus-ig .shape-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
}
.aboutus-section .content-sec-first {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.aboutus-section .content-sec-second .aboutus-ig .shape-icon {
  position: absolute;
  top: 15px;
  left: -35px;
  z-index: -1;
}
.aboutus-section .content-sec-second {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.aboutus-section .content-sec-second p,
.aboutus-section .content-sec-first p {
  font-size: 17px;
  margin-bottom:0;
}
.aboutus-section .aboutus-ig .shape-img {
  animation: up-down 2s infinite alternate;
}
.goal-section {
  background-image: url(../images/about.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: fixed;
  margin-top: 40px;
}
.goal-section:before {
  content: "";
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f270f;
  z-index: -1;
}
.goal-section .goal-content {
  text-align: center;
  padding: 60px 0;
}
.goal-section .goal-content p {
  font-size: 32px;
  color: #d0d958;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.whychoose-section .features-box {
  margin-top: 10px;
}
.features-box {
  background-color: #fff0;
  border: 1.5px solid #e2f6de;
  padding: 55px 0 40px 0;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.features-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 175px;
  width: 175px;
  background-image: url(../images/leaf.png);
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
.features-icon-border {
  background-color: #fff0;
  border-radius: 50%;
  border: 2px solid #e2f6de;
  padding: 13px;
  display: inline-block;
}
.features-box .features-icon {
  height: 65px;
  width: 65px;
  background-color: #e2f6de;
  margin: auto;
  border-radius: 50%;
}
.features-icon {
  position: relative;
}
.features-icon .image-simple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-box:hover .features-icon .image-hover {
  opacity: 1;
}
.features-box h3 {
  color: #03262c;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.features-box:hover .features-text h3 {
  color: #000 !important;
}
.features-text h5 {
  color: #000;
  font-weight: 600;
}
.features-text h6 {
  color: #000;
}
.features-text h6 a {
  color: #000 !important;
  text-decoration: none;
}
.features-box {
  text-align: center;
  height: 345px;
  margin-top: 108px;
}
.features-icon .fas {
  font-size: 30px;
  padding-top: 13px;
}
.features-box:hover {
  background-color: #e2f6de;
  border-color: #e2f6de;
}
.features-box:hover::before {
  opacity: 1;
}
.features-box:hover .features-icon {
  background-color: #fff;
}
.features-box:hover .features-icon-border {
  border-color: #36970e;
}
.whypadding {
  padding-bottom: 30px;
}
.infrastructure-images {
  box-shadow: 0 10px 24px -13px rgb(0 0 0 / 15%);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  z-index: 0;
  margin-bottom: 30px;
}
.infrastructure-images .click-btn {
  display: none;
}
.gallary-main {
  padding-top: 40px;
}
.gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-no-margins .mfp-container {
  padding: 0;
}
.gallery .col-lg-3 {
  margin-bottom: 30px;
}
.infrastructure-content p {
  font-size: 17px;
  margin-bottom: 0;
}
.infrastructure-table {
  padding-top: 30px;
}
.infrastructure-table th, td {
  border: 2px solid #c57f4661 !important;
}
.infrastructure-table table tr td p {
  padding: 10px;
  margin-bottom: 0;
}
.infra-color p {
  color: #1B5E20 !important;
}
.infrastructure-table table tr td p {
  text-align: center;
}
.infrastructure-table table {
  box-shadow: 0 0 8px 0 #1B5E208c;
  text-align: center;
  background-color: #d0d958;
}
.infra-border {
  border-radius: 10px;
  overflow: hidden;
}
.imfra-padding {
  margin-top: 35px;
}
.infrastructure-table .infra-color p {
  font-size: 18px;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
}
.infrastructure-table .infra-color p b,
.infrastructure-table .total-value-content p b {
  font-weight: 500 !important;
}
.infrastructure-table .total-value-content p {
  font-size: 18px;
  color: #f85c5c;
}
.global-export-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.global-export-section video {
  width: 100%;
  box-shadow: 0 0 8px 0 #1B5E208c;
  margin: 10px 0;
}
.global-export-section .global-export-title p {
  margin-top: 40px;
  font-size: 20px;
  color: #1B5E20;
  font-weight: 500;
}

/*product page css*/
/*sticky image scroll content css*/
.single-product-content .row .col-lg-5 .ajwain-overlay{
    position:sticky;
    top:150px;
}











.product-category-page .product-img-desc {
  margin: 20px 0;
}
.product-page-content {
  margin-bottom: 40px;
}
.product-page-banner-section {
  margin-top: 145px;
  background-color: #f7db40;
}
.product-page-banner-section .product-title {
  text-align: center;
  margin: auto;
  padding: 0 30px !important;
}
.product-page-banner-section .product-title h1 {
  font-family: "Acme", sans-serif;
  font-size: 40px;
  word-spacing: 1.5px;
  color: #1B5E20;
}
.product-page-banner-section .row {
  margin-left: 0;
}
.product-page-banner-section .col-md-5,
.product-page-banner-section .col-md-7 {
  padding: 0;
}
.product-page-banner-section
  .product-category-banner
  .product-category-img-banner {
  height: 100%;
}
.product-page-banner-section
  .product-category-banner
  .product-category-img-banner
  img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.product-content {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.product-content p {
  margin-bottom: 20px;
  font-size: 16px;
}
.quotebtn {
  padding: 12px 30px;
  color: #fff;
  border-radius: 30px;
  background-color: #51a22e;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-left: 36px;
  border-bottom: none;
  box-shadow: none;
  border: none;
  border: 1px solid #51a22e;
}
.quotebtn a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.quotebtn:hover {
  background-color: #fff;
  border-color: #51a22e;
}
.quotebtn:hover a {
  color: #51a22e !important;
}
.ajwain-section {
  padding-top: 50px;
  padding-bottom: 20px;
}
.ajwain-img {
  box-shadow: rgb(17 12 46 / 0.15) 0 48px 100px 0;
  background-color: #fff;
  
}
.ajwain-img img{
    width:100%;
}
.ajwain-contain h3 {
  margin-top: 30px;
  font-weight: 600;
}
.atitle h2 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 15px 0;
  font-size: 25px;
  padding-left: 4px;
  color: #6cbe03;
  text-align: center;
}
.atitle h2:after {
  position: absolute;
  background-image: url(../images/2.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.07;
  top: 0;
  left: 35%;
  width: 208px;
  height: 59px;
}
.ajwain-contain ul li i {
  color: #1B5E20;
  margin-right: 10px;
}
.ajwain-contain p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: justify;
}
.quotebtn {
  margin-left: 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #1b2a2f;
  color: #fff;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  opacity: 0;
}
.slick-slider .slick-arrow:hover {
  background-color: #51a22e;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  margin-left: 40px;
}
.slick-slider:hover .slick-arrow.slick-prev {
  margin-left: 20px;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
  margin-right: 40px;
}
.slick-slider:hover .slick-arrow.slick-next {
  margin-right: 20px;
}
.related-product-section .product-widget {
  text-align: center;
  border-radius: 15px;
  transition: all 0.8s ease-in;
}
.related-product-section .product-widget:hover {
  background-color: #d0d958;
}
.related-product-section .product-widget .product-text {
  padding: 20px;
}
.related-product-section .product-widget img {
  width: 100%;
  border-radius: 15px;
}
.related-product-section .product-widget h4 {
  color: #000;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  font-size: 20px;
}
.product-text h5 {
  margin-bottom: 0;
}
.product-text a {
  color: #000;
  border-bottom: none;
  text-decoration: none;
}
.related-product-section {
  padding-bottom: 50px;
  margin-top: 20px;
}
.slick-slide img {
  margin: auto !important;
}
.apadding h2:after {
  left: 43%;
}
.apadding h2 {
  padding-bottom: 40px;
}
.hdg {
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.sub_hdgleft_corner {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.sub_hdgleft_corner {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.orgin-product {
  text-align: center;
  padding-bottom: 30px;
}
.hdg1 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
.hdg2botr_corner {
  text-align: center;
  font-size: 13px;
  padding: 10px;
}
.table-set {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hdg2 {
  font-size: 13px;
  text-align: center;
  padding: 5px;
}
.ajwain-contain {
  padding: 0px 20px 30px 30px;
}
.ajwain-overlay {
  position: relative;
}
.ajwain-overlay:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url(../images/leaf.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ajwain-overlay:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url(../images/leaf.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.product-spec-table {
  margin: 15px 0 30px !important;
  border: 1px solid #ddd;
}
.table-responsive {
  display: inline-table;
}
.single-product-content .table-responsive{
    margin-top:35px;
}
.ajwain-contain .product-descriptions h4{
    font-family:"Acme", sans-serif;
    font-size:20px;
    color:#1B5E20;
    letter-spacing: 1px;
    word-spacing: 1.3px;
    margin-top:25px;
}
.ajwain-contain .product-descriptions ul li{
    line-height:27px;
}
.ajwain-contain .product-descriptions .specification-point .specification-text{
    margin-bottom:15px;
}
.ajwain-contain .product-descriptions .specification-point li .specification-subpoint {
    padding-left:30px;
}
.ajwain-contain .product-descriptions .specification-point li .specification-subpoint li::marker {
    color:#f85c5c;
}
.ajwain-contain .product-descriptions .specification-point li .specification-subpoint{
    list-style:disc;
}
.ajwain-contain .product-descriptions ul li b{
    font-weight:600;
}
.table-responsive table tbody {
  background-color: #d0d958;
  box-shadow: 0 0 8px 0 #1B5E208c;
}
.table-responsive table{
    border:none;
}
.table-responsive h4{
    font-family: "Acme", sans-serif;
    font-size: 24px;
    color: #1B5E20;
    letter-spacing: 1px;
    word-spacing: 1.3px;
}
.table-responsive b{
    font-weight:500;
}
.product-spec-table tr:first-child {
  border-radius: 30px !important;
}
.product-spec-table tr:first-child td {
  color: #f85c5a;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
  font-size: 18px !important;
  font-weight: 500;
}
.product-spec-table tr:last-child {
  border: none !important;
}
.product-spec-table th,
.product-spec-table td {
  border: 2px solid #c57f4661 !important;
  text-align: center !important;
  padding: 10px !important;
  font-size: 16px !important;
}
.table-striped tbody tr {
  background: rgb(0 0 0 / 0.05) !important;
  border-bottom: 1px solid #c57f4661 !important;
}
.harvestchart {
  padding-top: 50px;
  padding-bottom: 50px;
}
.harvestchart table tbody tr {
  border-top: 2px solid #c57f4661;
  border-bottom: 2px solid #c57f4661;
}
.harvestchart table thead tr td {
  padding: 20px !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  border: none !important;
  color: #1B5E20;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
}
.harvestchart table tbody tr td {
  padding: 10px;
  font-size: 15px;
  border: none !important;
  border-right: 2px solid #c57f4661 !important;
  font-family: "Acme", sans-serif;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
  color: #f85c5a;
}
.harvestchart table tbody tr td:last-child {
  border: none !important;
}
.harvestchart .harvest-table-content {
  background-color: #d0d958;
  padding: 25px;
  box-shadow: 0 0 8px 0 #1B5E208c;
  border-radius: 20px;
}
.inquiry-section {
  padding-top: 30px;
  padding-bottom: 20px;
}
.inquiry-detail {
  margin-top: 80px;
}
.inquiry-section .img-section .inquiry-rotate-image img {
  animation: spinner 20s infinite linear;
}
.inquiry-section .logo-rotate-img-content {
  position: relative;
  text-align: center;
}
.inquiry-section .logo-rotate-img-content .inquiry-logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.inquiry-form {
  padding: 50px;
}
.inquiry-form .form-group lable {
  font-size: 17px;
  background-color: #f7fe9f;
}
.inquiry-form .form-group input {
  font-size: 16px;
  color: #000;
  background-color: #fff0;
  padding: 25px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #d0d958;
}
.inquiry-form .form-group input:hover,
.inquiry-form .form-group input:focus {
  box-shadow: none !important;
}
.inquiry-form .form-group textarea:hover,
.inquiry-form .form-group textarea:focus {
  box-shadow: none !important;
}
.inquiry-form .form-group textarea {
  font-size: 16px;
  background-color: #fff0;
  border-radius: 10px;
  border: 2px solid #d0d958;
  transition: 0.5s;
  padding-left: 25px;
}
.info h5 {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
.info p a,
.info p {
  color: #51a22e;
  font-size: 17px;
  word-break: break-word;
}
.inquiry-btn-deta {
  width: 80%;
  padding: 12px 30px;
  color: #d0d958;
  border-radius: 50px;
  background-color: #1B5E20;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 2px solid #d0d958;
}
.inquiry-btn-deta:hover {
  background-color: #c57f46;
}
.inqiry-btn {
  margin-top: 30px;
  text-align: center;
}
.inquiry-text p {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}


/*contact page css*/
.contact-address-section .icon-address{
    background: #D0D958;
    padding: 10px;
    height: 100%;
    text-align: center;
    border-radius:20px;
    box-shadow:0 0 14px -5px #000907;
}
.contact-form-section{
    display:flex;
    justify-content:center;
    align-items:center;
}
.contact-address-section .address-content-section .col-md-6{
    padding: 10px;
}
.contact-address-section{
    margin-top:40px;
    margin-bottom:30px;
}
.contact-address-section .address-content-section .col-md-12 .address-content{
    margin-top:15px;
}
/*.contact-address-section .address-content-section .col-md-12 .srilanka-add{
    margin-top:6px;
}*/
.contact-address-section .address-content-section .col-md-12 .address-content h6, .phone-email-details .phone-number div h6{
    font-size:18px;
    font-family:"Acme", sans-serif;
    color:#f85c5c;
}
.contact-address-section .address-content-section .col-md-12 .address-content p{
    font-size:15px;
    margin-bottom:0;
    
}
.contact-address-section .phone-email-details{
    margin-top:30px;
}
.phone-email-details .phone-number {margin-bottom: 30px;}
.phone-email-details .phone-number div {margin-bottom: 15px;}
.phone-email-details .phone-number div p strong {font-weight: 600;}
.form-map-section .map-section{
    padding:0 !important;
    height:300px;
}
.contact-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-title h5 {
  color: #76bc02;
  margin-bottom: 15px;
  border-left: 4px solid;
  padding-left: 10px;
}
.contact-form {
  padding: 30px;
  
}
.contact-form .form-group {
    margin-bottom:30px;
}
.contact-form .form-group input,
.contact-form .form-group textarea,
.inquiry-form .form-group input,
.inquiry-form .form-group textarea {
  background-color: #fff0;
  padding: 20px 20px;
  transition: 0.3s;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border: 2px solid #1B5E20;
}
.inquiry-form .form-group textarea,
.contact-form .form-group textarea {
  padding: 15px;
}
.contact-form .form-group,
.inquiry-form .form-group {
  position: relative;
}
.contact-form .form-group .placeholder,
.inquiry-form .form-group .placeholder {
  position: absolute;
  top: 13px;
  left: 20px;
  transition: 0.3s;
  pointer-events: none;
  padding: 0 5px;
  font-size: 17px;
  background-color: #f7fe9f;
}
.contact-form .form-group .form-control:focus + .placeholder,
.contact-form .form-group .form-control:not(:placeholder-shown) + .placeholder,
.inquiry-form .form-group .form-control:focus + .placeholder,
.inquiry-form .form-group .form-control:not(:placeholder-shown) + .placeholder {
  top: -11px;
  font-size: 15px;
}
.contact-form .form-group .form-control:placeholder-shown + .placeholder,
.inquiry-form .form-group .form-control:placeholder-shown + .placeholder {
  top: -11px;
  font-size: 15px;
}
.contact-btn-deta,
.inquiry-btn-deta {
  width: 80%;
  padding: 12px 30px;
  color: #d0d958;
  border-radius: 50px;
  background-color: #1B5E20;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 2px solid #d0d958;
}
.contact-btn-deta:hover,
.inquiry-btn-deta:hover {
  background-color: #c57f46;
}

.inquiry-btn {
  margin-top: 30px;
  text-align: center;
}
.contact-btn{
    text-align: center;
}
.blog-page-content .blog-sec {
  margin: 15px 0;
}
.blog-page-content {
  margin: 50px 0 70px;
}
.blog-page-content .blog-page {
  border-radius: 25px;
  overflow: hidden;
  height:100%;
  transition: all 500ms ease;
  background-color: #f7db40;
}
.blog-page-content .blog-page .blog-text-content {
  padding: 12px;
  position: relative;
 
}
.blog-page-content .blog-page:hover{
  background-color: #1B5E20;
}
.blog-page-content .blog-page .blog-text-content h4 a {
  color: #1B5E20 !important;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-page-content .blog-page:hover .blog-text-content p {
  color: #d0c359;
}
.blog-page-content .blog-page:hover .blog-text-content h4 a {
  color: white !important;
}
.blog-page-content .blog-page .blog-text-content:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f1cf69;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transition: transform 500ms ease;
  transform-origin: right center;
}
.blog-page-content .blog-page:hover .blog-text-content:before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.blog-page-content .blog-page .blog-img img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
}
.blog-page-content .blog-page:hover .blog-img img {
  transform: scale(1.2) rotate(-2deg);
}
.blog-page-content .blog-page .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-page-content .blog-page .blog-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(var(--agriox-primary-rgb, 51, 75, 53), 0.5);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.blog-page-content .blog-page:hover .blog-img:before {
  transform: scaleY(1);
}
.blog-page-content .blog-page .blog-img .plus-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}
.blog-page-content .blog-page:hover .blog-img .plus-icon {
  transform: perspective(400px) scaleY(1);
}
.blog-page-content .blog-page .blog-img .plus-icon a {
  font-size: 30px;
  color: white !important;
}
@media (max-width: 575px) {
  .blog-page-content {
    margin: 30px 0;
  }
  .comparision-table .comparision-title{
      font-size:23px;
  }
  .team-content-box h3{
      font-size:14;
  }
  .team-content-box h5{
      font-size:12px;
  }
  .why-choose-about-page-section .serial-title-description .why-choose-content-title h4{
      font-size:19px;
  }
  .why-choose-about-page-section .serial-title-description .why-choose-content-title p{
      font-size:15px;
  }
  .why-choose-about-page-section .serial-title-description .serial-number h3{
      font-size:17px;
      height:40px;
  }
  .vision-philosophy-expertise-section .title-description-content h4{
      font-size:20px;
  }
   .vision-philosophy-expertise-section .title-description-content p{
      font-size:14px;
  }
  .vision-philosophy-expertise-section .icon-image img{
      width:75px;
  }
  .goal-section .goal-content p{
      font-size:16px !important;
  }
}
.blog-detail p {
  margin-bottom: 10px !important;
}
.blog-detail h3 {font-size: 25px;margin-top: 30px;}
.blog-detail h4 {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
  margin-bottom: 15px;
  font-family: "Acme", sans-serif;
  font-size: 22px;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  color: #1B5E20;
}
.blog-detail h6{
    font-size:18px;
    font-weight:600;
    color:#1B5E20;
}
.blog-detail ul {
  padding-left: 30px !important;
}
.blog-detail ul li {
  list-style: disc !important;
}
.blog-detail a {color: #1B5E20;font-weight: 600;}
.blog-detail {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.blog-detail img {
  margin-bottom: 30px !important;
}
.blog-detail a:hover {
  color: #51a22e !important;
}
.blog-detail .title-divider h2:before {
  bottom: -15px;
}
.blog-detail .title-divider {
  text-align: left;
}

/* ============= 404 Page Css ============= */
.error-page {
    margin-top: 145px;
    padding: 50px 0;
    text-align: center;
}
.error-page h1 {
    font-size: 120px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1B5E20;
}
.error-page h5 {font-size: 35px;color: #232529;margin-bottom: 16px;}
.error-page p {font-weight: 500;color: #717171;}

@media (max-width: 767px) {
    .error-page {margin-top: 0;padding: 40px 0 50px;}
    .error-page h1 {font-size: 75px;}
    .error-page h5 {font-size: 25px;}
}


@media (min-width: 1326px) {
  .infrastruture-wrap .img-section img {
    width: 100% !important;
  }
  .carousel .carousel-item img {
    width: 100%;
  }
}
@media (min-width: 1380px) and (max-width: 1920px) {
  .carousel-caption {
    left: 1% !important;
  }
}
@media (min-width: 1530px) and (max-width: 1920px) {
  .banner-position {
    width: 1000px;
  }
  .banner-three {
    width: auto;
  }
  .banner-four {
    width: auto;
  }
  .banner-five {
    width: auto;
    right: -44%;
  }
}
@media (min-width: 1193px) and (max-width: 1820px) {
  .banner-position {
    right: -35%;
  }
  .banner-three {
    right: -44%;
  }
  .banner-four {
    right: -39%;
  }
  .banner-five {
    right: -42%;
  }
}
@media (max-width: 1730px) {
  .banner-four {
    width: 880px;
  }
}
@media (max-width: 1630px) {
  .banner-four {
    width: 820px;
  }
}
@media (min-width: 1380px) and (max-width: 1529px) {
  .banner-position {
    width: 860px;
  }
  .banner-three {
    width: auto;
  }
  .banner-four {
    width: 780px;
  }
  .banner-five {
    width: auto;
  }
}
@media (max-width: 1480px) {
  .banner-five {
    width: 710px;
  }
}
@media (max-width: 1379px) {
  .banner-position {
    width: 800px;
  }
  .banner-three {
    width: 750px;
    right: -36%;
  }
  .banner-four {
    width: 740px;
    right: -37%;
  }
  .banner-five {
    width: 700px;
    right: -39%;
  }
}
@media (max-width: 1330px) {
  .banner-four {
    width: 700px;
    right: -39%;
  }
}
@media (max-width: 1298px) {
  .home-about-content p {
    font-size: 20px;
    line-height: 40px;
  }
  .home-about {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .banner-four {
    width: 650px;
    right: -40%;
  }
}
@media (max-width: 1260px) {
  .carousel-caption {
    max-width: 600px;
  }
}
@media (max-width: 1256px) {
  .banner-position {
    width: 730px;
  }
  .banner-three {
    width: 650px;
    right: -39%;
  }
  .banner-four {
    width: 600px;
    right: -42%;
  }
  .banner-five {
    width: 680px;
  }
}
@media (max-width: 1251px) {
  .navbar-section .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1224px) {
  .banner-position {
    width: 710px;
  }
  .banner-three {
    width: 650px;
  }
  .banner-four {
    width: 600px;
  }
  .banner-five {
    width: 620px;
    right: -42%;
  }
}
@media (max-width: 1199px) {
  .home-product-content .product-img1 h4 {
    font-size: 20px;
  }
  .navigation > li {
    padding: 0 11px;
  }
  .home-product .row .product-coloum .product-button {
    font-size: 14px;
    padding: 5px 16px;
  }
  .footer-logo img {
    width: 150px;
  }
  .footer-title h4,
  .footer-wrap .icon-address .address-content h4 {
    font-size: 16px;
  }
  .footer-content1 p,
  .footer-content2 a {
    font-size: 14px;
  }
  .footer-wrap .icon-address .address-content p {
    font-size: 13px;
  }
  .aboutus-ig {
    margin-top: 55px;
  }
  .floated-img-up {
    right: 184px;
  }
  .floated-img-down {
    right: 3px;
    top: 43%;
  }
  .infrastructure-table table {
    margin-left: 44px;
  }
  .contact-section .features-box {
    height: auto;
    margin-top: 0;
    padding: 35px 0 35px 0;
  }
}
@media (max-width: 1192px) {
  .banner-position {
    width: 680px;
  }
  .banner-three {
    width: 650px;
  }
  .banner-four {
    width: 560px;
    right: -43%;
  }
  .banner-five {
    width: 580px;
    right: -43%;
  }
}
@media (max-width: 1177px) {
  .banner-three {
    right: -43%;
    width: 550px;
  }
}
@media (max-width: 1150px) {
  .comparision-table table .sub-title-font-css {
    font-size: 14px;
  }
  .comparision-table table td {
    font-size: 14px;
  }
  .navigation > li {
    padding: 0 5px;
  }
  .navbar-section .nav-link {
    font-size: 12px;
  }
  .text-center {
    margin-top: 10px;
  }
  .knowmore-btn {
    padding: 5px 15px;
  }
  .knowmore-btn a {
    font-size: 15px;
  }
  .carousel-caption p {
    font-size: 18px;
  }
}
@media (max-width: 1140px) {
  .banner-position {
    width: 660px;
  }
  .banner-three {
    width: 550px;
  }
  .banner-four {
    width: 520px;
    right: -45%;
  }
  .banner-five {
    width: 550px;
    right: -44%;
  }
  .home-about-content {
    max-width: 800px;
  }
  .whychoose-title h2 {
    margin-top: 41px;
  }
}
@media (max-width: 1139px) {
  .floated-img-up {
    right: 137px;
    top: -14%;
  }
  .floated-img-down img {
    width: 412px;
  }
}
@media (max-width: 1125px) {
  .horizontal-menu > li > a {
    padding: 45px 8px;
    font-size: 14px;
  }
}
@media (max-width: 1122px) {
  .quote_btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1109px) {
  .home-product .row .product-coloum .product-button {
    font-size: 13px;
    padding: 6px 12px;
  }
  .comparision-table table th {
    font-size: 16px;
    padding: 10px 25px;
  }
  .comparision-table table td .icon-text-content .text-cont p {
    font-size: 14px;
  }
  .comparision-table table tr .main-comapny-title,
  .comparision-table table tr .company-title {
    font-size: 16px;
  }
}
@media (max-width: 1108px) {
  .banner-position {
    width: 640px;
  }
  .banner-three {
    width: 550px;
  }
  .banner-four {
    width: 520px;
  }
  .banner-five {
    width: 510px;
    right: -46%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 12%;
  }
}
@media (max-width: 1080px) {
  .whychoose-title h2 {
    margin-top: 28px;
  }
}
@media (max-width: 1065px) {
  .horizontal-menu > li > a {
    padding: 45px 5px;
    font-size: 13px;
  }
  .footer-wrap .row .about-pages-link:before {
    right: -20px;
  }
  .owl-prev i {
    left: -30px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .owl-next i {
    right: -30px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .footer-wrap .row .logo-content-sec:before {
    top: -65px;
    left: -20px;
  }
}
@media (max-width: 1050px) {
  .quote_btn a {
    padding: 7px 14px;
    font-size: 13px;
  }
  .home-about-content p {
    font-size: 18px;
    line-height: 35px;
  }
  .home-about-content h4 {
    font-size: 26px;
  }
  .home-whychoose .whychoose-title h2 {
    font-size: 35px;
  }
  .home-whychoose .whychoose-content .text-cont h5 {
    font-size: 14px ;
  }
  .home-whychoose .whychoose-content .icon-img img {
    width: 50px;
  }
  .home-whychoose .whychoose-content .icon-img {
    width: 70px;
    height: 70px;
  }
  .floated-img-down img {
    width: 369px;
  }
  .floated-img-up img {
    width: 280px;
  }
  .header-top-section .row .inquirybtn-section {
    padding: 14px 0;
  }
}
@media (max-width: 1046px) {
  .banner-position {
    width: 620px;
    right: -38%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 9%;
  }
  .banner-three {
    right: -45% !important;
    width: 500px;
  }
  .banner-four {
    width: 490px;
    right: -46%;
  }
  .banner-five {
    width: 510px;
    right: -46%;
  }
}
@media (max-width: 1024px) {
  .product-page-banner-section .product-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 999px) {
  .floated-img-up {
    display: none;
  }
  .floated-img-down {
    display: none;
  }
  .content-column {
    max-width: 100%;
    text-align: left;
  }
  .light-text p {
    margin-bottom: 0;
  }
  .padding-text {
    padding-top: 0;
  }
  .content-column {
    margin-bottom: 6px;
  }
  .aboutus-section {
    padding-top: 25px;
  }
  .infrastructure-table table {
    margin-left: 0;
  }
  .ptitle h2:after {
    left: 37%;
  }
  .atitle h2:after {
    left: 28%;
  }
}
@media (min-width: 992px) {
  .navbar-nav span .downicon {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .carousel {
    margin-top: 132px;
  }
  .comparision-table .comparision-title h2{
      font-size: 32px;
      line-height:40px;
  }
  .contact-form{
      padding:0;
  }
  .ajwain-overlay:after{
      right:87px;
  }
  .ajwain-overlay:before{
      left:87px;
  }
  .page-banner-section .page-caption h1 {
    font-size: 40px;
  }
  .contact-form .form-group .placeholder,
  .inquiry-form .form-group .placeholder {
    font-size: 15px;
  }
  .header-desktop .topbar-content a {
    font-size: 11px;
  }
  .header-desktop .topbar-content i {
    font-size: 16px;
  }
  .header-desktop .topbar-content p {
    font-size: 14px;
  }
  .header-desktop .topbar-content .icon-phone {
    width: 70%;
  }
  .header-desktop .topbar-content .icon-social-media {
    width: 30%;
  }
  .horizontal-menu > li > a {
    padding: 40px 5px;
    font-size: 12px;
  }
  .home-product .container .product-img-desc .product-desc-part .title-desc {
    padding: 10px;
  }
  .home-product .container .product-img-desc .product-desc-part .title-desc h4 {
    font-size: 18px;
  }
  .home-product .container .product-img-desc .product-desc-part .title-desc p {
    font-size: 13px;
  }
  .btn-hover a {
    font-size: 13px;
  }
  .title-divider h2 {
    font-size: 32px;
  }
  .title-divider h2:before {
    bottom: -12px;
  }
  .home-product {
    margin-top: 20px;
  }
  
  .comparision-table .comparision-table-content {
    margin: 25px;
    padding: 15px;
  }
  .packaging-section .packaging-title {
    margin-bottom: 30px;
  }
  .home-product .row .product-coloum .product-button {
    font-size: 12px;
    padding: 6px 9px;
  }
  .certificate-wrap-carousel {
    margin-top: 25px;
  }
  .home-whychoose .whychoose-title h2 {
    font-size: 29px;
  }
  .home-whychoose .whychoose-content {
    margin: 12px 6px;
  }
  .home-whychoose .whychoose-content .text-cont {
    padding-left: 10px;
  }
  .comparision-table table td {
    padding: 5px 5px;
  }
  .infrastruture-wrap {
    margin: 20px 0 30px 0;
  }
  .footer-wrap .row .about-pages-link:before {
    right: -30px;
    top: 0;
  }
  .footer-wrap .row .product-pages-link:before {
    left: 85px;
  }
  .ft-copyright p {
    font-size: 10px;
  }
  .aboutuspage-title h2 {
    font-size: 32px;
  }
  .contact-section .form-map-section .map-section,
  .contact-section .form-map-section .contact-form-section {
    padding-right: 0;
  }
  .contact-section .contact-form-section {
    padding-left: 30px;
  }
  .aboutus-section .content-sec-second p,
  .aboutus-section .content-sec-first p {
    font-size: 15px;
  }
  .aboutus-section .content-sec-second {
    flex-wrap: wrap-reverse;
  }
  .goal-section .goal-content p {
    font-size: 30px;
  }
  .goal-section .goal-content {
    padding: 40px 0;
  }
  .about-our-team .ourteam-content p {
    margin-top: 25px;
    font-size: 15px;
  }
  .about-our-team .team-title-content,
  .about-our-team .col-lg-7 {
    padding-right: 0;
  }
  .about-our-team .team-text h5 {
    font-size: 16px;
  }
  .about-our-team .team-text h3 {
    font-size: 18px;
  }
  .infrastruture-section .row {
    margin-top: 30px;
  }
  .main-menu .navigation > li > ul {
    background-color: #fff0;
    box-shadow: inherit;
    width: 100%;
    display: none;
    position: inherit;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .main-menu .navigation > li.dropdown > ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .main-menu .navigation > li > ul > li a {
    white-space: inherit !important;
  }
  #mynavbar {
    padding-left: 0;
  }
  .navigation > li {
    padding: 0 11px 0 0;
  }
  .navbar-section .nav-link {
    padding: 10px 16px;
  }
  .search-btn {
    margin-right: 0;
  }
  .mobile-searchbtn {
    display: block;
  }
  .desktop-searchbtn {
    display: none;
  }
  .header-top-section {
    text-align: center;
  }
  .header-right {
    text-align: center;
  }
  .carousel-control-next,
  .carousel-control-prev {
    font-size: 55px;
  }
  .banner-position {
    width: 600px;
  }
  .banner-four {
    width: 460px;
  }
  .banner-five {
    width: 470px;
  }
  .whychoose-title h2 {
    margin-top: 22px;
  }
  .home-whychoose {
    margin-bottom: 10px;
  }
  .footer-fb {
    left: 39%;
  }
  .footer-google {
    right: 39%;
  }
  .ft-copyright p {
    text-align: center;
  }
  .ft-left {
    padding-bottom: 0 !important;
  }
  .banner-three {
    right: -44% !important;
    width: 500px;
  }
  .navigation > li > a.active:after,
  .navigation > li > a:hover:after {
    display: none;
  }
  .navigation > li:after {
    display: none;
  }
  .nav-link .fa-chevron-down {
    display: none;
  }
  .aboutus-ig {
    margin-top: 0;
  }
  .product-spec-table {
    margin-top: 10px;
  }
  .product-page-banner-section .product-title {
    padding: 10px !important;
  }
  .table-responsive {
    display: block;
  }
  .inquiry-detail-wrap {
    width: auto;
  }
  .contact-title {
    margin-top: 15px;
  }
  .about-banner {
    margin-top: 0;
  }
  .padding-text {
    margin-top: 0;
  }
  .contact-section .features-box {
    height: 273px;
  }
  .pbmit-sticky-corner.pbmit-top-left-corner,
  .pbmit-sticky-corner.pbmit-bottom-right-corner {
    display: none;
  }
  .header-top-section .row .inquirybtn-section {
    background-color: #fff0;
  }
  .header-both .container-fluid .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .header-both .container-fluid .row .nav-section {
    justify-content: right;
  }
  .header-both .container-fluid .row .nav-section .fa-bars {
    color: #efc25f;
  }
  .marquee-category-section .text-marquee .category-text {
    font-size: 70px;
    line-height: 80px !important;
  }
  .home-whychoose .col-lg-4 {
    display: flex;
  }
  .home-whychoose .img-animation {
    justify-content: center;
  }
  .home-whychoose .whychoose-content .icon-img {
    width: 80px;
    height: 80px;
  }
  .home-whychoose .whychoose-content .text-cont h5 {
    font-size: 15px;
  }
  .blog-page-content .blog-page .blog-text-content h4 {
    font-size: 17px;
  }
  .blog-page-content .blog-page .blog-text-content p {
    font-size: 14px;
  }
  .inquiry-form .form-group input {
    font-size: 14px;
    padding: 18px;
  }
  .inquiry-form .form-group .placeholder {
    top: 8px;
  }
  .inquiry-form .form-group {
    margin-bottom: 15px;
  }
  .inquiry-btn-deta {
    font-size: 15px;
    padding: 8px 0;
  }
  .inqiry-btn {
    margin-top: 20px;
  }
  .inquiry-section .img-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .inquiry-form {
    padding: 15px;
  }
  .infrastructure-content p {
    font-size: 15px;
  }
  .infrastructure-table .infra-color p,
  .infrastructure-table .total-value-content p {
    font-size: 16px;
  }
  .infrastructure-table table tr td p {
    font-size: 14px;
  }
  .gallary-main {
    padding-top: 30px;
  }
  .ajwain-img{
      box-shadow:none;
      background-color:transparent;
      text-align:center;
  }
  .single-product-content .col-lg-7 {
      margin-top:30px;
  }
}
@media (max-width: 942px) {
  .banenr-two {
    right: -35%;
  }
  .banner-three {
    right: -46% !important;
    width: 450px;
  }
  .whychoose-title h2 {
    margin-top: 25px;
  }
}
@media (max-width: 929px) {
  .home-about-content h4 {
    font-size: 22px;
  }
  .home-about-content p {
    font-size: 17px;
    line-height: 28px;
  }
  .about-wrap .home-about .about-content {
    padding: 15px;
  }
  .home-product-content .product-img1 h4 {
    font-size: 16px;
  }
}
@media (max-width: 918px) {
  .carousel-control-prev {
    width: 8%;
  }
  .banner-position {
    width: 570px;
    right: -40%;
  }
  .banner-three {
    width: 450px;
  }
  .banner-four {
    width: 460px;
    right: -46%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .banner-five {
    right: -46% !important;
    top: 12px !important;
    width: 460px;
  }
}
@media (max-width: 915px) {
  .horizontal-menu > li > a {
    padding: 40px 2px;
    font-size: 11px;
  }
  .quote_btn a {
    padding: 4px 5px;
    font-size: 11px;
  }
}
@media (max-width: 900px) {
  .home-product .row .product-coloum .product-button {
    font-size: 11px;
    padding: 5px 4px;
  }
}
@media (max-width: 872px) {
  .carousel-control-next,
  .carousel-control-prev {
    font-size: 50px;
  }
  .banner-position {
    width: 520px;
    margin-top: 0;
    font-size: 27px;
  }
  .banner-three {
    width: 420px;
  }
  .banner-four {
    width: 440px;
  }
  .banner-five {
    right: -47% !important;
    top: 25px !important;
    width: 440px;
  }
  .Whychoose-content h5 {
    font-size: 15px;
  }
}
@media (max-width: 850px) {
  .home-whychoose .whychoose-content .text-cont h5 {
    font-size: 12px;
  }
  .comparision-table table th,
  .comparision-table table tr .main-comapny-title,
  .comparision-table table tr .company-title {
    font-size: 14px;
  }
  .comparision-table table td .icon-text-content .text-cont p {
    font-size: 13px;
  }
}
@media (max-width: 827px) {
  .banner-three {
    top: 32px !important;
    right: -46% !important;
  }
}
@media (max-width: 818px) {
  .banner-position {
    width: 530px;
    right: -33%;
  }
  .banner-three {
    width: 420px;
    right: -39% !important;
  }
  .carousel-caption p {
    margin-top: 0;
    font-size: 14px;
  }
  .banner-four {
    right: -34% !important;
    top: 14px;
    width: 460px;
  }
  .banner-five {
    right: -41% !important;
    width: 440px;
  }
}
@media (max-width: 767px) {
  .home-product-content .product-img1 .title-button {
    width: 100%;
  }
 
  .ajwain-contain{
      padding:0;
  }
    .ajwain-overlay:after{
      right:0;
  }
  .ajwain-overlay:before{
      left:0;
  }
  .btn-hover{
      padding:10px 0;
  }
  .table-responsive{
      overflow-x:none;
  }
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
    padding: 10px 0;
    background-color: #1B5E20;
    position: relative;
  }
  .carousel {
    margin-top: 0;
  }
  .all-image-infrastructure .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .footer-wrap .icon-address .location-icon img {
    width: 50px;
  }
  .footer-wrap .row .product-pages-link:before {
    left: 80px;
    top: -30px;
  }
  .footer-wrap .social-icon-link i {
    font-size: 30px;
  }
  .footer-wrap .social-icon-link {
    padding-top: 20px;
  }
  .ft-copyright p {
    font-size: 13px;
  }
  .carousel-caption h1 {
    font-size: 23px;
  }
  .home-whychoose .img-animation .bg-image img {
    width: 55%;
  }
  .home-product-content .product-img1 h4 {
    font-size: 20px;
  }
  .home-product .container .product-img-desc {
    padding: 0 10px;
  }
  .btn-hover a {
    padding: 8px 14px;
  }
  .about-wrap .home-about .col-md-6 img,
  .about-wrap .home-about .inquiry-rotate-image {
    height: auto;
  }
  .about-wrap .about-img-content {
    text-align: center;
  }
  .home-product {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .comparision-table .comparision-table-content {
    margin: 0 15px 20px;
  }
  .certificate-wrap-carousel .certificate-section {
    margin-top: 20px;
  }
  .home-whychoose .row .col-lg-6 {
    padding: 15px;
    padding-right: 0 !important;
  }
  .home-whychoose .row .why-choose-cont-sec {
    display: block;
  }
  .home-whychoose .whychoose-content .text-cont h5 {
    font-size: 16px !important;
  }
  .product-page-banner-section {
    margin-top: 0;
  }
  .product-page-banner-section .row {
    position: relative;
  }
  .product-page-banner-section .product-title {
    position: absolute;
    height: 100%;
    z-index: 1;
    background: #ffd80063;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
  }
  .product-page-banner-section .product-title h1 {
    font-size: 35px !important;
    margin-bottom: 0;
  }
  .product-page-banner-section .product-title p {
    font-size: 16px;
  }
  .product-spec-table tr:first-child td {
    font-size: 15px !important;
  }
  .product-spec-table td {
    font-size: 14px !important;
  }
  .aboutuspage-title h2 {
    font-size: 28px;
  }
  .orgin-product {
    padding-bottom: 10px;
  }
  .page-banner-title {
    margin-top: 0;
  }
  .page-banner-section .page-caption h1 {
    font-size: 35px;
  }
  .contact-section .contact-form .col-lg-6 .form-group {
    margin: 10px 0 15px 0;
  }
  .contact-section .contact-form .col-lg-6,
  .contact-section .contact-form .col-lg-12 {
    padding: 0 5px;
  }
  .light-text p {
    font-size: 14px;
  }
  .blog-detail h4 {
    font-size: 22px;
  }
  .top-header-social p {
    padding: 5px;
  }
  .product-category-page .container {
    padding-right: 0 !important;
  }
  .footer-wrap .footer-content-sections .col-lg-2,
  .footer-wrap .footer-content-sections .col-lg-2 {
    padding: 20px !important;
  }
  .home-whychoose .whychoose-content .icon-img {
    width: 65px;
    height: 65px;
  }
  .home-whychoose .whychoose-content .text-cont h5 {
    font-size: 10px;
  }
  .top-header-social {
    display: block;
  }
  .banner-position {
    width: 500px;
  }
  .banner-three {
    width: 420px;
  }
  .banner-four {
    right: -33% !important;
    width: 460px;
  }
  .banner-five {
    right: -36% !important;
    width: 440px;
  }
  .banenr2icon {
    margin-left: 0;
    margin-bottom: 3px;
  }
  .carousel-caption p {
    margin-bottom: 18px;
  }
  .knowmore-btn {
    padding: 4px 16px !important;
  }
  .home-about {
    padding-bottom: 20px;
  }
  .home-product {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .home-whychoose {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .whychoose-title h2 {
    text-align: left;
  }
  .certificate-img {
    margin-top: 20px;
    text-align: center;
  }
  .gallery .col-lg-3 {
    text-align: center;
  }
  .footer-content2 {
    margin-left: 0;
  }
  .footer-title2 {
    margin-left: 0;
  }
  .footer-google {
    right: 34%;
  }
  .footer-fb {
    left: 34%;
  }
  .productcontent {
    text-align: center;
  }
  .productcontent h2 {
    margin-left: 0;
  }
  .inquiry-detail {
    margin-top: 40px;
  }
  .product-section {
    background-position: 57% 157px;
  }
  .atitle {
    padding-top: 30px;
  }
  .atitle h2:after {
    left: 32%;
  }
  .ajwain-section .col-md-7 {
    margin-top: 30px;
  }
  .header-sticky-top-section .logo-section a {
    text-align: center;
  }
  .header-sticky-top-section .logo-section img {
    width: 65%;
  }
  .contact-btn {
    margin-top: 20px;
  }
  .about-our-team .team-text {
    margin-top: 10px;
  }
  .about-our-team .team-text h3 {
    font-size: 16px;
  }
  .about-our-team .team-text h5 {
    font-size: 14px;
  }
  .about-our-team .ourteam-content p {
    font-size: 14px;
  }
  .goal-section .goal-content p {
    font-size: 23px;
  }
  .goal-section .goal-content {
    padding: 20px 0;
  }
  .global-export-section .global-export-title p {
    font-size: 15px;
    margin-top: 30px;
  }
  .global-export-section video {
    margin: 0;
  }
}
@media (max-width: 752px) {
  .banenr-two {
    right: -28% !important;
  }
  .banner-three {
    right: -35% !important;
  }
  .banner-four {
    top: 11px !important;
  }
}
@media (max-width: 724px) {
  .banner-position {
    width: 460px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    font-size: 40px;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  .banner-three {
    right: -30% !important;
  }
  .banner-five {
    right: -32% !important;
    width: 440px;
  }
}
@media (max-width: 684px) {
  .banner-three {
    right: -29% !important;
  }
  .banner-five {
    right: -23% !important;
  }
}
@media (max-width: 670px) {
  .banner-position {
    width: 420px;
  }
  .banner-five {
    right: -33% !important;
  }
}
@media (max-width: 642px) {
  .banenr2icon {
    width: 30px;
    margin-bottom: 0;
  }
  .carousel-caption p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    font-size: 35px;
  }
  .carousel-caption {
    max-width: 750px !important;
  }
  .banner-four {
    right: -33% !important;
    width: 380px;
  }
  .knowmore-btn a {
    font-size: 14px;
  }
  .button-link a img {
    width: 25px;
  }
  .btn-hover a {
    font-size: 12px;
  }
}
@media (max-width: 604px) {
  .banner-position {
    max-width: 490px;
    width: 380px;
  }
  .carousel-caption {
    max-width: 700px !important;
  }
  .carousel-caption p {
    font-size: 11px;
  }
  .knowmore-btn {
    padding: 7px 15px;
  }
  .knowmore-btn a {
    font-size: 12px;
  }
  .carousel-caption p {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .product-page-banner-section .product-title h1 {
    font-size: 25px !important;
  }
  .product-page-banner-section .product-title p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .banner-position {
    width: 350px;
  }
  .carousel-caption {
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 100% !important;
    width: 90%;
    text-align: center !important;
  }
  .product-category-page .product-img-desc {
    margin: 10px 0;
  }
  .infra-bg img {
    visibility: hidden;
    display: none !important;
  }
  .certificate-bg {
    visibility: hidden;
    display: none !important;
  }
  .about-banner h1 {
    font-size: 24px;
  }
  .infrastruture-section {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .about-page-infrastructure {
    padding-top: 20px;
  }
  .atitle h2:after {
    left: 30%;
  }
  .aboutus-section {
    padding-bottom: 5px !important;
    padding-top: 30px !important;
  }
  .gallary-title h2 {
    margin-top: 0;
  }
  .inquiry-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .contact-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .inquiry-form {
    padding: 18px;
  }
  .inquiry-detail-wrap:last-child {
    margin-bottom: 0;
  }
  .inquiry-detail-wrap {
    padding: 27px 30px 15px 30px;
  }
  .contact-section .features-box {
    height: auto;
  }
  .ajwain-section {
    padding-top: 40px;
  }
  .knowmore-btn {
    padding: 2px 3px !important;
  }
  .header-top-section .row .inquirybtn-section {
    padding: 7px 0;
  }
  .home-whychoose .col-lg-4 {
    display: block;
  }
  .home-whychoose .whychoose-content .text-cont h5 {
    font-size: 14px !important;
  }
  .home-whychoose .whychoose-content .icon-img {
    width: 80px;
    height: 80px;
  }
  .title-divider h2 {
    font-size: 23px !important;
  }
  .home-whychoose .whychoose-title h2 {
    font-size: 22px !important;
  }
  .btn-hover a {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }
  .related-product-section .btn-hover a,
  .single-product-content .btn-hover a,
  .product-category-page .btn-hover a {
    padding: 6px 14px !important;
    font-size: 13px !important;
  }
  .carousel-caption h1 {
    font-size: 17px !important;
  }
  .home-whychoose .img-animation .bg-image img {
    width: 65%;
  }
  .header-sticky-top-section .logo-section a {
    text-align: center;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .aboutuspage-title h2 {
    font-size: 24px;
  }
  .product-page-banner-section .row {
    height: 230px;
  }
  .page-banner-section .page-caption h1 {
    font-size: 28px;
  }
  .page-banner-section .image-title-section {
    height: 200px;
  }
  .page-banner-section .page-banner-title {
    height: 100%;
  }
  .page-banner-section .page-banner-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-form .form-group input {
    padding: 20px 25px;
  }
  .contact-form .form-group .placeholder,
  .inquiry-form .form-group .placeholder {
    top: 10px;
  }
  .contact-btn-deta {
    font-size: 14px;
    padding: 8px 0;
  }
}
@media (max-width: 505px) {
  .banner-four {
    top: 32px !important;
    right: -38% !important;
    width: 290px;
  }
}
@media (max-width: 520px) {
  .banner-four {
    right: -36% !important;
  }
  .banner-position {
    width: 310px;
    right: -35%;
  }
}
@media (max-width: 530px) {
  .banner-position {
    max-width: 430px;
    right: -23%;
    top: 11px;
  }
  .footer-google {
    right: 30%;
  }
  .footer-fb {
    left: 30%;
  }
  .banner-three {
    right: -35% !important;
  }
  .banner-five {
    right: -36% !important;
    top: 21px !important;
    width: 320px;
  }
  .home-about-content p {
    font-size: 15px;
  }
}
@media (max-width: 499px) {
  .atitle h2:after {
    left: 25%;
  }
}
@media (max-width: 492px) {
  .banenr2icon {
    width: 23px;
    margin-bottom: 7px;
    margin-left: 4px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    font-size: 30px;
  }
  .banner-position {
    right: -35% !important;
  }
  .banenr-two {
    right: -32% !important;
  }
  .banner-three {
    width: 280px;
    right: -39% !important;
  }
  .banner-four {
    right: -38% !important;
  }
  .banner-five {
    right: -38% !important;
    width: 285px;
  }
  .button-link a img {
    width: 20px;
  }
  .knowmore-btn a {
    font-size: 11px;
  }
  .marquee-category-section .text-marquee .category-text {
    font-size: 44px;
    line-height: 60px !important;
  }
}
@media (max-width: 468px) {
  .banner-three {
    right: -36% !important;
  }
  .header-sticky-top-section .logo-section img {
    width: 100%;
  }
}
@media (max-width: 458px) {
  .banner-position {
    max-width: 390px;
    top: 19px !important;
    width: 280px;
    right: -38%;
  }
  .certificatebg {
    padding: 20px 30px;
  }
  .certificatebg h2 {
    margin-bottom: 10px;
  }
  .banner-three {
    right: -41% !important;
    width: 250px;
  }
  .banner-four {
    right: -41% !important;
    width: 250px;
  }
  .banner-five {
    right: -42% !important;
    width: 250px;
  }
}
@media (max-width: 450px) {
  .product-page-banner-section .product-title h1 {
    font-size: 24px;
  }
  .product-page-banner-section .product-title p {
    font-size: 13px;
  }
}
@media (max-width: 438px) {
  .carousel-caption p {
    font-size: 10px;
  }
  .carousel-caption {
    left: 8%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    font-size: 25px;
  }
  .banner-position {
    top: 21px !important;
  }
  .knowmore-btn a {
    font-size: 11px;
  }
  .knowmore-btn {
    padding: 5px 13px;
  }
  .carousel-caption {
    max-width: 800px !important;
  }
}
@media (max-width: 427px) {
  .banner-position {
    width: 250px;
  }
  .banenr-two {
    right: -37% !important;
    top: 8px !important;
    max-width: 371px !important;
  }
  .banner-five {
    width: 230px;
  }
}
@media (max-width: 406px) {
  .banner-four {
    max-width: 239px !important;
    right: -42% !important;
  }
}
@media (max-width: 398px) {
  .banner-position {
    max-width: 300px !important;
    right: -42% !important;
    top: 33px !important;
    width: 220px;
  }
  .footer-google {
    right: 25%;
  }
  .footer-fb {
    left: 25%;
  }
  .banenr-two {
    right: -39% !important;
  }
  .banner-three {
    right: -45% !important;
    width: 200px;
  }
  .banner-four {
    width: 200px;
    right: -44% !important;
  }
  .banner-five {
    top: 31px !important;
    width: 210px;
    right: -45% !important;
  }
  .atitle h2:after {
    left: 20%;
  }
  .header-top-section .row {
    padding: 0 24px 0 15px;
  }
  .btn-hover a {
    font-size: 9px;
    padding: 0 3px;
  }
  .carousel-caption {
    top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 382px) {
  .banner-four {
    right: -45% !important;
    width: 190px;
  }
  .text-center {
    margin-top: 0;
  }
  .knowmore-btn a {
    font-size: 7px;
  }
  .button-link a img {
    width: 13px;
  }
}
@media (max-width: 380px) {
  .home-whychoose .whychoose-content .icon-img {
    width: 90px;
    height: 90px;
  }
  .home-whychoose .whychoose-content .icon-img img {
    width: 65px;
  }
}
@media (max-width: 372px) {
  .banner-position {
    width: 200px;
  }
  .carousel-caption p {
    font-size: 9px;
  }
  .banner-four {
    right: -42% !important;
  }
  .banner-five {
    right: -45% !important;
    width: 190px;
  }
}
@media (max-width: 355px) {
  .quote_btn a {
    padding: 4px 4px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 353px) {
  .banner-position {
    max-width: 250px !important;
    right: -44% !important;
    top: 30px !important;
    width: 180px;
  }
  .banenr-two {
    right: -41% !important;
    max-width: 220px !important;
  }
  .banner-five {
    right: -48% !important;
    width: 170px;
  }
}
@media (max-width: 346px) {
  .banner-four {
    right: -47% !important;
    width: 160px;
  }
  .banner-five {
    right: -50% !important;
    width: 160px;
  }
}
@media (max-width: 341px) {
  .banner-three {
    right: -48% !important;
    width: 160px;
  }
}
@media (max-width: 328px) {
  .banner-three {
    right: -46% !important;
  }
}
